:after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.clearfix:after {
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
  line-height: 0;
  content: '\20';
}
/* PC导航 */
/* ========== */
/* = PC HEADER = */
/* ========== */
.page-wrap {
  padding-top: 123px;
}
.pc-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255 255 255);
  color: #000;
  z-index: 999;
}
.pc-header .top {
  position: relative;
  z-index: 3;
}
.pc-header .top .logo {
  float: left;
  display: block;
}
.pc-header .top .logo img {
  float: left;
}
.pc-header .top .logo div {
  margin-top: 15px;
  float: left;
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid rgba(238, 238, 238, .2);
  font-size: 12px;
}
.pc-header .top .logo div p {
  margin-top: 4px;
  font-size: 14px;
  color: #b48b62;
}
.pc-header .right {
  float: right;
  padding-top: 25px;
}
.pc-header .tel {
  float: left;
  padding-right: 20px;
  /*line-height: 32px;*/
  font-size: 12px;
  position: relative;
}
.pc-header .tel:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 16px;
  margin-top: -8px;
  background: rgba(238, 238, 238, .3);
}
.pc-header .tel span {
  margin-left: 5px;
  font-size: 24px;
  color: #0000ff;
  font-weight: bold;
}
.pc-header .axis {
  position: relative;
}
.pc-header .axis:after {
  content: "";
  position: absolute;
  right: 0;
  width: 2px;
  height: 12px;
  margin-top: 3px;
  background: rgba(253, 3, 3, .5);
}
.pc-header .axis span {
  margin-left: 5px;
  font-size: 24px;
  color: #0000ff;
  font-weight: bold;
}

.pc-header .search-box {
  float: left;
  margin-left: 25px;
  width: 145px;
  border: 1px solid #0000ff;
  height: 32px;
  border-radius: 16px;
}
.pc-header .search-box .in {
  float: left;
  width: 113px;
  line-height: 24px;
  padding: 3px 15px;
  height: 30px;
  background: none;
  border: none;
  color: #000;
  font-size: 12px;
}
.pc-header .search-box .bt {
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/search_bt.png);
}
.pc-header .erwiema {
  float: left;
  margin-left: 20px;
  position: relative;
  cursor: pointer;
}
.pc-header .erwiema div {
  display: none;
  position: absolute;
  left: 50%;
  margin-left: -60px;
  top: 42px;
  right: 0;
  width: 120px;
}
.pc-header .erwiema:hover div {
  display: block;
}
.pc-header .nav {
  border-top: 1px solid #313c46;
}
.pc-header .nav ul {
  margin: 0 -32px;
}
.pc-header .nav li {
  float: left;
  /*padding: 0 32px;*/
  position: relative;
}
.pc-header .nav li > a {
  display: block;
  line-height: 42px;
  height: 42px;
  color: #000;
  text-align: center;
  position: relative;
}
.pc-header .nav li > a:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 0%;
  height: 2px;
  background: #0000ff;
  -webkit-transition: all ease .4s;
  -moz-transition: all ease .4s;
  -ms-transition: all ease .4s;
  -o-transition: all ease .4s;
  transition: all ease .4s;
}
.pc-header .nav li.current > a, .pc-header .nav li:hover > a {
  color: #0000ff;
  font-weight: 600;
}
.pc-header .nav li.current > a:before, .pc-header .nav li:hover > a:before {
  width: 100%;
}
.pc-header .nav li:hover div {
  display: block;
}
.pc-header .nav li div {
  display: none;
  position: absolute;
  top: 42px;
  left: 55%;
  margin-left: -60px;
  width: 200px;
  background: rgba(16, 18, 40, .7);
  padding: 0;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    z-index: 99;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);}
.pc-header .nav li div a {
  display: block;
  line-height: 24px;
  height: 34px;
  color: #FFFFFF;
  font-size: 13px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    z-index: 99;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);}
