﻿@charset "utf-8";
.header {
  padding: 0;
  z-index: 99999;
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  background: #362b27;
}
.header .container {
  position: relative;
  z-index: 2;
}
.header img {
  vertical-align: middle;
}
.header .logo {
  max-width: 350px;
  height: 80px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.header .tel {
  width: 160px;
  position: absolute;
  left: 350px;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #c09879;
  font-weight: 700;
  font-size: 18px;
  background: url(../images/icon/tel.png) no-repeat left 6px;
  padding-left: 23px;
  line-height: 30px;
  height: 30px;
}
.headerFixed {
  background: #362b27;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}
.headerFixed:before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
  border-bottom: 1px #f3f3f3 solid;
}
.nav {
  float: right;
  text-align: center;
  height: 80px;
}
.nav li {
  position: relative;
  float: left;
}
.nav li > a {
  padding: 0 15px;
  color: #fff;
  font-size: 14px;
  line-height: 80px;
  display: block;
  overflow: hidden;
  position: relative;
}
.nav li:hover > a,
.nav li.cur > a {
  color: #c09879;
  font-weight: 700;
}
.nav li.first {
  padding: 0 15px;
  position: relative;
}
.nav li.first:after {
  content: "";
  display: block;
  border-right: 1px #fff solid;
  height: 10px;
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
}
.nav li:nth-child(2) {
  padding: 0 15px;
}
.nav li:hover .child {
  display: block \9;
  visibility: visible;
  top: 80px;
  opacity: 1;
  z-index: 99;
}
.nav .child {
  position: absolute;
  z-index: -1;
  top: 90px;
  width: 100%;
  left: 0;
  padding-top: 0;
  font-size: 12px;
  text-align: center;
  display: none \9;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
}
.nav .child .box {
  background: #362b27 \9;
  background: rgba(54, 43, 39, 0.6);
  padding: 15px 0;
  position: relative;
}
.nav .child a {
  padding: 5px 5px;
  display: block;
  color: #fff;
  transition: background .5s;
  position: relative;
}
.nav .child a:hover {
  background: #c09879;
  color: #fff;
}
/*banner*/
.banner-text {
  height: 1080px;
  overflow: hidden;
  position: relative;
  z-index: 0;
  width: 100%;
  text-align: center;
}
.banner-text .txt-01 {
  position: absolute;
  top: 305px;
  left: 50%;
  margin-left: -630px;
  animation: moveRight-01 1.5s, 0s;
}
.banner-text .txt-02 {
  position: absolute;
  bottom: 198px;
  left: 50%;
  margin-left: -950px;
  animation: moveRight-02 1.5s, 0.25s;
}
.banner {
  width: 100%;
  overflow: hidden;
  height: 1080px;
  position: relative;
}
.banner .box {
  position: relative;
  overflow: hidden;
}
.banner .pic {
  overflow: hidden;
  display: block;
  position: relative;
  width: 1920px;
  left: 50%;
  margin-left: -960px;
  height: 1080px;
}
.banner .slick-dots {
  bottom: auto;
  font-size: 0;
  padding: 1px;
  z-index: 9999;
  width: 20px;
  margin: auto;
  top: 250px;
  right: 50px;
  height: 120px;
}
.banner .slick-dots li {
  width: 12px;
  height: 12px;
  background: #ffffff;
  border-radius: 50%;
  margin: 0 2.5px;
  overflow: hidden;
  transition: all .5s;
  display: block;
  margin: 10px 0;
}
.banner .slick-dots li button {
  display: block;
  width: 12px;
  height: 12px;
  overflow: hidden;
  font-size: 0;
  padding: 0;
  margin: 0;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
}
.banner .slick-dots li.slick-active {
  width: 12px;
  background: #c09879;
}
.banner .slick-dots li button:before {
  display: none;
}
.banner .slick-current .txt-01 {
  animation: moveRight-01 1.5s, 0s;
}
.banner .slick-current .txt-02 {
  animation: moveRight-02 1.5s, 0.25s;
}
/*inside-banner*/
.inside-banner {
  overflow: hidden;
  position: relative;
  z-index: 0;
  width: 100%;
}
.inside-banner .box {
  position: relative;
  overflow: hidden;
}
.inside-banner .pic {
  overflow: hidden;
  display: block;
  position: relative;
  width: 1920px;
  left: 50%;
  margin-left: -960px;
}
/*home-title inside-title*/
.home-title,
.inside-title {
  text-align: center;
}
.home-title .cn,
.inside-title .cn {
  font-size: 40px;
  color: #362c28;
  font-family: "华康俪金黑W8", "思源黑体 CN", "microsoft yahei";
  line-height: 48px;
}
.home-title .en,
.inside-title .en {
  color: #4c4948;
  font-size: 12px;
}
.home-title .info,
.inside-title .info {
  color: #717071;
  font-size: 14px;
  margin-top: 21px;
}
.anchors {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.home-about,
.about {
  text-align: justify;
  overflow: hidden;
  position: relative;
}
.home-about .container,
.about .container {
  position: relative;
}
.home-about .container:before,
.about .container:before {
  content: "";
  display: block;
  width: 30%;
  height: 100%;
  background: #edecec;
  position: absolute;
  z-index: 1;
  left: 235px;
}
.home-about .left,
.about .left {
  width: 580px;
  padding-top: 105px;
  padding-right: 35px;
  position: relative;
  z-index: 2;
  float: left;
}
.home-about .left .title,
.about .left .title {
  font-weight: 700;
  font-size: 40px;
  color: #362c28;
  line-height: 1.25;
  font-family: "思源黑体 CN", "microsoft yahei";
  width: 240px;
  position: relative;
}
.home-about .left .title:after,
.about .left .title:after {
  content: "";
  display: block;
  width: 55px;
  height: 10px;
  background: #362c28;
  margin-top: 30px;
}
.home-about .left .jsh,
.about .left .jsh {
  color: #878888;
  font-size: 14px;
  line-height: 26px;
  margin-top: 40px;
  padding-right: 60px;
}
.home-about .center,
.about .center {
  background: #362c28;
  color: #fff;
  width: 500px;
  height: 500px;
  float: left;
  text-align: center;
  padding-top: 200px;
  position: relative;
  z-index: 2;
}
.home-about .center .txt-01,
.about .center .txt-01 {
  font-size: 25px;
  font-weight: 100;
  line-height: 40px;
}
.home-about .center .txt-02,
.about .center .txt-02 {
  font-size: 40px;
  font-weight: 700;
}
.home-about .right,
.about .right {
  width: 180px;
  float: left;
  position: relative;
}
.home-about .right .pic,
.about .right .pic {
  width: 500px;
  position: absolute;
  left: 0;
}
.home-about .right .txt,
.about .right .txt {
  position: absolute;
  bottom: 0;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  left: 40px;
  bottom: 50px;
}
.home-culture,
.culture {
  overflow: hidden;
}
.home-culture .container,
.culture .container {
  overflow: hidden;
  position: relative;
}
.home-culture .container .line,
.culture .container .line {
  position: absolute;
  right: 0;
  bottom: 65px;
  width: 55px;
  height: 10px;
  background: #4c4948;
}
.home-culture .left,
.culture .left {
  background: #362c28;
  color: #fff;
  font-size: 12px;
  width: 20%;
  height: 440px;
  padding: 40px 15px;
  line-height: 22px;
  float: left;
  font-weight: 100;
  position: relative;
}
.home-culture .left .logo,
.culture .left .logo {
  position: absolute;
  bottom: 25px;
  width: 140px;
}
.home-culture .right,
.culture .right {
  width: 80%;
  padding-top: 150px;
  float: left;
  position: relative;
  line-height: 2;
  text-align: right;
}
.home-culture .right .txt-01,
.culture .right .txt-01 {
  color: #4c4948;
  font-size: 15px;
}
.home-culture .right .txt-02,
.culture .right .txt-02 {
  display: inline-block;
  color: #362c28;
  font-size: 40px;
  position: relative;
  font-family: "华康俪金黑W8", "思源黑体 CN", "microsoft yahei";
}
.home-culture .right .circle,
.culture .right .circle {
  position: absolute;
  right: 105px;
  top: 13px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 3px #c59b7a solid;
}
.culture {
  margin-bottom: 100px;
}
.home-youshi {
  overflow: hidden;
  padding: 100px 0 0 0;
}
.home-youshi .list {
  overflow: hidden;
}
.home-youshi li {
  width: 33.33333333%;
  float: left;
  font-size: 35px;
  color: #838283;
}
.home-youshi li:last-child {
  text-align: right;
}
.home-youshi .num {
  color: #362b27;
  font-size: 72px;
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
}
.home-qwdzh {
  overflow: hidden;
  padding-top: 55px;
}
.home-qwdzh .list {
  margin-left: -5px;
  margin-right: -5px;
  overflow: hidden;
}
.home-qwdzh .list li {
  width: 25%;
  float: left;
  padding: 0 5px 10px 5px;
}
.home-qwdzh .list .box {
  display: block;
  position: relative;
  max-width: 315px;
}
.home-qwdzh .list .pic {
  display: block;
  position: relative;
  margin: auto;
  overflow: hidden;
}
.home-qwdzh .list .pic:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.home-qwdzh .list img {
  transition: all .5s;
}
.home-qwdzh .list .text {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 13px;
  padding: 15px 20px;
  opacity: 0;
  transition: all .5s;
}
.home-qwdzh .list .bt {
  font-weight: 700;
  font-size: 20px;
  display: block;
  height: 40px;
  line-height: 40px;
  opacity: 0;
  transform-origin: 50% 50% 0px;
  transform-style: flat;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, -0.00083, 0, -30, 0, 1);
  transition: all .5s;
}
.home-qwdzh .list .jsh {
  line-height: 24px;
  height: 72px;
  overflow: hidden;
  opacity: 0;
  transform-origin: 50% 50% 0px;
  transform-style: flat;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, -0.00083, 0, 30, 0, 1);
  transition: all .5s;
}
.home-qwdzh .list .item-01 {
  margin-bottom: 10px;
}
.home-qwdzh .list .item-01 .pic:after {
  content: "";
  display: block;
  padding-top: 52.38095238%;
}
.home-qwdzh .list .item-02 .pic:after {
  content: "";
  display: block;
  padding-top: 68.25396825%;
}
.home-qwdzh .list .item-03 .pic:after {
  content: "";
  display: block;
  padding-top: 123.80952381%;
}
.home-qwdzh .list .item-04 {
  margin-bottom: 10px;
}
.home-qwdzh .list .item-04 .pic:after {
  content: "";
  display: block;
  padding-top: 52.38095238%;
}
.home-qwdzh .list .item-05 .pic:after {
  content: "";
  display: block;
  padding-top: 68.25396825%;
}
.home-qwdzh .list .item-06 .pic:after {
  content: "";
  display: block;
  padding-top: 123.80952381%;
}
.home-qwdzh .list .box:hover .text {
  opacity: 1;
}
.home-qwdzh .list .box:hover .bt {
  opacity: 1;
  transform: none;
}
.home-qwdzh .list .box:hover .jsh {
  opacity: 1;
  transform: none;
}
.home-qwdzh .list .box:hover img {
  transform: scale(1.1);
}
.home-case {
  overflow: hidden;
  padding-top: 70px;
}
.home-case .more {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
}
.home-case .more a {
  display: inline-block;
  background: #362b27;
  line-height: 50px;
  text-align: center;
  min-width: 175px;
  color: #fff;
  font-size: 25px;
  transition: all .5s;
}
.home-case .more a:hover {
  background: #c09879;
}
.home-case .list {
  margin-top: 10px;
  margin-left: -15px;
  margin-right: -15px;
}
.home-case .list li {
  width: 33.33333333%;
  float: left;
  padding: 0 15px 30px 15px;
}
.home-case .list .box {
  display: block;
  position: relative;
  max-width: 400;
  overflow: hidden;
}
.home-case .list .pic {
  display: block;
  position: relative;
  margin: auto;
  overflow: hidden;
}
.home-case .list .pic:after {
  content: "";
  display: block;
  padding-top: 62.5%;
}
.home-case .list .pic:before {
  content: "";
  display: none \9;
  opacity: 0;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  transition: all .5s;
}
.home-case .list .bt {
  display: block;
  background: rgba(34, 23, 19, 0.6);
  background: #361713 \9;
  padding: 0 5px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  z-index: 1;
  width: 100%;
  bottom: -50px;
  left: 0;
  color: #fff;
  font-size: 16px;
  text-align: center;
  transition: all .5s;
}
.home-case .list img {
  transition: all .5s;
}
.home-case .list .box:hover img {
  transform: scale(1.1);
}
.home-case .list .box:hover .pic:before {
  display: block \9;
  opacity: 1;
}
.home-case .list .box:hover .bt {
  bottom: 0;
}
.home-zlsh,
.home-store {
  padding-top: 70px;
  overflow: hidden;
}
.home-zlsh,
.home-store,
.home-zhshjm {
  padding-top: 70px;
  overflow: hidden;
}
.home-zlsh .list,
.home-store .list,
.home-zhshjm .list {
  margin-top: 40px;
  margin-left: -7px;
  margin-right: -7px;
  overflow: hidden;
}
.home-zlsh .list li,
.home-store .list li,
.home-zhshjm .list li {
  width: 33.33333333%;
  float: left;
  padding: 0 7px 14px 7px;
}
.home-zlsh .list .box,
.home-store .list .box,
.home-zhshjm .list .box {
  display: block;
  position: relative;
  max-width: 415px;
  overflow: hidden;
}
.home-zlsh .list .pic,
.home-store .list .pic,
.home-zhshjm .list .pic {
  display: block;
  position: relative;
  margin: auto;
  overflow: hidden;
}
.home-zlsh .list .pic:after,
.home-store .list .pic:after,
.home-zhshjm .list .pic:after {
  content: "";
  display: block;
  padding-top: 86.74698795%;
}
.home-zlsh .list img,
.home-store .list img,
.home-zhshjm .list img {
  transition: all .5s;
}
.home-zlsh .list .bt,
.home-store .list .bt,
.home-zhshjm .list .bt {
  display: block;
  background: rgba(34, 23, 19, 0.6);
  background: #361713 \9;
  padding: 0 5px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  z-index: 1;
  width: 100%;
  bottom: -50px;
  left: 0;
  color: #fff;
  font-size: 16px;
  text-align: center;
  transition: all .5s;
}
.home-zlsh .list .box:hover img,
.home-store .list .box:hover img,
.home-zhshjm .list .box:hover img {
  transform: scale(1.1);
}
.home-zlsh .list .box:hover .bt,
.home-store .list .box:hover .bt,
.home-zhshjm .list .box:hover .bt {
  background: rgba(34, 23, 19, 0.7) !important;
  bottom: 0;
}
.home-zhshjm {
  margin-bottom: 50px;
}
/*help*/
.help {
  padding: 35px 0;
  border-top: 1px #ababab solid;
  background: #f6f6f6;
}
.help .list {
  overflow: hidden;
}
.help li {
  text-align: center;
  width: 16.66666667%;
  float: left;
}
.help .icon {
  display: block;
  width: 80px;
  height: 80px;
  position: relative;
  margin: auto auto 5px auto;
}
.help .bt {
  font-size: 14px;
  color: #4b4848;
}
/*footer*/
.footer {
  padding: 35px 0 35px 0;
  background: #f6f6f6;
  border-top: 1px #ababab solid;
  color: #4b4848;
  font-size: 12px;
  position: relative;
}
.footer .container {
  overflow: hidden;
}
.footer img {
  vertical-align: middle;
}
.footer a {
  color: #4b4848;
}
.footer a:hover {
  color: #362b27;
  text-decoration: underline;
}
.footer .menu {
  width: 50%;
  float: left;
  border-right: 1px #f0f0f0 solid;
  position: relative;
}
.footer .menu li {
  width: 20%;
  float: left;
  padding: 0 5px 0 0;
}
.footer .menu a {
  overflow: hidden;
  display: block;
  padding: 4px 0 4px 0;
  transition: all .5s;
}
.footer .menu a:hover {
  padding-left: 5px;
}
.footer .menu .bt {
  font-size: 14px;
  color: #040000;
  font-weight: 700;
}
.footer .ewms-lxwm {
  width: 50%;
  float: left;
}
.footer .ewms-lxwm .ewms {
  width: 60%;
  float: left;
  text-align: center;
}
.footer .ewms-lxwm .lxwm {
  width: 40%;
  float: left;
  position: relative;
}
.footer .ewms-lxwm .div-01 {
  margin-bottom: 25px;
  line-height: 1.2;
}
.footer .ewms-lxwm .icon {
  display: block;
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 15px;
}
.footer .ewms-lxwm .p-01 {
  color: #c09879;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 5px;
}
.footer .ewms-lxwm .p-02 {
  color: #4b4848;
  font-size: 18px;
  font-weight: 400;
  font-family: 思源黑体 CN;
}
.footer .ewms-lxwm .p-03 {
  color: #c09879;
  font-size: 26px;
}
/*freeLch*/
.freeLch {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 999;
  background: url(../images/freeLch-bg.png) no-repeat bottom center;
  height: 200px;
}
.freeLch img {
  vertical-align: middle;
}
.freeLch .close {
  display: block;
  width: 48px;
  height: 48px;
  background: url(../images/icon/close.png) no-repeat;
  position: absolute;
  z-index: 2;
  right: 45px;
  bottom: 40px;
}
.freeLch .container {
  position: relative;
  text-align: center;
  padding-top: 147px;
}
.freeLch .bt-01 {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  padding-right: 25px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.freeLch .bt-01:after {
  content: "";
  display: block;
  border-right: 1px #ffffff solid;
  position: absolute;
  height: 15px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.freeLch .bt-02 {
  font-size: 26px;
  font-weight: 700;
  color: #74c18e;
  padding-left: 20px;
  padding-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
.freeLch .bt-03 {
  font-size: 18px;
  display: inline-block;
  line-height: 25px;
  border-radius: 27px;
  border: 1px #ffffff solid;
  color: #fff;
  padding: 0 5px;
  margin-right: 45px;
}
.freeLch .form {
  display: inline-block;
  vertical-align: middle;
  position:relative;
}

.freeLch .form font {
    position:absolute;
    left:5px;
    top:-20px;
    color:#f00;
    display:none;
}

.freeLch .form input {
  margin-right: 15px;
}
.freeLch input {
  border: none;
  min-width: 190px;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
  padding: 0 10px;
  color:#a9a9a9;
}
.freeLch .submit {
  display: inline-block;
  width: ;
  background: #74c18e;
  min-width: 105px;
  line-height: 27px;
  color: #595757;
  font-weight: 700;
  text-align: center;
  border-radius: 27px;
  font-size: 14px;
  transition: all .4s;
}
.freeLch .submit:hover {
  background: #c09879;
  text-decoration: none;
  color: #fff;
}
.freeLch .yzhm {
  margin-right: 10px;
}
/*copyright*/
.copyright {
  background: #362b27;
  color: #c2b9b9;
  padding: 25px 0 120px 0;
  text-align: center;
  line-height: 26px;
  font-size: 12px;
  position: relative;
  z-index: 0;
}
.copyright img {
  vertical-align: middle;
}
.copyright a {
  color: #fff;
}
.copyright a:hover {
  text-decoration: underline;
}
.copyright .a-01 {
  color: #c2b9b9;
}
.inside {
  clear: none;
}
.inside-02 {
  padding-top: 80px;
}
.inside-pic {
  overflow: hidden;
  position: relative;
  z-index: 0;
  width: 100%;
  text-align: center;
}
.inside-pic img {
  vertical-align: middle;
}
.different {
  overflow: hidden;
}
.different .container {
  padding-top: 140px;
  padding-bottom: 320px;
  position: relative;
}
.different .jiangxin {
  position: absolute;
  right: 318px;
  top: 145px;
}
.different .title {
  font-weight: 700;
  font-size: 50px;
  color: #362c28;
  line-height: 1.25;
}
.different .pic {
  text-align: center;
  margin-top: 230px;
}
.different .bg {
  position: absolute;
  z-index: -1;
  height: 100%;
  background: #edecec;
  width: 680px;
  left: 71.875%;
  top: 0;
}
.different .link {
  position: absolute;
  bottom: 120px;
  font-size: 18px;
}
.different .line {
  position: absolute;
  right: 190px;
  bottom: 125px;
  width: 55px;
  height: 10px;
  background: #4c4948;
}
.family {
  padding: 110px 0 0 0;
  position: relative;
}
.family .container {
  position: relative;
}
.family .bg {
  position: absolute;
  z-index: -1;
  background: #edecec;
  width: 680px;
  height: 78%;
  right: 73%;
  top: -110px;
}
.family img {
  vertical-align: middle;
}
.family .list {
  margin-top: 45px;
}
.family .list li {
  margin-bottom: 20px;
  float: left;
}
.family .list .pic {
  display: block;
  position: relative;
}
.family .list .pic:after {
  content: "";
  display: block;
  padding-top: 39.68253968%;
}
.family .slick-prev,
.family .slick-next {
  border: 1px #c09879 solid;
  background: #c09879;
  border-radius: 50%;
  z-index: 999;
  width: 40px;
  height: 40px;
}
.family .slick-prev:before,
.family .slick-next:before {
  content: "";
}
.family .slick-prev {
  left: 10px;
  background: #c09879 url(../images/icon/arrow-left-03.png) center no-repeat;
}
.family .slick-prev:hover {
  background: #362b27 url(../images/icon/arrow-left-03.png) center no-repeat;
  border: 1px #362b27 solid;
}
.family .slick-next {
  right: 10px;
  background: #c09879 url(../images/icon/arrow-right-03.png) center no-repeat;
}
.family .slick-next:hover {
  background: #362b27 url(../images/icon/arrow-right-03.png) center no-repeat;
  border: 1px #362b27 solid;
}
.designer {
  padding: 110px 0 0 0;
}
.designer img {
  max-width: inherit;
  max-height: inherit;
}
.designer .list {
  margin-top: 45px;
  height: 435px;
  overflow: hidden;
}
.designer li {
  width: 10%;
  float: left;
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}
.designer .list:hover li {
  width: 9%;
}
.designer .list li:hover {
  width: 19%;
}
.honor {
  padding: 110px 0 110px 0;
  position: relative;
}
/* 旋转  */
#featured-area {
  background: #362c28;
  height: 595px;
  width: 100%;
  padding: 50px 0;
  margin: 50px auto 0 auto;
  position: relative;
  z-index:0;
}
#featured-area .roundabout-holder {
  height: 100%;
  width: 1000px;
  margin: auto;
  position: relative;
}
#featured-area li {
  position: relative;
  overflow: hidden;
}
#featured-area .roundabout-moveable-item {
  width: 300px;
  height: 430px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  position: relative;
}
#featured-area .roundabout-in-focus {
  width: 345px;
  height: 495px;
  transform: perspective(0) rotateY(0);
  position: relative;
}
#featured-area img {
  z-index: 0;
}
#featured-area .bt {
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 99;
  bottom: -40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.5);
  transition: all .5s;
}
#featured-area li:hover .bt {
  bottom: 0;
}
#featured-area .ban_r_btn,
#featured-area .ban_l_btn {
  width: 40px;
  height: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  border: 1px #d9d9d9 solid;
  border-radius: 50%;
}
#featured-area .ban_r_btn {
  background: url(../images/icon/arrow-left-02.png) center no-repeat;
  position: absolute;
  left: 30px;
}
#featured-area .ban_r_btn:hover {
  background: #c09879 url(../images/icon/arrow-left-03.png) center no-repeat;
  border: 1px #c09879 solid;
}
#featured-area .ban_l_btn {
  background: url(../images/icon/arrow-right-02.png) center no-repeat;
  position: absolute;
  right: 30px;
}
#featured-area .ban_l_btn:hover {
  background: #c09879 url(../images/icon/arrow-right-03.png) center no-repeat;
  border: 1px #c09879 solid;
}
.team {
  padding-top: 70px;
}
.team .list {
  margin-top: 45px;
  margin-left: -7px;
  margin-right: -7px;
}
.team .list li {
  width: 25%;
  float: left;
  padding: 0 10px 20px 0;
}
.team .list .box {
  display: block;
  position: relative;
  max-width: 300px;
}
.team .list .pic {
  display: block;
  position: relative;
  margin: auto;
  overflow: hidden;
}
.team .list .pic:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.team .list img {
  transition: all .5s;
}
.team .list .bt {
  display: block;
  background: 221713 \9;
  background: rgba(34, 23, 19, 0.6);
  padding: 0 5px;
  position: absolute;
  z-index: 1;
  width: 100%;
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: 16px;
  text-align: center;
  transition: all .5s;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
}
.team .list .box:hover img {
  transform: scale(1.1);
}
.team .list .box:hover .bt {
  background: rgba(34, 23, 19, 0.7) !important;
}
.chengguo {
  padding: 40px 0;
}
.chengguo .list {
  max-width: 870px;
  margin: auto;
}
.chengguo li {
  width: 33.33333333%;
  float: left;
  text-align: center;
  color: #656464;
  font-size: 18px;
}
.chengguo li .shl {
  font-size: 40px;
  font-family: 思源黑体 CN;
}
.chengguo li .num {
  font-size: 60px;
  font-weight: 700;
}
.chengguo li .shm {
  font-weight: 100;
}
.partner {
  background: #edecec;
  padding: 70px 0;
}
.partner .title {
  font-size: 30px;
  font-weight: 900;
  color: #362b27;
  margin-bottom: 20px;
}
.partner .list {
  max-width: 1180px;
  margin-left: -5px;
  margin-right: -5px;
}
.partner li {
  width: 20%;
  margin-bottom: 30px;
  padding: 0 10px;
  float: left;
}
.partner li .pic {
  display: block;
  border: 2px #362b27 solid;
  position: relative;
  margin: auto;
}
.partner li .pic:after {
  content: "";
  display: block;
  padding-top: 40.47619048%;
}
.mainLeft {
  width: 940px;
  float: left;
  margin-top: 40px;
  padding-bottom: 40px;
  overflow:hidden;
}
.mainLeft .main {
  border: 1px #595757 solid;
  padding: 40px;
  text-align: justify;
}
.case,
.news,
.baikeList {
  margin-bottom: 40px;
}
.case li,
.news li,
.baikeList li {
  padding-bottom: 40px;
  overflow: hidden;
}
.case li:last-child,
.news li:last-child,
.baikeList li:last-child {
  padding-bottom: 0;
}
.case .pic,
.news .pic,
.baikeList .pic {
  width: 400px;
  display: block;
  float: left;
  overflow: hidden;
  position: relative;
}
.case .pic:after,
.news .pic:after,
.baikeList .pic:after {
  content: "";
  display: block;
  padding-bottom: 62.5%;
}
.case .pic img,
.news .pic img,
.baikeList .pic img {
  transition: all .5s;
}
.case .text,
.news .text,
.baikeList .text {
  padding-left: 10px;
  width: 430px;
  float: right;
}
.case .bt,
.news .bt,
.baikeList .bt {
  font-weight: 700;
  font-size: 20px;
  color: #040000;
  display: block;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  margin-bottom: 1px;
}
.case .jsh,
.news .jsh,
.baikeList .jsh {
  color: #4b4848;
  font-size: 14px;
  line-height: 28px;
  height: 140px;
  overflow: hidden;
  margin-bottom: 25px;
}
.case .btns,
.news .btns,
.baikeList .btns {
  font-size: 0;
}
.case .btns a,
.news .btns a,
.baikeList .btns a {
  display: inline-block;
  line-height: 40px;
  min-width: 140px;
  font-size: 18px;
  font-weight: 900;
  cursor: pointer;
  border: 2px #c09879 solid;
  text-align: center;
  transition: all .5s;
}
.case .btns a:hover,
.news .btns a:hover,
.baikeList .btns a:hover {
  background: #362b27;
  border-color: #362b27;
  color: #fff;
}
.case .btns .btn-01,
.news .btns .btn-01,
.baikeList .btns .btn-01 {
  background: #c09879;
  color: #362b27;
  margin-right: 3px;
}
.case .box:hover img,
.news .box:hover img,
.baikeList .box:hover img {
  transform: scale(1.1);
}
.case .box:hover .bt,
.news .box:hover .bt,
.baikeList .box:hover .bt {
  color: #c09879;
  text-decoration: underline;
}
.baike {
  padding-top: 30px;
  text-align: justify;
  overflow:hidden;
}
.baike .title {
  font-size: 26px;
  font-weight: 700;
  color: #362b27;
  border-bottom: 1px #838181 solid;
  padding: 5px 0;
}
.baike .title .more {
  float: right;
  font-size: #4b4848;
  font-size: 20px;
  font-weight: 400;
}
.baike .list {
  margin-top: 30px;
  margin-left: -20px;
  margin-right: -20px;
  clear: both;
  overflow: hidden;
}
.baike li {
  width: 33.33333333%;
  float: left;
  padding: 0 20px;
  padding-bottom: 20px;
  overflow: hidden;
}
.baike li:last-child {
  padding-bottom: 0;
}
.baike .box {
  max-width: 400px;
}
.baike .pic {
  max-width: 400px;
  display: block;
  margin: auto;
  overflow: hidden;
  position: relative;
}
.baike .pic:after {
  content: "";
  display: block;
  padding-bottom: 62.5%;
}
.baike .pic img {
  transition: all .5s;
}
.baike .text {
  padding: 15px 0 0 0;
}
.baike .bt {
  font-weight: 700;
  font-size: 20px;
  color: #040000;
  display: block;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  margin-bottom: 5px;
}
.baike .jsh {
  color: #656464;
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  margin-bottom: 30px;
}
.baike .box:hover img {
  transform: scale(1.05);
}
.baike .box:hover .bt {
  color: #c09879;
  text-decoration: underline;
}
.show .title {
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  color: #000;
}
.show .info {
  padding: 10px 0;
  text-align: center;
  border-bottom: 1px #e4e4e4 solid;
}
.show .info .date,
.show .info .view {
  display: inline-block;
  margin: 0 5px;
  text-align: center;
}
.show .share {
  padding: 10px 0;
  text-align: center;
}
.show .share .bdsharebuttonbox {
  display: inline-block;
  vertical-align: middle;
}
.show .shm-01 {
  width: auto;
  height: auto;
  line-height: 25px;
  font-size: 14px;
  margin-top: 30px;
  background-color: #f6f6f6;
  padding: 10px;
}
.case-show {
  width: 900px;
}
.mainRight {
  width: 300px;
  float: right;
  margin-top: 40px;
  padding-bottom: 40px;
  overflow:hidden;
}
.mainRight .designer-show {
  background: #f2f2f2;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 30px;
}
.mainRight .designer-show img {
  vertical-align: middle;
}
.mainRight .designer-show .pic {
  border: 1px #c9c9c9 solid;
  padding: 10px;
  text-align: center;
  max-width: 200px;
  display: block;
  margin: auto;
}
.mainRight .designer-show .text {
  padding: 20px 20px;
}
.mainRight .designer-show .bt {
  font-size: 16px;
  color: #4c4948;
  font-weight: 700;
  margin-bottom: 10px;
}
.mainRight .designer-show .name {
  background: #4c4948;
  color: #fff;
  font-weight: 700;
  font-size: 26px;
  text-align: center;
  padding: 5px 5px;
}
.mainRight .designer-show .bt-02 {
  font-size: 18px;
}
.mainRight .designer-show .jsh-02 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 10px;
}
.mainRight .hzkh {
  margin-bottom: 20px;
}
.mainRight .hzkh .title {
  text-align: center;
  background: #4d4948;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 60px;
}
.mainRight .hzkh dl {
  border-bottom: 1px #908a8a solid;
  padding: 50px 0;
}
.mainRight .hzkh .lx {
  color: #656464;
  font-size: 20px;
}
.mainRight .hzkh .shm {
  color: #656464;
  font-size: 30px;
  font-weight: 700;
}
.mainRight .zxyy a {
  display: inline-block;
  min-width: 180px;
  line-height: 50px;
  background: #d61518;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  transition: all .4s;
}
.mainRight .zxyy a:hover {
  background: #c09879;
}
.mainRight .ewms {
  margin-top: 20px;
}
.mainRight .ads {
  margin-top: 20px;
}
.mainRight .btns {
  margin-top: 10px;
  margin-bottom: 20px;
}
.yuyue-rsh {
  border: 1px #595757 solid;
  padding: 30px 30px;
}
.yuyue-rsh .yuyue .bt-01 {
  font-weight: 700;
  text-align: center;
  color: #362b27;
  font-size: 22px;
  margin: 0 0 10px 0;
  line-height: 40px;
}
.yuyue-rsh .yuyue .bt-01 .num {
  color: #d61518;
}
.yuyue-rsh .yuyue .form {
  vertical-align: middle;
}
.yuyue-rsh .yuyue .form li {
  margin-bottom: 10px;
  position:relative;
}

