@charset "utf-8";
* {margin: 0;padding: 0;}
 
a{text-decoration: none;!important;font-family: "Microsoft YaHei";}
a:hover{text-decoration:none;!important;}
img{ border: none;display:block; max-width:100% }
 
.search{
  width:97px;
  height:110px;
  overflow:hidden;
  position: absolute;
  right:0;
}
.search .inputB{
  display:inline;
  float:right;
  width:97px;
  height:110px;
  background:url(../images/ss.jpg) no-repeat 0 0;
  border:none;
  cursor:pointer;
  }
.search .inputT{
  display:inline;
  float:right;
  width:155px;
  height:110px;
  background:none;
  border:none;
  position:absolute;
  top:0;
  right:97px;
  display:none;
  color:#fff;
  line-height:110px;
  text-align:left;
  padding-left: 15px;
  outline: none;
  font-family: "Microsoft YaHei";
  opacity: 0.7
  }
.search .inputT::-webkit-input-placeholder {color:#fff;}
.search .inputT::-moz-placeholder {color:#fff;}
.search .inputT:-moz-placeholder {color:#fff;}
.top-icon{
  width: 6.4%;
}
.top-icon li{
  float: left;
  padding-top: 43px;
  margin-right: 10%;
}
.mo-top{
  display: none;
}

/*xs菜单样式开始*/

.mobile-inner-nav a{
      -webkit-animation-duration: 0.8s;
      animation-duration: 0.8s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-animation-name: bounceInRight;
      animation-name: bounceInRight;
    }

      
    @-webkit-keyframes bounceInRight {
      from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
      }

      from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
      }

      60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
      }

      75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
      }

      90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
      }

      to {
        -webkit-transform: none;
        transform: none;
      }
    }

    @keyframes bounceInRight {
      from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
      }

      from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
      }

      60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
      }

      75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
      }

      90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
      }

      to {
        -webkit-transform: none;
        transform: none;
      }
    }
    .mobile{
  width: 100%;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  height: 50px;
}
.mobile-inner{
  
  margin-right: auto;
  margin-left: auto;
  background-color: #fafafa;
  position: relative;
}
.mobile-inner img{
  width: 100%;
  margin-bottom: 30px;
}
.mobile-inner p{
  color: #676767;
  line-height: 25px;
  font-size: 16px;
  padding-bottom: 30px;
  padding-right: 30px;
  padding-left: 30px;
  margin:0px;
}
.mobile-inner-header{
  background-color: rgba(0,0,0,0.5);
  width: 100%;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
}
.mobile-inner-header-icon{
  color: #ffffff;
  height: 50px;
  font-size:25px;
  text-align: center;
  float:right;
  width: 50px;
  position: relative;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
.mobile-inner-header-icon:hover{
  background-color: rgba(255,255,255,0.2);
  cursor: pointer;
}
.mobile-inner-header-icon span{
  position: absolute;
  left: calc((100% - 25px) / 2);
  top: calc((100% - 1px) / 2);
  width: 25px;
  height: 1px;
  background-color: rgba(255,255,255,1);
}
.mobile-inner-header-icon span:nth-child(1){
transform: translateY(4px) rotate(0deg);
  }
.mobile-inner-header-icon span:nth-child(2){
transform: translateY(-4px) rotate(0deg);
  }
  



  
.mobile-inner-header-icon-click span:nth-child(1){
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clickfirst;
  }   
.mobile-inner-header-icon-click span:nth-child(2){
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clicksecond;
  }
  


@keyframes clickfirst {
  0% {
    transform: translateY(4px) rotate(0deg);
    
  }

  100% {
    transform: translateY(0) rotate(45deg);
  }
} 



@keyframes clicksecond {
  0% {
    transform: translateY(-4px) rotate(0deg);
  }

  100% {
    transform: translateY(0) rotate(-45deg);
  }
} 

.mobile-inner-header-icon-out span:nth-child(1){
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outfirst;
  }   
.mobile-inner-header-icon-out span:nth-child(2){
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outsecond;
  }

@keyframes outfirst {
  0% {
    transform: translateY(0) rotate(-45deg);
  }

  100% {
    transform: translateY(-4px) rotate(0deg);
  }
} 



@keyframes outsecond {
  0% {
    transform: translateY(0) rotate(45deg);
  }

  100% {
    transform: translateY(4px) rotate(0deg);
  }
}

.mobile-inner-nav{
  background-color: rgba(0,0,0,0.9);
  width: 100%;
  position: absolute;
  top: 50px;
  left: 0px;
  padding-top: 30px;
  padding-bottom: 80px;
  display: none;
}
.mobile-inner-nav a{
  display: inline-block;
  line-height: 50px;
  text-decoration: none;
  width: 85%;
  margin-left: 5%;
  color: #FFFFFF;
  border-bottom: solid 1px rgba(255,255,255,0.3);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-weight:300;
}
.mobile-inner-nav a:hover{
  color: rgba(255,255,255,0.4);
  border-bottom: solid 1px rgba(255,255,255,0.2);
}
/*菜单结束*/

.footer{
  background: #333333;
  width: 100%;
  padding: 30px 0;
}
.f-xi{
  width: 86%;
  margin:0 auto;
}
.f-nav{
  border-bottom: 1px solid #484848;
  padding-bottom: 23px;
  margin-bottom: 23px;
}
.f-nav ul li{
  float: left;
  color: #fff;
  opacity: 0.5;
   font-size: 14px;
}
.f-nav ul li a{
  color: #fff;
  padding: 0 10px;

}
.link{ color: #fff;
  opacity: 0.5;}
  .link a{color: #fff;
  padding:0 10px;
}
.f-di{
	padding-bottom:20px;}
.f-di dl dd{
  background: #666666;
  float: left;
  margin-left:7px;
}
.f-di dl dd:hover{
  background: #df5d15;
}
.banquan{
  color: #c6c6c6;
   font-size: 14px;
   opacity: 0.5;
}

.ne-top{

}

a.jumpto {

  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  -ms-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  width:57px;
  height:29px;
  display: block;
  position: absolute;
  z-index: 100;
  left:50%;
  bottom:15%;
  margin:0 0 0 -28px;
  z-index:9999999;
  -webkit-animation: jumptoMap 1.5s linear infinite;
  animation: jumptoMap 1.5s linear infinite;
  -moz-animation: jumptoMap 1.5s linear infinite;
  -o-animation: jumptoMap 1.5s linear infinite;
  -ms-animation: jumptoMap 1.5s linear infinite;
  opacity: .8;
  -ms-filter: alpha(opacity=80);
  filter: alpha(opacity=80);
  -webkit-transition: opacity .8s linear;
  -moz-transition: opacity .8s linear;
  -o-transition: opacity .8s linear;
  transition: opacity .8s linear;
  cursor:pointer;
}
.ne-ti{
  text-align: center;
}
.ne-ti div{
  color: #333333;
  font-size: 30px;
  font-weight: bold;
}
.ne-ti p{
  text-transform: uppercase;
  color: #b2b2b2;
  font-size:16px;
  font-family: "Arial";
  margin:8px auto;
}
.ne-ti p span{
  background: #fff;
  padding: 0 10px;
}


.ab-slidebar{
	width: 100%;
	border-top: 1px solid #ebebeb;
	margin-top:111px;
	height: 50px;
	line-height: 50px;
	position: fixed;
	z-index: 9999;
	background: #fff;
}

.ab-slidebar p{
	color: #555;
	padding-left: 29%;
}
.ab-slidebar p a{
	color: #555;
	padding:0 2px;

}
.ab-slidebar p a:hover{
	color: #f47608;
}
.right-tel{
	position:fixed;
	top:35%; right:0; z-index:9999; display:none; background:#f47608;  padding:10px; border-radius:4px;}
.right-tel a{ color:#fff;}
 