@charset "utf-8";
/* CSS Document */
/* header */
.header {
  height: 25px;
  line-height: 25px;
  padding: 10px 0;
  background: #f0f0f0;
}
.header .logo {
  padding-left: 22px;
  background: url(../images/address.png) no-repeat left center;
}
.header .logo a {
  color: #666;
}
.header .contact-box {
  margin-top: 2.5px;
  border-right: #cfcfcf 1px solid;
}
.header .contact-box a {
  float: left;
  height: 20px;
  line-height: 20px;
  padding: 0 15px;
  border-left: #cfcfcf 1px solid;
  color: #666;
}
.header .search_box {
  height: 20px;
  width: 170px;
  background: #d2d2d2;
  border-radius: 50px;
  padding: 2.5px 10px;
  margin-left: 35px;
}
.header .search_box .search-text {
  width: 150px;
  height: 20px;
  text-indent: 5px;
  background: none;
}
.header .search_box .search-icon {
  margin-top: -2.5px;
  cursor: pointer;
}
/* header end */
/* nav */
.nav {
  height: 70px;
  line-height: 70px;
  color: #fff;
  background: url(../images/nav_bg.jpg) no-repeat center;
}
.nav a.fl {

  font-size: 24px;
  color: #fff;
  padding-top: 5px;


  /*padding-left: 64px;
  font-size: 24px;
  color: #fff;*/
  /*background: url(../images/fous.png) no-repeat left center;*/
}
.nav ul {
  height: 22px;
  margin-top: 24px;
}
.nav ul li {
  float: left;
}
.nav ul li a {
  line-height: 22px;
  font-size: 18px;
  color: #fff;
  display: block;
  padding: 0 30px;
  border-right: rgba(255, 255, 255, 0.6) 1px solid;
}
.nav ul li a:hover {
  opacity: 0.8;
}
.nav ul li.last a {
  padding-right: 0;
  border: 0;
}
/* nav end */
/* footer */
.footer {
  background: url(../images/footer.png) no-repeat center bottom;
  height: 152px;
  padding-top: 30px;
  color: #fff;
  font-size: 16px;
  line-height: 35px;
}
.footer .support {
  color: #ffcccc;
  font-size: 14px;
}
.footer a{
color:#ffffff;
}
.footer a:hover{
text-decoration:none;
color:#666666;
}
/* footer end */
/* top */
.top {
  position: fixed;
  bottom: 50px;
  right:50px;
  overflow: hidden;
  z-index: 220;
  border-top: #ff4229 2px solid;
}
.top .click-top {
  width: 46px;
  height: 70px;
  background: url(../images/top.png) no-repeat center 17px;
  text-indent: -9999px;
}
.top .click-top:hover {
  animation: gotop 0.5s infinite;
}
@keyframes gotop {
  0% {
    background: url(../images/top.png) no-repeat center 17px;
  }
  50% {
    background: url(../images/top.png) no-repeat center 5px;
  }
  100% {
    background: url(../images/top.png) no-repeat center 17px;
  }
}
/* top end */