@charset "utf-8";
/* CSS Document */
body, ul, li, p {
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-family: "微软雅黑";
}
a {
  text-decoration: none !important;
}
.clear {
  clear: both;
}
/* 内页css */
.n_bottom {
  background: #f3f3f1;
  line-height: 22px;
  text-align: center;
  color: #545454;
  font-size: 12px;
  padding: 8px 10px;
  margin-top: 50px;
}
.n_bottom a {
  color: #545454;
}
/* 内页导航 */
.navbar-default {
  background: 0;
  border: 0;
  height: 100px;
  margin-bottom: 0;
  z-index: 999;
}
.navbar-default .navbar-nav > li > a {
  color: #000;
}
.navbar-nav > li {
  margin: 30px 15px;
}
.navbar-nav > li.hover a, .navbar-nav > li a:hover {
  background: #d3282d !important;
  color: #fff !important;
}
@media screen and (max-width:1200px) {
  .navbar-nav > li {
    margin: 30px 10px;
  }
}
@media screen and (max-width:992px) {
  .navbar-nav > li {
    margin: 30px 4px;
  }
  .navbar-nav > li > a {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media screen and (max-width:768px) {
  .navbar-default {
    height: 80px;
  }
  .navbar-brand img {
    width: 100px;
  }
  .navbar-toggle {
    margin-top: 22px;
  }
  .navbar-nav > li {
    margin: 10px 30px;
  }
  .navbar-header {
    height: 80px;
  }
  .navbar-default .navbar-nav > li > a {
    color: #fff;
  }
  .navbar-nav > li.hover a {
    background: 0;
  }
  .navbar-collapse {
    background: #d3282d;
  }
}
.banner {
  height: 370px;
  background: url(../images/banner.jpg) no-repeat bottom/cover fixed;
  background-size: cover;
}
.banner span {
  display: block;
  font-size: 30px;
  color: #fff;
  margin-top: 100px;
  width: 150px;
  height: 150px;
  line-height: 150px;
  text-align: center;
  border-radius: 50%;
}
@media screen and (max-width:768px) {
  .banner {
    height: 200px;
  }
  .banner span {
    font-size: 20px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    margin-top: 60px;
  }
}
.submenu {
  text-align: center;
  margin-top: 50px;
}
.submenu ul {
  display: inline-block;
}
.submenu li {
  float: left;
  margin: 0 20px;
  margin-bottom: 10px;
}
.submenu li a {
  display: block;
  height: 36px;
  line-height: 36px;
  padding: 0 15px;
  border: 1px solid #ccc;
  color: #333;
}
.submenu li a:hover, .submenu li a.hover{
  background: #3e6c2b;
  border-color: #3e6c2b;
  color: #fff;
}
.submenu li a:focus{
  background: #198fdc;
  border-color: #198fdc;
  color: #fff;
}
.content {
  margin-top: 10px;
  line-height: 30px;
}
@media screen and (max-width:768px) {
  .submenu {
    margin-top: 20px;
  }
  .submenu li {
    margin: 8px;
  }
  .content {
    margin-top: 10px;
    line-height: 30px;
  }
}
/* list */
.list .row {
  margin: 40px 0;
}
.list .row img {
  padding: 0 15px;
}
.list-right {
	padding: 10px 10px;
  border: 1px solid #000000;
	border-radius: 10px;
	background-color:#f3f3f3;
}
.list-right:hover{
	background-color:#ffffff;
}
.list-right a {
  color: #1e1e1e;
  font-size: 16px;
  font-size: 18px;
}
.list-right span {
  color: #ababab;
  display: block;
  font-size: 12px;
  margin: 8px 0;
}
.list-right p {
  font-size: 12px;
  line-height: 1.8;
  margin: 0;
}
/* 分页*/
.pages {
  margin: 20px auto;
  font-size: 14px;
  text-align: center;
	
}
.pages a {
  display: inline-block;
  line-height: 28px;
  padding: 0 10px;
  border: 1px solid #d9d9d9;
  background-color: #ffffff;
  text-decoration: none;
  color: #666;
  font-family: Simsun;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  margin-right: 3px;
}

.pages a:hover {
  color: #fff !important;
  background-color: #3e6c2b;
  border-color: #fff;
  text-decoration: none;
}

.pages span {
  padding: 0 5px;
  line-height: 23px;
}




.case-list {
  margin-top: 20px;
}
.case-list img {
	border: 1px #000000 solid;
  margin-top: 5px;
  max-height: 160px;
  max-width: 334px;
  width: 100%;
}
.case-list img:hover {
  border: 1px #FF0004 solid;
}
.case-list span {
  display: block;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  text-align: center;
}
.case-list a {
  color: #1e1e1e;
}
.case-list a:hover {
  color: #3e6c2b;
}
.position {
  font-size: 14px;
  margin-top: 20px;
}
.position a {
  color: #3e6c2b;
}
.show {
  margin-top: 50px;
}
.show_top {
  text-align: center;
}
.show_top h1 {
  font-size: 30px;
  margin-top: 30px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ddd;
}
.show_top p {
  color: #999;
  font-size: 12px;
  margin-bottom: 10px;
}
.show_top p span {
  margin-right: 20px;
}
.prepage {
  margin: 50px 0 30px 0;
}
.prepage p {
  line-height: 30px;
  font-size: 13px;
}
.prepage a {
  color: #3e6c2b;
}
@media screen and (max-width:768px) {
  .show_top h1 {
    font-size: 22px;
  }
  .prepage {
    margin: 30px 0 20px 0;
  }
  .prepage p {
    line-height: 25px;
  }
  .show {
    margin-top: 30px;
  }
}
.pnei {
  background: url(../images/pnei.jpg) no-repeat top center;
  padding-top: 80px;
}
.photoshow {
  margin-top: 20px;
}
.photo_show_top {
  text-align: left;
}
.photo_show_top h1 {
  color: #4b8435;
}
.pagess {
  clear: both;
  margin: 20px;
  overflow: hidden;
  margin-left: 0px;
  text-align: center;
  font-size: 12px
}
.pagess ul li {
  display: inline-block;
  border: 1px solid #ccc;
  margin: 0 3px;
  line-height: 20px;
  background: #fff;
  color: #999
}
.pagess ul li:hover {
  background: #3e6c2b;
  color: #fff;
  border: 1px solid #3e6c2b
}
.pagess ul li:hover a {
  color: #fff;
}
.pagess ul li.thisclass {
  display: inline-block;
  border: 1px solid #3e6c2b;
  padding: 2px 9px;
  margin: 0 3px;
  background: #3e6c2b;
  color: #fff;
}
.pagess ul li.thisclass a {
  display: block;
  color: #fff;
  padding: 2px 9px;
}
.pagess ul li a {
  display: block;
  color: #999;
  padding: 2px 9px;
}
.pagess ul li a:hover {
  color: #fff;
}
.pagess ul li:last-child, .pagess ul li:first-child {
  padding: 2px 9px;
}
/*在线留言*/
#contact-area {
  /*padding: 110px 0 120px;*/
}
.content #contact-area {
  padding-top: 50px;
}
.contact-box {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 50px 50px 35px;
  background-color: #fff;
  border-radius: 6px;
}
.contact-box input {
  height: 50px;
  border: 1px solid #f7f6f5;
  font-size: 15px;
  background-color: #f7f6f5;
  font-weight: 500
}
.contact-box textarea {
  border: 1px solid #f7f6f5;
  padding-top: 10px;
  background-color: #f7f6f5;
  font-size: 15px;
  font-weight: 500
}
.contact-box button {
  background-color: #325eff;
  border: 0;
  color: #fff;
  padding: 10px 30px;
  border-radius: 4px;
  cursor: pointer;
  outline: 0;
  font-weight: 500;
  font-size: 15px
}
.contact-box button:hover {
  background-color: #0f39cf;
}
/*返回顶部按钮*/
/*.go-top {
  display: none;
  opacity: 0.6;
  z-index: 999999;
  position: fixed;
  bottom: 200px;
  right: 1.5%;
  margin-left: 40px;
  border: 1px solid #a38a54;
  width: 38px;
  height: 38px;
  background-color: #eddec2;
  border-radius: 3px;
  cursor: pointer;
}
.go-top:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.go-top .arrow {
  position: absolute;
  left: 10px;
  top: -1px;
  width: 0;
  height: 0;
  border: 9px solid transparent;
  border-bottom-color: #cc3333;
}
.go-top .stick {
  position: absolute;
  left: 15px;
  top: 15px;
  width: 8px;
  height: 14px;
  display: block;
  background-color: #cc3333;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}*/