body {
  color: #333333;
  min-width: 1200px;
}

a {
  color: #333333;
}

a:hover {
  color: #997135;
}

img {
  max-width: 100%;
  max-height: 100%;
}

.container {
  width: 1200px;
}

.header {
  background-color: #997135;
  height: 100px;
}

.header .logo {
  max-width: 500px;
  height: 100px;
  display: table;
}

.header .logo a {
  display: table-cell;
  vertical-align: middle;
}

.header .menu {
  margin-right: -25px;
}

.header .menu li.nli {
  width: 115px;
  line-height: 100px;
  font-size: 16px;
  text-align: center;
  float: left;
  position: relative;
}

.header .menu li.nli a {
  color: #ffffff;
}

.header .menu li.nli a:hover {
  color: #5b3700;
}

.header .menu li.nli.on a {
  color: #5b3700;
}

.header .menu li.nli .sub {
  display: none;
  width: 100%;
  padding: 10px 0;
  position: absolute;
  top: 100px;
  left: 0;
  z-index: 1003;
  background-color: rgba(153, 113, 53, 0.8);
}

.header .menu li.nli .sub li {
  line-height: 40px;
}

.header .menu li.nli .sub li a {
  color: #ffffff;
}

.header .menu li.nli .sub li a:hover {
  color: #5b3700;
}

.banner {
  height: 600px;
  overflow: hidden;
  position: relative;
  z-index: 1000;
}

.banner .hd {
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: 30px;
  left: 0;
  height: 25px;
  line-height: 25px;
  text-align: center;
}