.pc-header .nav li div a.active, .pc-header .nav li div a:hover {
  background: rgba(249, 247, 247, .5);
	color: #0000ff;
}
@media (max-width:1350px) {
  .pc-header .nav ul {
    margin: 0;
  }
  .pc-header .nav li {
    padding: 0 20px;
  }
}
@media (max-width:1200px) {
  .pc-header .nav li {
    padding: 0 12px;
  }
}
/*LAYOUT*/
.w1200 {
  width: 100%;
  max-width: 1340px;
  min-width: 320px;
  margin: 0 auto;
  padding: 0 70px;
}
.pc-block {
  display: block;
}
.mb-block {
  display: none;
}
@media (max-width:999px) {
  .pc-block {
    display: none;
  }
  .mb-block {
    display: block;
  }
  .w1200 {
    padding: 0 15px;
  }
}
/*RESET the FORM*/
fieldset {
  border: 0 !important;
}
input, button, textarea, select {
  font-size: 100%;
  outline: none;
  resize: none;
  font-family: "Microsoft Yahei", -apple-system, "PingFang SC", "Helvetica Neue", STHeiti, Tahoma, Simsun, sans-serif;
}
input[type="button"] {
  cursor: pointer;
  border: 0
}
input[type="submit"] {
  cursor: pointer;
  border: 0
}
input[type="reset"] {
  cursor: pointer;
  border: 0
}
input, textarea {
  -webkit-appearance: none;
}
input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
  padding: 0;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #999999;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #999999;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #999999;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #999999;
}
/*RESET IMAGES*/
img {
  display: block;
  max-width: 100%;
  border: 0;
  margin: 0 auto;
}
#pc-header .logo {
  padding: 20px 0;
}
#pc-header .logo img {
  max-width: none;
  max-height: 50px;
}
#pc-header .navbar {
  background: #FFF;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.03);
  z-index: 9
}
#pc-header .nav li.active ul li a {
  color: #3e3e3e;
}
#pc-header .nav li a {
  color: #3e3e3e;
  line-height: 90px;
  position: relative;
  padding: 0 16px;
  font-size: 16px;
  font-weight: 400
}
/* #pc-header .nav li:last-child a{padding:0 0 0 20px;} */
#pc-header .nav li ul {
  top: 90px;
  padding: 0;
}
#pc-header .nav li.active a, #pc-header .nav li a:hover, #pc-header .nav li:hover a.first-level {
  color: #ff9600;
}
#pc-header .nav li ul {
  background: #FFF;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  transition: 0.3s;
}
#pc-header .nav li ul li a {
  background: #FFF;
  line-height: 42px;
  color: #3e3e3e;
  font-size: 14px;
  font-weight: normal;
  display: block;
  width: 100%;
  text-align: left;
}
#pc-header .nav li ul li a:hover {
  background: #ff9600;
  color: #fff;
}
/* pc搜索图标 */
#pc-header .searchBar {
  position: absolute;
  top: 37px;
  right: 120px
}
#pc-header a.search-ico i {
  font-size: 18px;
  color: #6E6E6E;
}
/* 购物车图标 */
#pc-header .shopBar {
  position: absolute;
  top: 37px;
  right: 80px
}
#pc-header a.shop-ico i {
  font-size: 18px;
  color: #6E6E6E;
}
/* 登入后状态 */
.log-in {
  position: absolute;
  top: 29px;
  right: 5px
}
.log-in .drop-menu {
  margin: 12px 0 0;
  min-width: 100px;
  border-radius: 5px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .075);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .075)
}
.log-in .drop-menu li {
  padding: 0 10px;
  height: 32px;
  text-align: center;
}
.log-in .drop-menu li a {
  position: relative;
  height: 32px;
  line-height: 32px;
}
.log-in .drop-menu li a:hover, .drop-menu a:focus {
  color: #2D2D2D;
  background: unset;
}
.log-in .button-group span {
  display: inline-block;
  line-height: 24px;
  height: 24px;
  width: 24px
}
.log-in .button-group ul:before {
  position: absolute;
  top: -8px;
  left: 50px;
  display: inline-block;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  border-left: 8px solid transparent;
  content: '';
}
.log-in .button-group ul:after {
  position: absolute;
  top: -8px;
  left: 50px;
  display: inline-block;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #e9e8e8;
  border-left: 8px solid transparent;
  content: '';
}
.log-in .button-group .button {
  padding: 0;
  line-height: 18px;
  font-size: 20px
}
.log-in .button-group .drop-menu {
  padding: 10px 0;
  left: -40px;
  border-top: 0px solid #ff0000;
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, .075);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, .05);
  border-radius: 4px;
}
.log-in a.user-ico {
  width: 32px;
  height: 32px;
  line-height: 32px;
  background: #ECEFF5;
  display: block;
}
.log-in a.user-head {
  width: 32px;
  height: 32px;
  overflow: hidden;
  display: block;
}
.log-in a.user-head img {
  width: 32px;
  height: 32px;
}
/* 登入后状态 end*/
/* 注册登录切换 */
.register .tab {
  font-size: 0
}
.register .tab li {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 20px;
  width: 60px;
  color: #666;
  margin: 0 0 40px 0
}
.register .tab li::before {
  background: #ccc;
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 3px;
  border-radius: 3px;
  transition: transform .3s;
}
.register .tab li.cur {
  color: #ff9600
}
.register .tab li.cur::before {
  background: #ff9600;
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 3px;
  border-radius: 3px;
  transition: transform .3s;
}
.register .line {
  margin: 0px;
  padding: 0;
  position: relative;
  text-align: center;
}
.register .line span {
  display: inline-block;
  padding: 0 20px;
  position: relative;
  z-index: 200;
}
.register .line hr {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #E2E2E2 -moz-use-text-color -moz-use-text-color;
  border-image: none;
  border-style: solid none none;
  margin-top: 10px;
  position: absolute;
  top: 0;
  width: 100%;
}
.register .bnt-login {
  margin: 0 auto;
  text-align: center
}
.register .bnt-login a {
  display: inline-block;
  color: #fff;
  font-size: 22px;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  margin-right: 10px;
  border-radius: 30px
}
.register .bnt-login a:hover {
  opacity: 0.8
}
.register .bnt-login a.weixin {
  background: #38B624
}
.register .bnt-login a.qq {
  background: #1F92DF
}
.register .bnt-login a.weibo {
  background: #FF6000
}
/* 注册登录切换 end*/
/* 弹出搜索 begin */
.searchBar-m {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  z-index: 9999;
  text-align: center
}
.searchBar-m .mask {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
}
.searchBar-m a {
  display: block;
  position: absolute;
  right: 5%;
  top: 5%;
  width: 60px;
  height: 60px;
  line-height: 56px;
  font-size: 48px;
  z-index: 9999;
  color: #fff;
}
.searchBar-m a:hover {
  color: #ff9600
}
.searchBar-m .form-group {
  width: 70%;
  max-width: 720px;
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -200%);
}
.searchBar-m .input {
  width: 88%;
  background: transparent;
  border: 0;
  border-bottom: 2px solid #f2f2f2;
  color: #6E6E6E;
  height: 60px;
  line-height: 60px;
  float: left;
  padding: 0
}
.searchBar-m .button {
  width: 8%;
  height: 60px;
  line-height: 60px;
  border-bottom: 2px solid #f2f2f2;
  display: block;
  float: left;
  background: url(../images/ico-search-button.png) no-repeat center 50%;
  text-indent: -2000px
}
.searchBar-m .button:hover {
  background: url(../images/ico-search-button.png) no-repeat center 50%;
}
/* 弹出搜索 end */