@charset "utf-8";
.page-banner {
  height: 420px;
  background-repeat: no-repeat;
  background-position: center;
}
.page-nav {
  text-align: right;
  margin-top: 20px;
}
.page-nav li {
  display: inline-block;
  font-size: 14px;
  text-transform: capitalize;
}
.page-nav li a {
  color: #000;
}
.page-item-p {
  padding: 60px 0;
  width: 90%;
  margin: 0 auto;
}
.item-tit {
  font-size: 22px;
  color: #000;
  text-align: center;
}
/* 简介 */
.main .about-content .txt-box {
  margin-top: 40px;
}
.main .about-content .txt-box p {
  font-size: 14px;
  color: #333;
  line-height: 40px;
  text-indent: 2em;
}
.main .about-content .txt-box .img1 {
  float: left;
  margin: 0 30px 0 0;
}
.main .about-content .txt-box .img2 {
  margin-top: 24px;
}
/* 联系我们 */
.contact-content .wrap {
  overflow: hidden;
  margin-top: 40px;
}
.contact-content .box-left {
  float: left;
}
.contact-content .box-left .map-box {
  width: 770px;
  height: 650px;
}
.contact-content .box-right {
  float: right;
  width: 280px;
}
.contact-content .box-right .tit {
  font-size: 14px;
  color: #333;
}
.contact-content .box-right .cat-menu ul {
  font-size: 0;
  padding: 24px 0;
  border-bottom: 2px solid #e0e0e8;
}
.contact-content .box-right .cat-menu ul li {
  display: inline-block;
  margin-right: 16px;
}
.contact-content .box-right .cat-menu ul li a {
  color: #712623;
  font-size: 20px;
}
.contact-content .box-right .cat-menu ul .wx {
  position: relative;
}
.contact-content .box-right .cat-menu ul .wx img {
  width: 126px;
  position: absolute;
  bottom: -98px;
  left: 34px;
  z-index:2;
  opacity: 0;
  transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  visibility: hidden;
}
.contact-content .box-right .cat-menu ul .wx:hover img {
  visibility: visible;
  opacity: 1;
}
.contact-content .box-right .form {
  margin-top: 34px;
  padding-bottom: 20px;
  border-bottom: 2px solid #e0e0e8;
}
.contact-content .box-right .form .tit {
  margin-bottom: 30px;
}
.contact-content .box-right .form input {
  font-size: 14px;
  color: #333;
  width: 100%;
  height: 36px;
  line-height: 36px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 10px;
  background-color: #f7f7f7;
  border: 1px solid #e0e0e8;
  margin-bottom: 14px;
}
.contact-content .box-right .form textarea {
  font-size: 14px;
  color: #333;
  width: 100%;
  height: 174px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 10px;
  background-color: #f7f7f7;
  border: 1px solid #e0e0e8;
  margin-bottom: 14px;
  resize: none;
}
.contact-content .box-right .form button {
  font-size: 14;
  color: #ffffff;
  line-height: 30px;
  background-color: #712623;
  text-align: center;
  width: 110px;
  height: 30px;
  border: none;
}
.contact-content .box-right .cat-more .tit {
  margin: 22px 0;
}
.contact-content .box-right .cat-more .msg {
  font-size: 14px;
  color: #333;
  line-height: 30px;
}
.contact-content .box-right .cat-more .msg i {
  color: #712623;
  font-size: 26px;
  margin-right: 12px;
}
/* 展厅 */
.main .show-content {
  padding: 60px 0;
}
.main .show-content .show-lunbo {
  position: relative;
  margin-top: 40px;
}
.main .show-content .show-lunbo .swiper-container {
  width: 620px;
  margin: 0 auto;
}
.main .show-content .show-lunbo .swiper-container .swiper-wrapper li {
  height: 414px;
  overflow: hidden;
}
.main .show-content .show-lunbo .swiper-container .swiper-wrapper li img {
  width: 100%;
}
.main .show-content .show-lunbo .swiper-button-prev,
.main .show-content .show-lunbo .swiper-button-next {
  width: 35px;
  height: 69px;
  background-size: cover;
  margin-top: -34.5px;
}
.main .show-content .show-lunbo .swiper-button-prev {
  background-image: url(../image/main-p-btn1.jpg);
  left: 120px;
}
.main .show-content .show-lunbo .swiper-button-next {
  background-image: url(../image/main-p-btn2.jpg);
  right: 120px;
}
.main .show-content .show-nav {
  margin-top: 52px;
}
.main .show-content .show-nav .swiper-container .swiper-wrapper li {
  height: 140px;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.main .show-content .show-nav .swiper-container .swiper-wrapper li img {
  width: 100%;
}
.main .show-content .show-nav .swiper-container .swiper-wrapper .active {
  border: 2px solid #712623;
}
/* 新闻 */
.main .news-content .news-menu {
  margin-top: 56px;
  min-height: 680px;
}
.main .news-content .news-menu li {
  margin-bottom: 40px;
}
.main .news-content .news-menu li a {
  display: block;
  overflow: hidden;
  padding-bottom: 18px;
  border-bottom: 2px solid #ccc;
}
.main .news-content .news-menu li a .news-list-left {
  float: left;
}
.main .news-content .news-menu li a .news-list-left img {
  width: 222px;
}
.main .news-content .news-menu li a .news-list-right {
  float: right;
  width: 76%;
}
.main .news-content .news-menu li a .news-list-right .news-tit {
  font-size: 16px;
  color: #7a1d1a;
  width: 682px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all .4s ease 0s;
  -moz-transition: all .4s ease 0s;
  -webkit-transition: all .4s ease 0s;
  -o-transition: all .4s ease 0s;
  font-weight: bold;
}
.main .news-content .news-menu li a .news-list-right .news-time {
  font-size: 16px;
  color: #7a1d1a;
  float: right;
  font-weight: bold;
}
.main .news-content .news-menu li a .news-list-right .news-txt {
  font-size: 14px;
  color: #4b4b4b;
  margin-top: 36px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  min-height: 96px;
}
.main .news-content .news-menu li a .news-list-right .news-more {
  font-size: 16px;
  color: #7a1d1a;
  text-align: right;
  font-weight: bold;
}
.main .news-content .news-menu li:hover a .news-tit {
  margin-left: 16px;
}
/* 新闻详情 */
.main .news-details-content {
  padding-bottom: 30px;
}
.main .news-details-content .news-details-hd {
  padding-bottom: 10px;
  border-bottom: 1px solid #b5b5b5;
}
.main .news-details-content .news-details-hd .news-details-tit {
  font-size: 26px;
  color: #1f1f1f;
  font-weight: bold;
  text-align: center;
}
.main .news-details-content .news-details-hd .news-details-time {
  font-size: 16px;
  color: #1f1f1f;
  text-align: center;
  margin-top: 12px;
}
.main .news-details-content .news-details-main {
  margin-top: 40px;
  min-height: 700px;
  border-bottom: 2px dashed #ccc;
  padding-bottom: 20px;
}
.main .news-details-content .news-details-main p {
  color: #8f8f8f;
  font-size: 14px;
  text-indent: 2em;
  line-height: 1.8;
}
.main .news-details-content .news-details-main img {
  display: block;
  max-width: 80%;
  margin: 0 auto;
}
.main .news-details-content .news-details-bottom {
  margin-top: 8px;
}
.main .news-details-content .news-details-bottom a {
  width: 80%;
  display: block;
  font-size: 14px;
  color: #8f8f8f;
  line-height: 28px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.main .news-details-content .news-details-bottom a:hover {
  color: #712623;
}
/* 产品页面 */
.main .product-nav-wrap {
  height: 50px;
  background-color: #947d70;
  text-transform: capitalize;
}
.main .product-nav-wrap .page-nav {
  float: right;
  margin-top: 0;
  line-height: 50px;
}
.main .product-nav-wrap .page-nav a {
  color: #fff;
}
.main .product-nav-wrap .product-nav {
  float: left;
  font-size: 0;
}
.main .product-nav-wrap .product-nav > li {
  display: inline-block;
  font-size: 22px;
  color: #f9f7f6;
  padding: 0 48px;
  cursor: default;
  line-height: 50px;
  height: 50px;
  position: relative;
}
.main .product-nav-wrap .product-nav > li .ico-xy {
  margin-left: 14px;
}
.main .product-nav-wrap .product-nav > li > span {
  color: #f9f7f6;
  display: block;
  font-size: 22px;
  cursor: pointer;
  top: 100%;
}
.main .product-nav-wrap .product-nav > li:before {
  content: "";
  width: 1px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 15px;
  background-color: #fff;
}
.main .product-nav-wrap .product-nav > li:first-child {
  background-color: #823a34;
}
.main .product-nav-wrap .product-nav > li:first-child:before {
  display: none;
}
.main .product-nav-wrap .product-nav > li:last-child:before {
  display: none;
}
.main .product-nav-wrap .product-nav > li:hover .subnav {
  max-height: 800px;
}
.main .product-nav-wrap .product-nav .subnav {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  z-index: 999;
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.16, 0.28, 0.56, 0.96) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.16, 0.28, 0.56, 0.96) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.16, 0.28, 0.56, 0.96) 0s;
  -o-transition: all 0.5s cubic-bezier(0.16, 0.28, 0.56, 0.96) 0s;
}
.main .product-nav-wrap .product-nav .subnav > li {
  width: 100%;
  padding: 0 5%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-color: rgba(218, 211, 206, 0.8);
}
.main .product-nav-wrap .product-nav .subnav > li a {
  display: block;
  color: #000;
  font-size: 16px;
  text-align: center;
  width: 100%;
  line-height: 42px;
  border-bottom: 1px solid #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main .product-nav-wrap .product-nav .subnav > li:last-child a{
  border-bottom: none;
}
.main .product-content .product-menu {
  overflow: hidden;
  min-height: 600px;
}
.main .product-content .product-menu li {
  float: left;
  margin-right: 10px;
  height:312px;
}
.main .product-content .product-menu li a {
  display: block;
  overflow: hidden;
  line-height:258px;
  text-align:center;
  font-size:0;
  border: 1px solid #aeaeae;
  /*position:relative;
  height:260px;
  width:260px;*/
}
/*.main .product-content .product-menu li a .p-img{
  border: 1px solid #aeaeae;
  position:absolute;
  top:50%;
  left:50%;
  -moz-transform:translate(-50%,-50%);
  -webkit-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%);
  overflow:hidden;
}*/
.main .product-content .product-menu li a img {
  max-height:258px;
  max-width: 258px;
  vertical-align:middle;
  transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -webkit-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
}
.main .product-content .product-menu li p {
  text-align: center;
  font-size: 16px;
  color: #333;
  width: 230px;
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 10px;
  margin-bottom: 20px;
}
.main .product-content .product-menu li:nth-child(4n) {
  margin-right: 0;
}
.main .product-content .product-menu li:hover a img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
/* 产品详情 */
.main .product-details-content .product-det-box {
  min-height: 900px;
  font-size: 14px;
}
.main .product-details-content .product-det-box p {
  font-size: 14px;
  color: #000;
}
.main .product-details-content .product-det-box img {
  display: block;
  max-width: 80%;
  margin: 0 auto;
}
/* 分页 */
.Tpage-box {
  height: 60px;
  text-align: center;
  line-height: 60px;
  margin: 20px auto;
}
#page a,
#page span {
  font-size: 14px;
  color: #6f6f6f;
  padding: 8px 12px;
  margin: 0 1px;
  border-radius: 2px;
}
#page a:hover {
  background-color: #712623;
  color: #fff;
}
#page span.current {
  background-color: #712623;
  color: #fff;
}
#page span.disenable {
  color: #a9a1a1;
}
#page :last-child,
#page :first-child {
  display: inline-block;
  width: 0;
  height: 0;
  font-size: 0;
  padding: 0;
  border: 12px solid transparent;
  border-right-color: #712623;
  vertical-align: middle;
  margin: 0 14px;
}
#page :last-child {
  border-right-color: transparent;
  border-left-color: #712623;
}
#page :first-child:hover,
#page :last-child:hover {
  background-color: transparent;
}