.yuyue-rsh .yuyue .form li font {
    position:absolute;
    font-size:12px;
    right:0;
    top:-15px;
    color:#f00;
    display:none;
}

.yuyue-rsh .yuyue .form input {
  margin-right: 5px;
}
.yuyue-rsh .yuyue input {
  border: none;
  width: 100%;
  height: 34px;
  line-height: 30px;
  border-radius: 30px;
  padding: 0 10px;
  border: 2px #efefef solid;
  background: #efefef;
  color: #a9a9a9;
}
.yuyue-rsh .yuyue input:focus {
  border: 2px #C09879 solid;
}
.yuyue-rsh .yuyue .yzhm {
  margin-right: 10px;
}
.yuyue-rsh .yuyue .yzhm .icon {
  margin-right: 10px;
}
.yuyue-rsh .yuyue .yzhm input {
  width: 110px;
}
.yuyue-rsh .yuyue .yzhm a {
  color: #666;
}
.yuyue-rsh .yuyue .yzhm a:hover {
  color: #C09879;
  text-decoration: underline;
}
.yuyue-rsh .yuyue .btn a {
  display: block;
  line-height: 33px;
  background: #362b27;
  color: #C09879;
  text-align: center;
  border-radius: 20px;
  font-weight: 700;
  font-size: 18px;
  transition: all .4s;
}
.yuyue-rsh .yuyue .btn a:hover {
  background: #C09879;
  text-decoration: none;
  color: #fff;
}
.yuyue-rsh .rsh {
  margin-top: 30px;
}
.yuyue-rsh .rsh .title {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  background: #c8c8ca;
  line-height: 40px;
  padding-left: 30px;
}
.yuyue-rsh .rsh .title .num {
  color: #d61518;
}
.yuyue-rsh .rsh .yuyueRshBox {
  height: 175px;
  overflow: hidden;
}
.yuyue-rsh .rsh .list {
  margin: 0;
  line-height: 30px;
}
.yuyue-rsh .rsh li {
  overflow: hidden;
  color: #040000;
  font-size: 16px;
  clear: both;
  padding: 5px 0 0 5px;
}
.yuyue-rsh .rsh .time {
  display: inline-block;
  width: 33.33333333%;
  float: left;
}
.yuyue-rsh .rsh .name {
  display: inline-block;
  width: 33.33333333%;
  float: left;
}
.yuyue-rsh .rsh .jg {
  display: inline-block;
  width: 33.33333333%;
  float: left;
}
.hotKeyword .title {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  background: #c8c8ca;
  line-height: 40px;
  margin-top: 20px;
  padding-left: 30px;
}
.hotKeyword .box {
  padding: 15px 15px;
  margin-right: -15px;
}
.hotKeyword a {
  color: #4b4848;
  font-size: 14px;
  display: inline-block;
  border-radius: 5px;
  border: 1px #838181 solid;
  line-height: 23px;
  min-width: 80px;
  padding: 0 5px;
  margin-bottom: 15px;
  margin-right: 15px;
  text-align: center;
}
.hotKeyword a:hover {
  border-color: #c09879;
  background: #c09879;
  color: #fff;
}
/*qwdzh*/
.qwdzh-banner {
  height: 700px;
  overflow: hidden;
  width: 100%;
}
.qwdzh-banner .pic {
  overflow: hidden;
  display: block;
  height: 700px;
  position: relative;
  width: 1920px;
  left: 50%;
  margin-left: -960px;
}
.qwdzh-banner .box {
  position: relative;
  overflow: hidden;
}
.qwdzh-banner .slick-dots {
  bottom: auto;
  font-size: 0;
  padding: 1px;
  z-index: 9999;
  width: 20px;
  margin: auto;
  top: 250px;
  right: 50px;
  height: 120px;
}
.qwdzh-banner .slick-dots li {
  width: 12px;
  height: 12px;
  background: #ffffff;
  border-radius: 50%;
  margin: 0 2.5px;
  overflow: hidden;
  transition: all .5s;
  display: block;
  margin: 10px 0;
}
.qwdzh-banner .slick-dots li button {
  display: block;
  width: 12px;
  height: 12px;
  overflow: hidden;
  font-size: 0;
  padding: 0;
  margin: 0;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
}
.qwdzh-banner .slick-dots li.slick-active {
  width: 12px;
  background: #c09879;
}
.qwdzh-banner .slick-dots li button:before {
  display: none;
}
.qwdzh-banner .slick-current .txt-01 {
  animation: moveRight-01 1.5s, 0s;
}
.qwdzh-banner .slick-current .txt-02 {
  animation: moveRight-02 1.5s, 0.25s;
}
.qwdzh-banner-classify {
  position: relative;
}
.qwdzh-banner-classify *::-webkit-scrollbar {
  width: 5px;
}
.qwdzh-banner-classify *::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #c09879;
  cursor: pointer;
}
.qwdzh-banner-classify *::-webkit-scrollbar-track {
  background: #362b27;
  border-radius: 5px;
}
.qwdzh-banner-classify .category {
  height: 700px;
  z-index:9999;
  position: absolute;
  width: 350px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -630px;
  background: rgba(54, 43, 39, 0.8);
  background: #362b27 \9;
  padding-top: 105px;
  padding-bottom: 20px;
  color: #fff;
  padding-left: 25px;
}
.qwdzh-banner-classify .category a {
  color: #fff;
}
.qwdzh-banner-classify .category .menu {
  position: relative;
  height: 100%;
}
.qwdzh-banner-classify .category .icon {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
}
.qwdzh-banner-classify .category .menu > li {
  overflow: hidden;
  padding-bottom: 10px;
}
.qwdzh-banner-classify .category .menu > li .box {
  position: relative;
  padding-left: 40px;
  padding-right: 15px;
  cursor: pointer;
}
.qwdzh-banner-classify .category .menu > li .box:after {
  content: "";
  display: none;
  border-style: solid;
  border-width: 15px 20px 15px 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  right: 0px;
  top: 30px;
}

