

/*# sourceMappingURL=style.css.map */
input.inptet::-webkit-input-placeholder, textarea::-webkit-input-placeholder { 
	color: #fff; 
} 
input.inptet:-moz-placeholder, textarea:-moz-placeholder { 
	color: #fff; 
} 
@font-face {
    font-family: 'BebasNeueRegular';
    src: url('../../fonts/BebasNeueRegular.eot');
    src: url('../../fonts/BebasNeueRegular.eot') format('embedded-opentype'),
         url('../../fonts/BebasNeueRegular.woff2') format('woff2'),
         url('../../fonts/BebasNeueRegular.woff') format('woff'),
         url('../../fonts/BebasNeueRegular.ttf') format('truetype'),
         url('../../fonts/BebasNeueRegular.svg#BebasNeueRegular') format('svg');
}
@font-face {
    font-family: 'BebasNeueBook';
    src: url('../../font/BebasNeueBook.eot');
    src: url('../../font/BebasNeueBook.eot') format('embedded-opentype'),
         url('../../font/BebasNeueBook.woff2') format('woff2'),
         url('../../font/BebasNeueBook.woff') format('woff'),
         url('../../font/BebasNeueBook.ttf') format('truetype'),
         url('../../font/BebasNeueBook.svg#BebasNeueBook') format('svg');
}

