﻿
/*菜单按钮*/
.header .all-nav {
  position: absolute;
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  color: #fff;
  cursor: pointer;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  transition: all 0.2s ease-in-out;
  float: left;
}
.header .all-nav:hover {
  background: #f45f1d;
}
.header .all-nav.active {
  background: #f45f1d;
}
.header .all-nav.active .nav-flyout-trigger-icon:before {
  width: 40%;
}
.header .all-nav.active .nav-flyout-trigger-icon span {
  width: 60%;
}
.header .all-nav.active .nav-flyout-trigger-icon:after {
  width: 80%;
}
.nav-flyout-trigger-icon {
  display: block;
  cursor: pointer;
  position: absolute;
  width: 22px;
  height: 12px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: all .5s;
}
.nav-flyout-trigger-icon:before,
.nav-flyout-trigger-icon:after {
  content: "";
}
.nav-flyout-trigger-icon span,
.nav-flyout-trigger-icon:before,
.nav-flyout-trigger-icon:after {
  display: block;
  width: 100%;
  height: 2px;
  margin-bottom: 3px;
  position: relative;
  background: #fff;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 20px;
  transition: all .5s;
}
.nav-flyout-trigger-icon:before {
  transform: rotate(0);
}
.nav-flyout-trigger-icon:after {
  margin-bottom: 0;
}
.inside-logo {
  font-size: 22px;
}
.header {
  height: 51px;
  padding-left: 55px;
  padding-right: 25px;
  position: absolute;
  width: 100%;
  min-width: 1240px;
  z-index: 999;
}
.header:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  border-bottom: 1px rgba(255, 255, 255, 0.2) solid;
}
.header .logo img {
  height: 50px;
}
.header .operation {
  font-size: 0;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 25px;
  height: 100%;
}
.header .operation:after {
  content: '';
  width: 0;
  height: 100%;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}
