html body {
  /* font-family: 'Microsoft YaHei', 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif !important;
   */
   font-family: 'Microsoft YaHei' !important;
  padding-top: 6.14em;
  overflow: hidden;
}
/* .pz_center img:hover {
  transition: all .5s;
} */
.white {
  color: #fff;
}
.m_auto {
  margin: 0 auto;
}
.m_center {
  text-align: center;
}
.pz_center {
  width: 80%;
  height: 100%;
  margin: 0 auto;
}
.red {
  color: red;
}
.title1{
  margin-bottom:70px;
}
span.button_c.more:hover {
  background: rgba(192, 169, 118, 0.6);
}
span.button_c.more {
  display: inline-block;
  width: 13em;
  height: 4em;
  background: #c0a976;
  border-radius: .5em;
  line-height: 4em;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  margin: 2em;
}
a {
  text-decoration: none;
}
#drop:hover #dropdown{
  display: block;
}
#dropdown{
  display: none;
  width: 100%;
  z-index: 20;
  position: absolute;
  left: 0;
  top: 85px;
}
#dropdown li{
  float: left;
  visibility: visible;;
  width: 100%;
  height: 40px;
  font:normal normal 14px/40px 'CN regular';
  cursor: pointer;
  text-align: center;
  line-height: 40px;
  background: #41403b;
  border-top: 1px solid #656565;
}
#dropdown li a{
  /*position: static;*/
}
ul.a_tatal li > a {
  display: inline-block;
  height: 100%;
  width: 100%;
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  text-decoration: none!important;
  color: #b28360!important;
  cursor: pointer;
}
a.underline {
  color: #b28360!important;
}
a.underline:before {
  content: '';
  position: absolute;
  bottom: 20%;
  left: 0;
  right: 0;
  margin: auto;
  width: 60%;
  height: 3px;
  background: #b28360;
}
a.title_line {
  font-size: 42px;
  color: #ab885b;
  display: inline-block;
  height: 2em;
  width: 5em;
  line-height: 2em;
  margin: 25px auto 10px;
  position: relative;
}
a.title_line:before {
  content: '';
  height: 1px;
  width: 100%;
  background: #b6832b;
  position: absolute;
  bottom: 10px;
  left: 0;
  text-align: center;
}
a.title_line:after {
  content: '';
  height: 3px;
  width: 20%;
  background: #b6832b;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 9px;
  margin: 0 auto;
}
a.title_line:hover:after {
  width: 50%;
  transform: scale(1.5 1.5);
  transition: all .8s;
}
.header {
  height: 6.14em;
  background: #1a1a17;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
}
.header .content {
  height: 6.14em;
  position: relative;
}
.header .content .logo {
  width: 13.6em;
  line-height: 6.14em;
  text-align: center;
  display: inline-block;
}
.header .content .a_tatal {
  position: absolute;
  left: 20em;
  top: 0;
  width: 80%;
  /* overflow: hidden; */
  display: inline-block;
}
.header .content ul li {
  display: inline-block;
  height: 6.14em;
  width: 10%;
  text-align: center;
  line-height: 6.14em;
  /* overflow: hidden; */
  position: relative;
}
.header .content ul li a {
  color: #ccc;
  text-decoration: none;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.header .content ul li #dropdown a{
  color: #b6832b;
}
.header .content ul li a:after {
  content: '';
  position: absolute;
  bottom: 20%;
  left: 0;
  right: 0;
  margin: auto;
  width: 60%;
  /* height: 1px; */
  background: #b64545;
  transition: .5s;
  transform: translateX(-150%);
}
.header .content ul li:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  /* height: 3px; */
  background: #72653d;
  transition: .5s;
  transform: translateX(-100%);
}
.header .content ul li:hover:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(220, 215, 202, 0.2);
  transition: .2s;
}
.header .content ul li:first:after {
  content: '';
  height: 0px;
  background: transparent;
}
.header .content ul li:first-of-type {
  visibility: hidden;
}
section #banner {
  height: 45em;
  background: #242424;
}
section #banner img {
  height: 45em;
  width: 100%;
  display: inline-block;
}
section .strength {
  height: 10.7em;
  background: #c0a977;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
}
section .strength ul {
  overflow: hidden;
}
section .strength ul li:before {
  content: '';
  position: absolute;
  width: 1px;
  background: #fff;
  height: 60%;
  top: 2em;
  bottom: 0;
  right: 0;
}
section .strength ul li:hover:after {
  content: '';
  position: absolute;
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  height: 100%;
  top: 0;
  right: 0;
}
section .strength ul li:last-child:before {
  background: transparent;
}
section .strength ul li {
  position: relative;
  padding: 1em;
  float: left;
  height: 10.7em;
  width: 25%;
  text-align: center;
  overflow: hidden;
  box-sizing: border-box;
}
section .strength ul li h4 {
  text-align: left;
  font-size: 20px;
  font: normal bold 20px/24px 'Microsoft YaHei';
}
section .strength ul li a {
  color: #ccc;
  text-decoration: none;
}
section .strength ul li p {
  text-align: left!important;
  font-family: 'Microsoft YaHei';
}
section #main {
  padding-bottom: 6.8em;
  background: url('../../img/index/bj.png') repeat 100% 100% / cover;
}
section #main .pz_center:hover {
  box-shadow: 16px 0px 8px #d8d5c2, -16px 0px 8px #d8d5c2;
}
section #main .pz_center {
  background: rgba(255,255,255,.35);
  box-shadow: 12px 0px 5px #d8d5c2, -10px 0px 5px #d8d5c2;
}
section #main .pz_center > .item {
  width: 95%!important;
  margin: 3em auto;
  text-align: center;
}
section #main .pz_center .theme {
  text-align: center;
}
section #main .pz_center .theme .title_line {
  /* font: normal normal 42px/42px 'Microsoft YaHei'; */
  color: #b28b56;
}
section #main .pz_center .theme .theme_item ul {
  overflow: hidden;
  /* background: #eeefe4; */
  width: 95%;
  margin: 0 auto;
}
section #main .pz_center .theme .theme_item li {
  /* height: 700px; */
  margin-bottom: 2em;
}
section #main .pz_center .theme .theme_item li a.item {
  background: #c0a976;
  width: 100%;
}
section #main .pz_center .theme .theme_item li img:hover {
  transform: null;
}
section #main .pz_center .theme .theme_item li img {
  /* height: 32.6em; */
  width: 100%;
}
section #main .pz_center .theme .theme_item li div.text {
  height: 65px;
  color: #fff;
  text-align: center;
  line-height: 50px;
  font-size: 18px!important;
}
section #main .pz_center .theme .theme_item li div.text:hover{
  color: #b6832b;
}
section #main .pz_center .moreTheme {
  width: 100%;
}
section #main .pz_center .moreTheme .video {
  /* width: 100%; */
  height: 45em;
  /* padding: 0 15px; */
  box-sizing: border-box;
    margin: 15px auto 10px;
  background: #b3b3b3;
  position: relative;
}
section #main .pz_center .moreTheme .video img {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
  border-radius: 50%;
}
section #main .pz_center .moreTheme .video img:hover {
  background: #dbd1d1;
}
section #main .pz_center .moreTheme .video video {
  width: 100%;
  height: 100%;
}
section #main .pz_center .months {
  margin-top: 2em;
  text-align: center;
  width: 100%;
}
section #main .pz_center .months ul {
  width: 100%!important;
  overflow: hidden;
}
section #main .pz_center .months li {
  cursor: pointer;
  margin-bottom: 30px;
}
section #main .pz_center .months li img {
  width: 100%;
  position: relative;
}
section #main .pz_center .months li img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ccc;
  z-index: 10;
}
section #main .pz_center .months li .text {
  text-align: center;
  background: #c0a976;
  height: 50px;
  line-height: 50px;
  color: #fff;
  /* font-weight: bolder; */
  font-size: 18px;
}
section #main .pz_center .months li:hover .text {
  color:#b6832b;
}
img:hover{
  border:none !important;
}
/* section #main .pz_center .months li:hover > div {
  background-color: red;
} */
section #main .pz_center .months span.more {
  display: inline-block;
  width: 13em;
  height: 4em;
  background: #c0a976;
  border-radius: .5em;
  line-height: 4em;
  text-align: center;
  font-size: 18px;
}
section #main .pz_center .shops {
  width: 100%;
  overflow: hidden;
}
section #main .pz_center .shops .landmarks {
  width: 100%;
}
section #main .pz_center .shops .landmarks li {
  height: 85px;
  line-height: 85px;
  box-sizing: border-box;
  padding: 0!important;
  margin-top: 25px;
}
section #main .pz_center .shops .landmarks li a{
  width: 90%;
  margin: 0 auto;
  border-radius: 10px;
  height: 100%;
  display: inline-block;
  color: #000;
  position: relative;
  box-sizing: content-box;
}
section #main .pz_center .shops .landmarks li a div {
  position: relative;
  border: 1px solid #c0a977;
  border-right:none;
  left: 0;
  top: 0;
  width: 35%;
  height: 100%;
  background-color: #c0a977;
  text-align: center;
  border-radius: 10px 0 0 10px;
}
section #main .pz_center .shops .landmarks li a img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  /* width: 60%; */
  height: 70%;
}
section #main .pz_center .shops .landmarks li a span {
  display: block;
  border: 1px solid #c0a977;
  border-left:none;
  box-sizing: border-box;
  position: absolute;
  left: 35%;
  top: 0;
  width: 65%;
  height: 100%;
  text-align: center !important;
  font-size: 18px;
  color: #696767;
  border-radius: 0 10px 10px 0;
}
section #main .pz_center .shops .landmarks li a:hover{
  
  transform: translateY(-0.5em);
  transition: all .5s;
}
section #main .pz_center .shops .landmarks li a:hover div{
  background-color: #ba984d;
  border-color: #ba984d;
  cursor: pointer;
 
}
section #main .pz_center .shops .landmarks li a:hover span{
  color: #ba984d;
  border: 1px solid #c0a977;
  border-left:none;
  border-color: #ba984d;
}
/* section #main .pz_center .shops .landmarks li:hover:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(27, 126, 192, 0.2); 
  color: #87610e;
  cursor: pointer;
} */
section #main .pz_center .shops .landmarks li a:hover{
 
  color: #87610e;
  cursor: pointer;
}
section #main .pz_center .shops .landmarks li:nth-child(4n) {
  border-right: none;
}
section #main .pz_center .shops .landmarks li:nth-child(9) {
  border-bottom: none;
}
section #main .pz_center .shops .landmarks li:nth-child(10) {
  border-bottom: none;
}
section #main .pz_center .shops .landmarks li:nth-child(11) {
  border-bottom: none;
}
section #main .pz_center .shops .landmarks li:nth-child(12) {
  border-bottom: none;
  border-right: none;
}
section #main .pz_center .evaluate {
  width: 100%;
  overflow: hidden;
}
/*
section #main .pz_center .evaluate li:hover {
  transition: all .6s;
  box-shadow: 8px 5px 5px #d3cccc, -8px 0px 5px #d3cccc;
}*/

