@charset "utf-8";
@font-face {
  font-family: 'fzcysjt';
  src: url(../fonts/方正粗雅宋简体.eot);
  src: url(../fonts/方正粗雅宋简体.eot?#iefix) format('embedded-opentype'), url(../fonts/方正粗雅宋简体.woff2) format('woff2'), url(../fonts/方正粗雅宋简体.woff) format('woff'), url(../fonts/方正粗雅宋简体.ttf) format('truetype'), url(../fonts/方正粗雅宋简体.svg#方正粗雅宋简体) format('svg');
}
@font-face {
  font-family: 'fzhtjt';
  src: url('../fonts/方正黑体简体.TTF') format("truetype");
}
@font-face {
  font-family: 'fzzzhjt';
  src: url(../fonts/方正正准黑简体.eot);
  src: url(../fonts/方正正准黑简体.eot?#iefix) format('embedded-opentype'), url(../fonts/方正正准黑简体.woff2) format('woff2'), url(../fonts/方正正准黑简体.woff) format('woff'), url(../fonts/方正正准黑简体.ttf) format('truetype'), url(../fonts/方正正准黑简体.svg#方正正准黑简体) format('svg');
}
@font-face {
  font-family: 'fzltqht';
  src: url(../fonts/方正兰亭纤黑简体.eot);
  src: url(../fonts/方正兰亭纤黑简体.eot?#iefix) format('embedded-opentype'), url(../fonts/方正兰亭纤黑简体.woff2) format('woff2'), url(../fonts/方正兰亭纤黑简体.woff) format('woff'), url(../fonts/方正兰亭纤黑简体.ttf) format('truetype'), url(../fonts/方正兰亭纤黑简体.svg#方正兰亭纤黑简体) format('svg');
}
@font-face {
  font-family: 'fzljw';
  src: url(../fonts/方正隶二简体.eot);
  src: url(../fonts/方正隶二简体.eot?#iefix) format('embedded-opentype'), url(../fonts/方正隶二简体.woff2) format('woff2'), url(../fonts/方正隶二简体.woff) format('woff'), url(../fonts/方正隶二简体.ttf) format('truetype'), url(../fonts/方正隶二简体.svg#方正隶二简体) format('svg');
}
@font-face {
  font-family: 'fzdhjt';
  src: url(../fonts/方正大黑简体.eot);
  src: url(../fonts/方正大黑简体.eot?#iefix) format('embedded-opentype'), url(../fonts/方正大黑简体.woff2) format('woff2'), url(../fonts/方正大黑简体.woff) format('woff'), url(../fonts/方正大黑简体.ttf) format('truetype'), url(../fonts/方正大黑简体.svg#方正大黑简体) format('svg');
}
/*全局初始化样式 --*/
body {
  padding: 0;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.75;
  font-family: 'fzltqht', 'fzhtjt', 'fzzzhjt';
  color: #000;
  min-width: 320px;
  width: 100%;
  zoom: 1;
  /*禁用Webkit内核浏览器的文字大小调整功能*/
  -webkit-text-size-adjust: none;
  /*取出点击出现半透明的灰色背景*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight: rgba(0, 0, 0, 0);
  /*控制文本可选性*/
  /*设置字体的抗锯齿或者说光滑度*/
  -webkit-font-smoothing: antialiased;
}
* {
  -webkit-tap-highlight-color: transparent;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
table {
  background-color: transparent;
  border-spacing: 0;
  border-collapse: collapse;
  font-size: 0.75em;
  width: 100%;
  border-top: solid 1px #ddd;
  border-left: solid 1px #ddd;
  box-sizing: border-box;
}
table th {
  background-color: #f9f9f9;
  text-align: center;
  box-sizing: border-box;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
/*html5设置*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}
html,
body,
div,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main,
p {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  outline: none;
  color: #333;
  cursor: pointer;
}
a:focus {
  outline: none;
  -moz-outline: none;
}
a:hover {
  color: #000;
}
a img {
  border: none;
}
/*强制去除表单自带的样式*/
select,
input,
textarea {
  border-radius: 0;
  -webkit-border-radius: 0;
}
input:focus {
  outline: none;
}
input,
button,
select,
textarea {
  outline: none;
  /*-webkit-appearance:none;*/
}
textarea {
  resize: none;
  /*-webkit-appearance:none;*/
}
textarea,
input,
select {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}
/*清楚浮动*/
.clear {
  clear: both;
  overflow: hidden;
}
/*该设置跟后台编辑器有关*/
.ul,
.ul li,
.dl,
.dl dd,
ul,
ul li,
ol,
ol li,
dl,
dl dd {
  list-style: none;
  margin: 0;
  padding: 0;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.p,
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0px;
  margin: 0px;
  font-weight: normal;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.fleximportant {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
}
.inlineflex {
  display: inline-flex;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
}
.d_flex > * {
  display: block;
}
/*伸缩流方向*/
.f_direction_column {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.f_direction_row {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
}
/*主轴对齐*/
.j_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.j_end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.j_start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.j_justify {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.j_around {
  -moz-justify-content: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
/*侧轴对齐*/
.a_start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.a_end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.a_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.a_baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}
/*伸缩性*/
.flex_wrap {
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.flex_auto {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  -webkit-flex: auto;
  flex: auto;
}
.flex_1 {
  width: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
/*显示顺序*/
.order_2 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.order_3 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
}
/*单行溢出*/
.text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.text3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.donghua {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.fangda {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.xuanzhuan {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -moz-transform: rotate(180deg);
  /* Firefox */
  -webkit-transform: rotate(180deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(180deg);
}
img {
  max-width: 100%;
  max-height: 100%;
}
ul,
li {
  list-style: none;
}
/* 清除浮动 */
.clear {
  clear: both;
  height: 0px;
  overflow: hidden;
  zoom: 0;
}
.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
/* 清除浮动结束 */
.Ispic {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.title h1 {
  margin: 0 auto;
  font-size: 25px;
  font-family: 'fzzzht';
  text-align: center;
}
.title2 {
  text-align: center;
  overflow: hidden;
  margin-bottom: 30px;
}
.title2 h2 {
  font-family: 'fzzzht';
  font-size: 35px;
  color: #242323;
  position: relative;
  display: inline-block;
}
.title2 h2:before {
  width: 212px;
  height: 9px;
  content: '';
  position: absolute;
  left: -230px;
  top: 50%;
  margin-top: -4px;
  background: url(../images/bg1.png) no-repeat center;
}
.title2 h2:after {
  width: 212px;
  height: 9px;
  content: '';
  position: absolute;
  right: -230px;
  top: 50%;
  margin-top: -4px;
  background: url(../images/bg2.png) no-repeat center;
}
.copy_record {
  text-align: center;
  position: relative;
  max-width: 1200px;
  margin: auto;
}
.copy_record a {
  color: rgba(255, 255, 255, 0.3) !important;
}
/* FOOTER */
.footer {
  position: relative;
  z-index: 2;
  padding: 5% 0 3% 0;
  background: #4d443c;
  max-width: 1920px;
  margin: 0 auto;
}
.footer .to_top {
  width: 74px;
  height: 74px;
  position: absolute;
  left: 50%;
  margin-left: -37px;
  top: -37px;
  cursor: pointer;
}
.footer .main_contain {
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .bottom_nav {
  width: 75%;
  float: left;
}
.footer .bottom_nav dl {
  float: left;
  width: 16.5%;
  text-align: left;
}
.footer1 .bottom_nav dl {
  float: left;
  width: 14%;
}
.footer .bottom_nav dl:last-child {
  padding-right: 0;
}
.footer .bottom_nav dl.dl dd {
  float: left;
  width: 50%;
}
.footer .bottom_nav dl dt {
  font-size: 16px;
  color: #fbf7e8;
  font-weight: normal;
  padding-bottom: 6px;
}
.footer .bottom_nav dl dd a {
  color: rgba(251, 247, 232, 0.5);
  font-size: 14px;
  line-height: 32px;
}
.footer .share {
  width: 25%;
  float: right;
}
.footer .share .bd {
  width: 114px;
  height: 114px;
  background: #fff;
  padding: 7px;
  float: right;
}
.footer .share .bd li {
  display: inline-block;
}
.footer .share .hd {
  float: right;
  margin-top: 5px;
  padding-top: 70px;
  padding-right: 20px;
  position: relative;
}
.footer .share .hd ul li {
  float: left;
  margin-left: 10px;
}
.footer .copy_right .other_page {
  width: 70%;
  float: left;
}
.footer .copy_right .other_page ul {
  margin: 0;
  padding: 0;
  margin-top: 20px;
  display: block;
}
.footer .copy_right .other_page ul li {
  float: left;
  padding: 0;
  line-height: 14px;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .copy_right .other_page ul li a {
  color: rgba(255, 255, 255, 0.3);
  font-size: 14px;
}
.footer .copy_right .other_page p {
  color: rgba(255, 255, 255, 0.3);
  font-size: 14px;
  padding-top: 6px;
  text-transform: uppercase;
}
.footer select {
  width: 290px;
  height: 40px;
  line-height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.3);
  margin-top: 20px;
  float: right;
  padding: 0 20px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../images/xl.png) no-repeat right center;
}
.footer select option {
  height: 40px;
  line-height: 40px;
  background: #4d443c;
  color: rgba(255, 255, 255, 0.3);
}
.footer .share .hd .phone {
  width: 100%;
  position: absolute;
  top: 0;
  right: 10px;
}
.footer .share .hd .phone p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.3);
  text-align: right;
}
.footer .share .hd .phone p span {
  font-size: 24px;
  color: #fbf7e8;
  display: block;
}
/* FOOTER */
.w1500 {
  max-width: 1500px;
  margin: 0px auto;
  padding: 0%;
}
.w1300 {
  max-width: 1300px;
  margin: 0px auto;
  padding: 0%;
}
@media screen and (max-width: 1520px) {
  .footer {
    padding: 5% 0 3%;
  }
  .w1500 {
    padding: 0 2%;
  }
}
@media screen and (max-width: 1320px) {
  .w1300 {
    padding: 0 2%;
  }
}
@media screen and (max-width: 960px) {
  .footer .copy_right .other_page ul li {
    margin-top: 10px;
  }
  .footer .main_contain {
    display: none;
  }
  .footer select {
    display: none;
  }
  .footer .copy_right .other_page {
    width: 100%;
    text-align: center;
  }
  .footer .copy_right .other_page ul {
    text-align: center;
  }
  .footer .copy_right .other_page ul li {
    float: none;
    display: inline-block;
  }
  .footer .copy_right .other_page ul li:last-child {
    margin-right: 0;
    border-right: 1px solid rgba(0, 0, 0, 0);
    padding-right: 0;
  }
  .footer .copy_right .other_page ul li {
    margin: 5px 2px;
  }
}
header {
  width: 100%;
  height: 108px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}
header .w1500 {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
header .w1500 .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
header .w1500 .logo span {
  padding-left: 20px;
  margin-left: 20px;
  position: relative;
  white-space: nowrap;
  font-family: 'fzcysjt';
  font-size: 21px;
  color: #3b3b3b;
}
header .w1500 .logo span::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 34px;
  background: #242323;
  left: 0;
  top: 50%;
  margin-top: -17px;
}
header .w1500 .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 40px;
  font-family: 'fzhtjt';
  height: 100%;
}
header .w1500 .right nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: calc(100% - 200px);
  margin-right: 24px;
}
header .w1500 .right nav li {
  margin: 0 24px;
  white-space: nowrap;
  position: relative;
  line-height: 108px;
}
header .w1500 .right nav li a {
  font-size: 19px;
  position: relative;
}
header .w1500 .right nav li a:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 2px;
  left: 50%;
  bottom: -6px;
  background: #dcc08f;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header .w1500 .right nav li a:hover:after,
header .w1500 .right nav li a.aon:after {
  width: 90px;
  margin-left: -45px;
}
header .w1500 .right nav li:hover .art {
  top: 108px;
  opacity: 1;
  z-index: 999;
}
header .w1500 .right nav li .art {
  opacity: 0;
  z-index: -1;
  position: absolute;
  top: 120px;
  left: -200px;
  background: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header .w1500 .right nav li .art section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 540px;
  padding: 15px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.6);
}
header .w1500 .right nav li .art section.s2 {
  width: 750px;
}
header .w1500 .right nav li .art section.s2 img {
  width: 50%;
}
header .w1500 .right nav li .art section.s2 .list {
  width: 30%;
}
header .w1500 .right nav li .art section.s2 .imgbox {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
header .w1500 .right nav li .art section.s2 .imgbox img {
  width: 90%;
}
header .w1500 .right nav li .art section img {
  width: 70%;
}
header .w1500 .right nav li .art section .list {
  width: 30%;
  padding-left: 15px;
}
header .w1500 .right nav li .art section .list a {
  display: block;
  line-height: 20px;
  margin: 15px auto;
  width: 100%;
  text-align: center;
  font-size: 16px;
}
header .w1500 .right .search-box {
  width: 180px;
  height: 25px;
  border-radius: 12.5px;
  border: 1px solid #000000;
  position: relative;
}
header .w1500 .right .search-box input {
  width: 140px;
  height: 25px;
  line-height: 25px;
  margin: 0;
  padding: 0;
  text-indent: 20px;
  border: none;
}
header .w1500 .right .search-box a {
  position: absolute;
  right: 0;
  top: 1px;
  display: block;
  width: 40px;
  height: 23px;
  background: url(../images/search.png) no-repeat center;
}
header .w1500 .right .wap_meun {
  width: 50px;
  height: 50px;
  background: url(../images/nav.png) no-repeat center;
  display: none;
}
@media screen and (max-width: 960px) {
  header .w1500 .logo {
    height: 50px;
    margin-left: 5%;
  }
  header .w1500 .logo span {
    display: none;
  }
  header .w1500 {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  header .w1500 .right .search-box {
    position: absolute;
    top: 20px;
    right: 2%;
  }
  header .w1500 .right {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-right: 0;
    height: auto;
  }
  header .w1500 .right nav {
    width: 100%;
    margin-right: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  header .w1500 .right nav li {
    margin: 0 10px;
    line-height: 1;
    position: unset;
  }
  header .w1500 .right nav li .art {
    width: 95%;
    left: 2.5%;
  }
  header .w1500 .right nav li .art section {
    width: 100%;
    padding: 10px;
  }
  header .w1500 .right nav li .art section .list {
    padding-left: 10px;
  }
  header .w1500 .right nav li .art section.s2 {
    width: 100%;
  }
  header .w1500 .right nav li .art section.s2 img {
    width: 40%;
  }
  header .w1500 .right nav li .art section.s2 .list {
    width: 35%;
    padding-left: 10px;
  }
  header .w1500 .right nav li .art section.s2 .imgbox {
    width: 25%;
  }
}
.banner .swiper-pagination {
  bottom: 15px;
}
.banner .swiper-pagination-bullet {
  width: 65px;
  height: 3px;
  background: #d5be8a;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.7);
  border-radius: 1.5px;
  opacity: 1;
  margin: 0 6px!important;
}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff5e0;
}
.pro_index {
  padding: 60px 0 80px;
}
.pro_index section {
  position: relative;
}
.pro_index .swiper-container {
  margin: 58px 6.6% 0;
}
.pro_index .swiper-button-next,
.pro_index .swiper-button-prev {
  outline: none;
}
.pro_index .swiper-button-next:after,
.pro_index .swiper-button-prev:after {
  color: #ebce9f;
}
.pro_index .swiper-button-next {
  right: 20px;
}
.pro_index .swiper-button-prev {
  left: 20px;
}
.pro_index .pswiper a {
  display: block;
  width: 100%;
  height: auto;
}
.pro_index .pswiper a:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.pro_index .pswiper a:hover p.price {
  display: none;
}
.pro_index .pswiper a:hover .art span.more {
  z-index: 1;
  opacity: 1;
  margin-top: 10px;
}
.pro_index .pswiper a .imgbox {
  width: 100%;
  height: 0;
  padding-bottom: 66.4%;
  background-color: #fffcf7;
  position: relative;
}
.pro_index .pswiper a .imgbox .img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}
.pro_index .pswiper a .imgbox .img img {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.pro_index .pswiper a .art {
  text-align: center;
}
.pro_index .pswiper a .art h2 {
  font-family: 'fzzzhjt';
  font-size: 23px;
  color: #242323;
  margin-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro_index .pswiper a .art p {
  font-family: 'fzltqht';
  font-size: 17px;
  color: #242323;
}
.pro_index .pswiper a .art p i {
  font-style: normal;
  color: #959595;
}
.pro_index .pswiper a .art span {
  font-family: 'fzltqht';
  font-size: 15px;
  color: #fff;
  width: 140px;
  height: 35px;
  line-height: 35px;
  border-radius: 8px;
  background: #ae9262;
  display: block;
  text-align: center;
  margin: 5px auto;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.pro_index .pswiper a .art span.more {
  margin-top: 15px;
  opacity: 0;
  z-index: 0;
}
.video_index {
  margin-bottom: 100px;
}
.video_index .w1500 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.video_index .w1500 .lefta {
  width: 36%;
  position: relative;
  overflow: hidden;
}
.video_index .w1500 .lefta .imgbox {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}
.video_index .w1500 .lefta .imgbox .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.video_index .w1500 .lefta:hover .art {
  bottom: 0;
  opacity: 1;
}
.video_index .w1500 .lefta .art {
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: url(../images/bg.png) no-repeat center bottom;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  padding: 32px;
  opacity: 0;
}
.video_index .w1500 .lefta .art h3 {
  font-family: 'fzzzhjt';
  font-size: 30px;
  margin: 0;
}
.video_index .w1500 .lefta .art p {
  font-size: 18px;
  margin: -5px 0 10px;
}
.video_index .w1500 .lefta .art a {
  background: #fff;
  color: #000000;
  width: 108px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  border-radius: 4px;
}
.video_index .w1500 .videobox {
  width: 64%;
  height: 0;
  padding-bottom: 36%;
  position: relative;
}
.video_index .w1500 .videobox video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
}
.video_index .w1500 .videobox .play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.video_index .w1500 .videobox .closea {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background: url(../images/close.png) no-repeat center;
  z-index: 2;
  display: none;
}
@media screen and (max-width: 960px) {
  .pro_index .pswiper a .art span.more {
    height: 0;
  }
  .video_index .w1500 {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .video_index .w1500 .lefta {
    width: 100%;
  }
  .video_index .w1500 .lefta .imgbox {
    padding-bottom: 50%;
    width: 50%;
  }
  .video_index .w1500 .lefta .art {
    width: 50%;
    right: 0;
    left: auto;
    bottom: 0;
    opacity: 1;
    background-color: #fffcf7;
    padding: 10px;
  }
  .video_index .w1500 .lefta .art h3 {
    font-size: 20px;
  }
  .video_index .w1500 .lefta .art p {
    margin-top: 0;
    font-size: 16px;
  }
  .video_index .w1500 .videobox {
    width: 100%;
    padding-bottom: 56.25%;
  }
  .pro_index .pswiper a .art h2 {
    font-size: 20px;
  }
  header .w1500 .right nav li a {
    font-size: 18px;
  }
  .pro_index {
    padding: 30px 0 30px;
  }
  .pro_index .swiper-container {
    margin: 30px auto 0;
  }
  .video_index {
    margin-bottom: 50px;
  }
}
.location {
  margin: 60px auto;
  font-family: 'fzhjt';
  color: #242323;
  font-size: 17px;
}
.location a {
  color: #242323;
  padding-left: 24px;
  margin-left: 24px;
  position: relative;
}
.location a:last-child {
  color: #a78956;
}
.location a:hover {
  color: #a78956;
}
.location a:after {
  position: absolute;
  content: '';
  width: 1px;
  height: 14px;
  left: 0;
  top: 50%;
  margin-top: -7px;
  background: #242323;
}
.gyhh_content {
  margin: 60px auto;
}
.gyhh_content h3 {
  font-family: 'fzljw';
  font-size: 43px;
  margin: 30px auto 60px;
}
.gyhh_content .info {
  font-size: 22px;
  font-family: 'fzltqht';
  line-height: 40px;
  color: #424242;
}
.gyhh_content .infoswipers {
  position: relative;
  width: 742px;
  max-width: 100%;
  margin: 80px auto 120px;
  padding: 0 100px;
}
.gyhh_content .infoswipers .swiper-button-next,
.gyhh_content .infoswipers .swiper-button-prev {
  outline: none;
}
.gyhh_content .infoswipers .swiper-button-next:after,
.gyhh_content .infoswipers .swiper-button-prev:after {
  color: #d3bc96;
  font-size: 80px;
}
.gyhh_content .infoswiper {
  width: 100%;
  margin: 0 auto;
  padding: 0 36px;
  position: relative;
}
.gyhh_content .infoswiper .swiper-slide {
  position: relative;
}
.gyhh_content .infoswiper .swiper-slide img {
  margin: 0 auto;
  display: block;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
.gyhh_content .infoswiper .swiper-slide:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 20px;
  background: #fff;
  left: 0;
  top: 0;
  z-index: 1;
}
.gyhh_content .infoswiper .swiper-slide:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 20px;
  background: #fff;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.gyhh_content .infoswiper .swiper-slide.swiper-slide-active {
  height: 100%;
  z-index: 2;
}
.gyhh_content .infoswiper .swiper-slide.swiper-slide-active:after,
.gyhh_content .infoswiper .swiper-slide.swiper-slide-active:before {
  display: none;
}
.gyhh_content .infoswiper .swiper-slide.swiper-slide-active img {
  -webkit-filter: unset;
  -moz-filter: unset;
  -ms-filter: unset;
  -o-filter: unset;
  filter: unset;
}
.gyhh_content .infoswiper .swiper-slide a {
  display: block;
  width: 100%;
  height: 80%;
}
.gyhh_content .itembox {
  margin-bottom: 100px;
}
.gyhh_content .itembox .item {
  border: 1px solid #fafafa;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.gyhh_content .itembox .item .videobox {
  width: 60%;
  position: relative;
}
.gyhh_content .itembox .item .videobox video {
  width: 100%;
  height: 100%;
  background: #000;
}
.gyhh_content .itembox .item .videobox .play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.gyhh_content .itembox .item .videobox .closea {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background: url(../images/close.png) no-repeat center;
  z-index: 2;
  display: none;
}
.gyhh_content .itembox .item .art {
  width: 40%;
  padding: 60px;
}
.gyhh_content .itembox .item .art h4 {
  color: #242323;
  font-family: 'fzljw';
  font-size: 40px;
  margin: 0 auto 30px;
}
.gyhh_content .itembox .item .art p {
  font-size: 22px;
  line-height: 39px;
  color: #424242;
}
@media screen and (max-width: 960px) {
  .gyhh_content .infoswiper {
    padding: 0;
  }
  .gyhh_content .infoswipers {
    margin: 30px auto;
    padding: 0 30px;
  }
  .gyhh_content .infoswipers .swiper-button-next:after,
  .gyhh_content .infoswipers .swiper-button-prev:after {
    font-size: 30px;
  }
  .gyhh_content .infoswipers .swiper-button-next {
    right: 0;
  }
  .gyhh_content .infoswipers .swiper-button-prev {
    left: 0;
  }
  .gyhh_content h3 {
    font-size: 24px;
    margin: 30px auto;
  }
  .gyhh_content .info {
    font-size: 16px;
    line-height: 30px;
  }
  .gyhh_content {
    margin: 30px auto;
  }
  .location {
    margin: 15px 2%;
  }
  .location a {
    margin-left: 15px;
    padding-left: 15px;
  }
  .gyhh_content .itembox {
    margin-bottom: 30px;
  }
  .gyhh_content .itembox .item {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .gyhh_content .itembox .item .videobox {
    width: 100%;
  }
  .gyhh_content .itembox .item .art {
    width: 100%;
    padding: 15px;
  }
  .gyhh_content .itembox .item .art h4 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .gyhh_content .itembox .item .art p {
    font-size: 16px;
  }
  .title2 h2 {
    font-size: 24px;
  }
}
.cpzx_content {
  padding-bottom: 50px;
}
.cpzx_content .w1500 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cpzx_content .left {
  width: 200px;
}
.cpzx_content .left .item h4 {
  font-family: 'fzzzhjt';
  font-size: 18px;
  color: #242323;
  background: url(../images/l.png) no-repeat 80% center;
  cursor: pointer;
  margin-bottom: 10px;
}
.cpzx_content .left .item h4.aon {
  background: url(../images/b.png) no-repeat 80% center;
}
.cpzx_content .left .item .itembox {
  display: none;
}
.cpzx_content .left .item .itembox a {
  display: block;
  padding-left: 10px;
  position: relative;
  font-size: 16px;
  color: #242323;
  font-family: 'fzltqht';
  margin-bottom: 10px;
}
.cpzx_content .left .item .itembox a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 3px;
  height: 1px;
  background: #242323;
}
.cpzx_content .left .item .itembox a:hover,
.cpzx_content .left .item .itembox a.aon {
  color: #a78956;
}
.cpzx_content .left .item .itembox a:hover:before,
.cpzx_content .left .item .itembox a.aon:before {
  background: #a78956;
}
.cpzx_content .right {
  width: calc(100% - 200px);
}
.pro_list li {
  width: 32.7%;
  margin-right: 0.95%;
  padding: 50px 0;
  background: #fffcf7;
  float: left;
  margin-bottom: 10px;
}
.pro_list li:nth-child(3n) {
  margin-right: 0;
}
.pro_list li a {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1;
}
.pro_list li a:hover .imgbox .img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.pro_list li a:hover .art .price {
  display: none;
}
.pro_list li a:hover .art .more {
  display: block;
}
.pro_list li .imgbox {
  width: 100%;
  height: 0;
  padding-bottom: 66.4%;
  position: relative;
}
.pro_list li .imgbox .img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}
.pro_list li .imgbox .img img {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.pro_list li .art {
  text-align: center;
}
.pro_list li .art h2 {
  font-family: 'fzzzhjt';
  font-size: 23px;
  color: #242323;
  margin-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro_list li .art p {
  font-family: 'fzltqht';
  font-size: 17px;
  color: #242323;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro_list li .art .price {
  color: #323131;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 35px;
  margin: 5px auto;
}
.pro_list li .art .price i {
  font-style: normal;
  color: #959595;
}
.pro_list li .art .more {
  font-family: 'fzltqht';
  font-size: 15px;
  color: #fff;
  width: 140px;
  height: 35px;
  line-height: 35px;
  border-radius: 8px;
  background: #ae9262;
  display: block;
  margin: 5px auto;
  display: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 960px) {
  .cpzx_content .w1500 {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .cpzx_content .left {
    width: 100%;
    margin-bottom: 15px;
  }
  .cpzx_content .left .item h4 {
    display: inline-block;
    padding-right: 50px;
  }
  .cpzx_content .right {
    width: 100%;
  }
  .cpzx_content .left .item .itembox a {
    margin-right: 15px;
    display: inline-block;
  }
  .pro_list li {
    width: 49%;
    margin-right: 2%;
    padding: 30px 0;
  }
  .pro_list li:nth-child(3n) {
    margin-right: 2%;
  }
  .pro_list li:nth-child(2n) {
    margin-right: 0;
  }
  .pro_list li .art h2 {
    font-size: 18px;
  }
  .pro_list li .art p {
    font-size: 16px;
  }
}
.cpxq_content {
  padding-bottom: 110px;
}
.cpxq_content .w1300 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 60px 0;
}
.cpxq_content .w1300 .left {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cpxq_content .w1300 .left .ld {
  width: 56px;
  height: 268px;
  padding: 30px 0;
  overflow: hidden;
  position: relative;
  margin-left: 115px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cpxq_content .w1300 .left .ld .swiper-button-prev,
.cpxq_content .w1300 .left .ld .swiper-button-next {
  width: 56px;
  height: 30px;
  left: 0;
  right: 0;
  outline: none;
}
.cpxq_content .w1300 .left .ld .swiper-button-prev:after,
.cpxq_content .w1300 .left .ld .swiper-button-next:after {
  display: none;
}
.cpxq_content .w1300 .left .ld .swiper-button-prev {
  top: 20px;
  bottom: auto;
  background: url(../images/t.png) no-repeat center #fff;
}
.cpxq_content .w1300 .left .ld .swiper-button-next {
  bottom: 0;
  top: auto;
  background: url(../images/b.png) no-repeat center #fff;
}
.cpxq_content .w1300 .left .swiper1 {
  width: 56px;
  height: 56px;
  overflow: visible;
}
.cpxq_content .w1300 .left .swiper1 .swiper-slide {
  height: auto!important;
  padding: 5px;
  height: 56px;
  cursor: pointer;
}
.cpxq_content .w1300 .left .swiper1 .swiper-slide .Ispic {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-size: contain;
}
.cpxq_content .w1300 .left .swiper1 .swiper-slide-active {
  border: 1px solid #d3bc96;
}
.cpxq_content .w1300 .left .swiper2 {
  width: 400px;
  height: 400px;
}
.cpxq_content .w1300 .left .swiper2 .swiper-slide {
  height: auto!important;
  padding: 5px;
  cursor: pointer;
}
.cpxq_content .w1300 .left .swiper2 .swiper-slide .Ispic {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-size: contain;
}
.cpxq_content .w1300 .right {
  width: 50%;
  padding-left: 9%;
}
.cpxq_content .w1300 .right h3 {
  font-family: 'fzzzhjt';
  font-size: 35px;
  color: #242323;
  margin: 0;
}
.cpxq_content .w1300 .right h4 {
  font-family: 'fzltqht';
  font-size: 22px;
  color: #242323;
  margin: 10px 0 60px;
}
.cpxq_content .w1300 .right .tabtitle li {
  position: relative;
  margin-right: 38px;
  padding-right: 40px;
  float: left;
}
.cpxq_content .w1300 .right .tabtitle li:before {
  content: '';
  width: 2px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -12px;
  background: #242323;
}
.cpxq_content .w1300 .right .tabtitle li:last-child:before {
  display: none;
  padding-right: 0;
  margin-right: 0;
}
.cpxq_content .w1300 .right .tabtitle a {
  font-family: 'fzzzhjt';
  font-size: 22px;
  color: #242323;
  position: relative;
  padding-bottom: 5px;
}
.cpxq_content .w1300 .right .tabtitle a.aon:after {
  position: absolute;
  width: 100%;
  height: 2px;
  content: '';
  bottom: 0;
  left: 0;
  background: #dcc08f;
}
.cpxq_content .w1300 .right .tabbox {
  margin: 30px 0;
  width: 100%;
  font-family: 'fzltqht';
  font-size: 20px;
  color: #424242;
}
.cpxq_content .w1300 .right .tabbox > div {
  display: none;
}
.cpxq_content .w1300 .right .tabbox > div.aon {
  display: block;
}
.cpxq_content .w1300 .right .price {
  color: #323131;
  font-size: 20px;
  position: relative;
}
.cpxq_content .w1300 .right .price:after {
  position: absolute;
  content: '';
  width: 158px;
  height: 1px;
  left: 0;
  top: -10px;
  background: #dcc08f;
}
.cpxq_content .w1300 .right .price i {
  font-style: normal;
  color: #959595;
}
.cpxq_content .cpxq_info {
  margin: 0 auto;
  padding: 0;
}
.cpxq_content .cpxq_info:not(:last-child){ margin-bottom: 20px;}
@media screen and (max-width: 960px) {
  .cpxq_content {
    padding-bottom: 30px;
  }
  .cpxq_content .w1300 {
    padding: 20px 2%;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .cpxq_content .w1300 .left {
    width: 100%;
  }
  .cpxq_content .w1300 .left .ld {
    margin-left: 0px;
  }
  .cpxq_content .w1300 .left .swiper2 {
    width: 300px;
    height: 300px;
  }
  .cpxq_content .w1300 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 15px;
  }
  .cpxq_content .w1300 .right h3 {
    font-size: 24px;
  }
  .cpxq_content .w1300 .right h4 {
    margin: 10px 0 20px;
  }
  .cpxq_content .w1300 .right .tabtitle li {
    padding-right: 12px;
    margin-right: 10px;
  }
  .cpxq_content .w1300 .right .tabtitle li:before {
    height: 20px;
    margin-top: -10px;
  }
  .cpxq_content .w1300 .right .tabtitle li a {
    font-size: 18px;
  }
  .cpxq_content .w1300 .right .tabbox {
    margin: 15px 0;
    font-size: 16px;
  }
}
.cpzx_index {
  padding-bottom: 50px;
}
.cpzx_index .img {
  margin: 0 auto;
  margin-bottom: 25px;
}
.cpzx_index .list li {
  width: 100%;
  border: 1px solid #d2d2d2;
  margin-bottom: 10px;
}
.cpzx_index .list li:nth-child(2n) a .imgbox {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.cpzx_index .list li a {
  display: block;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cpzx_index .list li a:hover {
  background: #fffcf7;
}
.cpzx_index .list li a:hover .imgbox img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.cpzx_index .list li a .imgbox {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}
.cpzx_index .list li a .imgbox img {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.cpzx_index .list li a .art {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 50%;
  text-align: center;
}
.cpzx_index .list li a .art h3 {
  font-family: 'fzzzhjt';
  font-size: 28px;
  color: #242323;
  position: relative;
  display: inline-block;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.cpzx_index .list li a .art h3 i {
  position: absolute;
  padding: 0 10px;
  left: -80px;
  top: -40px;
  font-size: 50px;
  font-family: 'fzzzhjt';
  background: linear-gradient(to bottom, #ead6bb, #fff);
  -webkit-background-clip: text;
  color: transparent;
}
.cpzx_index .list li a .art h3:after {
  position: absolute;
  content: '';
  width: 20px;
  height: 12px;
  left: 50%;
  bottom: 0;
  margin-left: -10px;
  background: url(../images/bg3.png) no-repeat center;
}
.cpzx_index .list li a .art p {
  font-family: 'fzltqht';
  font-size: 15px;
  color: #424242;
}
.cpzx_index .list li a .art .tit {
  margin: 15px 0;
}
.cpzx_index .list li a .art .tit span {
  font-size: 14px;
  font-family: 'fzltqht';
  color: #ffffff;
  padding: 5px 8px;
  background: #b29a7a;
  margin-right: 4px;
  margin-bottom: 4px;
}
.cpzx_index .list li a .art .price {
  font-family: 'fzltqht';
  color: #323131;
  font-size: 14px;
}
.cpzx_index .list li a .art .price i {
  font-style: normal;
  color: #959595;
}
@media screen and (max-width: 960px) {
  .cpzx_index .list li a {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .cpzx_index .list li a .imgbox {
    width: 100%;
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 2 !important;
    -webkit-order: 2 !important;
    order: 2 !important;
  }
  .cpzx_index .list li a .art {
    width: 100%;
    margin-top: 15px;
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 3 !important;
    -webkit-order: 3 !important;
    order: 3 !important;
    padding-bottom: 10px;
  }
  .cpzx_index .list li a .art h3 {
    font-size: 24px;
    padding-bottom: 15px;
    margin-bottom: 10px;
  }
  .cpzx_index .list li a .art h3 i {
    font-size: 30px;
    left: -50px;
    top: -15px;
  }
}
.ppdt_index {
  padding-bottom: 50px;
}
.ppdt_index .list li {
  width: 49%;
  padding: 10px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.6);
  margin-bottom: 20px;
  float: left;
  margin-right: 2%;
}
.ppdt_index .list li:nth-child(2n) {
  margin-right: 0;
}
.ppdt_index .list li:hover {
  background: #fffcf7;
}
.ppdt_index .list li a {
  display: block;
}
.ppdt_index .list li a:hover .imgbox .img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.ppdt_index .list li a .imgbox {
  width: 100%;
  height: 0;
  padding-bottom: 56%;
  position: relative;
}
.ppdt_index .list li a .imgbox .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ppdt_index .list li a .imgbox .img img {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.ppdt_index .list li a .art {
  text-align: center;
}
.ppdt_index .list li a .art h4 {
  font-family: 'fzzzhjt';
  font-size: 22px;
  color: #242323;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 26px;
  margin: 25px auto 10px;
}
.ppdt_index .list li a .art p {
  margin: 0;
  font-size: 15px;
  color: #242323;
  font-family: 'fzltqht';
}
.ppdt_index .info h2 {
  font-family: 'fzdhjt';
  font-size: 38px;
  color: #3b3939;
  text-align: center;
  line-height: 46px;
}
.ppdt_index .info p.time {
  text-align: center;
  font-size: 17px;
  color: #515151;
  font-family: 'fzltqht';
  margin: 30px 0 80px;
}
.ppdt_index .info .con {
  font-family: 'fzhtjt';
  font-size: 20px;
  color: #383838;
  line-height: 37px;
}
.ppdt_index .info .con p {
  margin: 40px auto;
}
.header_div {
  display: none;
}
@media screen and (max-width: 1180px) {
  header .w1500 .logo span {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .header_div {
    width: 100%;
    height: 60px;
    display: block;
  }
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
  }
  .ppdt_index .list li {
    margin-bottom: 10px;
  }
  .ppdt_index .list li a .art h4 {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 5px;
  }
  .cpzx_content,
  .cpzx_index,
  .ppdt_index {
    padding-bottom: 30px;
  }
  .ppdt_index .info h2 {
    font-size: 24px;
    line-height: 28px;
  }
  .ppdt_index .info p.time {
    margin: 20px 0;
  }
  .ppdt_index .info .con p {
    margin: 20px auto;
  }
  .ppdt_index .info .con {
    font-size: 16px;
    line-height: 24px;
  }
  header {
    height: 60px;
  }
  header .w1500 .right .search-box {
    width: 150px;
  }
  header .w1500 .logo {
    width: 90px;
    margin-top: 5px;
  }
  header .w1500 .right .search-box {
    right: 60px;
  }
  header .w1500 .right .wap_meun {
    display: block;
    position: absolute;
    top: 10px;
    right: 2%;
    width: 40px;
    height: 40px;
    background-size: 35px 35px;
  }
  header .w1500 .right nav {
    display: none;
    z-index: 999;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: auto;
    background: rgba(0, 0, 0, 0.6);
    padding: 50px 0;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  header .w1500 .right nav li {
    width: 100%;
    line-height: 40px;
    text-align: center;
  }
  header .w1500 .right nav li a {
    color: #fff;
  }
  header .w1500 .right nav li .art section {
    display: none!important;
  }
}
.info-page dd a br {
  display: none;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .cpzx_index .list li a .art h3 i {
    background: none;
    color: #ead6bb;
  }
}


/* 2021.10.25 */

.pro_index .swiper-button-next:after, .pro_index .swiper-container-rtl .swiper-button-prev:after{content:'>' !important;}
.pro_index .swiper-button-prev:after, .pro_index .swiper-container-rtl .swiper-button-next:after{content: '<' !important;}

.gyhh_content .swiper-button-next:after, .gyhh_content.swiper-container-rtl .swiper-button-prev:after{content:'>' !important;}
.gyhh_content .swiper-button-prev:after, .gyhh_content  .swiper-container-rtl .swiper-button-next:after{content: '<' !important;}
