ul li.justify_fix {
  width: 100%;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

[class*='icon'] {
  font-family: 'iconfont';
  /* -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px; */
}

.swiper-container {
  cursor: url(/img/zhuashou.ico), auto;
}

.swiper-container.on {
  cursor: url(/img/zhuashou01.ico), auto;
}

.absolute {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

/* 公共宽度 */

.common-width-warp {
  max-width: 1280px;
  padding: 0 32px;
  margin: auto;
}

.common-width-warp2 {
  max-width: 937px;
  padding: 0 10px;
  margin: auto;
}

/* reset */

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

body {
  position: absolute;
  width: 100%;
  height: 100%;
}

body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
iframe,
pre,
code,
fieldset,
legend,
form,
input,
select,
textarea,
button,
p,
blockquote,
th,
td,
figure {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

iframe,
frame,
fieldset,
img {
  border: 0 none;
}

img {
  vertical-align: top;
}
.img_w{width:100%;}

input[type='button'],
input[type='submit'],
input[type='reset'] {
  cursor: pointer;
}

button {
  cursor: pointer;
}

input,
textarea,
button {
  -webkit-border-radius: 0;
  -webkit-appearance: none;
}

input[type='radio'] {
  -webkit-border-radius: 100%;
  -webkit-appearance: radio;
}

input[type='checkbox'] {
  -webkit-appearance: checkbox;
}

input[type='search'] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  resize: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
}

th {
  font-weight: normal;
}

em,
cite,
address,
i {
  font-style: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

body,
input,
select,
button,
textarea {
  font-size: 14px;
  /* font-family: "myfont", arial, "SimHei"; */
  /* font-family: "Source Han Sans CN", Arial, sans-serif; */
  font-family: microsoft yahei, Arial;
  /* font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", "Microsoft Yahei", "Hiragino Sans GB", sans-serif; */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  /* font-weight: 100 !important; */
  letter-spacing: 0.1em;
}

body {
  line-height: 1.5;
}

a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

a {
  blr: expression(this.onFocus=this.blur());
}

a * {
  *cursor: pointer;
}

:focus {
  outline: none;
}

.edit_con_original {
  line-height: 2;
  padding: 0 0;
}

.edit_con_original ul {
  margin: inherit;
  padding: inherit;
  padding-left: 2em;
}

.edit_con_original ul li {
  list-style-type: disc;
  margin: auto;
}

.edit_con_original ol {
  margin: inherit;
  padding: inherit;
}

.edit_con_original ol li {
  list-style-type: decimal;
  margin: auto;
}

.edit_con_original h1 {
  font-weight: bold;
}

.edit_con_original h2 {
  font-weight: bold;
}

.edit_con_original h3 {
  font-weight: bold;
}

.edit_con_original h4 {
  font-weight: bold;
}

.edit_con_original h5 {
  font-weight: bold;
}

.edit_con_original h6 {
  font-weight: bold;
}

.edit_con_original em {
  font-style: italic;
}

.edit_con_original cite {
  font-style: italic;
}

.edit_con_original address {
  font-style: italic;
}

.edit_con_original i {
  font-style: italic;
}

.edit_con_original table {
  border-collapse: separate;
  border-spacing: 2px;
}

.edit_con_original img {
  max-width: 100%;
  height: auto;
}

.edit_con_original video {
  max-width: 100%;
  display: block;
  margin: auto;
}

/*所有后台编辑器区域都要引用 edit_con_original 类名*/

/* clear 页头，页脚，内容区都不用再加清除样式 */

.fixed:before,
.clearfix:before,
.cf:before,
body:before,
.header:before,
.main:before,
.footer:before {
  content: '';
  display: table;
}

.fixed:after,
.clearfix:after,
.cf:after,
after,
.header:after,
.main:after,
.footer:after {
  content: '';
  display: table;
  clear: both;
}

.clear {
  display: block;
  clear: both;
}

.cl:after {
  content: '';
  display: block;
  clear: both;
}

.err_position {
  width: 100%;
  height: auto;
  background: url(/images/errors.png) center no-repeat;
}

/*隐藏视频下载按钮*/

video::-internal-media-controls-download-button {
  display: none;
}

video::-webkit-media-controls-enclosure {
  overflow: hidden;
}

video::-webkit-media-controls-panel {
  width: calc(100% + 30px);
}

/*图片经过*/

.tran_scale {
  overflow: hidden;
  display: block;
}

/*img{transition: All 0.7s ease-in-out;}*/

.tran_scale img {
  -webkit-transition: opacity 0.4s ease-in, -webkit-transform 0.6s linear;
  transition: opacity 0.4s ease-in, transform 0.6s linear;
}

/*两端对齐*/

.justify {
  text-align: justify;
  text-align-last: justify;
}

/*上下居中*/

.v-m-c {
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  position: absolute;
  left: 0;
  top: 50%;
}

/*左右居中*/

.l-m-c {
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  position: absolute;
  left: 50%;
  top: 0;
}

/*绝对居中*/

.a-m-c {
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
}

/* 公共头 */

.header {
  height: 85px;
  /* line-height: 85px; */
  background: #aaa;
  font-size: 14px;
  color: #787878;
  width: 100%;
  /* overflow: hidden; */
  position: relative;
  z-index: 999;
}

.header_fixed {
  padding: 0 40px;
  position: fixed;
  left: 0;
  /* right: 0; */
  width: 100%;
  height: 85px;
  line-height: 85px;
  box-sizing: border-box;
  z-index: 999;
  /*background: rgba(0, 0, 0, 0.7);*/
  background:url(/images/header_bg.jpg) no-repeat; background-size:cover; background-position:center;
  /* margin-left: -17px; */
}

.header .logo {
  background: url(/img/logo.svg) no-repeat;
  background-size: contain;
  width: 113px;
  height: 54px;
  margin-top: 15.5px;
  float: left;
}

.lt {
  float: left;
}

.rt {
  float: right;
}

.header .nav,
.header .stock,
.header .rt .nav li {
  float: left;
}

.header .rt .nav li {
  margin-left: 48px;
}

.header .nav li {
  position: relative;
}

.header .nav .tsnav {
  border-top: 3px solid rgb(210, 6, 27);
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 999;
  transform: translateX(-50%);
  width: 135px;
  display: none;
}

.header .nav .tsnav,
.header .nav .tsnav li {
  list-style: none;
  list-style-type: none;
}

.header .nav .tsnav li {
  display: block;
  margin-left: 0;
  float: none;
  /* white-space: nowrap; */
  line-height: 1.5em;
  padding: 14px 14px;
  font-size: 14px;
  background: #fff;
  color: #000;
  cursor: pointer;
}

.header .nav .tsnav li a {
  color: #000 !important;
}

.header .nav .tsnav li a:hover {
  color: #666 !important;
}

.header .nav .tsnav li + li {
  border-top: 1px solid #eee;
}

.header .nav .tsnav li:hover {
  color: #666;
}

.header .stock {
  padding-left: 32px;
}

.header .stock {
  color: #ef2929;
  font-size: 18px;
}

.header .rt .nav li a {
  color: #000;
  transition: all 0.3s ease-in-out;
}

.header .rt .nav li a:hover {
  color: #ff001b;
}

.header .nav li.snav {
  float: none;
  display: inline-block;
  width: 21px;
  height: 14px;
  line-height: 14px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  position: relative;
  font-size: 0;
}

.header .nav .snav a {
  display: inline-block;
  width: 12px;
  height: 1px;
  background: #000;
  vertical-align: middle;
  transition: all 0.3s ease-in-out;
}

.header .nav .snav:before,
.header .nav .snav:after {
  content: '';
  display: block;
  height: 1px;
  width: 21px;
  background: #000;
  position: absolute;
  transition: all 0.3s ease-in-out;
}

.header .nav .snav:hover a,
.header .nav .snav:hover:before,
.header .nav .snav:hover:after {
  background: #fff;
}

.com-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #1f1e1e;
  z-index: 99999;
  overflow: auto;
  overflow-x: hidden;
  padding: 0.021875em 0.11458em;
  box-sizing: border-box;
  transform: translateY(-100%);
  transition: transform 0.3s;
}

.com-menu .box > ul {
  font-size: 0;
}

.com-menu .box > ul > li {
  width: 20%;
  overflow: hidden;
  /* float: left; */
  display: inline-block;
  vertical-align: top;
  color: #fff;
  margin-bottom: 48px;
  border-top: 1px solid #353535;
  transition: color 0.3s;
}

.com-menu .box > ul > li > ul > li {
  display: block !important;
  transition: color 0.3s;
}

.com-menu .box > ul > li > ul > li.ret {
  display: none;
}

.com-menu .box > ul > li > ul > li:hover {
  color: #ff001b;
}

.com-menu .box > ul > li > ul {
  font-size: 0.0614em;
  line-height: 2;
}

.com-menu .box .title {
  font-size: 0.081em;
  padding: 1.166em 0;
  margin-bottom: 0.41em;
}

.com-menu .close {
  position: absolute;
  top: 0.021875em;
  right: 0.04843em;
  width: 0.0156em;
  height: 0.0156em;
  z-index: 9;
  /* background: url(/img/close.png); */
  background-size: 100%;
  cursor: pointer;
}

.com-menu .close:before {
  content: '\e7b8';
  font-family: 'iconfont';
  font-size: 0.0156em;
  color: #fff;
  display: block;
}

.search {
  width: 50%;
  text-align: right;
  position: relative;
  margin-bottom: 0.082em;
  position: relative;
}

.search input {
  display: block;
  float: right;
  border: 0;
  background: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 0.03243em;
  padding: 0.416em 0;
  width: 15.416em;
  letter-spacing: 0px;
  padding-right: 20px;
}

.search .button {
  font-family: 'iconfont';
  /* content: "\e613"; */
  display: block;
  width: 0.0283em;
  font-size: 0.027em;
  height: 0.027em;
  min-width: 20px;
  min-height: 21px;
  line-height: 21px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  /* background: url(/img/search-icon.png) no-repeat; */
  background-size: contain;
  cursor: pointer;
  color: #fff;
  z-index: 9;
  text-align: center;
}

.footer {
  /*background: #fff;*/ background:url(/images/footer_bg.jpg) no-repeat; background-position:center; background-size:cover;
}

.footer .main {
  max-width: 1300px;
  margin: 0 auto;
  padding: 4% 18px 0;
}

.footer .main .foot_nav {
  /* overflow: hidden; */
  color: #000;
  font-size: 0;
}

.footer .main .foot_nav .item {
  padding: 0.5%;
  width: 11.5%;
  display: inline-block;
  vertical-align: top;
}

.footer .main .item dt {
  /* margin-bottom: 8%; */
  padding-bottom: 18px;
  /* border-left: 1px solid #ff001a; */
  /* padding-left: 12px; */
  height: 134px;
  line-height: 22px;
  font-size: 22px;
  word-wrap: break-word;
  word-break: break-all;
  font-family: '宋体';
  font-weight: initial !important;
  line-height: 1.3;
  position: relative;
  writing-mode: vertical-lr;
  /*从左向右 从右向左是 writing-mode: vertical-rl;*/
  writing-mode: tb-lr;
  /*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
  margin-left: -10px;
  letter-spacing: 0.2em;
}

.footer .main .item dt span {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #bbb;
  letter-spacing: initial;
}

.footer .main .item dt a {
  font-weight: initial !important;
  line-height: 1.3;
  letter-spacing: 0.2em;
  color: #000;
}

.footer .main .item dd {
  margin: 26px 0;
  line-height: 1.5;
  font-size: 14px;
}

.footer .main .item dd a {
  color: #000;
}

.foot_link {
  /* overflow: hidden; */
  text-align: center;
  padding-top: 8.53%;
  padding-bottom: 20px;
  position: relative;
  z-index: 9;
}

.foot_link .item {
  width: 33.33333%;
  float: left;
}

.foot_link .item.link_center {
  line-height: 1;
  height: 28px;
}

.foot_link .item.link_center a {
  display: inline-block;
  font-size: 28px;
  width: 35px;
  height: 28px;
  margin: 0 3.46%;
  vertical-align: top;
  color: #000;
  transition: all 0.3s;
}

.foot_link .item.link_center a:hover {
  color: rgb(209, 30, 13);
}

.foot_link .item.link_center a.wx:hover {
  color: rgb(112, 192, 82) !important;
}

.foot_link .item.link_center a.wx {
  /* background: url(/img/foot_wx.png) center center no-repeat; */
}

.foot_link .item.link_center a.sina {
  /* background: url(/img/foot_sina.png) center center no-repeat; */
}

.foot_link .item.link_center a.tb {
  /* background: url(/img/foot_tb.png) center center no-repeat; */
}

.foot_link .item.link_center a.jd {
  /* background: url(/img/foot_jd.png) center center no-repeat; */
}

.foot_link .link_left {
  text-align: left;
  line-height: 28px;
  /*background: #fff;*/
  font-size: 14px;
}

.foot_link .link_left a {
  color: #000;
  transition: color 0.3s;
  font-size: 1.5em;
  padding-top: 5px;
}

.foot_link .link_left a:hover {
  color: #f00;
}

.foot_link .link_left i {
  padding-right: 10px;
  font-size: 1.4em;
}

.foot_link .link_right {
  text-align: right;
}

.foot_link .link_right .link_list {
  position: relative;
  border: 2px solid #e5e5e5;
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
  text-align: left;
  color: #7f7f7f;
  width: 258px;
  float: right;
  font-size: 14px;
}

.foot_link .link_right .link_list li {
  line-height: 36px;
}

.foot_link .link_right .link_list li:last-child {
  padding-bottom: 6px;
}

.foot_link .link_right .link_list a {
  color: #7f7f7f;
}

.foot_link .link_right .link_list a:hover {
  color: #333;
}

.foot_link .link_right .link_list:before {
  content: '\e60c';
  display: block;
  position: absolute;
  right: 10px;
  font-family: 'iconfont';
  transform: rotate(180deg);
  transition: all 0.3s;
}

.foot_link .link_right .link_list.on:before {
  transform: rotate(0deg);
}

.link_ul {
  position: absolute;
  bottom: 100%;
  right: -2px;
  width: 100%;
  border: 2px solid #e5e5e5;
  border-bottom: none;
  display: none;
  background: #fff;
}

.link_ul a {
  display: block;
  padding-left: 10px;
}

.copyright {
  border-top: 1px solid #e5e5e5;
  color: #7f7f7f;
  text-align: center;
  padding: 2.69% 0;
  font-size: 14px;
}
.copyright a{

  color: #7f7f7f;
}
@media only screen and (min-width:1025px){
  .copyright a:hover{
    color: #ef2929;
  }
}
.phone-menu {
  display: none !important;
}

.com-menu .box > ul > li > ul {
  cursor: pointer;
}

.content .banner.sub {
  height: 1.86em;
  background: center center no-repeat;
  background-size: cover;
  position: relative;
  display: none;
}

.content .banner h1 {
  font-size: 0.2522em;
  margin-top: -0.5em;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  letter-spacing: 0.7em;
  text-indent: 0.7em;
  color: #fff;
  font-weight: 100;
}

.page {
  text-align: center;
}

.page a {
  line-height: 1.9em;
  vertical-align: middle;
  font-size: 14px;
  color: #000;
  display: inline-block;
  margin-right: 1.2em;
}

.page a:last-child {
  margin-right: 0;
}

.page a.dian:hover {
  color: #000;
}

.page a:hover {
  color: #969696;
}

.page a.on {
  color: #fff;
  background: #ff001a;
  min-width: 1.9em;
  height: 1.9em;
  padding: 0 0.5em;
  box-sizing: border-box;
}

.page .prev,
.page .next {
  font-size: 28px;
}

.page {
  margin: auto;
  padding: 0.3em 0 0.78em;
}

.Arrows {
  position: absolute;
  bottom: 0;
  z-index: 99;
}

.Arrows .worm-button-next,
.Arrows .worm-button-prev {
  padding: 0.76em 0.8em;
  font-size: 26px;
  background: #ff001a;
  color: #fff;
}

.Arrows .swiper-button-disabled {
  background: #505050;
}

.Arrows .worm-button-next,
.Arrows .worm-button-prev {
  padding: 0.42em 0.4em;
}

.com-menu .box > ul > li > ul > li a,
.com-menu .box > ul > li .title a {
  color: #fff;
  transition: color 0.3s;
}

.com-menu .box > ul > li > ul > li a:hover,
.com-menu .box > ul > li .title a:hover {
  color: #ff001b;
}

.com-menu .box .title.iconyou:before {
  display: none;
  float: right;
}

@media screen and (max-width: 1336px) {
  .com-menu .box > ul > li > ul {
    font-size: 14px;
  }

  .com-menu .box .title {
    font-size: 20px;
  }

  .footer .main .foot_nav .item {
    width: 25%;
    margin-top: 15px;
    box-sizing: border-box;
  }

  .footer .main .foot_nav .item dl {
    padding-left: 15%;
  }

  .content .banner.sub {
    height: 2.5em;
  }

  .content .banner.sub h1 {
    font-size: 36px;
    letter-spacing: 0.8em;
    text-indent: 0.8em;
    margin-top: -0.8em;
  }
}

.gradient {
  position: absolute;
  width: 100%;
  bottom: 0;
}

.gradient .item {
  background-size: cover;
  opacity: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1.568em;
  z-index: 99;
  transition: opacity 2s;
}

@media only screen and (max-width: 1024px) {
  .search:after {
    font-size: 0.0405em;
    /* margin-top: -0.02025em; */
  }

  .header .rt .nav li {
    display: none;
  }

  .header,
  .header_fixed {
    height: 55px;
    line-height: 55px;
  }

  .header_fixed {
    padding: 0 20px;
  }

  .header .logo {
    background-size: contain;
    width: 60px;
    height: 36px;
    margin-top: 12px;
  }

  .header .rt .nav li.snav {
    display: inline-block;
  }

  .common-width-warp {
    padding: 0 20px;
  }

  /* menu */
  .com-menu .box > ul > li {
    width: 50%;
  }

  .content .banner.sub {
    height: 3em;
  }
}

@media only screen and (max-width: 768px) {
  .content .banner.sub h1 {
    font-size: 28px;
  }

  .com-menu .box .title.iconyou:before {
    display: initial;
  }

  .content .banner.sub {
    height: 5em;
  }

  .com-menu .box > ul {
    position: relative;
  }

  .com-menu .box .title {
    line-height: 1;
    margin-bottom: 0em;
  }

  .com-menu .box > ul > li {
    margin-bottom: 0px;
  }

  .phone-menu {
    font-size: 0 !important;
  }

  .com-menu .box > ul > li > ul > li {
    padding: 1em 0;
    line-height: initial;
    border-top: 1px solid #353535;
  }

  .com-menu .box > ul > li > ul > li.ret {
    display: block;
  }

  .foot_link {
    padding-top: 0.53%;
  }

  .footer .main .foot_nav {
    /* display: none; */
  }

  .header .stock {
    padding-left: 20px;
    font-size: 14px;
  }

  .phone-menu {
    display: inline-block !important;
  }

  /* 搜索 */
  .search {
    width: 100%;
  }

  .search input {
    padding: 0.832em 0;
    width: 100%;
    font-size: 14px;
  }

  .search:after {
    width: 0.04245em;
    font-size: 0.0405em;
    height: 0.0405em;
    /* margin-top: -0.02025em; */
  }

  .header .rt .nav li {
    margin-left: 0px;
  }

  /* menu */
  .com-menu .box > ul > li {
    width: 100%;
  }

  .com-menu .close {
    right: 10px;
    top: 10px;
    width: 0.06em;
    height: 0.06em;
    text-align: center;
  }

  .com-menu .close:before {
    font-size: 0.0312em;
  }

  .footer .main .foot_nav .item {
    width: 100%;
    margin-top: 5px;
  }

  .footer .main .foot_nav .item dl {
    padding-left: 2%;
  }

  .footer .main .item dt {
    /* margin-bottom: 2%; */
    margin-top: 10px;
  }

  .footer .main .item dd {
    float: left;
    margin: 20px 10px;
  }

  .foot_link .link_left,
  .foot_link .item.link_center,
  .foot_link .link_right {
    width: 100%;
    float: none;
    padding: 10px 0 10px;
  }

  .foot_link .item.link_center {
    text-align: left;
  }

  .foot_link .link_right .link_list {
    width: calc(100% - 24px);
  }

  .Arrows {
    position: static;
    bottom: initial;
  }

  .Arrows .worm-button-next,
  .Arrows .worm-button-prev {
    position: absolute;
    top: 50%;
    z-index: 999;
    transform: translateY(-50%);
  }

  .Arrows .worm-button-next {
    right: 0;
  }

  .Arrows .worm-button-prev {
    left: 0;
  }

  .footer .main .item dt {
    margin-top: 0;
  }

  .footer .main .item dt {
    height: auto;
    writing-mode: initial;
    writing-mode: none;
    position: relative;
    font-family: microsoft yahei, Arial;
    font-size: 14px;
    padding: 0.8em 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 0;
  }

  .footer .main .item dt span,
  .footer .main .item dt br {
    display: none;
  }

  .footer .main .foot_nav .item {
    padding: 0;
    margin-top: 0;
    display: block;
  }

  .foot_link .link_left {
    text-align: center;
    margin-top: 1em;
  }

  .foot_link .link_left i {
    display: none;
  }

  .foot_link .link_left a {
    font-size: 1.4em;
  }

  .foot_link .item.link_center {
    text-align: center;
  }

  .footer .main .item dt .icon_down:before {
    content: '\e606';
    font-family: 'iconfont';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    right: 0;
  }

  .footer .main .item dl.on dt .icon_down:before {
    content: '\e6e1';
  }

  .footer .main .item dd {
    width: auto;
    float: none;
    display: none;
  }

  .footer .main .item dl.on dd {
    display: block;
  }

  .footer .main .item dt {
    cursor: pointer;
  }

  .com-menu .box > ul > li {
    display: block;
  }

  .com-menu .box .title {
    font-size: 14px;
  }

  .com-menu .box > ul > li > ul {
    position: absolute;
    background: #1f1e1e;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* font-size: 0.081em; */
    font-size: 14px;
    display: none;
  }

  .page a {
    margin-right: 0.8em;
  }
}

.weixin {
  position: fixed;
  width: 300px;
  height: 350px;
  z-index: 100000;
  left: 50%;
  top: 50%;
  margin: -200px 0 0 -150px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  box-shadow: 1px 1px 10px #666;
}

.weixin .c {
  position: absolute;
  width: 30px;
  height: 30px;
  overflow: hidden;
  right: 0;
  top: 0;
  font-size: 20px;
  font-style: normal;
  text-align: center;
  cursor: pointer;
  z-index: 2;
}

.weixin .c:before {
  content: '\e7b8';
  font-family: 'iconfont';
  font-size: 20px;
  color: #aaa;
  display: block;
  height: 30px;
}

.weixin h2 {
  position: relative;
  line-height: 30px;
  font-size: 14px;
  padding-left: 10px;
  font-weight: normal;
}

.weixin .img {
  padding: 28px 0 10px;
  padding-bottom: 0;
  text-align: center;
  /* border-top: 1px solid #ddd; */
}

.weixin p {
  margin: 0 1.5%;
  text-align: center;
}

.weixin .img img {
  width: 250px;
  height: 250px;
  display: block;
  margin: 0 auto 10px;
}

@media only screen and (max-width: 768px) {
  .Arrows .worm-button-next,
  .Arrows .worm-button-prev {
    padding: 0.05em;
  }

  .search .button {
    font-size: 0.06em;
  }
}


@font-face { 
    font-family: fangzhengyouhei;
    src: url('/css/font/fangzhengyouhei.ttf') format('truetype');
}
 


.header .stock{line-height:22px;}
.dah_p{color:#000;padding-top: 23px;font-family: fangzhengyouhei; }
.stock_phone{display:none}
.stock_phone img{max-width:100%;}

@media only screen and (max-width: 1024px) {
.header .stock{line-height:22px;font-size:14px;line-height:16px;}
.dah_p{padding-top:14px;}
}

@media only screen and (max-width: 767px) {
.header .stock{line-height:16px;    padding-top: 14px;    padding-left: 10px;width: calc(100% - 110px); box-sizing: border-box;}
.dah_p{padding-top:14px;display:none;}

.stock_pc{display:none;}
.stock_phone{display:block;}

}










