@charset "UTF-8";
/* common style.
	 ========================================================================== */
body {
  min-width: 1280px; }

/* header style.
	 ========================================================================== */
.header {
  width: 100%;
  margin: 0 auto;
  height: 60px;
  font-size: 18px;
  background: #5e5d5c;
  /* background: rgba(94, 93, 92, 0.9); */
  color: #d9d9d6;
  /* position: fixed; */
  /* position: absolute; */
  top: 0;
  left: 0;
  z-index: 500100; }

.for_width {
  width: 1200px;
  height: 60px;
  margin: 0 auto;
  position: relative;
  text-align: center; }

.for_width .left {
  margin: 0 auto;
  display: inline-block; }

.for_width .right {
  float: right; }

.for_width span {
  display: inline-block;
  height: 56px;
  padding: 0 5px;
  line-height: 56px;
  position: relative;
  /*margin-right: 50px;*/
  margin-right: 35px;
  cursor: pointer;
  border-bottom: 4px solid #5e5d5c;
  border-bottom: 4px solid rgba(94, 93, 92, 0);
  vertical-align: middle; }

.header .wrapper {
  width: 1400px;
  margin: 0 auto;
  position: relative; }

.header h1.logo {
  display: inline-block;
  position: absolute;
  width: 150px;
  height: 34px;
  left: 30px;
  top: 10px;
  margin: 0;
  padding: 0;
  z-index: 99; }
  .header h1.logo > img {
    display: block; }
  .header h1.logo:hover {
    cursor: pointer; }

.for_width .left .image {
  width: 100px; }

.for_width .header_select {
  color: #e6ad30;
  border-bottom: 4px solid #e6ad30; }

.for_width .header_hover {
  color: #e6ad30; }

.for_width .left span:last-child {
  margin-right: 0; }

.for_width .left span em {
  position: relative;
  font-style: normal;
  z-index: 2; }

.for_width .new-text {
  font-style: normal; }
  .for_width .new-text:after {
    content: "NEW";
    position: absolute;
    top: 9px;
    right: -24px;
    display: inline-block;
    color: white;
    background-color: #d23643;
    border-radius: 10px;
    font-size: .5rem;
    font-weight: lighter;
    width: 30px;
    padding: 0 5px;
    line-height: 16px;
    z-index: 1; }

.for_width .menu {
  position: absolute;
  top: 60px;
  right: 20px;
  background: #fff;
  /*background: rgba(255, 255, 255, 0.7);*/
  overflow: hidden;
  /* width: 562px; */
  height: 180px;
  padding: 30px 0;
  color: #7d7569;
  display: none;
  z-index: 999999; }

.for_width .menu .label {
  font-size: 18px; }

.for_width .menu .center p.value, .for_width .menu .right p.value {
  font-size: 30px; }

.for_width .menu .left {
  display: inline-block;
  width: 140px;
  border-right: 1px solid #d9d9d6;
  padding: 0 30px;
  text-align: center; }

.for_width .menu .left > img {
  width: 90%;
  margin-bottom: 10px; }

.for_width .menu .left p {
  font-size: 14px;
  margin: 0; }

.for_width .menu .right {
  text-align: center;
  display: inline-block;
  width: 170px;
  padding: 0 30px 0 20px; }

.for_width .menu .right > img {
  width: 47.058823529411764%;
  margin-bottom: 10px;
  margin-top: 10px; }

.for_width .menu .right {
  font-size: 18px; }

.for_width .menu .right p {
  margin: 4px 0; }

.for_width .menu .center {
  text-align: center;
  display: inline-block;
  /* padding: 0 30px; */
  border-right: 1px solid #d9d9d6;
  width: 240px;
  float: left; }

.for_width .menu .center > img {
  width: 33.33333333%;
  margin-bottom: 10px;
  margin-top: 10px; }

.for_width .menu .center p {
  margin: 4px 0;
  font-size: 18px; }

.for_width .menu .center, .for_width .menu .left, .for_width .menu .right {
  cursor: pointer; }

/*header end*/
/*    移动端头部   */
#headerNew {
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  z-index: 99;
  color: black;
  font-size: 0;
  height: 4rem;
  box-shadow: 4px 0 4px #aaa; }
  #headerNew .header-active {
    color: #fff;
    position: relative;
    background-color: #a7a7a7; }
  #headerNew > a {
    font-weight: bold;
    color: #000;
    display: inline-block;
    width: 20%;
    line-height: 4rem;
    font-size: 1.25rem;
    text-align: center;
    position: relative;
    text-decoration: none;
    position: relative; }
    #headerNew > a:nth-child(1), #headerNew > a:nth-child(4), #headerNew > a:nth-child(5) {
      width: 18%; }
    #headerNew > a:nth-child(2), #headerNew > a:nth-child(3) {
      width: 23%; }
  #headerNew .has-subs {
    display: inline-block;
    position: relative; }
    #headerNew .has-subs .subs-wrapper {
      position: absolute;
      top: 4rem;
      color: #111111;
      left: 0;
      padding: .3rem .8rem .2rem;
      width: 100%;
      box-sizing: border-box;
      background-color: #d8d8d8;
      visibility: hidden; }
      #headerNew .has-subs .subs-wrapper:after {
        content: ' ';
        border: 7px solid transparent;
        height: 0;
        border-bottom-color: #d8d8d8;
        position: absolute;
        width: 0;
        top: -14px;
        left: 15%; }
        #headerNew .has-subs .subs-wrapper span {
            display: block;
            height: 2.5rem;
            line-height: 2.5rem;
            font-size: 1.2rem;
            border-bottom: 1px solid #979797;}
        #headerNew .has-subs .subs-wrapper span:last-child {
          border-bottom: 0px;}

/*# sourceMappingURL=header.css.map */
/*
     FILE ARCHIVED ON 22:29:47 Mar 13, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 14:17:12 May 20, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 280.699
  exclusion.robots: 0.061
  exclusion.robots.policy: 0.053
  cdx.remote: 0.048
  esindex: 0.009
  LoadShardBlock: 248.295 (3)
  PetaboxLoader3.datanode: 129.44 (4)
  PetaboxLoader3.resolve: 100.054 (2)
  load_resource: 63.816
*/
/*
     FILE ARCHIVED ON 14:26:26 May 20, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 18:15:47 Nov 26, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 101.13
  exclusion.robots: 0.079
  exclusion.robots.policy: 0.069
  cdx.remote: 0.064
  esindex: 0.01
  LoadShardBlock: 69.35 (3)
  PetaboxLoader3.datanode: 239.968 (4)
  load_resource: 367.156
  PetaboxLoader3.resolve: 170.089
*/