﻿@charset "utf-8";

::-ms-selection {
  background-color: #1b6511;

  color: #fff;
}

::selection {
  background-color: #1b6511;

  color: #fff;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clearboth {
  clear: both;
}

.content-1 {
  width: 1180px;

  margin: 0 auto;

  position: relative;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.m {
  width: 1180px;

  margin: 0 auto;
}

.clear {
  clear: both;
}

/*top*/

.header-top {
  width: 100%;

  height: 35px;

  background: #f2f2f2;

  display: block;
}

.top-left {
  font: 12px/35px "microsoft yahei";

  color: #333;
}

.top-right {
  color: #333;
}

.top-right a {
  display: inline-block;

  font: 12px/35px "microsoft yahei";

  color: #666;

  padding-right: 5px;
}

.top-right i {
  display: inline-block;

  width: 14px;

  height: 14px;

  vertical-align: sub;

  padding-right: 5px;
}

.top-right a:hover {
  color: #1b6511;
}

/*header*/

.header {
  width: 1180px;

  margin: 0 auto;

  height: 150px;
}

.logo img {
  display: block;

  width: 234px;

  height: 66px;

  padding-top: 44px;
}

.logo-title {
  height: 60px;

  border-left: 1px solid #ccc;

  margin: 40px 0 0 24px;

  padding: 7px 25px;
}

.logo-title h4 {
  font: bold 20px/30px "microsoft yahei";

  color: #1b6511;
}

.logo-title p {
  font: 14px/24px "microsoft yahei";

  color: #333;

  letter-spacing: 2px;

  margin-top: 5px;
}

.logo-title p span {
  color: #1b6511;
}

.header-tel {
  width: 253px;

  margin-top: 50px;

  height: 70px;

  background: url(../images/header-tel.png) no-repeat left 0px;
}

.header-tel span {
  display: block;

  font: 16px/30px "microsoft yahei";

  color: #333;

  text-indent: 60px;
}

.header-tel h4 {
  font: bold 30px/30px arial;

  text-align: right;

  color: #1b6511;
}

.header-tel p {
  font: bold 25px/35px "microsoft yahei";

  color: #333;

  padding-left: 69px;
}

/*nav*/

.nav {
  width: 100%;

  height: 50px;

  background: #1b6511;
}

.nav .content-1 ul li {
  float: left;
}

.nav .content-1 ul li a {
  display: inline-block;

  font: 15px/50px "microsoft yahei";

  padding: 0 28px;

  transition: all 1s ease;

  -webkit-transition: all 1s ease;

  -moz-transition: all 1s ease;

  -ms-transition: all 1s ease;

  color: #fff;
}

.nav .content-1 ul li a:hover {
  color: #fff;

  background: #ef9e02;

  -webkit-animation: rot 0.5s 2 alternate;

  -moz-animation: rot 0.5s 2 alternate;

  -ms-animation: rot 0.5s 2 alternate;

  animation: rot 0.5s 2 alternate;

  -ms-transform: rotate(0deg) scale(1.1);
}

@keyframes rot {
  0% {
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    transform: rotate(2deg);
  }

  50% {
    -webkit-transform: rotate(-2deg) scale(1.01);
    -moz-transform: rotate(-2deg) scale(1.01);
    -ms-transform: rotate(-2deg) scale(1.01);
    transform: rotate(-2deg) scale(1.01);
  }

  100% {
    -webkit-transform: rotate(0deg) scale(1.1);
    -moz-transform: rotate(0deg) scale(1.1);
    -ms-transform: rotate(0deg) scale(1.1);
    transform: rotate(0deg) scale(1.1);
  }
}

.nav ul li.another a {
  background: #ef9e02;

  color: #fff;
}

.fixedNav {
  background: #1b6511;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 100000;
  _position: absolute;
  _top: expression(eval(document.documentElement.scrollTop));
}

/*footer*/

.footer {
  width: 100%;

  height: 300px;

  background: #1b6511;

  padding-top: 40px;
}

/*links*/

.links {
  width: 100%;

  height: 64px;

  background: url(../images/links.png) no-repeat center;
}

.links h4 {
  display: inline-block;

  padding: 0 10px 0 20px;

  font: bold 16px/64px "microsoft yahei";

  color: #fff;
}

.links a {
  display: inline-block;

  font: 14px/64px "microsoft yahei";

  color: #fff;

  padding-right: 10px;
}

.links a:hover {
  color: #ef9e02;
}

/*footer-box*/

.footer-box {
  padding-top: 30px;
}

.footer-nav {
  width: 220px;

  height: 190px;

  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-nav ul li {
  float: left;

  width: 110px;

  padding-top: 4px;
}

.footer-nav ul li a {
  display: inline-block;

  padding-top: 12px;

  font: 14px "microsoft yahei";

  color: #fff;
}

.footer-nav ul li a:hover {
  color: #ef9e02;
}

.footer-text {
  padding-top: 8px;

  color: #fff;

  line-height: 36px;

  padding-left: 20px;
}

.footer-text h2 {
  display: inline-block;

  font: 14px/30px "microsoft yahei";

  color: #fff;
}

.footer-text a {
  font: 14px/30px "microsoft yahei";

  color: #fff;
}

.footer-text a:hover {
  color: #ef9e02;
}

.footer-text img {
  display: inline-block;

  padding-left: 10px;

  vertical-align: sub;
}

.footer-right {
  width: 138px;

  height: 138px;
}

.footer-right img {
  display: inline-block;

  width: 138px;

  height: 138px;

  padding-top: 30px;
}