.qwdzh-banner-classify .category .menu .bt a{
  font-size: 20px;
  height:30px;
  line-height:30px;
  overflow:hidden;
  color: #c09879;
}


.qwdzh-banner-classify .category .menu .con {
  margin-bottom: 5px;
  line-height: 20px;
  height:40px;
  overflow:hidden;
}
.qwdzh-banner-classify .category .menu .con a {
  color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  margin-right: 10px;
  height:18px;
  line-height:18px;
  overflow:hidden;
}
.qwdzh-banner-classify .category .menu .con a:hover {
  color: #fff;
  text-decoration: underline;
}
.qwdzh-banner-classify .category li:hover .box:after {
  display: block;
}
.qwdzh-banner-classify .category li:hover .categoryContent {
  display: block;
}
.qwdzh-banner-classify .category .categoryContent {
  position: absolute;
  top: -25px;
  left: 325px;
  width: 530px;
  max-height: 620px;
  background: #fff;
  line-height: 30px;
  padding: 30px 50px;
  overflow: auto;
  display: none;
}
.qwdzh-banner-classify .category .categoryContent a {
  display: inline-block;
  margin-right: 10px;
  color: #9a9899;
}
.qwdzh-banner-classify .category .categoryContent a:hover {
  color: #362b27;
  text-decoration: underline;
}
.qwdzh-banner-classify .category .categoryContent .item {
  border-bottom: 1px #d5b295 dotted;
  overflow: hidden;
  padding: 10px 0;
}