.banner .hd li {
  cursor: pointer;
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 18px;
  height: 18px;
  margin: 5px;
  overflow: hidden;
  line-height: 9999px;
  background-color: #ffffff;
  border-radius: 50%;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.banner .hd .on {
  background-color: #997135;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.banner .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}

.banner .bd li {
  width: 100%;
  height: 600px;
  background-position: center center;
  background-repeat: no-repeat;
}

.banner .bd li a {
  display: block;
  width: 100%;
  height: 600px;
}

.index-title {
  text-align: center;
  padding: 40px 0;
}

.index-title b {
  display: block;
  margin: 0 auto;
  font-size: 30px;
  line-height: 50px;
  color: #997135;
}

.index-title span {
  display: block;
  margin: 0 auto;
  font-size: 16px;
  line-height: 35px;
}

.index-title span a {
  color: #666666;
  text-decoration: underline;
}

.index-title span a:hover {
  color: #997135;
}

.index-product {
  padding-top: 30px;
  padding-bottom: 80px;
}

.index-product .index-product-list ul {
  width: 1215px;
}

.index-product .index-product-list ul li {
  width: 390px;
  height: 260px;
  overflow: hidden;
  float: left;
  margin-right: 15px;
  position: relative;
}

.index-product .index-product-list ul li img {
  width: 390px;
  height: 260px;
}

.index-product .index-product-list ul li i {
  cursor: pointer;
  display: none;
  width: 64px;
  height: 64px;
  position: absolute;
  top: 50%;
  margin-top: -32px;
  left: 50%;
  margin-left: -32px;
  background: url(../images/bg4.png) center center no-repeat;
}

.index-product .index-product-list ul li:hover i {
  display: block;
}

.index-about {
  height: 600px;
  padding-top: 63px;
  background: url(../images/bg1.jpg) center center no-repeat;
}

.index-about .index-about-info {
  width: 350px;
}

.index-about .index-about-info h2 {
  font-size: 30px;
  line-height: 50px;
  padding: 10px 0;
  color: #997135;
}

.index-about .index-about-info h3 {
  font-size: 16px;
  line-height: 35px;
  padding: 10px 0;
}

.index-about .index-about-info h4 {
  padding-top: 40px;
}

.index-about .index-about-info h4 a {
  display: block;
  width: 240px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #997135;
  color: #997135;
}

.index-about .index-about-info h4 a:hover {
  background-color: #997135;
  color: #ffffff;
}

.index-about .index-about-img {
  width: 790px;
  height: 420px;
}

.index-about .index-about-img img {
  width: 100%;
  height: 100%;
}

.index-case {
  padding-top: 30px;
}

.index-case .index-case-list ul {
  width: 1215px;
}

.index-case .index-case-list ul li {
  width: 390px;
  height: 315px;
  overflow: hidden;
  float: left;
  margin-right: 15px;
  text-align: center;
  position: relative;
}

.index-case .index-case-list ul li i {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 260px;
  overflow: hidden;
}

.index-case .index-case-list ul li i img {
  width: 100%;
  height: 100%;
}

.index-case .index-case-list ul li span {
  display: block;
  margin: 0 auto;
  padding: 10px 5px;
  font-size: 16px;
  line-height: 35px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.index-case .index-case-list ul li em {
  cursor: pointer;
  display: none;
  width: 64px;
  height: 64px;
  position: absolute;
  top: 130px;
  margin-top: -32px;
  left: 50%;
  margin-left: -32px;
  background: url(../images/bg4.png) center center no-repeat;
}

.index-case .index-case-list ul li:hover em {
  display: block;
}

.index-news {
  padding-bottom: 80px;
  overflow: hidden;
}

.index-news .index-news-top {
  width: 600px;
  height: 400px;
  position: relative;
}

.index-news .index-news-top img {
  width: 100%;
  height: 100%;
}

.index-news .index-news-top span {
  display: block;
  width: 100%;
  height: 80px;
  line-height: 80px;
  font-size: 18px;
  text-decoration: underline;
  padding: 0 30px;
  background-color: rgba(255, 255, 255, 0.69);
  position: absolute;
  left: 0;
  bottom: 0;
}

.index-news .index-news-top span em {
  float: right;
  font-size: 14px;
  text-decoration: none;
  padding-left: 10px;
}

.index-news .index-news-list {
  width: 560px;
}

.index-news .index-news-list li {
  padding: 10px 0;
  height: 55px;
  font-size: 16px;
  line-height: 35px;
  border-bottom: 1px solid #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.index-news .index-news-list li span {
  float: right;
  padding-left: 10px;
}

.footer {
  background-color: #997135;
}

.footer * {
  color: #ffffff;
}

.footer .container {
  padding: 50px 0 30px;
  overflow: hidden;
}

.footer .container .footer-contact {
  width: 570px;
}

.footer .container .footer-contact h2 {
  padding-bottom: 50px;
}

.footer .container .footer-contact p {
  font-size: 16px;
  line-height: 40px;
}

.footer .container .footer-contact p a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.footer .container .footer-menu {
  width: 120px;
  padding-top: 40px;
}

.footer .container .footer-menu li {
  font-size: 16px;
  line-height: 40px;
}

.footer .container .footer-menu li a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.footer .container .footer-code {
  width: 300px;
  padding-top: 40px;
}

.footer .container .footer-code h3 {
  font-size: 16px;
  line-height: 40px;
}

.footer .container .footer-code ul {
  width: 320px;
  padding-top: 20px;
}

.footer .container .footer-code ul li {
  width: 140px;
  height: 140px;
  float: left;
  margin-right: 20px;
}

.footer .container .footer-code ul li img {
  width: 100%;
  height: 100%;
}

.footer .copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.69);
  font-size: 16px;
  line-height: 70px;
  text-align: center;
}

.footer .copyright a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.main-banner {
  width: 100%;
  height: 460px;
  background-position: center center;
  background-repeat: no-repeat;
}

.location {
  border-bottom: 1px solid #dddddd;
}

.location .container {
  padding-left: 25px;
  background: url(../images/bg2.png) left center no-repeat;
  font-size: 14px;
  line-height: 70px;
}

.main-title {
  text-align: center;
  font-size: 36px;
  line-height: 55px;
  padding: 70px 0 50px;
}

.main-content {
  padding-top: 20px;
  font-size: 14px;
  line-height: 2em;
  min-height: 500px;
  padding-bottom: 80px;
}

.main-product-list {
  padding-bottom: 80px;
  overflow: hidden;
}

.main-product-list ul {
  width: 1215px;
}

.main-product-list ul li {
  width: 390px;
  height: 260px;
  float: left;
  overflow: hidden;
  margin-right: 15px;
  margin-bottom: 15px;
  position: relative;
}

.main-product-list ul li img {
  width: 390px;
  height: 260px;
}

.main-product-list ul li i {
  cursor: pointer;
  display: none;
  width: 64px;
  height: 64px;
  position: absolute;
  top: 50%;
  margin-top: -32px;
  left: 50%;
  margin-left: -32px;
  background: url(../images/bg4.png) center center no-repeat;
}

.main-product-list ul li:hover i {
  display: block;
}

.main-case-list {
  padding-bottom: 80px;
  overflow: hidden;
}

.main-case-list ul {
  width: 1215px;
}

.main-case-list ul li {
  width: 390px;
  height: 315px;
  overflow: hidden;
  float: left;
  margin-right: 15px;
  text-align: center;
  margin-bottom: 15px;
  position: relative;
}

.main-case-list ul li i {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 260px;
  overflow: hidden;
}

.main-case-list ul li i img {
  width: 390px;
  height: 260px;
}

.main-case-list ul li span {
  display: block;
  margin: 0 auto;
  padding: 10px 5px;
  font-size: 16px;
  line-height: 35px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.main-case-list ul li em {
  cursor: pointer;
  display: none;
  width: 64px;
  height: 64px;
  position: absolute;
  top: 50%;
  margin-top: -32px;
  left: 50%;
  margin-left: -32px;
  background: url(../images/bg4.png) center center no-repeat;
}

.main-case-list ul li:hover em {
  display: block;
}

.main-news-list {
  padding-bottom: 80px;
  overflow: hidden;
}

.main-news-list li {
  width: 100%;
  height: 300px;
  padding: 30px 30px 30px 330px;
  position: relative;
  border: 1px solid #dddddd;
  margin-bottom: 40px;
}

.main-news-list li .i {
  width: 300px;
  height: 240px;
  overflow: hidden;
  position: absolute;
  top: 30px;
  left: 30px;
}

.main-news-list li .i img {
  width: 100%;
  height: 100%;
}

.main-news-list li .c {
  padding-left: 40px;
}

.main-news-list li .c h2 {
  font-size: 24px;
  line-height: 45px;
  padding: 10px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.main-news-list li .c h2 span {
  float: right;
  font-size: 16px;
  padding-left: 10px;
}

.main-news-list li .c h3 {
  font-size: 16px;
  line-height: 30px;
  overflow: hidden;
  color: #666666;
}

.main-news-list li .c h4 {
  font-size: 16px;
  line-height: 30px;
  padding-top: 15px;
}

.main-news-list li .c h4 a {
  padding-right: 40px;
  background: url(../images/bg3.png) right center no-repeat;
}

.main-news-list li:hover {
  background-color: #997135;
}

.main-news-list li:hover a:hover {
  text-decoration: underline;
}

.main-news-list li:hover * {
  color: #ffffff;
}

.main-news-list li:hover h3 {
  color: #ffffff;
}

.main-news-list li:hover h4 a {
  background: url(../images/bg3h.png) right center no-repeat;
}

.main-map {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
  height: 750px;
  font-size: 16px;
  overflow: hidden;
}

#picShow {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url(../images/blackbg.png) 0 0 repeat;
  left: 0;
  top: 0;
  z-index: 9999;
}

.pic_show_box {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.pic_show_box img {
  display: block;
  margin: 93px auto 0;
  border: 5px solid rgba(255, 255, 255, 0.2);
}

.pic_quit {
  position: absolute;
  background: url(../images/quit.png) 0 0 no-repeat;
  width: 64px;
  height: 64px;
  top: 0;
  right: 0;
  cursor: pointer;
}

.lbtn {
  display: block;
  position: absolute;
  background: url(../images/leftbtn1.png) 0 0 no-repeat;
  width: 53px;
  height: 53px;
  top: 287px;
  left: 65px;
}

.rbtn {
  display: block;
  position: absolute;
  background: url(../images/rightbtn1.png) 0 0 no-repeat;
  width: 53px;
  height: 53px;
  top: 287px;
  right: 65px;
}

.pic_show_box p {
  width: 593px;
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
  font: 18px/106px "microsoft yahei";
  color: #0c4201;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pic_show_box p a {
  color: #fff;
}

.con1-more {
  width: 1002px;
  height: 60px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  font: 700 14px/60px "microsoft yahei";
  color: #fff;
}

.con1-more a {
  color: #fff;
}

.content-title {
  text-align: center;
  font-size: 20px;
  line-height: 35px;
  text-align: center;
  padding: 15px 0;
}

.content-date {
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  color: #999999;
}

.content-content {
  padding: 20px 0;
  font-size: 14px;
  line-height: 2em;
}

.content-content img {
  max-width: 100%;
}

.content-other {
  border-top: 1px solid #666666;
  padding: 10px 0;
  overflow: hidden;
  margin-bottom: 30px;
}

.content-other li {
  width: 50%;
  float: left;
  font-size: 16px;
  line-height: 35px;
  height: 35px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 30px;
}

.content-other li:last-child {
  padding-left: 30px;
  padding-right: 0;
}

.text-center {
  text-align: center;
  width: 100%;
  overflow: hidden;
}

.center-null {
  text-align: center;
  font-size: 30px;
  line-height: 4em;
  color: #ff0000;
}

.pagination {
  display: block;
  padding-left: 0;
  margin: 20px 0 40px;
  border-radius: 4px;
  overflow: hidden;
  text-align: center;
}

.pagination > a,
.pagination > span {
  display: inline-block;
  position: relative;
  padding: 6px 12px;
  /* margin-left: -1px; */
  margin: 0 2px;
  line-height: 1.5;
  color: #777777;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

.pagination > a:first-child {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination > a:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > a:hover,
.pagination > span.current {
  z-index: 3;
  color: #ffffff;
  cursor: default;
  background-color: #997135;
  border-color: #997135;
  cursor: pointer;
}
/*# sourceMappingURL=utils.css.map */