.header .links {
  float: right;
  text-align: right;
  line-height: 50px;
  height: 50px;
  font-size: 14px;
  color: #fff;
}
.header .links > a {
  color: #fff;
}
.header .links .a-01 {
  display: inline-block;
  margin-left: 40px;
  vertical-align: middle;
  float: left;
}
.header .links .a-01:hover,.header .links .cur {
  color: #ea5839;
}
.header .links .shop img {
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 3px;
}
.header .search {
  display: inline-block;
  height: 50px;
  position: relative;
}
.header .search input {
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  border: 1px transparent solid;
  padding: 5px 10px;
  color: #fff;
  height: 50px;
  min-width: 250px;
  transition: all .5s;
}
.header .search input:hover {
  min-width: 350px;
  background: rgba(255, 255, 255, 0.1);
  border-color: #ea5839;
}
.header .search input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.header .search .btn {
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  font-size: 0;
  box-sizing: border-box;
  text-align: center;
  border-radius: 2px;
  background-color: transparent;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.header .search .icon {
  display: inline-block;
  background-image: url(https://hangzhou4.hanyanwang.com/skin/images/search.png);
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-size: 100%;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  top: 1px;
  right: 4px;
}
.header .language-switch {
  position: relative;
  vertical-align: middle;
  display: block;
  float: left;
}
.header .language-switch > .a-01 {
  float: left;
  padding-left: 25px;
  margin-left: 0;
  color: #fff;
  position: relative;
}
.header .language-switch .down {
  position: absolute;
  top: 50px;
  display: none;
  width: 185px;
  background: #272b2f;
  color: #fff;
  font-size: 14px;
  padding: 10px 0;
  line-height: 30px;
  text-align: left;
}
.header .language-switch .down a {
  padding: 0 15px;
  color: #fff;
  display: block;
}
.header .language-switch .down a:hover {
  color: #ea5839;
}
.header .language-switch:hover .down {
  display: block;
}
.header .loginAfter {
  font-size: 16px;
  display: inline-block;
  margin-left: 15px;
  position: relative;
}
.header .loginAfter > .span-01 {
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
}
.header .loginAfter .down {
  position: absolute;
  right: 0;
  top: 50px;
  display: none;
  width: 100%;
  background: #272b2f;
  color: #fff;
  font-size: 14px;
  padding: 10px 0;
  line-height: 30px;
  text-align: left;
  text-align: center;
}
.header .loginAfter .down a {
  padding: 5px 15px;
  color: #fff;
  display: block;
}
.header .loginAfter .down a:hover {
  background: #000;
  color: #fff;
}
.header .loginAfter:hover > .span-01 {
  color: #fff;
  background: #272b2f;
}
.header .loginAfter:hover > .span-01:after {
  background: url(https://hangzhou4.hanyanwang.com/skin/images/arrow-up-01.png) no-repeat center center;
}
.header .loginAfter:hover .down {
  display: block;
}
/*phone*/
.mHeader {
  background: #373d41;
  height: 60px;
  position: relative;
  display: none;
  padding: 10px 10px;
}
.mHeader .logo {
  display: block;
  height: 60px;
}
@media screen and (max-width: 768px) {
  .mHeader {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .header {
    display: none;
  }
}
/*移动端导航控制*/
.navPhoneCtrl .nav-user {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 10em;
  vertical-align: middle;
  font-size: 12px;
  line-height: 1;
  display: inline-block;
  position: absolute;
  right: 1.375rem;
  width: 1.375rem;
  height: 100%;
  top: 0;
  display: none;
}
.navPhoneCtrl .nav-user-icon {
  width: 0.625rem;
  height: 0.625rem;
  background: url(https://hangzhou4.hanyanwang.com/skin/images/member.png);
  background-size: 100% 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
/*移动端会员按钮、导航按钮*/
.navPhoneBtn,
.memberBtn {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  position: absolute;
  z-index: 11;
  right: 45px;
  top: 0;
  height: 60%;
  padding-top: 30px;
}
.navPhoneBtn span,
.memberBtn span {
  display: block;
  width: 30px;
  height: 3px;
  margin-bottom: 5px;
  position: relative;
  background: #fff;
  z-index: 1;
  transform-origin: 0.625rem;
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), width 0.5s, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.navPhoneBtn span:nth-last-child(2),
.memberBtn span:nth-last-child(2) {
  transform: rotate(0);
  transition: width .5s ease;
}
.navPhoneBtn span:last-child,
.memberBtn span:last-child {
  margin-bottom: 0;
}
.navPhoneBtn.memberBtn,
.memberBtn.memberBtn {
  opacity: 0;
  position: absolute;
  top: 0.3125rem;
  right: 0.75rem;
  z-index: 9;
  transition: opacity .5s ease;
}
.navPhoneBtn.close,
.memberBtn.close,
.navPhoneBtn.closeMember,
.memberBtn.closeMember {
  opacity: 1;
  z-index: 10;
}
.navPhoneBtn.close span,
.memberBtn.close span,
.navPhoneBtn.closeMember span,
.memberBtn.closeMember span {
  opacity: 1;
  transform: rotate(45deg);
}
.navPhoneBtn.close span:nth-last-child(3),
.memberBtn.close span:nth-last-child(3),
.navPhoneBtn.closeMember span:nth-last-child(3),
.memberBtn.closeMember span:nth-last-child(3) {
  opacity: 1;
  transform: rotate(-45deg);
}
.navPhoneBtn.close span:nth-last-child(2),
.memberBtn.close span:nth-last-child(2),
.navPhoneBtn.closeMember span:nth-last-child(2),
.memberBtn.closeMember span:nth-last-child(2) {
  width: 0;
  opacity: 0;
  transform: rotate(0);
  transition: width .5s;
}
.navPhoneBtn.close span:last-child,
.memberBtn.close span:last-child,
.navPhoneBtn.closeMember span:last-child,
.memberBtn.closeMember span:last-child {
  margin-bottom: 0;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes showMove {
  0% {
    left: 100%;
    opacity: 1;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes hideMove {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}
/*移动端右侧导航 start*/
.mMenu-mask {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 99;
  overflow: hidden;
  display: none;
  background-color: rgba(55, 61, 65, 0.4);
}
.mNavRightAside {
  position: fixed;
  z-index: 99999;
  height: 100%;
  width: 90%;
  top: 0;
  right: -100%;
  opacity: 0;
  transition: all .5s;
  display: none;
}
.mNavRightAside .mDropdown-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0%;
  z-index: 100;
  opacity: 0;
}
.mNavRightAside.show {
  display: block;
  animation: fadeIn .5s;
  opacity: 1;
  right: 0;
}
.mNavRightAside.show .mDropdown-wrap {
  opacity: 1;
  animation: showMove .5s;
}
.mNavRightAside.hide {
  display: none;
  animation: fadeOut .5s;
  opacity: 0;
  right: -100%;
}
.mNavRightAside.hide .mDropdown-wrap {
  opacity: 0;
  animation: hideMove .5s;
}
.bodyHidden {
  overflow: hidden;
}
.mMenu {
  position: relative;
  top: 0;
  height: 100%;
  z-index: 999;
  overflow: auto;
  background: #373D41;
  padding-bottom: 50px;
  color: #fff;
}
.mMenu a {
  color: #fff;
}
.mMenu .mSearch {
  background-color: #16171a;
  padding: 10px 20px;
  text-align: left;
  overflow: hidden;
  height: 56px;
  border-bottom: #202124 1px solid;
  position: relative;
}
.mMenu .mSearch .btn {
  width: 25px;
  height: 25px;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -12.5px;
  left: 15px;
}
.mMenu .mSearch .btn .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: url(https://hangzhou4.hanyanwang.com/skin/images/search.png) no-repeat 0 0;
  background-size: 100%;
  margin-top: 1px;
}
.mMenu .mSearch input {
  height: 35px;
  border: 0;
  vertical-align: middle;
  box-sizing: border-box !important;
  color: #fff;
  padding: 5px;
  appearance: none;
  transition: all 0.4s cubic-bezier(0.11393, 0.8644, 0.14684, 1);
  opacity: 1;
  width: 100%;
  padding-left: 35px;
  border-radius: 2px;
  font-size: 16px;
  line-height: 24px;
  background-color: #16171a;
  position: static;
  left: 0;
  right: 0;
}
.mMenu .freeBtn {
  text-align: center;
}
.mMenu .freeBtn a {
  text-align: center;
  margin: 0.3125rem 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  width: 100%;
  background-color: #ea5839;
  border: none;
  color: #fff;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
}
.mMenu dl a {
  display: block;
  height: 100%;
  color: #fff;
}
.mMenu .level-01 {
  display: block;
  font-size: 16px;
  color: #fff;
  background-color: #373D41;
  height: 45px;
  line-height: 33px;
  padding-left: 35px;
  border-bottom: #2b2b2e 1px solid;
  position: relative;
}
.mMenu .level-01.active > .menu-ctrl {
  display: block;
}
.mMenu .level-01 > a {
  display: inline-block;
}
.mMenu .level-02 {
  display: block;
  font-size: 14px;
  color: #fff;
  background-color: #2e3336;
  height: 45px;
  line-height: 45px;
  padding-left: 70px;
  padding-right: 40px;
  border-bottom: #2b2b2e 1px solid;
  position: relative;
}
.mMenu .level-03 a {
  margin-bottom: 0;
  padding-right: 0;
  font-size: 14px;
  height: 45px;
  line-height: 45px;
  padding-left: 6em;
  position: relative;
  background-color: #202124;
  display: block;
  border-bottom: #2b2b2e 1px solid;
}
.mMenu .menu-ctrl {
  display: none;
}
.mMenu .level-01,
.mMenu .level-02 {
  position: relative;
}
.mMenu .level-01:after,
.mMenu .level-02:after {
  content: '';
  border: 2px solid #777;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-top: none;
  border-right: none;
  right: 20px;
}
.mMenu .level-01.active:after,
.mMenu .level-02.active:after {
  top: 15px;
  border-bottom: none;
  border-left: none;
  border-right: 2px solid #777;
  border-top: 2px solid #777;
}
.mMenu .noneArrow:after {
  display: none;
}
.mMenu .hot .bt {
  font-size: 16px;
  padding-left: 35px;
}
.mMenu .hot .xx {
  font-size: 14px;
  background: #2e3336;
  overflow: hidden;
  margin-right: -1px;
}
.mMenu .hot .xx a {
  display: inline-block;
  width: 35.5%;
  float: left;
  overflow: hidden;
  line-height: 40px;
  border: 1px #2b2c2f solid;
  margin-top: -1px;
  margin-left: -1px;
  padding: 0 0 0 14%;
}



/*内页banner*/

.banner-1{
      height: 400px;
      width: 100%;
      overflow: hidden;
      max-width: 100%;
      margin: 0 auto;
    }
.font-1 {
    min-width: 95%;
    max-width: 95%;
    margin: 0 auto;
    padding-top: 140px;
}

.font-1 .font-family {
    font-size: 26px;
    color: #fff;
    font-weight: 900;
}

.font-1 .font-family-x {
    font-size: 14px;
    color: #fff;
    padding-top: 15px;
}