.qwdzh-banner-classify .category .categoryContent .item:last-child {
  border: none;
}

.qwdzh-banner-classify .category .categoryContent .bt-02 {
  font-size: 16px;
  font-weight: 700;
  color: #c09879;
  float: left;
  display: inline-block;
  width: 70px;
}
.qwdzh-banner-classify .category .categoryContent .shx {
  width: 360px;
  float: left;
}
.qwdzh-banner-classify .category .li-02 .categoryContent{
    top:68px;
}

.qwdzh-banner-classify .category .li-03 .categoryContent {
  top: 143px;
}
.qwdzh-banner-classify .category .li-04 .categoryContent {
  top: 220px;
}
.qwdzh-banner-classify .category .li-05 .categoryContent {
  top: auto;
  bottom: 90px;
}
.qwdzh-banner-classify .category .li-06 .categoryContent {
  top: auto;
  bottom: 13px;
}
.qwdzh-banner-classify .category .li-07 .categoryContent {
  top: auto;
  bottom: -30px;
}
.insideClassify {
  padding: 40px 0 0 0;
  position: relative;
}
.insideClassify .list {
  padding-right: 160px;
  overflow: hidden;
}
.insideClassify .search {
  position: absolute;
  right: 0;
  top: 45px;
}

.insideClassify .search font {
    color: #f00;
    font-size: 12px;
    position: absolute;
    right: 40px;
    top: -18px;
    display:none;
}