section #main .pz_center .evaluate li {
  position: relative;
 /* margin-bottom: 2em;
  overflow: hidden;*/
  border-radius: 10px;
}
section #main .pz_center .evaluate li .list .head {
  padding: 0 2em;
  background: #c0a977;
  height: 4em;
  line-height: 4em;
  color: #fff;
  text-align-last: left;
  font-size: 17px;
}
section #main .pz_center .evaluate li .list .head .name11{
  font-weight: 600;
}
section #main .pz_center .evaluate li .list .head img {
  display: inline-block;
  height: 30px;
  width: 30px;
  margin-right: 20px;
  border-radius: 50%;
}
section #main .pz_center .evaluate li .list .head .time {
  float: right;
  font-weight: 600;
  font-family: 'Accidental Presidency regular';
}/*
section #main .pz_center .evaluate li .list .content {
  background: #ece1cb;
  min-height: 10em;
  text-align-last: left;
  padding: 2em;
  text-indent: 0;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.8px;
}*/
section #main .pz_center .evaluate li .list i {
  position: absolute;
  border-radius: 50%;
  bottom: 1em;
  right: 1em;
  width: 2em;
  height: 2em;
  background: url('../../img/index/btn01.png') no-repeat center / 100% 100%;
}
/* section #main .pz_center .theme .theme_item li img{height:100%;width:100%} */
section #main .pz_center .evaluate li .list i:hover {
  background-color: rgba(155, 57, 57, 0.5);
  cursor: pointer;
}
section #main .pz_center .brand {
  overflow: hidden;
}
section #main .pz_center .brand li {
  /* height: 17em; */
  margin-top:0.5em;
  padding: .5em;
}
section #main .pz_center .brand li > div {
  /* border: 1px solid #87610e; */
  height: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 3.5em;
}
section #main .pz_center .brand li > div:hover {
  background: rgba(241, 222, 222, 0.9);
}
/* section #main .pz_center .brand li > div:hover:before {
  transform: translateX(0);
  transition: all .3s;
} */
section #main .pz_center .brand li > div>.nn{
  content: '';
  position: absolute;
  height: 50px;
  line-height: 50px;
  width: 100%;
  background: #c0a977;
  bottom: 0em;
  left: 0;
  /*transform: translateY(100%);*/
  color: white;
  cursor:pointer
}
/* section #main .pz_center .brand li > div>.nn.zz{
  content: '';
  position: absolute;
  height: 3em;
  line-height: 3em;
  width: 100%;
  background: #c0a977;
  bottom: 2.5em;
  left: 0;
  transform: translateY(100%f);
  color: white;
  cursor:pointer
}

section #main .pz_center .brand li > div>.nn:hover{
  color: #b6832b;
}*/
section #main .pz_center .brand li video {
  /* height: 100%; */
  width: 100%;
}
/* section #main .pz_center .brand li:nth-child(1) > div:hover:before {
  content: '品牌历程';
  z-index: 10;
}
section #main .pz_center .brand li:nth-child(2) > div:hover:before {
  content: '全国门店';
  z-index: 10;
}
section #main .pz_center .brand li:nth-child(3) > div:before {
  content: '研发团队';
  z-index: 10;
}
section #main .pz_center .brand li:nth-child(4) > div:before {
  content: '拍摄服务';
  z-index: 10;
}
section #main .pz_center .brand li:nth-child(5) > div:before {
  content: '后期工厂';
  z-index: 10;
}
section #main .pz_center .brand li:nth-child(6) > div:before {
  content: '电商团队';
  z-index: 10;
} */
/* section #main .pz_center .brand img {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
  border-radius: 50%;
} */
section #main .pz_center .brand img {
 width: 100%;
 /* height: 100%; */
 position: absolute;
 top: 0;
 left: 0;
 bottom: 0;
 right: 0;
 margin: auto;
 cursor: pointer;
}
/*
section #main .pz_center .brand img:hover {
  background: #dbd1d1;
}
*/
section #main .pz_center .commitment {
  margin-top: 7em;
  color: #b59b66;
}
section #main .pz_center .commitment .title h1 {
  margin: 0;
  font: normal normal 52px/52px 'Microsoft YaHei';
}
section #main .pz_center .commitment .title > p {
  margin: 25px 0 100px;
  font: normal normal 30px/30px 'Microsoft YaHei';
}
section #main .pz_center .commitment .title .content {
  margin-top: 55px;
  border: 2px solid #b59b66;
  border-radius: 6px;
  position: relative;
  padding: 3em;
}
section #main .pz_center .commitment .title .content table {
  text-align-last: left;
}
section #main .pz_center .commitment .title .content table td {
  width: 30%;
  padding: .5em;
  padding-left: 2em;
  font: normal normal 14px/2em 'Microsoft YaHei';
}
section #main .pz_center .commitment .title .content table tr td:nth-child(1) {
  width: 20%;
}
section #main .pz_center .commitment .title .content table tr td:nth-child(2) {
  border-left: 2px solid #b59b66;
  border-right: 2px solid #b59b66;
}
section #main .pz_center .commitment .title .content:before {
  content: '为了保障您的财物安全，我们只接受以下企业对公收款账户';
  position: absolute;
  color: #fff;
  font: normal normal 28px/62px 'Microsoft YaHei';
  top: -1.5em;
  right: 0;
  margin: auto;
  left: 0;
  height: 62px;
  width: 70%;
  background: #b59b66;
  box-sizing: border-box;
}
footer {
  color: #fff;
  font-size: 14px;
}
footer .title {
  height: 4.28em;
  background: #444;
  font-size: 1em;
  line-height: 4.28em;
  overflow: hidden;
}
footer .title .pz_center.title {
  overflow: hiddden!important;
}
footer .title .pz_center.title ul {
  margin: 0 !important;
  height: 100%;
  overflow: hidden;
}
footer .title .pz_center.title ul li {
  display: inline-block;
  height: 4.28em;
  width: 10%;
  text-align: center;
  line-height: 4.28em;
  overflow: hidden;
  position: relative;
}
footer .title .pz_center.title ul li a {
  position: absolute;
  top: 0;
  left: 0;
  color: #ccc;
  text-decoration: none;
  cursor: pointer;
  z-index: 10;
}
footer .title .pz_center.title ul li:hover:after {
  position: absolute;
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  height: 100%;
  top: 0;
  right: 0;
  content: '';
}
footer .title .pz_center.title ul li:first:after {
  content: '';
  height: 0px;
  background: transparent;
}
footer .content {
  height: 31.78em;
  padding-top: 5em;
  background: #1a1a1a;
  box-sizing: border-box;
}
footer .content .pz_center .left > p {
  padding: .5em 1.5em;
}
footer .content .pz_center .left .code {
  margin-top: 1em;
  text-align: center;
}
footer .content .pz_center .left .code img {
  display: inline-block;
  width: 111px;
  height: 111px;
}
footer .content .pz_center .left .code p {
  margin-top: 1em;
  text-align: center;
}
footer .content .pz_center .right p.tel {
  font-size: 36px;
}
footer .bottom {
  /*height: 70px;*/
  background: #000;
  color: #fff;
  line-height: 70px;
  font-size: 14px;
}
body > .contact {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #353535;
  height: 350px;
}
body > .contact ul li {
  height: 70px;
  width: 70px;
  font-size: 12px;
  box-sizing: border-box;
  text-align: center;
  color: #bdbdbd;
  /*border-bottom: 2px solid #353535;*/
  cursor: pointer;
  position: relative;
}
body > .contact ul li div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 2.5em;
}
body > .contact ul li div a {
  color: #838383;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-top: 3.8em;
}
body > .contact ul li:hover {
  background: #ffffff;
}
body > .contact ul li:before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 50%;
  background: url('../../img/index/qq.png') no-repeat center / 40% 70%;
  margin-top: 0.8rem;
}
body > .contact ul li:nth-child(2):before {
  background: url('../../img/index/tianmao.png') no-repeat center / 40% 70%;
}
body > .contact ul li:nth-child(3):before {
  background: url('../../img/index/weixin.png') no-repeat center / 40% 70%;
}
body > .contact ul li:nth-child(4):before {
  background: url('../../img/index/weibo.png') no-repeat center / 40% 70%;
}
body > .contact ul li:nth-child(5):before {
  background: url('../../img/index/top.png') no-repeat center / 40% 70%;
  margin-top: 0rem;
}
section .pz_center {
  position: relative;
  padding-bottom: 100px;
}
section .pz_center nav {
  width: 100%;
  overflow: hidden;
  margin-top: 100px;
  position: absolute!important;
  left: 0;
  bottom: 0;
}
section .pz_center .goto {
  line-height: 80px;
}
section .pz_center .goto input {
  display: inline-block;
  height: 2em;
  width: 3em;
}
section .pz_center .goto span {
  outline: 1px solid #c8c8c8;
  padding: .4em;
  cursor: pointer;
  margin-left: 2em;
}
.list{
  border-radius: 10px;
}
.media{
  padding-top:10px;
}
.title1 p{
  font-size: 14px;
  line-height: 20px;
  color: #ab885b;
}
body .contact li{
  position: absolute;
}
body> .contact li:hover:after{
  display: block;
}
body> .contact li:after{
  content:'';
  width:100px;
  height: 100px;
  position: absolute;
  right: -120px;
  top:-15px;
  display: none;
}
body> .contact li:nth-child(2):after{
  background: url('../../img/index/tianmao_.png') no-repeat center / 100% 100%;
}
body> .contact li:nth-child(3):after{
  background: url('../../img/index/weixin_.png') no-repeat center / 100% 100%;
}
body> .contact li:nth-child(4):after{
  background: url('../../img/index/weibo_.png') no-repeat center / 100% 100%;
}
#page_nav{
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  margin-top: 60px;
  /* background-color: red; */
  position: relative;
  margin-bottom: 20px;
}
#page_nav .page_ul{
  padding: 0;
  text-align: center;
  overflow: hidden;
  /* margin: 0 auto; */
  width: 60%;
  margin-left: 10%;
  float: left;
}

