@charset "UTF-8";

* {
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC",
    "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei",
    sans-serif;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden;
}

img {
  max-width: 100% !important;
}

a {
  text-decoration: none;
  color: #333;
}

ul,
ol {
  margin: 0;
  margin-bottom: 0;
  list-style: none;
}

#pages a,
#pages span {
  border: 1px solid #e5e5e5;
  overflow: hidden;
  padding: 5px 10px;
}

#pages {
  clear: both;
  margin: 20px 0;
}

#pages span {
  color: #fff;
  font-weight: bold;
  border: 1px solid #149a45;
  background-color: #149a45;
}

.form-control,
.input-text,
textarea {
  font-size: 14px;
  line-height: 1.42857143;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  color: #555;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  background-image: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

a,
a:hover,
a.text-white:hover,
.text-white a:hover {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-decoration: none;
}

a:hover,.bread-btn-active,.nav-active {
  color: #149a45 !important;
}

.trans {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.text-brand {
  color: #149a45;
}
.ie-alert {
  font-size: 20px;
  display: none;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  background: #35731e;
}

.word-break,
.footer-nav {
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*常用css样式*/
pre {
  font-family: "微软雅黑";
  font-size: 14px;
  line-height: 29px;
  margin: 0;
  padding: 0;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  color: #fff;
  border: none;
  background-color: transparent;
  overflow-y: hidden;
}

.form-control,
.input-text {
  font-size: 14px;
  line-height: 1.42857143;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  color: #555;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  background-image: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.font-bold {
  font-weight: bold;
}

.text-black {
  color: #323232;
}

.top {
  position: fixed;
  width: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: 999;
}

@media (min-width: 1440px) {
  .container {
    width: 1400px;
  }

  body {
    padding-top: 64px;
  }
}

.lan {
  margin-right: 0 !important;
  background-color: #149a45;
  padding: 0 15px;
}

.lan span {
  color: #fff;
}

.f-cb {
  padding-left: 15px;
}
.bread {
  padding: 15px 0;
  background-color: #e5e5e5;
  font-size: 16px;
}
.bread-nav a {
  padding: 0 15px;
  display: inline-block;
}
.margin-top-60 {
  margin-top: 60px;
}
.margin-top-30 {
  margin-top: 30px;
}
.page-info {
  font-size: 16px;
  line-height: 1.75em;
}
.product-container {
  position: relative;
  display: table;
  overflow: hidden;
  width: 100%;
  height: 260px;
  padding: 5px;
  text-align: center;
  border: 1px #ddd solid;
}

.product-container a {
  display: table-cell;
  width: 100%;
  height: 260px;
  vertical-align: middle;
}

.product-container a img {
  max-width: 100%;
  max-height: 260px;
  margin: 0 auto;
}
.product-name{
  border:1px solid #ddd;
  border-top:none;
  margin-bottom:30px;
  line-height: 40px;
  font-size: 16px;
}
.pro-brand{
  font-size: 32px;
  padding-bottom: 10px;
}
.pro-brand-line{
  height: 6px;
  width: 120px;
  background-color: #d2e95e;
  margin-bottom: 30px;
}
.show-pro-name{
  font-size: 22px;
}
.show-content{
  font-size: 16px;
  line-height: 1.75em;
}
.next{
  padding: 15px;
}
.news-item-img{
  height: 200px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.news-item-title{
  font-size: 22px;
}
.news-des{
  padding-top: 15px;
  font-size: 16px;
  line-height: 1.75em;
  margin-bottom: 30px;
}
.news-time-day{
  font-size: 32px;
}
.news-time-year{
  font-size: 18px;
}
.news-time{
  padding-top: 30px;
}
.news-item{
  margin-bottom: 30px;
  overflow: hidden;
}
.news-info{
  padding: 15px 0;
  color: #555;
}
.home-brand{
  font-size: 48px;
}
.home-brand-line{
  width: 120px;
  height: 8px;
  background-color: #d2e95e;
}
.sw-pro-title{
  font-size: 16px;
  line-height: 60px;
  background-color: #149a45;
}

.swiper-banner{
  position: relative;
}
.text-white{
  color: #fff;
}
.home-about{
  background-image: url(../../images/home-about.jpg);
  background-position: center right;
  background-repeat: no-repeat;
  padding: 50px 0;
  background-color: #149a45;
}
.home-about-des{
  font-size: 16px;
  line-height: 1.75em;
}
.home-about-btn{
  background-color: #d2e95e;
  padding: 15px 25px;
}
.text-brand2{
  color: #d2e95e;
}
.product-container {
  position: relative;
  display: table;
  overflow: hidden;
  width: 100%;
  height: 200px;
  padding: 5px;
  text-align: center;
  border: 1px #ddd solid;
}

.product-container a {
  display: table-cell;
  width: 100%;
  height: 200px;
  vertical-align: middle;
}

.product-container a img {
  max-width: 100%;
  max-height: 200px;
  margin: 0 auto;
}
.product-name{
  border:1px solid #ddd;
  border-top:none;
  line-height: 40px;
  margin-bottom: 30px;
}
.home-news-img{
  height: 220px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-news-title{
  font-size: 16px;
  padding: 8px 0;
}
.home-news-des{
  padding-top: 8px;
}
.footer{
  background: #149a45; 
  background: -moz-linear-gradient(top,  #149a45 7%, #d2e95e 100%); 
  background: -webkit-linear-gradient(top,  #149a45 7%,#d2e95e 100%); 
  background: linear-gradient(to bottom,  #149a45 7%,#d2e95e 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#149a45', endColorstr='#d2e95e',GradientType=0 ); 
  padding-top: 50px;
}
.footer-nav-brand{
  font-size: 22px;
}
.footer-nav-item{
  color: #fff;
  display: inline-block;
  margin: 8px;
  border: 1px solid #fff;
  background-color: #149a45;
  padding: 8px 15px;
  min-width: 20%;
  text-align: center;
}
.footer-nav-item:hover{
  background-color: #d2e95e;
  color: #fff !important;
}
.footer-contact{
  font-size: 16px;
  line-height: 1.75em;
  padding-top: 15px;
}
.copyright{
  padding: 15px 0;
}
.map #container{
	height:500px;
}
.info-title{
	background-color:#0089e1;
	color:#fff;
	padding:5px 10px;
}
.info-content{
	font-size:14px;
	line-height:1.5em;
	padding:5px 10px;
}
.nav .fl:hover .hide{
	display:block !important;
}
@media(max-width:768px){
	.logo{
		max-height:60px;
	}
	.sw-pro-title{
		line-height:1.75em;
	}
	.margin-top-60{
		margin-top:30px;
	}
	.home-about .col-sm-5{
		margin-top:60px;
	}
	.product-container,.product-container a{
		height:120px;
	}
	.product-container a img{
		max-height:120px;
	}
	.footer-nav-item{
		width:45%;
		margin:5px 2%;
	}
	.footer .col-sm-2 img{
		display:block;
		margin-left:auto;
		margin-right:auto;
		margin-bottom:15px;
	}
	.bread-nav{
		display:none;
	}
	body{
		padding-top:60px;
	}
	.page-info,.show-content{
		padding:0 15px;
	}
}