.insideClassify .search input {
  border: 1px #656464 solid;
  width: 125px;
  line-height: 23px;
  height: 23px;
  border-radius: 25px;
  padding: 0 5px;
  font-size: 14px;
}
.insideClassify .search .btn {
  float: right;
  width: 25px;
  height: 25px;
  display: block;
  background: url(../images/icon/search.png) no-repeat;
  margin-left: 5px;
}
.insideClassify li {
  clear: both;
  padding: 0 0 0 60px;
  min-height: 30px;
  font-size: 16px;
  position: relative;
  line-height: 30px;
}
.insideClassify li .lx {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  font-weight: 700;
  color: #3c3a39;
  float: left;
  display: inline-block;
  vertical-align: middle;
}
.insideClassify li .lx:after {
  content: "";
  display: inline-block;
  border-right: 1px #848281 solid;
  height: 10px;
  margin: 0 10px;
}
.insideClassify li a {
  color: #595757;
}
.insideClassify li a:hover {
  color: #c09879;
  text-decoration: underline;
}
.insideClassify li .shm {
  float: left;
}
.insideClassify li .shm a {
  display: inline-block;
  margin-right: 10px;
}
.insideClassify li .cur {
  color: #c09879;
}
.dzhlch {
  padding-top: 40px;
  overflow:hidden;
}
.dzhlch img {
  vertical-align: middle;
}
.dzhlch .title {
  font-size: 26px;
  font-weight: 700;
  line-height: 60px;
  color: #362b27;
}
.dzhlch .title .tips {
  color: #c09879;
  font-weight: 400;
  font-size: 14px;
  float: right;
}
.dzhlch .title .tips:hover {
  text-decoration: underline;
}
.dzhlch .list {
  border: 1px #636262 solid;
  overflow: hidden;
  padding: 15px 0;
}
.dzhlch li {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  width: 20%;
  padding: 0 35px;
  float: left;
  position: relative;
}
.dzhlch li:after {
  content: "";
  display: inline-block;
  height: 25px;
  border-right: 1px #636262 solid;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.dzhlch li:last-child:after {
  display: none;
}
.dzhlch .icon {
  display: block;
  position: relative;
  float: left;
  margin-right: 10px;
  height: 30px;
}
.dzhlch .icon img {
  float: left;
}
.dzhlch a {
  color: #333;
}
.dzhlch a:hover {
  color: #333;
}
.hotYkj,
.hotTj,
.fgdzh,
.qwdzh,
.chgdzh,
.videoZhq,
.wmdshjsh {
  margin-top: 50px;
  overflow:hidden;
}
.hotYkj img,
.hotTj img,
.fgdzh img,
.qwdzh img,
.chgdzh img {
  vertical-align: middle;
}
.hotYkj .title,
.hotTj .title,
.fgdzh .title,
.qwdzh .title,
.chgdzh .title {
  text-align: center;
}
.hotYkj .list,
.hotTj .list,
.fgdzh .list,
.qwdzh .list,
.chgdzh .list {
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 20px;
  overflow: hidden;
}
.hotYkj .list li,
.hotTj .list li,
.fgdzh .list li,
.qwdzh .list li,
.chgdzh .list li {
  float: left;
  padding: 0 5px 10px 5px;
}
.hotYkj .list .box,
.hotTj .list .box,
.fgdzh .list .box,
.qwdzh .list .box,
.chgdzh .list .box {
  display: block;
  position: relative;
  max-width: 345px;
}
.hotYkj .list .pic,
.hotTj .list .pic,
.fgdzh .list .pic,
.qwdzh .list .pic,
.chgdzh .list .pic {
  display: block;
  position: relative;
  margin: auto;
  overflow: hidden;
}
.hotYkj .list img,
.hotTj .list img,
.fgdzh .list img,
.qwdzh .list img,
.chgdzh .list img {
  transition: all .5s;
}
.hotYkj .list .item-02,
.hotTj .list .item-02,
.fgdzh .list .item-02,
.qwdzh .list .item-02,
.chgdzh .list .item-02 {
  margin-bottom: 10px;
}
img {
  vertical-align: middle;
}
.videoZhq .video {
  width: 820px;
  float: left;
}
.videoZhq .yuyue {
  float: right;
  width: 410px;
  border: 2px #372a26 solid;
  padding: 30px 30px;
}
.videoZhq .yuyue .form {
  margin-top: 10px;
  margin-bottom: 25px;
  overflow: hidden;
}
.videoZhq .yuyue .bt-01 {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: #c09879;
}
.videoZhq .yuyue .bt-02 {
  text-align: center;
  font-size: 20px;
  color: #c09879;
}
.videoZhq .yuyue li {
  margin-bottom: 15px;
  position:relative;
}