@font-face {
    font-family: 'GOTHIC';
    src: url('../../gothic/GOTHIC.eot');
    src: url('../../gothic/GOTHIC.eot') format('embedded-opentype'),
         url('../../gothic/GOTHIC.woff2') format('woff2'),
         url('../../gothic/GOTHIC.woff') format('woff'),
         url('../../gothic/GOTHIC.ttf') format('truetype'),
         url('../../gothic/GOTHIC.svg#GOTHIC') format('svg');
}
.forie{
  width: 100%;
  height: 100%;
  background: url(tishi.png) center no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
}
.fy,.fyy{
	width: 100%;
	text-align: center;
}
.fy.mt76{margin-top: 46px;}
.fy .prve,.fy .next{
	width: 115px;
  height: 36px;
  border:1px solid #727171;
  text-align: center;
  font-size: 14px;
  color: #333333;
  line-height: 36px;
  border-radius: 30px;
  margin-top: -6px;
  cursor: pointer;
}
.fyy .prve,.fyy .next{
  font-size: 16px;
  color: #333333;
  line-height: 36px;
  height: 36px;
}
.fyy .prve{margin-right: 30px;}
.fyy .next{margin-left: 30px;}
.fyy .prve:hover,.fyy .next:hover{color: #a04b72;}
.fyy .tt{
   font-size: 16px;
   color: #333;
   margin: 0 10px;
   transition:all 0.4s;
  -webkit-transition:all 0.4s;
  font-family: 'arial';
  cursor: pointer;
  text-decoration: none;
  line-height: 27px;
  width: 27px;
  display: inline-block;
}

.fy .tt{
	display: inline-block;
	font-size: 14px;
	line-height: 27px;
  width: 27px;
	color: #6d6d6d;
	margin: 0 5px;
	font-family: 'arial';
	cursor: pointer;
  text-decoration: none;
  transition:all 0.4s;
  -webkit-transition:all 0.4s;
}
.fy .tt:hover,.fy .tt.action,.fyy .tt:hover,.fyy .tt.action{
  background-color: #a04b72;
  color: #fff;
}


.waiter{
    width: 100%;
}
.waiter .spinner {
  margin: 24px auto;
  width: 20px;
  height: 20px;
  position: relative;
}
 
.waiter .container1 > div,.waiter .container2 > div,.waiter .container3 > div {
  width: 6px;
  height: 6px;
  background-color: #333;
  border-radius: 100%;
  position: absolute;
  -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
  animation: bouncedelay 1.2s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.waiter .spinner .spinner-container {
  position: absolute;
  width: 100%;
  height: 100%;
}
 
.waiter .container2 {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
 
.waiter .container3 {
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}
 
.waiter .circle1 { top: 0; left: 0; }
.waiter .circle2 { top: 0; right: 0; }
.waiter .circle3 { right: 0; bottom: 0; }
.waiter .circle4 { left: 0; bottom: 0; }
 
.waiter .container2 .circle1 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
 
.waiter .container3 .circle1 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
 
.waiter .container1 .circle2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
 
.waiter .container2 .circle2 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.waiter .container3 .circle2 {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
 
.waiter .container1 .circle3 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
 
.waiter .container2 .circle3 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
 
.waiter .container3 .circle3 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
 
.waiter .container1 .circle4 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
 
.waiter .container2 .circle4 {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
 
.waiter .container3 .circle4 {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
 
@-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);
  }
}
.map{
  width: 100%;
  height: 100%;
  background-color: #000;
  position: relative;
}
.map #allmap{
  display: block;
  width: 100%;
  height: 100%;
}
.contact-box{
  position: absolute;
  right: 50%;
  top: 327px;
  margin-right: -480px;
  width: 390px;
  padding: 15px 25px;
  background: url(#static/web/css/pic/bg_opacity01.png) left center repeat;
  color: #fff;
  z-index: 1;
}
.contact-box .tit{
    padding: 7px 0 14px 67px;
    border-bottom: 1px solid #b06b84;
    background: url(#static/web/css/pic/bg_icon01.png) left center no-repeat;
}
.contact-box .tit .ch {
    font-size: 18px;
    line-height: 22px;
}
.contact-box .tit .en {
    font-family: Arial;
    color: #d1b2bc;
    line-height: 18px;
}
.contact-box .txt {
    padding: 28px 0 28px 73px;
    line-height: 26px;
    color: #dbc3cb;
}
.contact-box .txt p.add {
    background-position: 0 6px;
}
.contact-box .txt p {
    padding-left: 28px;
    background: url(#static/web/css/pic/bg_icon03.png) left center no-repeat;
}
.contact-box .txt p.tel {
    background-position: 0 -20px;
}
.contact-box .txt p.mail {
    background-position: 0 -46px;
}
.contact-box .tips {
    padding-top: 12px;
    border-top: 1px solid #b06b84;
    position: relative;
}
.contact-box .tips .wx-btn {
    display: inline-block;
    width: 51px;
    height: 51px;
    vertical-align: middle;
    background: url(#static/web/css/pic/bg_icon02.png) left center no-repeat;
    margin-right: 17px;
    cursor: pointer;
}
.contact-box .tips .wx-img {
    display: none;
    position: absolute;
    left: -25px;
    top: -110px;
    background: #fff;
}
.map .anchorBL{display: none;}


header{display: none;}

.pc-header{
  width: 94%;
  padding: 10px 3%;
  margin: 0 auto;
  position: relative;
  position: fixed;
  top:0;
  left: 0;
  z-index: 50;
  transition:all 0.3s;
  -webkit-transition:all 0.3s;
}
a.login-icon{
  display: block;
  width: 100%;
  height: 100%;
}
.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:16%;
  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: 84%;
  position: relative;
  display: inline-block;
}
.pc-header .right .btn{
  width: 36px;
  height: 36px;
  background: url(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(img49.png) center no-repeat;
}
.pc-header.on .right .btn.cur,.pc-header.oon .right .btn.cur{
  background: url(img48.png) center no-repeat;
}
.pc-header.on .right .btn,.pc-header.oon .right .btn{
  background: url(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: 90%;
  float: right;
  /*display: none;*/
  margin: 15px 135px 0 0;
}
.pc-header .right .nav ul li{
  float: left;
  position: relative;
  display: inline-block;
  margin-right: 8%;
  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 .active{color: #bf0101 !important;font-weight:bold;}
.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: #333}
.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(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(serch.png) center no-repeat;
}
.pc-header .right .login{
  width: 36px;
  height: 36px;
  position: absolute;
  top: 17px;
  right: 60px;
  cursor:pointer; 
  background: url(v2/icon-login.png) center no-repeat;
}
.pc-header.on .right .serch,.pc-header.oon .right .serch{
  background: url(serch2.png) center no-repeat;
  position: absolute;
  top:17px;
  right: 0px;
  float: right;
}
.pc-header.on .right .login,.pc-header.oon .right .login{
  background: url(v2/icon-login2.png) center no-repeat;
  position: absolute;
  top:17px;
  right: 60px;
  float: right;
}
.pc-header.cur .right .serch{
  background: url(serch2.png) center no-repeat;
}
.pc-header.cur .right .login{
  background: url(v2/icon-login2.png) center no-repeat;
}
.pc-header .right .contact{
  display: block;
  width: 15px;
  position: absolute;
  right: 10px;
  top: 90px;
  background: url(img2.png) center no-repeat;
  height: 90px;
  cursor: pointer;
}
img.header-avatar {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.pc-header.on .right .contact{display: none;}
.footer{
  width: 100%;
  background-color: #3c3c3c;
  padding: 130px 0 60px;
}
.footer .warp{
  width: 92%;
  max-width: 1400px;
  margin: 0 auto 25px;
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255,255,255,0.2)
}
.footer .warp .left{
  width:22%;
  float: left;
}
.footer .warp .left p{
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 20px;
}
.footer .warp .left p a{
  color: #f9f8f4;

  transition:all 0.4s;
  -webkit-transition:all 0.4s;
}
.footer .warp .left p a:hover{color: #fff;}

.footer .warp .cent{
  width: 47%;
  float: left;
  text-align: center;
  padding-bottom: 30px;
  border-left: 1px solid rgba(255,255,255,0.1);
  border-right: 1px solid rgba(255,255,255,0.1);
  position: absolute;
  left: 50%;
  margin-left: -23.5%;
}
.footer .warp .cent img{
  display: inline-block;
  margin-bottom: 20px;
}
.footer .warp .cent .fa{
  font-size: 16px;
  color: #a1a1a1;
  padding-bottom: 90px;
  position: relative;
}
.footer .warp .cent .fa:before{
  display: block;
  content: '';
  width: 1px;
  height: 50px;
  position: absolute;
  left:49.5%;
  bottom: 25px;
  background-color:rgba(255,255,255,0.1);
}
.footer .warp .cent .tel{
  font-size: 18px;
  line-height: 30px;
  color: #737373;
  font-family: 'arial';
  margin-bottom: 10px;
}
.footer .warp .cent .math{
  color: #757575;
  font-size: 36px;
  line-height: 40px;
  font-family: 'arial';
  text-align:left;
  padding-left:160px;
}
.footer .warp .right{
  width:265px;
  float: right;
  text-align: center;
}
.footer .warp .right .tit{
  font-size: 18px;
  color: #f9f8f4;
  line-height: 26px;
  margin-bottom: 35px;
  text-align:center;
}
.footer .warp .right img{
  max-width: 100%;
  width:100%;
}
.footer .warp .right .fa{
  font-size: 13px;
  line-height: 20px;
  color: #636363;
  margin: 10px 0 55px;
}
.footer .warp .right .afa{
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  padding-right: 15px;
  background:url(img17.png) center right no-repeat;
  transition:all 0.4s;
  -webkit-transition:all 0.4s;
}
.footer .warp .right .afa:hover{color:rgba(255,255,255,0.8)}
.footer .lines{
  width: 1400px;
  max-width: 92%;
  margin: 0 auto 30px;
  font-size: 16px;
  text-align: center;
  
}
.footer .lines p{
  width:auto;
  margin-right: 25px;
  float: left;
  padding-bottom: 20px;
  line-height: 1.8;
}
.footer .lines p a{
  min-width: 50%;
  color: rgba(255,255,255,0.5);
    transition:all 0.4s;
  -webkit-transition:all 0.4s;
  padding:0 3px 20px;
  border-bottom: 1px solid rgba(255,255,255,0);
}
.footer .lines p a:hover{
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,0.3);
}
.footer .fot{
  width:100%;
  font-size: 14px;
  line-height: 30px;
  color: #8b8b8b;
  text-align: center;
} 
.footer .fot a{
  color: #8b8b8b;
  transition:all 0.4s;
  -webkit-transition:all 0.4s;
}
.footer .fot a:hover{color: #fff;}
.footer .fot .police{
  width: 40px;
  display: inline-block;
}
.footer .fot .police img{
  width: 100%;
}

/*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: 26px;
  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(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%;
  }
  .hserch .box .sub{
    width: 50px;
    height: 50px;
    display: block;
    float: right;
    border:0;
    background:url(serch.png) center/22px no-repeat;
  }
  
  .pro-tip{
    background-color: rgba(0,0,0,0.8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: none;
  }
  .pro-tipbox{
    width: 90%;
    max-width: 660px;
    background-color: #fff;
    padding: 85px 80px 100px;
    box-sizing:border-box;
    position: fixed;
    top: 25%;
    left: 50%;
    margin-left: -330px;
    z-index: 101;
    display: none;
  }
  .pro-tipbox i{
    display: block;
    position: absolute;
    right: -35px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    top: 0;
    background: url(ico_116.png) center/24px no-repeat;
  }
  .pro-tipbox h2{
    font-size: 22px;
    line-height: 35px;
    color: #333;
    font-family: '微軟正黑體';
    margin-bottom: 20px;
    font-weight: bold;
  }
  .pro-tipbox .fa{
    font-size: 16px;
    line-height: 28px;
    color: #666;
  }



@media (max-width:1500px){
  .pc-header .right .nav ul li{margin-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{margin-right: 3%}
  .footer .warp .cent{
    width: 40%;
    margin-left: -22%;
  }
  .pc-header .logo{width: 110px;}
  /*.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{margin-right: 3%;}
  .pc-header .right{width: 86%;}
  .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 15% 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(serch1.png) center/30px no-repeat;
  }
  header .right .login{
    width: 30px;
    height: 30px;
    margin:20px 30px 0 0;
    background: url(v2/icon-login1.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: #8b8b8b;
    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: 85px;
    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(nav-jia.png) 98% center/20px no-repeat;
  }
  header .nav ul li.cur .tit{color: #8c3861}

  header .nav ul li.on .tit{
    background: url(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 40px;}
  .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;}
  .footer .lines p{
    width:auto;
    margin-right: 20px;
    float: left;
    padding-bottom: 10px;
  }
  .footer .lines p:hover a{border-bottom: 0;}
   .footer .lines p a{ padding: 0 3px 0px;}
 
}

@media (max-width:767px){
  .footer .lines{font-size: 14px;}
  .footer .lines p{padding-bottom: 5px;margin-right: 15px;}
  header{padding: 5px 4%}
  header .logo{width:170px;}
  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(serch1.png) center/19px no-repeat;
  }
  header .right .login{
    margin: 8px 25px 0 0;
    background: url(v2/icon-login1.png) center/19px no-repeat;
  }
  header .right .lines{
    width: 31px;
    height: 30px;
    margin-top: 12px;
  }
  header .nav{top: 56px;border-top: 1px solid rgba(0,0,0,0.1)}
  .hserch .img{top: 45px;}
  .hserch i{
    background: url(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(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(nav-jia.png) 98% center/15px no-repeat;
  }
  header .nav ul li.on .tit{
    background: url(nav-jian.png) 98% center/15px no-repeat;
  }
  header .nav ul li .box a{
    font-size: 14px;
    line-height: 24px;
  }
  .footer{padding: 50px 0 25px;}
  .footer .warp .left{display: none;}
  .footer .warp{margin: 0 auto 30px;}
  .footer .warp .cent{
    width: 100%;
    left: 0;
    margin-left: 0;
    padding-bottom: 10px;
    border:0;
    position: relative;
    float: none;
  }
  .footer .warp .right{
    width: 100%;
    float: none;
  }
  .footer .fot{width: 92%;margin: 0 auto;}
  .footer .warp .cent img{display: none;}
  .footer .warp .cent .fa:before{height: 35px;}
  .footer .warp .cent .fa,.footer .warp .cent .tel{
    display: none;
  }
  .footer .warp .cent .math{
    font-size:24px;
  }
  .footer .warp .right .tit{margin-bottom: 20px;font-size: 16px;}
  .footer .warp .right .fa{    margin: 10px 0 30px;}
  .footer .warp{padding-bottom: 30px;}
  .fy .tt{
      line-height: 24px;
      width: 24px;
      margin: 0 3px;
  }
  .fy .prve, .fy .next{
    width: 50px;
    height: 28px;
    border: 0;
    line-height: 28px;
    margin-top: -2px;
    font-size: 12px;
  }
  .fyy .prve{margin-right: 20px;font-size: 14px}
  .fyy .next{margin-left: 20px;font-size: 14px}
  .fyy .tt{
    font-size: 14px;
    margin: 0 3px;
  }
  .tip-page{width: 67px;}
  .tip-page ul li{
    width: 65px;
    height: 60px;
  }
  .contact-box{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding: 5% 5% 7%;
    margin: 0 auto;
    box-sizing:border-box;
  }
  .contact-box .tit .ch{font-size: 16px}
  .contact-box .tit{
    padding: 7px 0 5px 45px;
    background: url(bg_icon01.png) left center/35px no-repeat;
  }
  .contact-box .txt{
    padding: 15px 0 15px 43px;
  }
  .contact-box .tips .wx-btn{
    background: url(bg_icon02.png) left center/35px no-repeat;
    width: 48px;
    height: 48px;
    margin-right:0px;
  }
  .contact-box .tips .wx-img{
    display: block;
    position: relative;
    left: 50%;
    margin-left: -60px; 
    top: 0;
    background: #fff;
  }
  .pro-tipbox{
    padding: 70px 30px 90px;
    width: 92%;
    margin-left: -46%;
  }
  .pro-tipbox h2{
    font-size: 18px;
    margin-bottom: 15px;
  }
  .pro-tipbox .fa{
    font-size: 14px;
    line-height: 24px;
  }
}

.header-bg{
  display: none;
}
@media(min-width:1025px){
  .header-bg{
    display: block;
    width: 100%;
    background: #000;
  }
}