#page_nav .page_ul li{
  float: left;
  /* width: 40px; */
  
  height: 40px;

  line-height: 40px;
  margin-left: 10px;
  text-align: center;
}
#page_nav .page_ul .thisclass a{
	background: #c0a977;
	color:#fff;
}
#page_nav .page_ul li a{
  display: block;
  width: 100%;
  padding: 0 16px;
  height: 100%;
  color: #000;
  background-color: #fff;
}
#page_nav .page_ul li a:hover{
  color: #fff;
  background-color: #c0a977;
}
#page_nav .goto{
  float: left;
  height: 40px;
  position: absolute;
  left: 70%;top: 0;
  /* width: 40%; */
}
#page_nav .goto div{
  float: left;
  padding: 0;
  font-size: 18px;
  line-height: 40px;
  border:none;
}
#page_nav .goto span{
  float: left;
  padding: 0 10px;
  font-size: 18px;
  line-height: 40px;
  border:none;
  cursor:pointer;
  background-color: #fff;
}
#page_nav .goto input{
  float: left;
  height: 40px;
  line-height: 40px;
  margin-left: 10px;
  text-align: center;
}
section #main .pz_center .commitment .title .content:before {
  content: '为了保障您的财物安全，我们只接受以下企业对公收款账户';
  position: absolute;
  color: #fff;
  font: normal normal 20px/62px 'Microsoft YaHei';
  top: -1.5em;
  right: 0;
  margin: auto;
  left: 0;
  height: 62px;
  width: 70%;
  background: #b59b66;
  box-sizing: border-box;
  overflow: hidden;
}
.jj{
  display: -webkit-box; 
  -webkit-line-clamp: 2; 
  -webkit-box-orient: vertical; 
  overflow: hidden;
}
section #main .pz_center .brand li {
  /* height: 17em; */
  margin-top:0.5em;
  padding: .5em;
}
section #main .pz_center .brand li > div {
  /* border: 1px solid #87610e; */
  height: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 0.5em;
}
.title1{
  margin-bottom:35px;
}
section #main .pz_center .theme .theme_item li:hover{
  transform: translateY(-0.5em);
  transition: all .5s;
}
section #main .pz_center .months li:hover{
  transform: translateY(-0.5em);
  transition: all .5s;
}
section #main .pz_center .evaluate li .list .head img {
  display: inline-block;
  height: 40px;
  width: 40px;
  margin-right: 20px;
  border-radius: 50%;
}
section #main .pz_center .brand img {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
  border-radius: 50%;
}
section #main .pz_center .brand img {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
  border-radius: 50%;
}
section #main .pz_center .evaluate li .list .head .name11{
  float: left;
}
section #main .pz_center .evaluate li .list .head img {
  display: inline-block;
  height: 3em;
  width: 3em;
  margin-top: .5em;
  margin-right: 20px;
  border-radius: 50%;
  float: left;
}
section #main .pz_center .evaluate li .list .content1{
  width: 100%;
  padding: 2em 2em 3em 2em;
  background: #ece1cb;
}
section #main .pz_center .evaluate li .list .content1 .content {
  text-align: left;
  line-height: 1.8em;
  text-indent: 0;
  box-sizing: border-box;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