.videoZhq .yuyue li font {
    position:absolute;
    font-size:12px;
    color:#f00;
    right:0;
    top:0;
    display:none;
}

.videoZhq .yuyue .yzhm  font {
    right: 42%;
    top: -12px;
}

.videoZhq .yuyue input {
  border: 1px #827a78 solid;
  line-height: 38px;
  height: 38px;
  padding: 0 5px;
  width: 100%;
}
.videoZhq .yuyue input:focus {
  border-color: #c09879;
}
.videoZhq .yuyue .yzhm {
  line-height: 40px;
}
.videoZhq .yuyue .yzhm input {
  width: 200px;
  float: left;
}
.videoZhq .yuyue .yzhm .icon {
  float: left;
  margin-right: 5px;
}
.videoZhq .yuyue .yzhm .icon img {
  height: 40px;
}
.videoZhq .yuyue .btn a {
  background: #362b27;
  color: #c09879;
  text-align: center;
  display: inline-block;
  min-width: 280px;
  width: 100%;
  line-height: 40px;
  font-size: 20px;
  font-weight: 700;
  transition: all .5s;
}
.videoZhq .yuyue .btn a:hover {
  background: #c09879;
  color: #362b27;
}
.videoZhq .yuyue .shm {
  text-align: center;
  margin-bottom: 20px;
}
.videoZhq .yuyue .btn-02 {
  font-size: 22px;
  font-weight: 700;
  background: #c09879;
  color: #fff;
  line-height: 100px;
  text-align: center;
}
.qwdzhTitle {
  color: #c09879;
  font-weight: 700;
  font-size: 26px;
  border-bottom: 1px #a2a1a1 solid;
  margin-bottom: 30px;
  margin-top: 20px;
  line-height: 60px;
  overflow:hidden;
}
.qwdzhTitle .fenlei {
  float: right;
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  color: #636262;
}
.qwdzhTitle .fenlei a {
  vertical-align: middle;
  font-size: 14px;
  font-weight: 400;
  margin: 0 5px;
  display: inline-block;
}
.qwdzhTitle .fenlei a:hover {
  text-decoration: underline;
}
.qwdzhTitle .fenlei .more {
  margin-left: 10px;
}
.qwdzhTitle .more {
  float: right;
  color: #636262;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 400;
  margin: 0 5px;
  display: inline-block;
}
.qwdzhTitle .more:hover {
  text-decoration: underline;
}
.wmdshjsh .title {
  color: #c09879;
  font-weight: 700;
  font-size: 40px;
  border-bottom: 1px #a2a1a1 solid;
  margin-bottom: 30px;
}
.wmdshjsh .al {
  width: 35%;
  float: right;
}
.wmdshjsh .al .text {
  background: #362b27;
  color: #c09879;
  padding: 26px 30px 27px 30px;
}
.wmdshjsh .bt-01 {
  font-weight: 700;
  font-size: 16px;
}
.wmdshjsh .bt-01 img {
  vertical-align: middle;
  margin-top: -3px;
}
.wmdshjsh .designer {
  width: 64%;
  float: left;
  padding-top: 0;
}
.wmdshjsh img {
  max-width: inherit;
  max-height: inherit;
}
.wmdshjsh .list {
  overflow: hidden;
  margin-top: 0;
}
.wmdshjsh li {
  width: 10%;
  float: left;
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}
.wmdshjsh .list:hover li {
  width: 8%;
}
.wmdshjsh .list li:hover {
  width: 28%;
}
.ykppd {
  overflow: hidden;
}
.ykppd .mdxx {
  font-size: 15px;
  width: 62%;
  float: left;
  color: #717071;
  line-height: 30px;
}
.ykppd .mdxx .list {
  overflow: hidden;
}
.ykppd .mdxx li {
  width: 50%;
  float: left;
}
.ykppd .bt-01 {
  font-weight: 700;
}
.ykppd .xx-01 {
  margin-bottom: 10px;
}
.ykppd .map {
  width: 38%;
  float: left;
}
#allmap {
  width: 100%;
  height: 350px;
}
#allmap img {
  max-width: initial;
  max-height: inherit;
}
#allmap .anchorBL {
  display: none;
}
.xinde {
  clear: both;
  padding-bottom: 30px;
}
.xinde .left {
  float: left;
  width: 910px;
}
.xinde .pic-01 {
  float: left;
  margin-right: 10px;
}
.xinde .pic-02 {
  float: left;
}
.xinde .pic-03 {
  float: left;
}
.xinde .pic-04 {
  float: left;
}
.xinde .shm {
  clear: both;
  background: #c09879;
  color: #fff;
  padding: 20px 65px;
  margin-top: 10px;
  overflow: hidden;
}
.xinde .shm .bt {
  font-size: 22px;
  font-weight: 700;
}
.qwdzhList {
  clear: both;
  border-top: 1px #a6a4a4 dotted;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 40px;
  overflow: hidden;
}
.qwdzhList .asideLeft {
  width: 290px;
  float: left;
  overflow:hidden;
}
.qwdzhList .asideLeft .pic {
  display: inline-block;
  margin-bottom: 50px;
}
.qwdzhList .nr {
  width: 940px;
  overflow:hidden;
  float: right;
}
.qwdzhList .list {
  padding-bottom: 40px;
  overflow: hidden;
}
.qwdzhList li {
  width: 33.33333333%;
  float: left;
  margin-bottom: 20px;
}
.qwdzhList li .box {
  width: 290px;
  float: right;
}
.qwdzhList li .big {
  width: 290px;
  height: 177px;
  position: relative;
}
.qwdzhList li .small {
  margin-top: 5px;
  margin-right: -3px;
  overflow: hidden;
  height:43px;
}
.qwdzhList li .small span {
  display: block;
  width: 70px;
  height: 43px;
  position: relative;
  margin: 0 3px 0 0;
  float: left;
  cursor: pointer;
}
.qwdzhList li .small span:after {
  content: "";
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px #362b27 solid;
}
.qwdzhList li .small span:hover:after,
.qwdzhList li .small span.cur:after {
  display: block;
}
.qwdzhList li .text {
  position: relative;
  padding: 15px 0;
}
.qwdzhList li .btn {
  display: inline-block;
  cursor: pointer;
  width: 75px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: #d61518;
  color: #fff;
  border-radius: 20px;
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 15px;
}
.qwdzhList li .price {
  font-size: 18px;
  color: #d61518;
  font-weight: 700;
}
.qwdzhList li .bt {
  display: block;
  font-size: 18px;
  height: 30px;
  line-height: 30px;
  color: #595757;
  overflow: hidden;
  margin-bottom: 15px;
}
.qwdzhList li .evaluate-like {
  font-size: 16px;
  color: #595757;
}
.qwdzhList li .num {
  color: #d61518;
}
.qwdzhList li .like {
  float: right;
  display: inline-block;
  background: url(../images/icon/like.png) no-repeat left center;
  padding-left: 15px;
}
.youxuan {
  clear: both;
  border-top: 1px #a6a4a4 dotted;
  padding-top: 40px;
  padding-bottom: 40px;
  overflow:hidden;
}
.youxuan .title {
  color: #c09879;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 0;
}
.youxuan .list {
  overflow: hidden;
  margin: 0 -10px;
}
.youxuan li {
  width: 16.66666667%;
  padding: 0 10px;
  float: left;
  text-align: center;
}
.youxuan li .box {
  max-width: 190px;
}
.youxuan li .pic {
  display: block;
  width: 190px;
  height: 190px;
  position: relative;
  overflow: hidden;
}
.youxuan li .pic img {
  transition: all .5s;
}
.youxuan li .text {
  font-size: 15px;
  padding: 10px 0;
}
.youxuan li .price {
  color: #d61518;
  font-weight: 700;
}
.youxuan li .box:hover .pic img {
  transform: scale(1.05);
}
.leftMain {
  width: 77%;
  float: left;
  margin-top: 45px;
  padding-right: 60px;
}
.rightAside {
  max-width: 310px;
  width: 23%;
  float: left;
  margin-top: 45px;
}
.rightAside .list li {
  margin-bottom: 10px;
}
.rightAside .list .box {
  overflow: hidden;
  display: block;
  position: relative;
}
.rightAside .list .box:after {
  content: "";
  display: block;
  padding-top: 69.35483871%;
}
.rightAside .list .box img {
  transition: all .5s;
}
.rightAside .list .box .bt {
  display: block;
  position: absolute;
  width: 100%;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  padding: 0 20px;
  color: #fff;
  font-size: 16px;
  bottom: 0;
  left: 0;
  background: #ca1517 \9;
  background: rgba(202, 21, 23, 0.8);
}
.rightAside .list .box:hover img {
  transform: scale(1.05);
}
.rightAside .list .li-02 .box .bt {
  background: #01748f \9;
  background: rgba(1, 116, 143, 0.8);
}
.rightAside .list .li-03 .box .bt {
  background: #023b4e \9;
  background: rgba(2, 59, 78, 0.8);
}
.leftAside {
  max-width: 250px;
  width: 18%;
  float: left;
  margin-top: 45px;
}
.leftAside .classify {
  text-align: center;
}
.leftAside .classify li {
  margin-bottom: 10px;
}
.leftAside .classify .box {
  background: #f2f2f2;
  color: #333333;
  font-size: 16px;
  display: block;
  padding: 30px 0;
  position: relative;
}
.leftAside .classify .box:after {
  content: "";
  width: 0;
  height: 6px;
  background: #ffffff;
  position: absolute;
  margin: auto;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all .5s;
}
.leftAside .classify .icon {
  display: block;
  width: 40px;
  height: 40px;
  margin: 10px auto 0 auto;
  position: relative;
}
.leftAside .classify .hover {
  display: none;
}
.leftAside .classify .box:hover {
  background: #c09879;
  color: #fff;
}
.leftAside .classify .box:hover:after {
  width: 34px;
}
.leftAside .classify .box:hover .default {
  display: none;
}
.leftAside .classify .box:hover .hover {
  display: block;
}
.leftAside .classify .cur .box {
  background: #c09879;
  color: #fff;
}
.leftAside .classify .cur .box:after {
  width: 34px;
}
.leftAside .classify .cur .default {
  display: none;
}
.leftAside .classify .cur .hover {
  display: block;
}
.rightMain {
  width: 82%;
  float: left;
  padding-left: 80px;
}
#bdshare_weixin_qrcode_dialog {
  box-sizing: content-box;
}
#bdshare_weixin_qrcode_dialog * {
  box-sizing: content-box;
}
.product-show {
  padding-top: 70px;
}
.product-show .pics-text {
  padding-bottom: 15px;
  overflow:hidden;
}
.product-show .pics {
  width: 67%;
  float: left;
  overflow: hidden;
}
.product-show .pics .big {
  overflow: hidden;
}
.product-show .slick-prev {
  left: -40px;
  width: 40px;
  height: 40px;
  z-index: 5;
  top: 50%;
  margin-top: 0px;
  background: url("../images/icon/left-arrow-01.png") no-repeat center center;
}
.product-show .slick-prev:hover {
  background: url("../images/icon/left-arrow-01.png") no-repeat center center;
}
.product-show .slick-next {
  right: -40px;
  width: 40px;
  height: 40px;
  z-index: 5;
  top: 50%;
  margin-top: 0px;
  background: url("../images/icon/right-arrow-01.png") no-repeat center center;
}
.product-show .slick-next:hover {
  background: url("../images/icon/right-arrow-01.png") no-repeat center center;
}
.product-show .slick-prev:before,
.product-show .slick-next:before {
  content: "";
}
.product-show .big {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
}
.product-show .big .pic {
  width: 915px;
  height: 560px;
  display: block;
  margin: auto;
  position: relative;
}
.product-show .small {
  margin-top: 8px;
  width: 100%;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  transition: all .5s;
}
.product-show .small li {
  width: 12.5%;
  float: left;
}
.product-show .small .pic {
  margin: 0 5px;
}
.product-show .small .pic i {
  cursor: pointer;
  width: 100%;
  display: block;
  position: relative;
}
.product-show .small .pic i:after {
  content: "";
  display: block;
  padding-top: 61.25%;
}
.product-show .small .slick-current .pic img {
  border: 3px solid #c09879;
}
.product-show .text {
  float: right;
  width: 30%;
  color: #6e6c6c;
}
.product-show .text .series {
  color: #362b27;
  font-weight: 700;
  font-size: 34px;
}
.product-show .bt-price {
  border: 2px #c09879 solid;
  position: relative;
  padding-right: 130px;
  color: #c09879;
  padding: 4px 5px;
}
.product-show .bt-price .bt {
  color: #c09879;
  font-size: 25px;
  font-weight: 700;
  display: block;
  max-width:180px;
}
.product-show .bt-price .price {
  line-height: 70px;
  display: block;
  color: #d61518;
  font-size: 36px;
  font-weight: 700;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 190px;
  padding-right: 5px;
  text-align: right;
  overflow: hidden;
}
.product-show .bt-price .price:before {
  content: "";
  display: inline-block;
  border-left: 1px #c09879 solid;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.product-show .view-xh {
  padding: 15px 0;
}
.product-show .view-xh .xh {
  float: right;
}
.product-show .jsh {
  margin-bottom: 20px;
  min-height: 111px;
}
.product-show .choiceColor {
  position: relative;
  min-height: 30px;
  padding: 20px 0 20px 80px;
  border-top: 1px #636262 dashed;
  border-bottom: 1px #636262 dashed;
  margin-bottom: 20px;
}
.product-show .choiceColor b {
  display: inline-block;
  width: 80px;
  line-height: 30px;
  position: absolute;
  left: 0;
}
.product-show .choiceColor .list {
  overflow: hidden;
}
.product-show .choiceColor li {
  float: left;
  padding: 1px 1px;
}


