@charset "utf-8";
/*************************************************
                     banenr 
**************************************************/
.main-banner .swiper-container .swiper-slide {
  height: 546px;
  background-position: center;
  background-repeat: no-repeat;
}
.main-banner .swiper-container .swiper-pagination-bullet {
  background-color: #eb95ae;
}
/*************************************************
                     产品 
**************************************************/
.main-product .product-menu {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 100px 0;
}
.main-product .product-menu ul {
  position: relative;
  z-index: 3;
}
.main-product .product-menu li {
  float: left;
}
.main-product .product-menu li a {
  display: block;
  position: relative;
}
.main-product .product-menu li a img {
  display: block;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.main-product .product-menu li a .p-name {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  font-weight: bold;
  font-size: 30px;
  padding: 40px;
  text-align: right;
  text-transform: uppercase;
  font-weight: 400;
  -webkit-transition: padding .4s;
  transition: padding .4s;
}
.main-product .product-menu li a .p-name span {
  font-size: 24px;
}
.main-product .product-menu li a .p-more {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 134px;
  text-align: center;
  background-color: #fff;
  line-height: 30px;
  font-weight: bold;
  margin: 20px 40px;
}
.main-product .product-menu li a:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.main-product .product-menu li.mp-1 a:hover:after,
.main-product .product-menu li.mp-2 a:hover:after {
  opacity: .36;
}
.main-product .product-menu li.mp-1 a:hover img,
.main-product .product-menu li.mp-2 a:hover img {
  opacity: .9;
  -webkit-transform: scale3d(1.05, 1.05, 1);
          transform: scale3d(1.05, 1.05, 1);
}
.main-product .product-menu li.mp-1 a:hover .p-name,
.main-product .product-menu li.mp-2 a:hover .p-name {
  padding: 40px 60px;
}
.main-product .product-menu li.mp-2 {
  float: right;
}
.main-product .product-menu li.mp-2 .p-name {
  left: 0;
  right: auto;
  text-align: left;
}
.main-product .product-menu li.mp-3 {
  width: 280px;
  margin-left: 112px;
  margin-top: 80px;
}
.main-product .product-menu li.mp-3 a:hover {
  color: #eb95ae;
}
.main-product .product-menu li.mp-3 .p-name {
  padding: 0;
  font-size: 16px;
  position: relative;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
}
.main-product .product-menu li.mp-3 .p-name span {
  font-size: 30px;
  text-decoration: underline;
}
.main-product .product-menu li.mp-3 .mp3-ico {
  display: inline-block;
  vertical-align: middle;
}
.main-product .mp-l-img {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-right: -300px;
}
/*************************************************
                     关于我们 
**************************************************/
.main-about {
  height: 562px;
  background: url("../image/mab-bg.jpg") center bottom no-repeat;
  text-align: center;
}
.main-about .mab-logo {
  padding-top: 100px;
}
.main-about .mab-tit {
  width: 298px;
  line-height: 40px;
  font-size: 18px;
  margin: 20px auto 40px;
  border: 2px solid #333;
}
.main-about .mab-txt {
  line-height: 2;
}
.main-about .mab-more a {
  display: block;
  width: 142px;
  line-height: 40px;
  margin: 40px auto 0;
  background-color: #333;
  color: #fff;
  -webkit-transition: -webkit-box-shadow 0.4s;
  transition: -webkit-box-shadow 0.4s;
  transition: box-shadow 0.4s;
  transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
}
.main-about .mab-more a:hover {
  -webkit-box-shadow: 3px 4px 8px 1px #545353d9;
          box-shadow: 3px 4px 8px 1px #545353d9;
}
/*************************************************
                     新闻 
**************************************************/
.main-news .news-box {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #333;
  height: 334px;
  margin: 140px auto;
}
.main-news .news-box a {
  display: block;
  padding: 0 40px;
  position: relative;
  height: 100%;
}
.main-news .news-box a:hover .n-tit {
  color: #eb95ae;
  letter-spacing: 1px;
}
.main-news .news-box a:hover .n-more {
  background-color: #eb95ae;
  -webkit-box-shadow: 0 0 10px 2px #a9a6a6;
          box-shadow: 0 0 10px 2px #a9a6a6;
}
.main-news .news-box a:hover .n-img img {
  -webkit-box-shadow: 3px 6px 20px 2px #504e4e;
          box-shadow: 3px 6px 20px 2px #504e4e;
}
.main-news .news-box a .n-img {
  float: left;
  width: 412px;
  height: 412px;
  margin-right: 54px;
  margin-top: -45px;
}
.main-news .news-box a .n-img img {
  width: 100%;
  -webkit-box-shadow: 3px 6px 14px 2px #909090;
          box-shadow: 3px 6px 14px 2px #909090;
  -webkit-transition: -webkit-box-shadow 0.4s;
  transition: -webkit-box-shadow 0.4s;
  transition: box-shadow 0.4s;
  transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
}
.main-news .news-box a .n-tit {
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 20px;
  padding: 50px 0 20px;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.main-news .news-box a .n-txt {
  font-size: 14px;
  line-height: 30px;
  height: 180px;
  overflow: hidden;
}
.main-news .news-box a .n-more {
  position: absolute;
  bottom: 0;
  right: 40px;
  line-height: 52px;
  width: 140px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  margin-bottom: -18px;
  background-color: #333;
  -webkit-transition: all .4s;
  transition: all .4s;
}
/*************************************************
                     尾部 
**************************************************/
.footer .ft-top {
  color: #fff;
  padding: 40px 0;
  border-bottom: 1px solid #fff;
}
.footer .ft-top .ft-l {
  float: left;
  width: 46%;
}
.footer .ft-top .ft-l p {
  line-height: 32px;
}
.footer .ft-top .ft-l .ft-l-tit {
  font-size: 24px;
  margin-bottom: 16px;
}
.footer .ft-top .ft-nav {
  float: left;
  width: 20%;
}
.footer .ft-top .ft-nav .ft-nav-tit {
  font-size: 20px;
  margin-bottom: 16px;
}
.footer .ft-top .ft-nav .ft-nav-menu {
  overflow: hidden;
}
.footer .ft-top .ft-nav .ft-nav-menu li {
  width: 50%;
  float: left;
  margin: 6px 0;
}
.footer .ft-top .ft-nav .ft-nav-menu li a {
  display: block;
  color: #fff;
}
.footer .ft-top .ft-nav .ft-nav-menu li a:hover {
  color: #aba6a6;
}
.footer .ft-top .ft-erweima {
  float: right;
}
.footer .ft-top .ft-erweima .erweima-txt,
.footer .ft-top .ft-erweima .erweima-box {
  display: inline-block;
  vertical-align: top;
  width: 126px;
  height: 126px;
  margin: 0 10px;
}
.footer .ft-top .ft-erweima .erweima-txt {
  border: 1px solid #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 32px 0 0;
  position: relative;
}
.footer .ft-top .ft-erweima .erweima-txt:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 5%;
  width: 90%;
  height: 1px;
  background-color: #333;
}
.footer .ft-top .ft-erweima .erweima-box img {
  display: block;
  width: 100%;
}
/*************************************************
                     动画 
**************************************************/
[data-aos=zoom-in-and-l] {
  -webkit-transform: scale(1.6);
      -ms-transform: scale(1.6);
          transform: scale(1.6);
}
[data-aos=zoom-in-and-l] .n-img,
[data-aos=zoom-in-and-l] .n-tit,
[data-aos=zoom-in-and-l] .n-time,
[data-aos=zoom-in-and-l] .n-more,
[data-aos=zoom-in-and-l] .n-txt {
  opacity: 0;
  -webkit-transition: opacity 1s .8s,-webkit-transform 2s .8s!important;
  transition: opacity 1s .8s,-webkit-transform 2s .8s!important;
  transition: opacity 1s .8s,transform 2s .8s!important;
  transition: opacity 1s .8s,transform 2s .8s,-webkit-transform 2s .8s!important;
}
[data-aos=zoom-in-and-l] .n-img {
  -webkit-transform: translate3d(-60%, -80%, 0);
          transform: translate3d(-60%, -80%, 0);
}
[data-aos=zoom-in-and-l].aos-animate {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
[data-aos=zoom-in-and-l].aos-animate .n-img,
[data-aos=zoom-in-and-l].aos-animate .n-tit,
[data-aos=zoom-in-and-l].aos-animate .n-time,
[data-aos=zoom-in-and-l].aos-animate .n-more,
[data-aos=zoom-in-and-l].aos-animate .n-txt {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
