

/*#  */
input.inptet::-webkit-input-placeholder, textarea::-webkit-input-placeholder { 
	color: #fff; 
} 
input.inptet:-moz-placeholder, textarea:-moz-placeholder { 
	color: #fff; 
} 

.forie{
  width: 100%;
  height: 100%;
  background: url(./images/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: #B97E37;}
.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: #B97E37;
  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(./images/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(./images/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(./images/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(./images/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: 100%;
  box-sizing: border-box;
  padding: 10px 5%;
  margin: 0 auto;
  position: relative;
  position: fixed;
  top:10px;
  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: 162px;
  position: relative;
}
.pc-header .logo a,header .logo a{
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
header .logo a{
  line-height: 65px;
}
.pc-header .logo a{line-height: 61px;}
.pc-header .logo img{
  display: inline-block;
  width: 100%;
}
.pc-header .logo .img2{
  display: none;
  transition:all 0.4s;
  -webkit-transition:all 0.4s;
}
.pc-header.on .logo .img2,.pc-header.oon .logo .img2{display: inline-block;}
.pc-header.on .logo .img1,.pc-header.oon .logo .img1{display: none;}
.pc-header .right{
  width: calc(100% - 162px);
  width: -moz-calc(100% - 162px);
  width: -webkit-calc(100% - 162px);
  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: 130%;
  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: #C80207}
.pc-header .right .nav ul li i{
  height: 1px;
  width: 100%;
  background-color: #eee;
  content: '';
  display: none;
  position: absolute;
  left: -16px;
  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: 55px;
  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: #A40000;
  border:1px solid #A40000;
}
.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(./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%;
  }
  .hserch .box .sub{
    width: 50px;
    height: 50px;
    display: block;
    float: right;
    border:0;
    background:url(./images/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(./images/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{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: 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{padding-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 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: 100%;
	box-sizing: border-box;
    padding: 10px 4%;
    background-color: #fff;
    position: relative;
    z-index: 40;
    display: block;
  }
  header .logo{
    width:164px;
  }
  header .logo img{
    display: inline-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: 13px;
  }
  header .right .lines p{
    width:50px;
    height:4px;
    background-color: #A40000;
    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(./images/nav-jia.png) 98% center/20px no-repeat;
  }
  header .nav ul li.cur .tit{color: #A40000}

  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 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:128px;}
  header .logo a{line-height: 75px;}
  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: 28px;
  }
  header .nav{top: 85px;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;
  }
  .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(./images/bg_icon01.png) left center/35px no-repeat;
  }
  .contact-box .txt{
    padding: 15px 0 15px 43px;
  }
  .contact-box .tips .wx-btn{
    background: url(./images/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;
  }
}

@media (max-width: 480px){
	header, header.fixed {
		height: 60px;
	}
	header .nav{top: 60px;}
	header .logo a{line-height: 50px;}
	header .right .lines{margin-top: 15px;}
}

/*#企业文化*/
._container li{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
@media (min-width:1500px){
._container{height:20px;overflow:hidden;text-align:left;}
._container li{height:20px;line-height:20px;font-size:15px}
._container li a{height:20px;line-height:20px;font-size:15px; color:#666;}
._container li:first-child{margin-top:0;transition:margin-top .8s}

.notice_panel{height:60px;width:100%;min-width:1722px;border-bottom:1px #eeeeee solid; margin:0 auto;}
.notice_panel .notice{padding: 20px 4%;height:20px;overflow:hidden;}
.notice_panel .notice .swiper-notice{position: relative;height: 50px;width: 1722px;overflow: hidden; margin:0 auto;}
.notice_panel .notice .swiper-notice .swiper-slide{font-size: 14px;justify-content: flex-start;margin-left: 55px;}
.notice_panel .notice .swiper-notice .swiper-slide a{width: auto;margin: 0;display: inline-block;}
.notice .notice_title{width:46px;height:20px;line-height:20px;font-size:12px;color:#ffffff;text-indent:8px;float:left;background:url(../images/notice_bg.png) 0 0 no-repeat;}
.notice .notice_ul{width: 100%;margin-left:8px;float:left;height:20px;line-height:20px;font-size:14px;color:#999999;}
.notice .notice_ul span{margin-right:8px;}
.service_ul{ margin:0 auto 50px auto; padding:10px 5px 30px 5px; overflow:hidden;}
.service_ul ul li{width:23.5%; float:left; margin-top:30px; margin-right:1%\0;  -webkit-transition: all .5s ease; transition: all .5s ease; border:#e9eaed 1px solid; margin-left:1%;}
.service_ul ul li:hover{ box-shadow: 2px 2px 10px #ccc;-webkit-box-shadow: 2px 2px 10px #ccc;-moz-box-shadow: 2px 2px 10px #ccc;-moz-ms-shadow: 2px 2px 10px #ccc; -moz-o-shadow: 2px 2px 10px #ccc; -webkit-transform: translate3d(0,-10px,0);}
.service_ul ul li:nth-child(1):hover{border-top:2px solid #ffb93f;}
.service_ul ul li:nth-child(2):hover{border-top:2px solid #58e5ee;}
.service_ul ul li:nth-child(3):hover{border-top:2px solid #ff7a40;}
.service_ul ul li:nth-child(4):hover{border-top:2px solid #3fdab0;}
.service_ul ul li .item{text-align:center;padding:10% 17%;}
.service_ul ul li .co{width:180px; height:120px; margin-top:60px; display:block; background-repeat:no-repeat; -webkit-transition: all 1.5s ease; transition: all 1.5s ease;}
.service_ul ul li:hover .co{background-position:-180px 0px;}
.service_ul ul li h2{font-size:22px; color:#3a405b; margin:25px 0px;}
.service_ul ul li span{font-size:14px; color:#666; display:block; margin-bottom:20px;}

}

@media only screen and (min-width: 1300px) and (max-width: 1500px) {
._container{height:20px;overflow:hidden;text-align:left;}
._container li{height:20px;line-height:20px;font-size:15px}
._container li a{height:20px;line-height:20px;font-size:15px; color:#666;}
._container li:first-child{margin-top:0;transition:margin-top .8s}


.notice_panel{height:60px;width:100%;border-bottom:1px #eeeeee solid; margin:0 auto;}
.notice_panel .notice{padding: 20px 4%;height:20px;overflow:hidden;}
.notice_panel .notice .swiper-notice{position: relative;height: 50px;width: 1200px;overflow: hidden; margin:0 auto;}
.notice_panel .notice .swiper-notice .swiper-slide{font-size: 14px;justify-content: flex-start;margin-left: 55px;}
.notice_panel .notice .swiper-notice .swiper-slide a{width: auto;margin: 0;display: inline-block;}
.notice .notice_title{width:46px;height:20px;line-height:20px;font-size:12px;color:#ffffff;text-indent:8px;float:left;background:url(../images/notice_bg.png) 0 0 no-repeat;}
.notice .notice_ul{width: 100%;margin-left:8px;float:left;height:20px;line-height:20px;font-size:14px;color:#999999;}
.notice .notice_ul span{margin-right:8px;}
.service_ul{ margin:0 auto 50px auto; padding:10px 5px 30px 5px; overflow:hidden;}
.service_ul ul li{width:23.5%; float:left; margin-top:30px; margin-right:1%\0;  -webkit-transition: all .5s ease; transition: all .5s ease; border:#e9eaed 1px solid; margin-left:1%;}
.service_ul ul li:hover{ box-shadow: 2px 2px 10px #ccc;-webkit-box-shadow: 2px 2px 10px #ccc;-moz-box-shadow: 2px 2px 10px #ccc;-moz-ms-shadow: 2px 2px 10px #ccc; -moz-o-shadow: 2px 2px 10px #ccc; -webkit-transform: translate3d(0,-10px,0);}
.service_ul ul li:nth-child(1):hover{border-top:2px solid #ffb93f;}
.service_ul ul li:nth-child(2):hover{border-top:2px solid #58e5ee;}
.service_ul ul li:nth-child(3):hover{border-top:2px solid #ff7a40;}
.service_ul ul li:nth-child(4):hover{border-top:2px solid #3fdab0;}
.service_ul ul li .item{text-align:center;padding:10% 17%;}
.service_ul ul li .co{width:180px; height:120px; margin-top:60px; display:block; background-repeat:no-repeat; -webkit-transition: all 1.5s ease; transition: all 1.5s ease;}
.service_ul ul li:hover .co{background-position:-180px 0px;}
.service_ul ul li h2{font-size:22px; color:#3a405b; margin:25px 0px;}
.service_ul ul li span{font-size:14px; color:#666; display:block; margin-bottom:20px;}
}

@media (max-width:1300px){
.home_containera{width:90%;margin:0 auto;}
.home_containera .h_h1{text-align:center;font-size:30px;line-height:30px;color:#000000;padding-bottom:10px; margin:80px 0 0 0;}
.home_containera .h_h1.on{background:url(../images/s15.png) center bottom no-repeat;}
.home_containera .h_h1 span{font-family:Arial;font-size:30px;line-height:30px;color:#999999;text-transform:uppercase;}
.home_containera .h_h2{text-align:center;font-size:16px;line-height:30px;color:#666666;margin:10px 0 25px 0;overflow:hidden;}
.home_containera .h_h3{text-align:center; display: block; font-size: 30px;  color: #000;  margin:30px 0 0 0;}
.notice_panel{height:60px;width:100%;border-bottom:1px #eeeeee solid;}

._container{height:20px;overflow:hidden;text-align:left;}
._container li{height:20px;line-height:20px;font-size:14px}
._container li a{height:20px;line-height:20px;font-size:14px; color:#666;}
._container li:first-child{margin-top:0;transition:margin-top .8s}


.notice_panel .notice{padding: 20px 4%;height:20px;overflow:hidden;}
.notice_panel .notice .swiper-notice{position: relative;height: 20px;width: 100%;overflow: hidden;}
.notice_panel .notice .swiper-notice .swiper-slide{font-size: 14px;justify-content: flex-start;margin-left: 55px;}
.notice_panel .notice .swiper-notice .swiper-slide a{width: auto;margin: 0;display: inline-block;}
.notice .notice_title{width:46px;height:20px;line-height:20px;font-size:12px;color:#ffffff;text-indent:8px;float:left;background:url(../images/notice_bg.png) 0 0 no-repeat;}
.notice .notice_ul{width: 100%;margin-left:8px;float:left;height:20px;line-height:20px;font-size:14px;color:#999999;}
.notice .notice_ul span{margin-right:8px;}
.service_ul{ margin:0 auto 10px auto; padding:10px 5px 10px 5px; overflow:hidden;}
.service_ul ul li{width:98%; float:left; margin-top:20px; margin-right:1%\0;  -webkit-transition: all .5s ease; transition: all .5s ease; border:#e9eaed 1px solid; margin-left:1%;display:inline;line-height:24px;height:auto;word-break:break-all;word-wrap : break-word ;display:inline;line-height:24px;height:auto;word-break:break-all;word-wrap : break-word ;}
.service_ul ul li:hover{ box-shadow: 2px 2px 10px #ccc;-webkit-box-shadow: 2px 2px 10px #ccc;-moz-box-shadow: 2px 2px 10px #ccc;-moz-ms-shadow: 2px 2px 10px #ccc; -moz-o-shadow: 2px 2px 10px #ccc; -webkit-transform: translate3d(0,-10px,0);}
.service_ul ul li:nth-child(1):hover{border-top:2px solid #ffb93f;}
.service_ul ul li:nth-child(2):hover{border-top:2px solid #58e5ee;}
.service_ul ul li:nth-child(3):hover{border-top:2px solid #ff7a40;}
.service_ul ul li:nth-child(4):hover{border-top:2px solid #3fdab0;}
.service_ul ul li .item{text-align:center;padding:10% 17%;}
.service_ul ul li .co{width:180px; height:90px; margin-top:30px; display:block; background-repeat:no-repeat; -webkit-transition: all 1.5s ease; transition: all 1.5s ease; margin:0 auto;}
.service_ul ul li:hover .co{background-position:-180px 0px;}
.service_ul ul li h2{font-size:18px; color:#3a405b; margin:5px 0px;}
.service_ul ul li span{font-size:14px; color:#666; display:block; margin-bottom:10px;}
}














.home_container .h_h1{text-align:center;font-size:40px;line-height:30px;color:#000000;padding-bottom:10px; margin:80px 0 0 0;}
.home_container .h_h1.on{background:url(../images/s15.png) center bottom no-repeat;}
.home_container .h_h1 span{font-family:Arial;font-size:30px;line-height:30px;color:#999999;text-transform:uppercase;}
.home_container .h_h2{text-align:center;font-size:16px;line-height:30px;color:#666666;margin:10px 0 25px 0;overflow:hidden;}
.home_container .h_h3{text-align:center; display: block; font-size: 40px;  color: #000;  margin:50px 0 0 0;}

.fixed_top{ padding-top: 6px; }
/*page floor*/
.page_banner{ overflow: hidden;height: 400px!important; }
.page_banner img{ position: relative;  width: 100%;  vertical-align: middle; }
.page_submenu{ text-align: center; line-height: 60px; box-shadow: 0 3px 5px rgba(148,148,148,.1); }
.page_submenu a{ display: inline-block; *display: inline; *zoom:1; margin: 0 24px; }
.page_submenu a h2{font-size:16px;}
.page_submenu a.curr{ border-bottom: 1px solid #C80207; }

@media (min-width:1500px){
/*产品*/
.floor_list{ padding-top: 0px; margin: 0 5% 0 3%; padding-bottom:30px;}
.floor_list li{ width: 48%; margin: 0 0 3% 2%; float: left; }
.floor_list .img_style{ width:845px; height:100%}
.floor_list .h_h1{text-align:center;font-size:40px;line-height:30px;color:#000000;padding-bottom:10px; margin:80px 0 0 0;}
.floor_list .h_h1.on{background:url(../images/s15.png) center bottom no-repeat;}
.floor_list .h_h1 span{font-family:Arial;font-size:30px;line-height:30px;color:#999999;text-transform:uppercase;}
.floor_list .h_h2{text-align:center;font-size:16px;line-height:30px;color:#666666;margin:10px 0 25px 0;overflow:hidden;}
.floor_list .h_h3{text-align:center; display: block; font-size: 40px;  color: #000;  margin:50px 0 0 0;}

.floor_l_gray{ padding: 4%; background-color: #f6f6f6; height:50px;}
.f_l_left{ width: calc(93% - 93px); width: -webkit-calc(93% - 93px); color: #999; }
.f_l_left{ float: left; }
.f_l_left h2{ font-size: 20px; color: #333; }
.f_l_text{ overflow: hidden; text-overflow: ellipsis; display: block; height:20px;white-space: nowrap; }
.f_l_more{ width: 93px; text-align: center; float: right; margin-top: 13px; }
.f_l_more span{ 
	width: 100%; border: 1px solid #999; color: #999; line-height: 35px; font-size: 14px; border-radius: 3px; display: block; 
	-webkit-transition-duration:.2s;
	-moz-transition-duration:.2s;
	-o-transition-duration:.2s;
	transition-duration:.2s;
}}
@media only screen and (min-width: 1000px) and (max-width: 1500px) {
/*产品*/
.floor_list{ padding-top: 0px; margin: 0 5% 0 3%; padding-bottom:30px;}
.floor_list li{ width: 48%; margin: 0 0 3% 2%; float: left; }
.floor_list .img_style{ width:600px; height:420px;}
.floor_list .h_h1{text-align:center;font-size:40px;line-height:30px;color:#000000;padding-bottom:10px; margin:80px 0 0 0;}
.floor_list .h_h1.on{background:url(../images/s15.png) center bottom no-repeat;}
.floor_list .h_h1 span{font-family:Arial;font-size:30px;line-height:30px;color:#999999;text-transform:uppercase;}
.floor_list .h_h2{text-align:center;font-size:16px;line-height:30px;color:#666666;margin:10px 0 25px 0;overflow:hidden;}
.floor_list .h_h3{text-align:center; display: block; font-size: 40px;  color: #000;  margin:50px 0 0 0;}

.floor_l_gray{ padding: 4%; background-color: #f6f6f6; height:50px;}
.f_l_left{ width: calc(93% - 93px); width: -webkit-calc(93% - 93px); color: #999; }
.f_l_left{ float: left; }
.f_l_left h2{ font-size: 20px; color: #333; }
.f_l_text{ overflow: hidden; text-overflow: ellipsis; display: block; height:20px;white-space: nowrap; }
.f_l_more{ width: 93px; text-align: center; float: right; margin-top: 13px; }
.f_l_more span{ 
	width: 100%; border: 1px solid #999; color: #999; line-height: 35px; font-size: 14px; border-radius: 3px; display: block; 
	-webkit-transition-duration:.2s;
	-moz-transition-duration:.2s;
	-o-transition-duration:.2s;
	transition-duration:.2s;
}
}
@media (max-width:1300px){
	/*产品*/
.floor_list{ padding-top:0px; margin: 0 5% 0 3%; padding-bottom:30px;}
.floor_list li{ width: 98%; margin: 0 0 3% 2%; float: left; }
.floor_list .h_h1{text-align:center;font-size:30px;line-height:30px;color:#000000;padding-bottom:10px; margin:0px 0 0 0;}
.floor_list .h_h1.on{background:url(../images/s15.png) center bottom no-repeat;}
.floor_list .h_h1 span{font-family:Arial;font-size:30px;line-height:30px;color:#999999;text-transform:uppercase;}
.floor_list .h_h2{text-align:center;font-size:16px;line-height:30px;color:#666666;margin:10px 0 25px 0;overflow:hidden;}
.floor_list .h_h3{text-align:center; display: block; font-size: 30px;  color: #000;  margin:30px 0 0 0;}

.floor_l_gray{ padding: 4%; background-color: #f6f6f6; height:50px;}
.f_l_left{ width: calc(93% - 93px); width: -webkit-calc(93% - 93px); color: #999; }
.f_l_left{ float: left; }
.f_l_left h2{ font-size: 16px; color: #333; margin-bottom: 1px; }
.f_l_text{ overflow: hidden; text-overflow: ellipsis; display: block; height:20px;white-space: nowrap; }
.f_l_more{ width: 93px; text-align: center; float: right; margin-top: 13px; }
.f_l_more span{ 
	width: 100%; border: 1px solid #999; color: #999; line-height: 35px; font-size: 14px; border-radius: 3px; display: block; 
	-webkit-transition-duration:.2s;
	-moz-transition-duration:.2s;
	-o-transition-duration:.2s;
	transition-duration:.2s;
}

}
.news_con dl dt img,
.join_con dl dt img,
.s_i_left img,
.s_i_right img,
.b_group dt img,
.f_d_r_list img,
.floor_d_left img{ width: 100%; }
.img_style{ overflow: hidden; }
.img_style p{ overflow: hidden; }
.i_produt_con ul li:hover .i_p_img img,
.img_style:hover img{
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1);
}
.img_style.hws:hover img{
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}
.life_list img,
.floor_list li img{ max-width: 100%; }
.page_submenu a.curr,
.page_submenu a:hover,
.header_pc.head_white .pc_menu li a:hover,
.header_pc.head_white .pc_menu li.curr a{ color: #C80207; }
.i_p_more,
.r_i_l_button button,
.brand_list li:after,
.img_style img,.img_style p img,
.banner_pagination .swiper-pagination-bullet{
	-webkit-transition-duration:.2s;
       -moz-transition-duration:.2s;
         -o-transition-duration:.2s;
            transition-duration:.2s;
}
.i_p_img img{
	-webkit-transition-duration:.5s;
       -moz-transition-duration:.5s;
         -o-transition-duration:.5s;
            transition-duration:.5s;
}
.header_pc{
	-moz-transition: background 0.5s ease-in,color 0.3s ease-out; 
	-webkit-transition: background 0.5s ease-in,color 0.3s ease-out; 
	-o-transition: background 0.5s ease-in,color 0.3s ease-out; 
	transition: background 0.5s ese-in,color 0.3s ease-out;
}


/*phone*/
.phone_menu{ float: right; margin: 7px 0 0 0; display: none; }
.p_m_button{ 
	width: 40px; 
	height: 40px; 
	background: url(../images/menu.png) no-repeat; 
	background-size: 100% 100%; 
	border: 0; 
	cursor: pointer;
}

.f_l_more span:hover{ background-color: #C80207; border-color: #C80207; color: #fff; }
.total_more_a{ text-align: center; padding: 15px 0 75px; }
.total_more_a a{ 
	line-height: 33px;
	padding: 0 15px;
	border: 1px solid #999;
	font-size: 14px;
	border-radius: 3px;
	display: inline-block; *display: inline; *zoom:1; 
}

/*了解我们*/

@media (max-width:1300px){
.home_container .h_h1{text-align:center;font-size:30px;line-height:30px;color:#000000;padding-bottom:10px; margin:50px 0 0 0;}
.clients_panel{height: 230px;width: 100%;background: url(../images/h_clients_bj.jpg) no-repeat center;overflow: hidden;position: relative;}
.clients_panel .home_container .h_h1,.clients_panel .home_container .h_h2{color: #000;}
.clients_panel .clients_container{height: 170px;width: 100%;margin-top: 0px;}
.clients_panel .clients_left{overflow: hidden;height: 170px;}
.clients_panel .clients_left .m-text{height: 170px;float: left;overflow: hidden;padding: 0 0px;text-align: center;color: #000;font-size: 16px; width:32.33%;}
.clients_panel .clients_left .m-text .text{height: 160px;padding: 0 8px;text-align: center;color: #000;font-size: 6px;}
.clients_panel .clients_left .m-text .number{width: 100%;height: 120px;line-height: 120px;position: relative;}
.clients_panel .clients_left .m-text .number .num_ico{font-size: 16px;font-weight: bold;color: #000;position: absolute;top: 0;right: 35px;height: 10px;width: 10px;line-height: 35px;}
.clients_panel .clients_left .m-text .number .num1,.clients_panel .clients_left .m-text .number .num2,.clients_panel .clients_left .m-text .number .num3{width:12px;height:90px;margin-right:0px;margin-top: 10px;display: inline-block; font-size:28px; font-family:微软雅黑;}
.clients_panel .clients_right{height: 160px;width: 98%; margin-top:30px;}
.clients_panel .clients_right .swiper-clients{width: 100%;height: 100%;overflow: hidden;}
.clients_panel .clients_right .swiper-slide{background:url(../images/h_clients_txtbj.png) no-repeat center bottom;position: relative;}
.clients_panel .clients_right .swiper-slide .g-img{position: absolute;border-radius: 50%;width: 50px;height: 50px;top: 0;left: 20px;border: 3px solid #ffffff;overflow: hidden;}
.clients_panel .clients_right .swiper-slide .g-text{padding: 30px 30px 0 20px;height: 130px;color: #000;line-height: 24px;text-align: left;font-size: 14px;}
.clients_panel .clients_right .swiper-slide .g-text .tt{font-size: 16px;text-indent: 70px;margin-bottom: 15px;}
.clients_panel .clients_right .swiper-slide .g-text .text{height: 48px;overflow: hidden;}
}
@media (min-width:1300px){
.home_container .h_h1{text-align:center;font-size:40px;line-height:50px;color:#000000;padding-bottom:20px; margin:68px 0 0 0;}
.clients_panel{height: 520px;width: 100%;background: url(../images/h_clients_bj.jpg) no-repeat center;overflow: hidden;position: relative;}
.clients_panel .home_container .h_h1,.clients_panel .home_container .h_h2{color: #000;}
.clients_panel .home_container .h_h1 span{opacity: 0.6;color: #000;}
.clients_panel .clients_container{height: 160px;width: 1200px; overflow: hidden;margin-top: 80px; margin:0 auto; padding-top:60px;}
.clients_panel .clients_left{float: left;overflow: hidden;height: 160px;}
.clients_panel .clients_left .m-text{height: 160px;float: left;overflow: hidden;padding: 0 38px;text-align: center;color: #000;font-size: 16px;}
.clients_panel .clients_left .m-text .number{width: 100%;height: 120px;line-height: 120px;position: relative;}
.clients_panel .clients_left .m-text .number .num_ico{font-size: 16px;font-weight: bold;color: #000;position: absolute;top: 0;right: -15px;height: 50px;width: 20px;line-height: 35px;}
.clients_panel .clients_left .m-text .number .num1,.clients_panel .clients_left .m-text .number .num2,.clients_panel .clients_left .m-text .number .num3{width:52px;height:90px;margin-right:5px;margin-top: 10px;display: inline-block; font-size:86px; font-family:微软雅黑;}
.clients_panel .clients_right{height: 160px;width: 348px;float: right;position: relative; margin-top:30px;}
.clients_panel .clients_right .swiper-clients{width: 100%;height: 100%;overflow: hidden;}
.clients_panel .clients_right .swiper-slide{background:url(../images/h_clients_txtbj.png) no-repeat center bottom;position: relative;}
.clients_panel .clients_right .swiper-slide .g-img{position: absolute;border-radius: 50%;width: 50px;height: 50px;top: 0;left: 20px;border: 3px solid #ffffff;overflow: hidden;}
.clients_panel .clients_right .swiper-slide .g-text{padding: 30px 30px 0 20px;height: 130px;color: #000;line-height: 24px;text-align: left;font-size: 14px;}
.clients_panel .clients_right .swiper-slide .g-text .tt{font-size: 16px;text-indent: 70px;margin-bottom: 15px;}
.clients_panel .clients_right .swiper-slide .g-text .text{height: 48px;overflow: hidden;}

}

@media (min-width:1500px){
/*底部开始*/
.footer{background-color: #313243;position: relative;z-index: 2;}
.footer_top{height: 108px;background-color: #2c2d3f;}
.inner{width: 1722px;margin: 0 auto;overflow: hidden;}
.footer_top li{float: left;width: 20%;height: 108px;line-height: 108px;}
.txt_l{text-align: left;}
.txt_c{text-align: center;}
.txt_r{text-align: right;}
.footer_top li .footer_icon{margin: 20px 22px 0 0;}
.footer_icon{display: inline-block;width: 60px;height: 66px;background: url(../images/footer_top.png) no-repeat;vertical-align: top;}
.footer_icon.fir{background-position: 0 -3px;}
.footer_top li span{color: #ffffff;font-size: 16px;}
.footer_icon.sec{background-position: 0 -103px;}
.footer_icon.thir{background-position: 0 -203px;}
.footer_icon.thir1{background-position: 0 -303px;}
.footer_icon.thir2{background-position: 0 -403px;}
.footer_mid{padding: 38px 0;border-bottom: 1px solid #3b3d4c;border-top: 1px solid #3b3d4c;}
.footer_nav{width: 1722px;float: left;}
.footer_nav ul{float: left;margin-left: -60px;padding-left: 64px;width: 265px;height: 224px;border-left: 1px solid #3b3d4c;}
.footer_nav .footer_nav_special{width: 300px;}
.footer_nav li h4{height: 30px;line-height: 30px;font-size: 18px;color: #fff;padding-bottom: 5px;}
.footer_nav li a, .footer_nav li span{line-height: 32px;font-size: 14px;color: #89898b;}
.footer_nav li a:hover{color: #fff;}

.footer_nav li span{display: block;width: 118px;text-align: center;margin-right: 15px;}
.footer_nav li>p{display: inline-block;}
.footer_nav li img{margin: 15px 15px 20px 0;}
.footer_bot{padding: 12px 0;overflow: hidden;text-align: center;background-color: #313243;}
.footer_bot p, .footer_bot a{height: 28px;line-height: 28px;font-size: 14px;color: #89898b!important;}
.footer_bot p>em{margin: 0 10px;}
.h-link{background:#ffffff url(../images/h_link_bj.png) center top no-repeat;width: 1722px;height: 60px; margin:0 auto;}
.h-link .link_text{padding-top: 16px;}
.h-link .link_text .g-tt{width: 120px;float: left;font-size: 14px;color: #666666;}
.h-link .link_text .g-text{float: left;width: 1080px;overflow: hidden;}
.h-link .link_text .g-text a{color: #666666;margin-right: 10px;display: inline-block; font-size:14px;}
}
@media only screen and (min-width: 1330px) and (max-width: 1500px) {

/*底部开始*/
.footer{background-color: #313243;position: relative;z-index: 2;}
.footer_top{height: 108px;background-color: #2c2d3f;}
.inner{width: 1200px;margin: 0 auto;overflow: hidden;}
.footer_top li{float: left;width: 20%;height: 108px;line-height: 108px;}
.txt_l{text-align: left;}
.txt_c{text-align: center;}
.txt_r{text-align: right;}
.footer_top li .footer_icon{margin: 20px 22px 0 0;}
.footer_icon{display: inline-block;width: 60px;height: 66px;background: url(../images/footer_top.png) no-repeat;vertical-align: top;}
.footer_icon.fir{background-position: 0 -3px;}
.footer_top li span{color: #ffffff;font-size: 16px;}
.footer_icon.sec{background-position: 0 -103px;}
.footer_icon.thir{background-position: 0 -203px;}
.footer_icon.thir1{background-position: 0 -303px;}
.footer_icon.thir2{background-position: 0 -403px;}
.footer_mid{padding: 38px 0;border-bottom: 1px solid #3b3d4c;border-top: 1px solid #3b3d4c;}
.footer_nav{width: 1500px;float: left;}
.footer_nav ul{float: left;margin-left: -24px;padding-left: 24px;width: 185px;height: 224px;border-left: 1px solid #3b3d4c;}
.footer_nav .footer_nav_special{width: 280px;}
.footer_nav li h4{height: 30px;line-height: 30px;font-size: 18px;color: #fff;padding-bottom: 5px;}
.footer_nav li a, .footer_nav li span{line-height: 32px;font-size: 14px;color: #89898b;}
.footer_nav li a:hover{color: #fff;}

.footer_nav li>p{display: inline-block;}
.footer_nav li span{display: block;width: 118px;text-align: center;margin-right: 15px;}
.footer_nav li img{margin: 15px 15px 20px 0;}
.footer_bot{padding: 12px 0;overflow: hidden;text-align: center;background-color: #313243;}
.footer_bot p, .footer_bot a{height: 28px;line-height: 28px;font-size: 14px;color: #89898b!important;}
.footer_bot p>em{margin: 0 10px;}
.h-link{background:#ffffff url(../images/h_link_bj.png) center top no-repeat;width: 1200px;height: 60px; margin:0 auto;}
.h-link .link_text{padding-top: 16px;}
.h-link .link_text .g-tt{width: 120px;float: left;font-size: 14px;color: #666666;}
.h-link .link_text .g-text{float: left;width: 1080px;overflow: hidden;}
.h-link .link_text .g-text a{color: #666666;margin-right: 10px;display: inline-block; font-size:14px;}
}

@media only screen and (min-width: 800px) and (max-width: 1329px) {
/*底部开始*/
.footer{background-color: #313243;position: relative;z-index: 2;}
.footer_top{height: 108px;background-color: #2c2d3f;}
.inner{width: 1200px;margin: 0 auto;overflow: hidden;}
.footer_top li{float: left;width: 20%;height: 108px;line-height: 108px;}
.txt_l{text-align: left;}
.txt_c{text-align: center;}
.txt_r{text-align: right;}
.footer_top li .footer_icon{margin: 20px 22px 0 0;}
.footer_icon{display: inline-block;width: 60px;height: 66px;background: url(../images/footer_top.png) no-repeat;vertical-align: top;}
.footer_icon.fir{background-position: 0 -3px;}
.footer_top li span{color: #ffffff;font-size: 16px;}
.footer_icon.sec{background-position: 0 -103px;}
.footer_icon.thir{background-position: 0 -203px;}
.footer_icon.thir1{background-position: 0 -303px;}
.footer_icon.thir2{background-position: 0 -403px;}
.footer_mid{padding: 38px 0;border-bottom: 1px solid #3b3d4c;border-top: 1px solid #3b3d4c;}
.footer_nav{width: 1500px;float: left;}
.footer_nav ul{float: left;margin-left: -24px;padding-left: 24px;width: 185px;height: 224px;border-left: 1px solid #3b3d4c;}
.footer_nav .footer_nav_special{width: 280px;}
.footer_nav li h4{height: 30px;line-height: 30px;font-size: 18px;color: #fff;padding-bottom: 5px;}
.footer_nav li a, .footer_nav li span{line-height: 32px;font-size: 14px;color: #89898b;}
.footer_nav li a:hover{color: #fff;}

.footer_nav li>p{display: inline-block;}
.footer_nav li span{display: block;width: 118px;text-align: center;margin-right: 15px;}
.footer_nav li img{margin: 15px 15px 20px 0;}
.footer_bot{padding: 12px 0;overflow: hidden;text-align: center;background-color: #313243;}
.footer_bot p, .footer_bot a{height: 28px;line-height: 28px;font-size: 14px;color: #89898b!important;}
.footer_bot p>em{margin: 0 10px;}
.h-link{background:#ffffff url(../images/h_link_bj.png) center top no-repeat;width: 1200px;height: 60px; margin:0 auto;}
.h-link .link_text{padding-top: 16px;}
.h-link .link_text .g-tt{width: 120px;float: left;font-size: 14px;color: #666666;}
.h-link .link_text .g-text{float: left;width: 1080px;overflow: hidden;}
.h-link .link_text .g-text a{color: #666666;margin-right: 10px;display: inline-block; font-size:14px;}

}



@media (max-width:799px){
	/*底部开始*/
.footer{background-color: #313243;position: relative;z-index: 2;padding: 30px 0 20px;}
.footer_top{height: 108px;background-color: #2c2d3f;}
.inner{width: 100%;margin: 0 auto;overflow: hidden;}
.footer_top li{float: left;width: 20%;height: 108px;line-height: 108px;}
.txt_l{text-align: left;}
.txt_c{text-align: center;}
.txt_r{text-align: right;}
.footer_top li .footer_icon{margin: 20px 22px 0 0;}
.footer_icon{display: inline-block;width: 60px;height: 66px;background: url(../images/footer_top.png) no-repeat;vertical-align: top;}
.footer_icon.fir{background-position: 0 -3px;}
.footer_top li span{color: #ffffff;font-size: 16px;}
.footer_icon.sec{background-position: 0 -103px;}
.footer_icon.thir{background-position: 0 -203px;}
.footer_icon.thir1{background-position: 0 -303px;}
.footer_icon.thir2{background-position: 0 -403px;}
.footer_mid{padding: 0;border-bottom: 1px solid #3b3d4c;border-top: 1px solid #3b3d4c;}
.footer_nav{width: 100%;float: left;}
.footer_nav ul{float: left;margin:0;padding: 15px 0;width: 33.33%;height: 180px;  box-sizing: border-box; text-align: center; border-left: 1px solid #3b3d4c;}
.footer_nav ul:nth-child(4),
.footer_nav ul:nth-child(5){width: 50%;border-bottom: 1px solid #3b3d4c;}

.footer_nav .footer_nav_special{width: 100%;height: 170px;}
.footer_nav li h4{height: 30px;line-height: 30px;font-size: 18px;color: #fff;padding-bottom: 5px;}
.footer_nav li a, .footer_nav li span{line-height: 20px;font-size: 14px;color: #89898b;}
.footer_nav li a:hover{color: #fff;}

.footer_nav .footer_nav_special h4{display: none;}
.footer_nav li>p{display: block;width: 50%;text-align: center;float: left;}
.footer_nav li>p:last-child{float: right;}
.footer_nav li span{display: block;text-align: center;margin-top: 10px;}
.footer_nav li img{margin: 0; width:120px;}
.footer_bot{padding: 12px 0;overflow: hidden;text-align: center;background-color: #313243; height:40px;}
.footer_bot p, .footer_bot a{height: 28px;line-height: 28px;font-size: 14px;color: #89898b!important;}
.footer_bot p>em{margin: 0 10px;}
.h-link{background:#ffffff url(../images/h_link_bj.png) center top no-repeat;width: 92%;height: 80px;margin: 0 auto;}
.h-link .link_text{padding-top: 10px;}
.h-link .link_text .g-tt{width: 120px;float: left;font-size: 14px;color: #666666;}
.h-link .link_text .g-text{float: left;width: 1080px;overflow: hidden;}
.h-link .link_text .g-text a{color: #666666;margin-bottom: 5px;margin-right: 10px;display: inline-block;}

}
@media (max-width:500px){
.footer_nav li h4{font-size: 14px;}
.footer_nav li a, .footer_nav li span{font-size: 12px;}
	
}