.product-show .choiceColor .color {
  width: 30px;
  height: 30px;
  display: block;
    margin: auto;
    overflow: hidden;
    position: relative;
}
.product-show .biaoti {
  font-size: 12px;
  font-weight: 700;
  color: #656464;
  margin-bottom: 10px;
}
.product-show .hzdw {
  clear: both;
  margin-bottom: 20px;
}
.product-show .hzdw .list {
  overflow: hidden;
  margin-left: -5px;
  margin-right: -5px;
}
.product-show .hzdw li {
  width: 20%;
  margin-bottom: 10px;
  padding: 0 5px;
  float: left;
}
.product-show .hzdw li .pic {
  display: block;
  border: 1px #362b27 solid;
  position: relative;
  margin: auto;
}
.product-show .hzdw li .pic:after {
  content: "";
  display: block;
  padding-top: 40.47619048%;
}
.product-show .btns {
  font-size: 0;
  margin-top: 22px;
}
.product-show .btns a {
  display: inline-block;
  line-height: 40px;
  min-width: 140px;
  font-size: 20px;
  font-weight: 900;
  border: 1px #362b27 solid;
  text-align: center;
  transition: all .5s;
}
.product-show .btns .btn-01 {
  background: #362b27;
  color: #c09879;
  margin-right: 20px;
}
.product-show .btns .btn-01:hover {
  background: transparent;
  border: 1px #c09879 solid;
}
.product-show .btns .btn-02 {
  color: #c09879;
  border: 1px #c09879 solid;
}
.product-show .btns .btn-02:hover {
  background: #362b27;
  color: #c09879;
  border: 1px #362b27 solid;
}
.product-show .menu-btn {
  position: relative;
  font-size: 20px;
  padding-right: 168px;
}
.product-show .menu-btn .menu {
  border: 1px #6e6c6c solid;
  line-height: 53px;
  padding-left: 20px;
  font-size: 0;
}
.product-show .menu-btn .menu a {
  font-size: 16px;
  display: inline-block;
  padding: 0 5px;
  color: #595757;
  width: 104px;
  height: 53px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  position: relative;
}
.product-show .menu-btn .menu a:after {
  content: "";
  display: inline-block;
  height: 10px;
  border-right: 1px #787777 solid;
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.product-show .menu-btn .menu a:last-child:after {
  display: none;
}
.product-show .menu-btn .menu .cur,
.product-show .menu-btn .menu a:hover {
  color: #c09879;
}
.product-show .menu-btn .btn {
  width: 170px;
  text-align: center;
  display: block;
  line-height: 55px;
  background: #c09879;
  color: #362b27;
  font-weight: 700;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px;
  transition: all .5s;
}
.product-show .menu-btn .btn:hover {
  background: #362b27;
  color: #c09879;
}
.product-show .nr {
  padding: 15px 0;
}
.product-show .nr .tab {
  display: none;
}
.product-show .mainRight {
  float: left;
}
.product-show .mainLeft {
  float: right;
}
/*map*/
.map {
  margin: 0 auto;
  font-size: 14px;
}
.map dl {
  border: #d6dbe1 solid 1px;
  border-top: #362b27 solid 2px;
  border-bottom: none;
  margin: 0 0 20px 0;
}
.map dl:hover {
  background: #f5f8fa;
}
.map dl:hover dt a {
  color: #003e7e;
}
.map dt {
  background: #fcfcfc;
  color: #0053a8;
  font-size: 16px;
  line-height: 40px;
  border-bottom: #d6dbe1 solid 1px;
  padding: 0 0 0 20px;
}
.map dt a {
  color: #333;
}
.map dt a:hover {
  color: #362b27;
}
.map dt img {
  margin-left: 20px;
}
.map dd {
  line-height: 30px;
  overflow: hidden;
  padding-top: 10px;
}
.map dd .p2 {
  padding: 0 0 0 20px;
  clear: both;
}
.map dd .p2 a {
  color: #b87500;
  font-weight: bold;
  line-height: 40px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.map dd .p2 a:hover {
  color: #764b00;
}
.map dd div {
  clear: both;
  overflow: hidden;
  line-height: 30px;
  border-bottom: #d6dbe1 solid 1px;
  padding: 0px 20px 10px 10px;
}
.map dd div a {
  color: #333;
  float: left;
  padding: 0 10px 0 10px;
}
.map dd div a:hover {
  background: #362b27;
  color: #fff;
}
.animated {
  -webkit-animation-duration: .5s;
  -moz-animation-duration: .5s;
  -o-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  will-change: transform, opacity;
}
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes slideDown {
  0% {
    -moz-transform: translateY(-100%);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes slideDown {
  0% {
    -o-transform: translateY(-100%);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
.animated.slideDown {
  -webkit-animation-name: slideDown;
  -moz-animation-name: slideDown;
  -o-animation-name: slideDown;
  animation-name: slideDown;
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes slideUp {
  0% {
    -moz-transform: translateY(0);
  }
  100% {
    -moz-transform: translateY(-100%);
  }
}
@-o-keyframes slideUp {
  0% {
    -o-transform: translateY(0);
  }
  100% {
    -o-transform: translateY(-100%);
  }
}
@keyframes slideUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
.animated.slideUp {
  -webkit-animation-name: slideUp;
  -moz-animation-name: slideUp;
  -o-animation-name: slideUp;
  animation-name: slideUp;
}
.swiper-container {
  height: 100%;
}
.pagination {
  position: absolute;
  font-size: 0;
  padding: 1px;
  z-index: 9999;
  width: 20px;
  margin: auto;
  top: 290px;
  right: 90px;
  z-index: 999;
}
.swiper-pagination-switch {
  width: 12px;
  height: 12px;
  background: #ffffff;
  border-radius: 50%;
  margin: 0 2.5px;
  overflow: hidden;
  transition: all .5s;
  display: block;
  margin: 10px 0;
  cursor: pointer;
}
.swiper-active-switch {
  width: 12px;
  background: #c09879;
}
.swiper-slide {
  opacity: .5;
  transition: opacity 1s ease-in-out;
}
.swiper-slide-active {
  opacity: 1;
}
.loop {
  animation-iteration-count: infinite;
  /*无限*/
  animation-timing-function: linear;
  /*平滑*/
}
/*自定义CSS动画*/
.moveRight-01 {
  -webkit-animation-name: moveRight-01;
  animation-name: moveRight-01;
}
@-webkit-keyframes moveRight-01 {
  0% {
    opacity: 0;
    left: 0px;
    margin-left: -630px;
  }
  10% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    left: 50%;
    margin-left: -630px;
  }
}
@keyframes moveRight-01 {
  0% {
    opacity: 0;
    left: 0px;
    margin-left: -630px;
  }
  10% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    left: 50%;
    margin-left: -630px;
  }
}
.moveRight-02 {
  -webkit-animation-name: moveRight-02;
  animation-name: moveRight-02;
}
@-webkit-keyframes moveRight-02 {
  0% {
    opacity: 0;
    left: 0px;
    margin-left: -950px;
  }
  10% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    left: 50%;
    margin-left: -950px;
  }
}
@keyframes moveRight-02 {
  0% {
    opacity: 0;
    left: 0px;
    margin-left: -950px;
  }
  10% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    left: 50%;
    margin-left: -950px;
  }
}





.xzdzhlch {
  padding-top: 40px;
  overflow:hidden;
}

.xzdzhlch .title {
  font-size: 26px;
  font-weight: 700;
  line-height: 60px;
  color: #362b27;
}
.xzdzhlch .title .tips {
  color: #c09879;
  font-weight: 400;
  font-size: 14px;
  float: right;
}
.xzdzhlch .title .tips:hover {
  text-decoration: underline;
}
.xzdzhlch .list {
  border: 1px #636262 solid;
  overflow: hidden;
  padding: 15px 0;
}
.xzdzhlch li {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  padding: 0 33px;
  float: left;
  position: relative;
  width:14.2%;
}
.xzdzhlch li:after {
  content: "";
  display: inline-block;
  height: 25px;
  border-right: 1px #636262 solid;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.xzdzhlch li:last-child:after {
  display: none;
}

.xzdzhlch a {
  color: #666;
}
.xzdzhlch a:hover {
  color: #c09879;
}

.xzdzhlch a.cur {
  color: #c09879;
}