@charset "utf-8";
.page-banner {
  height: 462px;
  background-repeat: no-repeat;
  background-position: center;
}
.page-content {
  padding: 0 0 60px;
}
.page-nav {
  margin-bottom: 20px;
}
.page-nav dl {
  float: right;
}
.page-nav dl dt,
.page-nav dl dd {
  float: left;
  line-height: 60px;
}
.page-nav dl a:hover {
  color: #eb95ae;
}
/*************************************************
                     品牌故事 
**************************************************/
.about-content .ab-tit {
  font-size: 0;
  margin-bottom: 20px;
}
.about-content p {
  line-height: 40px;
}
.about-content .txt-box1 {
  float: right;
  width: 374px;
}
.about-content .txt-box1 .img-box {
  margin-bottom: 40px;
}
.about-content .txt-box2 {
  width: 640px;
  position: relative;
  padding-right: 74px;
}
.about-content .txt-box2 .img-box {
  margin: 40px 0;
}
.about-content .txt-box2:after {
  content: "";
  position: absolute;
  bottom: 10%;
  top: 18%;
  right: 0;
  background-color: #ba8f67;
  width: 4px;
}
.about-content .txt-box3 {
  background: url(../image/ab-img3.jpg) center no-repeat;
  height: 376px;
  margin-top: 40px;
}
.about-content .txt-box3 .txt-box3-l {
  float: right;
  width: 366px;
  padding-top: 80px;
}
.about-content .txt-box3 .txt-box3-l .tit {
  color: #bc6f02;
  font-size: 16px;
  text-transform: uppercase;
}
/*************************************************
                     联系我们 
**************************************************/
.contact-content .contact-top .c-l {
  float: left;
}
.contact-content .contact-top .c-c {
  display: inline-block;
  margin-left: 28px;
  margin-right: 34px;
  width: 425px;
}
.contact-content .contact-top .c-c .c-tit {
  font-size: 30px;
}
.contact-content .contact-top .c-c .c-tit2 {
  font-size: 25px;
  font-weight: bold;
  line-height: 100px;
}
.contact-content .contact-top .c-c .c-menu {
  margin-bottom: 13px;
}
.contact-content .contact-top .c-c .c-menu p {
  line-height: 48px;
}
.contact-content .contact-top .c-c .c-menu p span {
  display: inline-block;
  width: 48px;
}
.contact-content .contact-top .c-c .c-menu p span img {
  vertical-align: middle;
}
.contact-content .contact-top .c-c .erweima-box img {
  width: 205px;
  vertical-align: middle;
}
.contact-content .contact-top .c-c .erweima-box img:first-child {
  margin-right: 10px;
}
.contact-content .contact-top .form {
  padding: 46px;
  border: 1px solid #333;
  display: inline-block;
}
.contact-content .contact-top .form .form-tit {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
.contact-content .contact-top .form .input-box {
  margin-bottom: 20px;
}
.contact-content .contact-top .form .input-box label {
  width: 75px;
  line-height: 44px;
  display: inline-block;
  vertical-align: top;
}
.contact-content .contact-top .form .input-box input,
.contact-content .contact-top .form .input-box textarea {
  width: 430px;
  height: 44px;
  border: 1px solid #a9a9a9;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
}
.contact-content .contact-top .form .input-box textarea {
  resize: none;
  height: 200px;
  padding: 10px;
}
.contact-content .contact-top .form .btn-box {
  text-align: right;
}
.contact-content .contact-top .form .submit-btn {
  width: 116px;
  height: 40px;
  text-align: center;
  background-color: #333;
  border: none;
  color: #fff;
  cursor: pointer;
  -webkit-transition: margin 0.4s, -webkit-box-shadow 0.4s;
  transition: margin 0.4s, -webkit-box-shadow 0.4s;
  transition: box-shadow 0.4s, margin 0.4s;
  transition: box-shadow 0.4s, margin 0.4s, -webkit-box-shadow 0.4s;
}
.contact-content .contact-top .form .submit-btn:hover {
  -webkit-box-shadow: 4px 4px 10px 0 #6d6b6b;
  box-shadow: 4px 4px 10px 0 #6d6b6b;
  margin-right: 10px;
}
.contact-content .map-box {
  height: 510px;
  width: 100%;
  margin-top: 70px;
}
/*************************************************
                     新闻 
**************************************************/
.news-content .news-menu li {
  padding-bottom: 44px;
  border-bottom: 1px solid #6f6f6f;
  margin-bottom: 40px;
}
.news-content .news-menu li a {
  display: block;
}
.news-content .news-menu li a:hover .n-tit {
  letter-spacing: 2px;
}
.news-content .news-menu li a:hover .n-img img {
  -webkit-box-shadow: -6px 6px 10px 1px #949191;
          box-shadow: -6px 6px 10px 1px #949191;
}
.news-content .news-menu li a:hover .n-more span {
  -webkit-box-shadow: 4px 4px 10px 0 #6d6b6b;
          box-shadow: 4px 4px 10px 0 #6d6b6b;
  margin-right: 10px;
}
.news-content .news-menu li a .n-img {
  width: 340px;
  height: 340px;
  overflow: hidden;
  padding: 14px;
  float: left;
  margin-right: 40px;
}
.news-content .news-menu li a .n-img img {
  width: 100%;
  -webkit-box-shadow: -4px 4px 10px 1px #b7b5b5;
          box-shadow: -4px 4px 10px 1px #b7b5b5;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
.news-content .news-menu li a .n-tit {
  font-size: 20px;
  line-height: 40px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 20px;
  -webkit-transition: letter-spacing 0.4s;
  transition: letter-spacing 0.4s;
}
.news-content .news-menu li a .n-txt {
  font-size: 14px;
  line-height: 36px;
  margin-top: 20px;
  height: 180px;
  overflow: hidden;
}
.news-content .news-menu li a .n-more {
  text-align: right;
  margin-top: 20px;
}
.news-content .news-menu li a .n-more span {
  display: inline-block;
  width: 140px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background-color: #333;
  -webkit-transition: margin 0.4s, -webkit-box-shadow 0.4s;
  transition: margin 0.4s, -webkit-box-shadow 0.4s;
  transition: box-shadow 0.4s, margin 0.4s;
  transition: box-shadow 0.4s, margin 0.4s, -webkit-box-shadow 0.4s;
}
/*************************************************
                    产品 
**************************************************/
.product-content {
  margin-top: -30px;
}
.product-content .product-nav-container {
  float: left;
  width: 270px;
  border: 1px solid #999999;
  color: #fff;
  text-align: center;
}
.product-content .nav-tit {
  font-size: 20px;
  margin: 0 auto;
  margin-bottom: 8px;
  line-height: 94px;
  font-weight: bold;
  background-color: #4a4a4a;
  border: 2px solid #fff;
}
.product-content .pnav-menu li {
  text-transform: capitalize;
  position: relative;
  overflow: hidden;
}
.product-content .pnav-menu li a {
  display: block;
  line-height: 60px;
  color: #333;
  border-bottom: 1px solid #999999;
  position: relative;
  z-index: 2;
  width: 90%;
  margin: 0 auto;
}
.product-content .pnav-menu li:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #cccccc;
  border-radius: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
      transform: scale(0);
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.product-content .pnav-menu .active:before,
.product-content .pnav-menu li:hover:before {
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
      transform: scale(2);
}
.product-content .pnav-menu li:last-child a {
  border-bottom: none;
}
.product-content .product-left {
  width: 878px;
  margin-left: 300px;
}
.product-content .product-page-nav {
  padding: 0 20px;
  background-color: #e8e8e8;
}
.product-content .product-page-nav .page-nav {
  margin-bottom: 0;
}
.product-content .product-page-nav .page-nav dl dt,
.product-content .product-page-nav .page-nav dl dd {
  margin-bottom: 0;
  line-height: 70px;
}
.product-content .product-page-nav .product-tit {
  font-size: 18px;
  width: 46%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 70px;
  font-weight: bold;
  text-transform: uppercase;
}
.product-content .product-menu {
  margin-top: 40px;
}
.product-content .product-menu li {
  float: left;
  width: 33.33%;
  margin-bottom: 20px;
  height: 300px;
}
.product-content .product-menu li a {
  display: block;
  width: 96%;
  margin: 0 auto;
}
.product-content .product-menu li a:hover .p-img {
  border: 1px solid #ccc;
}
.product-content .product-menu li a:hover .p-img mark {
  opacity: 1;
  -webkit-transform: skewX(0);
      -ms-transform: skewX(0);
          transform: skewX(0);
  visibility: visible;
}
.product-content .product-menu li a:hover .p-img mark:before {
  -webkit-transition: 355ms 180ms;
  transition: 355ms 180ms;
  -ms-transform: translateX(0);
      transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
}
.product-content .product-menu li a:hover .p-img mark:after {
  -webkit-transition: 355ms 240ms;
  transition: 355ms 240ms;
  -ms-transform: translateY(0);
      transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
}
.product-content .product-menu li a:hover .p-img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.product-content .product-menu li .p-img {
  width: 100%;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.product-content .product-menu li .p-img img {
  width: 100%;
  display: block;
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
}
.product-content .product-menu li .p-img mark {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-color: rgba(130, 130, 130, 0.7);
  z-index: 20;
  opacity: 0;
  -webkit-transform: skewX(45deg);
      -ms-transform: skewX(45deg);
          transform: skewX(45deg);
  visibility: hidden;
  -webkit-transition: 360ms;
  transition: 360ms;
}
.product-content .product-menu li .p-img mark:before,
.product-content .product-menu li .p-img mark:after {
  content: "";
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
}
.product-content .product-menu li .p-img mark:before {
  width: 46px;
  height: 1px;
  margin-top: -0.5px;
  margin-left: -23px;
  -ms-transform: translateX(-200px);
      transform: translateX(-200px);
  -webkit-transform: translateX(-200px);
  -moz-transform: translateX(-200px);
}
.product-content .product-menu li .p-img mark:after {
  width: 1px;
  height: 46px;
  margin-top: -23px;
  margin-left: -0.5px;
  -ms-transform: translateY(-200px);
      transform: translateY(-200px);
  -webkit-transform: translateY(-200px);
  -moz-transform: translateY(-200px);
}
.product-content .product-menu li .p-name {
  width: 94%;
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  line-height: 40px;
}
/*************************************************
                     详情 
**************************************************/
.details-content {
  padding-top: 70px;
}
.details-content .det-top {
  text-align: left;
  color: #666;
  border: 1px solid #e8e6e8;
  border-left: 4px solid #eb95ae;
  padding: 10px 20px;
}
.details-content .det-top .det-tit {
  font-size: 20px;
  font-weight: bold;
}
.details-content .det-top .det-time {
  font-size: 16px;
  margin-top: 10px;
}
.details-content .det-top .det-time i {
  font-size: 20px;
  vertical-align: middle;
  margin-right: 4px;
}
.details-content .det-cot {
  padding-top: 26px;
  min-height: 600px;
}
.details-content .det-cot p {
  text-indent: 2em;
  color: #666666;
  margin-bottom: 20px;
  line-height: 40px;
}
.details-content .det-cot img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.details-content .det-btn-box {
  padding: 0 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ccc;
  position: relative;
}
.details-content .det-btn-box .top-box a {
  max-width: 86%;
  display: block;
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 40px;
}
.details-content .det-btn-box .top-box a:hover {
  color: #eb95ae;
  text-decoration: underline;
}
.details-content .det-btn-box .back-box {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.details-content .det-btn-box .back-box a {
  display: inline-block;
  height: 100%;
  width: 120px;
  line-height: 80px;
  background-color: #eb95ae;
  color: #fff;
  text-align: center;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.details-content .det-btn-box .back-box a:hover {
  -webkit-transform: translate(-10%, 0);
      -ms-transform: translate(-10%, 0);
          transform: translate(-10%, 0);
  -webkit-box-shadow: 0 0 14px 0 #484646;
          box-shadow: 0 0 14px 0 #484646;
}
/*************************************************
                     产品详情 
**************************************************/
.product-details-content .det-top {
  border: none;
  border-bottom: 1px solid #e8e6e8;
}
.product-details-content .det-tit {
  text-align: center;
}
/***********************
    分页 
 ************************/
.Tpage-box {
  height: 60px;
  text-align: center;
  line-height: 60px;
  margin: 20px auto;
}
#page a,
#page span {
  font-size: 14px;
  color: #6f6f6f;
  padding: 4px 10px;
  margin: 0 1px;
  border-radius: 2px;
}
#page a:hover {
  background-color: #6f6f6f;
  color: #fff;
}
#page span.current {
  background-color: #6f6f6f;
  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: #6f6f6f;
  vertical-align: middle;
  margin: 0 14px;
}
#page :last-child {
  border-right-color: transparent;
  border-left-color: #6f6f6f;
}
#page :first-child:hover,
#page :last-child:hover {
  background-color: transparent;
}
#page :first-child.disenable {
  border-right-color: #bdbdbd;
}
#page :last-child.disenable {
  border-left-color: #bdbdbd;
}