section #main .pz_center .evaluate li .list i {
  position: absolute;
  border-radius: 50%;
  bottom: 0.5em;
  right: 1em;
  width: 2em;
  height: 2em;
  background: url('../../img/index/btn01.png') no-repeat center / 100% 100%;
} 

.zhezhao{
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.3);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
}
section #main .pz_center .brand img {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
  border-radius: 50%;
  z-index: 102;
}
.list{
  position: relative;
}
section #main .pz_center .evaluate li {
  position: relative;
  /* margin-bottom: 2em;
  overflow: hidden; */
  border-radius: 10px;
  
}
.content_imgl{
  position: absolute;
  left: 2em;
  top: 1.5em;
}
.content_imgr{
  position: absolute;
  bottom: 1.5em;
  right: 2em;
}
.content_sanjiao{
  width: 25px;
  height: 22px;
  position: absolute;
  bottom: -19px;
  left: 50%;
  margin-left: -12.5px;
}
.content_info{
  width: 100%;
  margin-top: 35px;
  text-align: center;
}
.content_info .name22{
  font-size: 16px;
  color: #686767;
}
section #main .pz_center .evaluate li .list .content1 .content {
  text-align: left;
  line-height: 20px;
  text-indent: 0;
  box-sizing: border-box;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 80px;
}
.content_imgl{
  position: absolute;
  left: 0.8em;
  top: 0.8em;
}
.content_imgr{
  position: absolute;
  bottom: 0.5em;
  right: 0.5em;
}
.content_info img{
  width: 55px;
  height: 55px;
  border-radius: 50%;
}
section #main .pz_center .evaluate li .list .content1{
  width: 100%;
  padding: 28px 15px;
  /*padding: 3.5em 2em 3.5em 2em;*/
  /* background: #ece1cb; */
  background-color: #e1dfcd;
  border-radius: 10px;
  position: relative;
}
section #main .pz_center .evaluate ul{
  overflow: hidden;
}




















