

/*# sourceMappingURL=style.css.map */
 
  
 
 
@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}
 
@keyframes bouncedelay {
  0%, 80%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}
 
header{display: none;}

.pc-header{
  width: 94%;
  padding: 10px 3%;
  margin: 0 auto;
  position: relative;
  position: fixed;
  top:25px;
  left: 0;
  z-index: 50;
  transition:all 0.3s;
  -webkit-transition:all 0.3s;
}
 
.pc-header.uu,.pc-header.on.uu{
  border-bottom: 0px 
}
.pc-header.cuu{
  top: 0;
  background-color: rgba(255,255,255,0.9);
}
.mheader.bo{
  box-shadow: 0 2px 5px rgba(0,0,0,0.1)
}
.pc-header.on{
  background-color:#fff;
  top: 0;
}
.pc-header.onn{
    box-shadow: 0 2px 5px rgba(0,0,0,0.1)
}
/*.infor{background-color: #f2f2f2}*/
.pc-header .logo{
  width: 270px;
  position: relative;
}
.pc-header .logo a,header .logo a{
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.pc-header .logo img{
  display: block;
  width: 100%;
}
.pc-header .logo .img2{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition:all 0.4s;
  -webkit-transition:all 0.4s;
}
.pc-header.on .logo .img2,.pc-header.oon .logo .img2{opacity: 1}
.pc-header .right{
  width: 70%;
  position: relative;
  display: inline-block;
}
.pc-header .right .btn{
  width: 36px;
  height: 36px;
  background: url(../images/img1.png) center no-repeat;
  cursor: pointer;
  display: none;
  margin-top: 15px;
  transition:all 0.4s;
  -webkit-transition:all 0.4s;
}
.pc-header .right .btn.cur{
  background: url(../images/img49.png) center no-repeat;
}
.pc-header.on .right .btn.cur,.pc-header.oon .right .btn.cur{
  background: url(../images/img48.png) center no-repeat;
}
.pc-header.on .right .btn,.pc-header.oon .right .btn{
  background: url(../images/img18.png) center no-repeat;
}

.pc-hbg,#oonn{
  background-color: #fff;
  width: 100%;
  height: 150px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6;
  display: none;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1)
}
.pc-hbg.on,.pc-hbg.oon,#oonn{height: 115px;}
.pc-header .right .nav{
  width: 95%;
  float: right;
  /*display: none;*/
  margin: 15px 6% 0 0;
}
.pc-header .right .nav ul li{
  float: right;
  position: relative;
  display: inline-block;
  padding-right: 4%;
  transition:all 0.4s;
  -webkit-transition:all 0.4s;
}
.pc-header .right .nav ul li:first-child{padding-right: 0}
.pc-header .right .nav ul .ttop{
  display: none;
}
.pc-header.on .right .nav ul .ttop{display: block;}
.pc-header .right .nav ul li .tit{
  font-size: 18px;
  color: #fff;
  line-height: 36px;
  display: inline-block;
  transition:all 0.4s;
  -webkit-transition:all 0.4s;
  padding-bottom: 10px;
}
.pc-header.cur .right .nav ul li:hover .tit,
.pc-header .right .nav ul li:hover .tit,
.pc-header.on .right .nav ul li:hover .tit,
.pc-header .right .nav ul li .box .tt:hover,
.pc-header.cur .right .nav ul li .box .tt:hover,
.pc-header.oon .right .nav ul li .tit:hover{color: #881e4f}
.pc-header .right .nav ul li i{
  height: 1px;
  width: 100%;
  background-color: #eee;
  content: '';
  display: none;
  position: absolute;
  left: -6px;
  bottom: 0;
}
.pc-header.cur .right .nav ul li:first-child i{width: 110%}
.pc-header.on .right .nav ul li .tit,.pc-header.oon .right .nav ul li .tit{color: #333;}

.pc-header.cur .right .nav ul li .tit{color:#333}
.pc-header.cur .logo .img2{opacity: 1}
.pc-header.cur .right .btn{
  background: url(../images/img18.png) center no-repeat;
}
.pc-header.cur .right .nav ul li .box .tt{color: #666}

.pc-header .right .nav ul li .box{
  position: absolute;
  top: 45px;
  padding-top: 5px;
  display: none;
}
.pc-header .right .nav ul li .box .tt{
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  padding: 5px 9px;
}

.pc-header .right .serch{
  width: 36px;
  height: 36px;
  position: absolute;
  top: 17px;
  right: 0;
  cursor:pointer; 
  background: url(../images/serch.png) center no-repeat;
}
.pc-header.on .right .serch,.pc-header.oon .right .serch{
  background: url(../images/serch2.png) center no-repeat;
  position: absolute;
  top:17px;
  right: 6px;
  float: right;
}
.pc-header.cur .right .serch{
  background: url(../images/serch2.png) center no-repeat;
}
.pc-header .right .contact{
  display: block;
  width: 15px;
  position: absolute;
  right: 10px;
  top: 90px;
  background: url(../images/img2.png) center no-repeat;
  height: 90px;
  cursor: pointer;
}
.pc-header.on .right .contact{display: none;}
 
/*flooring*/
.base-ban{
  width: 100%;
  position: relative;
  z-index: 5;
  overflow: hidden;
}
.base-ban img{
  display: block;
  width: 100%;
}
.base-ban em,.base-ban i{
  position: absolute;
  z-index: 2;
  background-color: rgba(255,255,255,0.3);
  display: block;
}
.base-ban i{
  width: 100%;
  height: 1px;
  bottom: 57px;
  left: 0;
}
.base-ban em{
  width: 1px;
  height: 100%;
  bottom: 57px;
}

.tip-page{
  width: 75px;
  position: fixed;
  right:-80px;
  z-index: 50;
  top:75%;
  transition:all ease 0.4s;
  -webkit-transition:all ease 0.4s;
}
.tip-page.on{
  right: 0;
}
.tip-page ul li{
  display: block;
  width: 73px;
  height: 63px;
  border:1px solid #e5e5e5;
  margin-bottom: 2px;
  text-align: center;
  z-index: 60;
  transition:all 0.4s;
  -webkit-transition:all 0.4s;
  background-color: #fff
}
.tip-page ul li:hover{
  background-color: #8c3861;
  border:1px solid #8c3861;
}
.tip-page ul li a{
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.tip-page ul li .fa{
  font-size: 12px;
  line-height: 18px;
  color: #898989;
}
.tip-page ul li:hover .fa{color: #fff;}
.tip-page ul li .pic{
  width: 70px;
  margin: 5px auto;
  overflow: hidden;
  position: relative;
}
.tip-page ul li .pic img{
  display: block;
  width: 100%;
  transition:all 0.4s;
  -webkit-transition:all 0.4s;
}
.tip-page ul li .pic .img2{
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.tip-page ul li:hover .pic .img2{display: block;}
.tip-page ul li:hover .pic .img1{opacity: 0}
.hserch{
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0,0,0,1);
    top: 0;
    left: 0;
    z-index: 52;
    display: none;
} 
.hserch .img{
  width: 124px;
  display: block;
  position: absolute;
  left: 15.2%;
  top: 50px;
}
.hserch .img img{
  display: block;
  width: 100%;
}
  .hserch i{
    display: block;
    width:80px;
    height:36px;
    position: absolute;
    right: 15.2%;
    top: 70px;
    cursor: pointer;
    background: url(../images/search-close.png) center right/16px no-repeat;
    font-size: 18px;
    color: #fff;
    font-style: normal;
    font-family: '微軟正黑體';
  }
  .hserch .box{
    height: 50px;
    width: 70%;
    margin: 20% auto 0;
    border-bottom: 1px solid rgba(255,255,255,0.8)
  }
  .hserch .box .inp{
    display: block;
    width: 70%;
    float: left;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    background-color: transparent;
    border: 0;
    margin-left: 3%;
  }
@media (max-width:1500px){
  .pc-header .right .nav ul li{padding-right:3.5%;}
  .pc-header .right .nav ul li .tit{font-size: 16px;}
  /*.pc-header.cur .right .nav ul li:first-child i{width: 85%}*/
}


@media (max-width:1300px){
  .pc-header .right .nav ul li{padding-right: 3%}
  .footer .warp .cent{
    width: 40%;
    margin-left: -22%;
  }
  .pc-header .logo{width: 200px;}
  /*.pc-header.cur .right .nav ul li:first-child i{width: 90%}*/
}
@media (max-width:1200px){
  .pc-header .right .nav ul li .tit{font-size: 15px;}
  .pc-header .right .nav ul li{padding-right: 3%;}
  .pc-header .right{width: 60%;}
  .pc-header .right .nav{width: 92%;}
  .pc-header .right .nav ul li .box .tt{font-size: 13px}
  /*.pc-header.cur .right .nav ul li:first-child i{width: 95%}*/
  .pc-header .right .nav{margin: 15px 7% 0 0;}
}


@media (max-width:1024px){
  .contact-box{margin-right: -380px;}
  .hserch .box{
    height: 50px;
    width: 80%;
    margin: 30% auto 0;
  }
  .hserch .img{
    width: 80px;
    left: 10%;
    top: 63px;
  }
  .pc-header,.base-ban i,.base-ban em{display: none;}
  header.oon{
    position: fixed;
    top: 0;
    left: 0;
    border-bottom: 0px ;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1)
  }
  header{
    width: 92%;
    padding: 10px 4%;
    background-color: #fff;
    position: relative;
    z-index: 40;
    display: block;
    border-bottom: 1px solid rgba(0,0,0,0.5)
  }
  header .logo{
    width:124px;
  }
  header .logo img{
    display: block;
    width: 100%;
  }
  header .right{
    display: inline-block;
  }
  header .right .serch{
    width: 30px;
    height: 30px;
    margin:20px 30px 0 0;
    background: url(../images/serch1.png) center/30px no-repeat;
  }
  header .right .lines{
    width: 50px;
    height: 40px;
    position: relative;
    cursor: pointer;
    margin-top: 17px;
  }
  header .right .lines p{
    width:50px;
    height:4px;
    background-color: #8c3861;
    border-radius:2px;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.8s;
            transition: all 0.8s;
  }
  header .right .lines p:nth-child(1){
      top: 0px;
          -webkit-transform-origin: left top;
              -ms-transform-origin: left top;
                  transform-origin: left top;
          -webkit-transform: rotateZ(0deg);
              -ms-transform: rotateZ(0deg);
                  transform: rotateZ(0deg);
              -webkit-transition: all 0.5s;
                  -ms-transition: all 0.5s;
                      transition: all 0.5s;
  }
  header .right .lines.cur p:nth-child(1) {
       -webkit-transform: rotateZ(45deg);
               transform: rotateZ(45deg);
  }
  header .right .lines p:nth-child(2){
      top: 17px;
      -webkit-transition: all 0.5s;
              transition: all 0.5s;
  }
  header .right .lines.cur p:nth-child(2) {
      opacity: 0;
  }
  header .right .lines p:nth-child(3){
      top: 33px;
          -webkit-transform-origin: left bottom;
              -ms-transform-origin: left bottom;
                  transform-origin: left bottom;
          -webkit-transform: rotateZ(0deg);
              -ms-transform: rotateZ(0deg);
                  transform: rotateZ(0deg);
              -webkit-transition: all 0.5s;
                  -ms-transition: all 0.5s;
                      transition: all 0.5s;
  }
  header .right .lines.cur p:nth-child(3){
      -webkit-transform: rotateZ(-45deg);
              transform: rotateZ(-45deg);
  }
  .headerbg{
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0,0,0,0.7);
    top: 0;
    left: 0;
    z-index: 39;
    display: none;
  }
  header .nav{
    position: absolute;
    top: 75px;
    width: 100%;
    box-sizing:border-box;
    left: 0;
    z-index: 10;
    padding:15px 4%;
    background-color: #fff;
    display: none;
  }
  header .nav ul li{
    border-bottom: 1px solid #cecece;
  }
  header .nav ul li .tit{
    font-size: 20px;
    display: block;
    padding:5px 0;
    line-height: 42px;
    color: #333;
    background: url(../images/nav-jia.png) 98% center/20px no-repeat;
  }
  header .nav ul li.cur .tit{color: #8c3861}

  header .nav ul li.on .tit{
    background: url(../images/nav-jian.png) 98% center/20px no-repeat;
  }
  header .nav ul li .box{
    border-top: 1px solid #e2e2e2;
    display: none;
    padding:10px 0;
  }
  header .nav ul li .box a{
    display: block;
    font-size: 16px;
    line-height: 32px;
    color: #666;
    padding:3px 0;
  }

  .footer{padding: 110px 0 70px;}
  .footer .warp{margin: 0 auto 10px;}
  .footer .warp .left{width: 20%;}
  .footer .warp .right{width:23%}
  .footer .warp .cent{width: 50%;margin-left: -27%;}
  .fy .tt:hover,.fyy .tt:hover{
    background-color: transparent;
    color: #333333;
  }
  .tip-page ul li:hover{
    background-color: #fff;
    border:1px solid #e5e5e5;
  }
  .tip-page ul li:hover .fa{color: #898989;}
  .tip-page ul li:hover .pic .img2,.pro-tipbox i{display: none;}
  .tip-page ul li:hover .pic .img1{opacity: 1}
  .hserch i{
    right: 10%;
  }
  header .nav ul li:last-child{border-bottom:0;}
  .pro-tip .box{margin: 30% auto 0;}
  .pro-tipbox{    padding: 80px 90px 100px;}
}

@media (max-width:767px){
  header{padding: 5px 4%}
  header .logo{width:128px; margin-top:7px;}
  header .right .lines p{
    width: 31px;
    height: 2px;
  }
  header .right .lines p:nth-child(2){top: 10px}
  header .right .lines p:nth-child(3){top: 21px}
  header .right .serch{
    margin: 8px 25px 0 0;
    background: url(../images/serch1.png) center/19px no-repeat;
  }
  header .right .lines{
    width: 31px;
    height: 30px;
    margin-top: 12px;
  }
  header .nav{top: 52px;border-top: 1px solid rgba(0,0,0,0.1)}
  .hserch .img{top: 45px;}
  .hserch i{
    background: url(../images/search-close.png) center right/14px no-repeat;
    font-size: 16px;
    width: 70px;
    top: 50px;
  }
  .hserch .box{margin: 40% auto 0;}
  .hserch .box .sub{
    height: 42px;
    background: url(../images/serch.png) center/18px no-repeat;
  }
  .hserch .box .inp{
    height: 42px;
    line-height: 42px;
    font-size: 15px;
  }
  header .nav ul li .tit{
    font-size: 16px;
    padding: 5px 0;
    line-height: 35px;
    background: url(../images/nav-jia.png) 98% center/15px no-repeat;
  }
  header .nav ul li.on .tit{
    background: url(../images/nav-jian.png) 98% center/15px no-repeat;
  }
  header .nav ul li .box a{
    font-size: 14px;
    line-height: 24px;
  }
  

