/* 初始样式 */
/* head */
.header {
  clear: both;
  position: relative;
}
/*index*/
body.show a,
body.show .transition,
body.show .g-nav2,
body.show .g-nav,
body.show .g-head .btn-list .search .input,
body.show .g-head .btn-list,
body.show :before,
body.show :after,
body.show img {
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
}
.flex,
.g-nav ul,
.g-head .btn-list .language .name,
.g-head .btn-list ul,
.g-head .btn-list {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
}
.itemsCenter,
.g-head .btn-list .language .name,
.g-head .btn-list {
  align-items: center;
  -webkit-align-items: center;
}
body.hidden {
  overflow: hidden;
}
.wal {
  max-width: 13.2rem;
  margin: 0 auto;
}
.g-head {
  position: fixed;
  z-index: 50;
  left: 0;
  top: 0;
  width: calc(100%);
  border-top: 4px solid #006cff;
  background: linear-gradient(to bottom, rgba(0, 61, 143, 0.8) 0%, rgba(0, 61, 143, 0) 100%);
}
.g-head:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -0.05rem;
  right: 0;
  height: 1rem;
}
.g-head:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -0.05rem;
  right: 0;
  height: 0.05rem;
  background-size: 100% 100%;
}
.g-head .wal {
  min-height: 0.8rem;
  position: relative;
  max-width: calc(1400px);
  margin: 0 auto;
}
.g-head a.logo {
  display: inline-block;
  background: url("https://www.hiddenlakeswinery.com/other/gjjl/images/header/logo.svg") center no-repeat;
  background-size: 100%;
  width: 3.8rem;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  bottom: 0;
}
.g-head a.c_logo {
  width: 3.1rem;
  display: inline-block;
  background: url("https://www.hiddenlakeswinery.com/other/gjjl/images/header/c_logo.svg") no-repeat;
  position: absolute;
  left: 4rem;
  top: 0.23rem;
  bottom: 0;
}
.g-head a.list_logo {
  display: block;
  background: url("https://www.hiddenlakeswinery.com/other/gjjl/images/header/list_logo.svg") center no-repeat;
  background-size: 100%;
  width: 3.8rem;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  bottom: 0;
}
.g-head .btn-list {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  height: 0.45rem;
  font-size: 0.12rem;
  color: #fff;
}
.g-head .btn-list a {
  color: #fff;
  font-size: 0.12rem;
}
.g-head .btn-list ul {
  margin-right: 0.2rem;
}
.g-head .btn-list ul li {
  background: #006cff;
  border-radius: 5px;
  padding: 0 0.1rem;
  text-align: center;
  cursor: pointer;
}
.g-head .btn-list ul a {
  display: block;
  opacity: 1;
  font-size: 14px;
}
.g-head .btn-list ul a:hover {
  opacity: 1;
}
.list-head {
  background: transparent;
  position: absolute;
}
.list-head .wal .btn-list ul li {
  color: #5f5f5f;
}
.list-head .wal .btn-list ul li a {
  color: #5f5f5f;
}
.list-head .wal .g-nav ul li a.name {
  color: #000;
}
.list-head .wal .g-nav ul li a.name.on {
  color: #000;
}
.g-nav {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0.35rem;
}
.g-nav li {
  position: relative;
  margin-left: 0.1rem;
}
.g-nav li:hover a.name {
  color: #ffffff;
}
.g-nav li:hover .list {
  opacity: 1;
  visibility: visible;
  top: 100%;
  transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
}
.g-nav a.name {
  display: block;
  height: 0.3rem;
  line-height: 0.3rem;
  font-size: 0.18rem;
  color: #fff;
  font-weight: bold;
  padding-right: 0.2rem;
  position: relative;
}
.g-nav a.name em {
  display: block;
  margin-right: -0.2rem;
  padding-right: 0.2rem;
  position: relative;
  font-style: normal;
}
.g-nav a.name.on {
  color: #ffffff;
  font-weight: bold;
}
.g-nav .list {
  position: absolute;
  z-index: 1;
  left: 70.1%;
  top: -100vh;
  background: #0c3383;
  width: 1.5rem;
  margin-left: -1rem;
  box-shadow: 0 0 0.38rem 0 rgba(0, 0, 0, 0.19);
  opacity: 0;
  visibility: hidden;
}
.g-nav .list a {
  display: block;
  text-align: center;
  font-size: 0.15rem;
  line-height: 0.48rem;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.g-nav .list a:hover {
  background: rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 800px) {
  .g-head .btn-list {
    display: none;
    right: 0.6rem;
  }
  .g-nav {
    display: none;
  }
}
@media screen and (max-width: 1400px) {
  .g-head .btn-list {
    right: 0.6rem;
  }
  .g-nav {
    right: 0.6rem;
  }
}
/*list header*/
.list_header {
  width: 100%;
  height: 90px;
  position: absolute;
  z-index: 100;
  border-top: 4px solid #006cff;
}
.list_banner {
  width: 100%;
  min-width: 1400px;
  box-sizing: border-box;
  height: 375px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_banner .font {
  width: 680px;
  height: 141px;
}
.list_banner .font_bg {
  position: absolute;
  z-index: -99999;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.list_banner .font_bg img {
  position: relative;
  width: 100%;
  height: 100%;
}
.list_header_bg {
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
}
/*END*/
.bottom {
  background: #c6cfd7;
  width: 100%;
  height: 240px;
  line-height: 30px;
  color: #576576;
  font-size: 1.5rem;
  font-family: "微软雅黑";
  clear: both;
  position: relative;
  display: table;
}
.bottom ul {
  width: calc(1400px);
  margin: 0 auto;
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bottom ul ._copyright {
  float: left;
  width: 1000px;
}
.bottom ul ._copyright .b_up {
  width: calc(100%);
  display: flex;
  align-items: center;
}
.bottom ul ._copyright .logo {
  width: 324px;
  height: 57px;
  display: inline-block;
  background: url("https://www.hiddenlakeswinery.com/other/gjjl/images/header/b_logo.svg") no-repeat;
  margin-right: 50px;
}
.bottom ul ._copyright .text {
  width: calc(100% - 324px - 50px);
  display: inline-block;
  color: #576576;
  font-size: 14px;
  line-height: 24px;
}
.bottom ul ._copyright .text ol {
  margin-right: 25px;
  display: inline-flex;
  align-items: center;
}
.bottom ul ._copyright .text ol::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-position: 0px 2px;
}
.bottom ul ._copyright .text ol:nth-child(1)::before {
  background-image: url("https://www.hiddenlakeswinery.com/other/gjjl/images/header/b_icon1.png");
}
.bottom ul ._copyright .text ol:nth-child(2)::before {
  background-image: url("https://www.hiddenlakeswinery.com/other/gjjl/images/header/b_icon1.png");
}
.bottom ul ._copyright .text ol:nth-child(3)::before {
  background-image: url("https://www.hiddenlakeswinery.com/other/gjjl/images/header/b_icon2.png");
}
.bottom ul ._copyright .b_down {
  width: calc(100%);
  display: flex;
}
.bottom ul ._copyright .b_down .text {
  width: calc(100%);
  margin-top: 20px;
}
.bottom ul ._copyright .b_down .text ol {
  margin-right: 20px;
}
.bottom ul ._copyright .b_down .text ol font {
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  padding: 0 10px;
}
.bottom ul ._copyright .b_down .text ol::before {
  display: none!important;
}
.bottom ul ._icon {
  float: right;
  display: block;
  margin-top: 18px;
}