section #main .pz_center .evaluate li .list .head img {
  display: inline-block;
  height: 40px;
  width: 40px;
  margin-right: 20px;
  border-radius: 50%;
}

section #main .pz_center .brand img {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
  border-radius: 50%;
}

section #main .pz_center .brand img {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
  border-radius: 50%;
}

section #main .pz_center .evaluate li .list .head .name11 {
  float: left;
}

section #main .pz_center .evaluate li .list .head img {
  display: inline-block;
  height: 3em;
  width: 3em;
  margin-top: 0.5em;
  margin-right: 20px;
  border-radius: 50%;
  float: left;
}

section #main .pz_center .evaluate li .list .content1 {
  width: 100%;
  padding: 2em 2em 3em 2em;
  background: #ece1cb;
}

section #main .pz_center .evaluate li .list .content1 .content {
  text-align: left;
  line-height: 1.8em;
  text-indent: 0;
  box-sizing: border-box;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

section #main .pz_center .evaluate li .list i {
  position: absolute;
  border-radius: 50%;
  bottom: 0.5em;
  right: 1em;
  width: 2em;
  height: 2em;
  background: url("../../img/index/btn01.png") no-repeat center / 100% 100%;
}

.zhezhao {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
}

section #main .pz_center .brand img {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
  border-radius: 50%;
  z-index: 102;
}

