@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  font-family: "Source Han Sans CN","Noto Sans S Chinese Light","Microsoft YaHei",Roboto, "PingFang SC","Microsoft JhengHei","Microsoft YaHei Light","Pingfang sc regular",Helvetica, Tahoma, sans-serif;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

a, a:hover, a:visited, a:checked {
  text-decoration: none;
}

a:hover {
  color: #87bb0a;
  -webkit-transition: color .4s ease;
  -moz-transition: color .4s ease;
  -o-transition: color .4s ease;
  transition: color .4s ease;
}

ul, ol {
  list-style: none;
  margin-bottom: 0;
  margin: 0;
}

.ie-alert {
  display: none;
  background: #9f1515;
  font-size: 20px;
  padding: 10px 0;
  text-align: center;
  color: #fff;
}
#scrollUp:hover {
    cursor: pointer;
    background: #f39700;
    color: #fff;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
#scrollUp {
    position: fixed;
    right: 0;
    bottom: 30px;
    background: #e5e5e5;
    text-align: center;
    padding: 10px 15px;
    font-size: 24px;
}
#pages{
	margin-bottom:15px;
	line-height:35px;
	clear:both;
}
#pages a, #pages span {
    border: 1px solid #e5e5e5;
    overflow: hidden;
    padding: 5px 10px;
}

#pages span {
    color: #fff;
    font-weight: bold;
    border: 1px solid #0045a2;
    background-color: #0045a2;
}
/*常用css样式*/
pre{
   white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    background-color: transparent;
    border: none;
    font-size: 14px;
    color: #000;
    font-family: "微软雅黑";
    margin: 0;
    padding: 0;
}
#product{
	background-image:url(../../images/home-bg.jpg);
	background-repeat: no-repeat;
    background-color: white;
    background-size: cover;
}
.product{
	background-color:rgba(255,255,255,.7);
}
.about{
  color: #000;
}
.form-control, .input-text {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .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, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  font-size: 14px;
  line-height: 1.42857143;
}
.font-bold {
  font-weight: bold;
}

.text-white {
  color: #fff !important;
}

.text-black {
  color: #323232;
}

.word-break {
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-zero {
  padding: 0;
}

#allmap img {
  max-width: inherit;
}

#allmap {
  width: 100%;
  height: 300px;
}

.text-blue {
  color: #299df6;
}

.font-bold {
  font-weight: bold;
}
/* 首页css */
.top{
  position: relative;
  z-index: 9999;
}
.header{
  background-color: #e5e5e5;
  line-height: 30px;
  color:#666;
}
.header a{
	color:#666;
}
/* .nav-active{
  color: #87bb0a !important;
} */
.title{
  line-height: 80px;
  width: 200px;
  margin: auto;
  background-image: url(../../images/title-bg.jpg);
  font-size: 24px;
}
.product .btn{
  margin-bottom:15px;
}
.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;
}


/*For IE7*/

*+html .product-container a {
    position: absolute;
    top: 50%;
    width: 100%;
    height: auto;
    text-align: center;
}

*+html .product-container a img {
    position: relative;
    top: -50%;
    left: -50%;
}


/*For IE6*/

*html .product-container a {
    position: absolute;
    top: 51%;
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
}

*html .product-container a img {
    position: relative;
    top: -50%;
    left: -50%;
    width: expression(this.width>200?"200px": "auto");
    height: expression(this.height>140?"140px": "auto");
}
.product-name{
  border:1px solid #ddd;
  border-top: none;
  margin-bottom: 20px;
  line-height: 40px;
}
@media(min-width:768px){
  /* .product-scroll{
    width: 25%;
    float: left;
    padding: 0 15px;
    overflow:hidden;
    height: 100px;
  } */
}
.product-scroll{
  overflow: hidden;
  width:100%;
}