.list {
  position: relative;
}

section #main .pz_center .evaluate li {
  position: relative;
  /* margin-bottom: 2em;
  overflow: hidden; */
  border-radius: 10px;
}

.content_imgl {
  position: absolute;
  left: 2em;
  top: 1.5em;
}

.content_imgr {
  position: absolute;
  bottom: 1.5em;
  right: 2em;
}

.content_sanjiao {
  width: 25px;
  height: 22px;
  position: absolute;
  bottom: -19px;
  left: 50%;
  margin-left: -12.5px;
}

.content_info {
  width: 100%;
  margin-top: 35px;
  text-align: center;
}

.content_info .name22 {
  font-size: 16px;
  color: #686767;
}

section #main .pz_center .evaluate li .list .content1 .content {
  text-align: left;
  line-height: 20px;
  text-indent: 0;
  box-sizing: border-box;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 80px;
}

.content_imgl {
  position: absolute;
  left: 0.8em;
  top: 0.8em;
}

.content_imgr {
  position: absolute;
  bottom: 0.5em;
  right: 0.5em;
}

.content_info img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
}

section #main .pz_center .evaluate li .list .content1 {
  width: 100%;
  padding: 28px 15px;
  background-color: #e1dfcd;
  border-radius: 10px;
  position: relative;
}

section #main .pz_center .evaluate ul {
  overflow: hidden;
}

/* 新增修改 */
.news .news-box .news-wrap #news-list {
  padding: 10px;
  display: flex;
  background: #efede0;
}
.wrapper .news-content #news-list {
  padding: 10px 20px;
  display: flex;
  background: #efede0;
}

.contents {
  display: flex;
  padding: 10px;
  color: #c0a977;
  background: rgb(225, 223, 205);
  overflow: hidden;
  width: 100%;
  align-items: center;
}

.news {
  width: 95%;
  margin: 3em auto;
  height: 100%;
  overflow: hidden;
}

#news-list .news-left img {
  width: 160px;
  height: 160px;
  vertical-align: middle;
  margin: 0;
}

.wrapper .news-content .contents .news-right {
  width: 100%;
  margin-left: 10px;
  border-bottom: 1px dashed #c0a977;
}
.news .news-box .news-wrap .news-right {
  width: 100%;
  margin-left: 10px;
  padding: 10px 0;
  overflow: hidden;
}
.news-right .news-list:last-child {
  border-bottom: none;
}
.news-right p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.tips {
  float: right;
  margin-top: 16px;
}

.news-wrap {
  height: 100%;
}

.news .title1 {
  text-align: center;
}

.news-box {
  height: 100%;
}