.about-text pre{
	color:#fff;
}
#marquee1{
  height: 700px;
  overflow: hidden;
}
#marquee2{
  margin-top:20px;
}
.about{
  background-image: url(../../images/about.jpg);
  background-position: center center;
  background-size: cover;
  -webkit-background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding-bottom:20px;
}
.about-text{
  font-size: 16px;
  line-height: 32px;
}
#marquee2{
  overflow: hidden;
}
#marquee2 li{
  float: left;
  border: 1px solid #ddd;
  background-color: #fff;
  width: 220px;
  height: 150px;
  display: table-cell;
  vertical-align: middle;
}
.home-img-news{
  background-repeat: repeat;
  background-size: cover;
  height: 240px;
  position: relative;
}
.img-news-title{
  position: absolute;
  bottom:0;
  left: 0;
  width: 100%;
  background-color: rgba(135, 187, 10, .7);
  line-height: 36px;
  padding:0 10px;
}
.n-time{
  border-right: 1px solid #ccc;
  padding-right: 5px;
}
.line2{
  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.n-title{
  margin-top: 0;
}
.home-news-list{
  overflow: hidden;
  padding: 17px 0;
  border-bottom:1px dashed #ccc;
  margin-bottom: 15px;
}
.home-news-list:hover .n-title a,.home-news-list:hover .n-time,.home-news-list:hover .line2,.home-news-list:hover .word-break,.home-news-list:hover .read{
  color: #87bb0a;
  -webkit-transition: all .4s ease;
   -moz-transition: all .4s ease;
   -o-transition: all .4s ease;
   transition: all .4s ease;
}
.home-news-list:hover .n-time{
  border-right: 1px solid #87bb0a;
  -webkit-transition: all .4s ease;
   -moz-transition: all .4s ease;
   -o-transition: all .4s ease;
   transition: all .4s ease;
}
.home-news-list:hover {
  border-bottom: 1px dashed #87bb0a;
  -webkit-transition: all .4s ease;
   -moz-transition: all .4s ease;
   -o-transition: all .4s ease;
   transition: all .4s ease;
}
#marquee3{
  overflow: hidden;
}
#marquee3 li{
  border: 1px solid #ddd;
  background-color: #fff;
  width: 220px;
  height: 100px;
   display: table-cell;
        vertical-align: middle;
        text-align: center;
  overflow: hidden;
}
#marquee2 img{
	max-height:150px;
	display:block;
	margin:auto;
}
#marquee3 img{
	max-height:100px;
	/* display:block;
	margin:auto; */
}
.bootom-nav{
  background-color: #1fa88a;
  line-height: 40px;
  font-size: 16px;
  margin-top: 20px;
}
.text-green{
  color: #87bb0a;
}
.pro-en{
  font-family: "宋体";
  color: #a4a4a4;
  font-size: 18px;
}
.bootom-pro{
  line-height: 24px;
  overflow:hidden;
}
.border-right{
  border-right: 1px solid #a4a4a4;
  margin-top: 15px;
}
.bootom-contact{
  line-height: 24px;
  padding-left: 15px;
}
.copyright{
  background-color: #1fa88a;
  line-height: 32px;
}
.left-nav{
  line-height: 40px;
  font-size: 18px;
}
.left-active{
  line-height: 60px;
  font-size: 32px;
  background-color: #f5f5f5;
}
.left-nav li{
  border-bottom: 1px solid #e5e5e5;
}
.bread{
  line-height: 40px;
  background-color: #e5e5e5;
  color: #444;
  font-size: 18px;
  margin-bottom:30px;
}
.bread a{
  color: #444;
}
.bread-title{
  font-size: 24px;
}
.read{
  margin-bottom: 5px;
  color: #a4a4a4;
}
.show-img{
  max-width: 500px;
}
.show-new-des{
  background-color: #e5e5e5;
  border-left: 4px solid #a4a4a4;
  padding: 10px 15px;
  color: #363636;
}
.show-news-info{
  padding-top:20px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: .5px;
  border:1px solid #e5e5e5;
  padding:10px;
}
.partner{
	line-height:36px;
	font-size:16px;
}
.next{
	line-height:32px;
	font-size:16px;
	background:#e5e5e5;
	padding:10px 15px;
	margin-bottom:15px;
}
.company-img{
	width:100%;
}
@media(max-width:768px){
	body{
		padding-top:60px;
	}
	.bootom-pro{
		line-height:32px;
		font-size:16px;
	}
}
@media(min-width:768px){
	.float-left{
		float:left;
	}
	.float-right{
		float:right;
	}
}
.nav-bg{
	background-color:#1fa88a;
}
#logo{
	padding:15px 0;
}