.news-list {
  font-size: 12px;
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #c0a977;
  padding: 8px;
}

.new-title {
  /* width: 370px; */
  border-bottom: 1px solid #c0a977;
}

.new-tips {
  width: 5px;
  height: 5px;
  background: #c0a977;
  margin-right: 8px;
}

.hot-tel {
  font-size: 22px;
  line-height: 60px;
  width: 80%;
  border-bottom: 2px solid rgb(224, 224, 224, 0.5);
}

.tel {
  font-weight: bold;
  font-size: 15px !important;/*50px*/
}

.img {
  width: 45px;
  height: 50px;
}

.right-address {
  margin-top: 30px;
  display: flex;
  transform: translateX(-10px);
}

.content-box {
  width: 70%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.right {
  padding-top: 30px;
}

.code {
  text-align: center;
}

.code img {
  width: 120px;
  height: 110px;
}

.erweima {
  display: flex;
  align-items: center;
  margin-left: 25px;
  border-bottom: 2px solid rgb(224, 224, 224, 0.5);
  line-height: 40px;
  width: 85%;
}

#prompt {
  margin-top: 100px;
}

h3 {
  margin-top: 0 !important;
}

footer .row .content {
  padding-top: 3em;
}

.content .pz_center .content-box .right-pic .erweima {
  padding: 0;
}

.bg-pic {
  overflow: hidden;
  width: 95%;
  margin: 0 auto;
}
.news .news-box .contents .news-list span {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
