body {
	width: 100%;
}


.wide {
	width: 1200px;
	margin: 40px auto;
}

.topbox {
	margin: 20px auto!important;
}

.logo {
	float: left;
	margin-top: 10px;
}

.logo h1 {
	font-size: 33px;
	color: rgb(7, 133, 69);
	font-weight: bold;
	line-height:1;
}

.logo span {
	font-size: 15px;
	color: #666666;
	display: block;
}

.tell {
	float: right;
}

.tell >span {
	color: #8e8c85;
	font-size: 15px;
	display: block;
}

.tell > p span{
	font-size: 33px;
	font-weight: bold;
	color: #f57100;
	line-height: 33px;
	letter-spacing:-2px;
}

/* 头部完 */
.nav{
	margin: 0 auto!important;
}

.nav_bg {
	height: 65px;
	background: rgb(7, 133, 69);
}

.nav_bg ul li {
	float: left;
	width: 170px;
	border-right: 1px solid #3e8e72;
	line-height: 65px;
	text-align: center;
	position: relative;
}

.nav_first {
	border-left:1px solid #3e8e72;
}

.nav_bg ul li a {
	font-size: 16px;
	color: #FFFFFF;
	display: block;
}

.nav ul li:hover,.nav ul li.cur {
	background: #f57100;
}
.nav_bg ul li .sub{position: absolute;width:100%;background: rgb(7, 133, 69);display: none;left:0;top:65px;z-index:10;}
.nav_bg ul li .sub li{float:none;width:100%;border:0;border-bottom:1px solid #457e6a;line-height:45px;}
.nav_bg ul li .sub li a{color:#fff;}
/* 导航完 */


.foot_bg {
	background-color: #2f3130;
	padding-top: 40px;
	padding-bottom: 30px;
	margin-top: 70px;
}

.footBox {
	width: 1200px;
	margin: 0 auto;
	height: 190px;
	overflow: hidden;
}

.footnav {
	float: left;
	margin-right: 120px;
	margin-left: 10px;
}

.footnav>li>h1 a {
	font-size: 18px;
	color: #FFFFFF;
	line-height: 40px;
}

.footnav>li a {
	font-size: 16px;
	color: #d4d4d4;
	line-height: 30px;
}

.footMa {
	float: right;
	width: 150px;
	height: 150px;
	overflow: hidden;
	margin-right: 10px;
}

.footMa img {
	width: 100%;
}

.footbuttom {
	border-top:1px solid #444444;
	width: 1200px;
	margin: 20px auto;
	padding-top: 30px;
}

.footbuttom p {
	text-align: center;
	color: #d4d4d4;
	padding-top: 10px;
}

.footbuttom p span {
	padding: 0 10px;
}
.footbuttom p a{
	color: #d4d4d4;
	padding: 0 10px;
}
.foot {
	border-right: 1px solid rgba(200, 200, 200, 0.15);
}


.publicRightBoxT{
	position: relative;
}
.producTitleImg{
	width: 50%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}
.producTitleImg img{
	width: 100%;
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
  }
  
.animated.infinite {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
@-webkit-keyframes fadeInUp {
	from {
	  opacity: 0;
	  -webkit-transform: translate3d(0, 100%, 0);
	  transform: translate3d(0, 100%, 0);
	}
  
	to {
	  opacity: 1;
	  -webkit-transform: translate3d(0, 0, 0);
	  transform: translate3d(0, 0, 0);
	}
  }
  
  @keyframes fadeInUp {
	from {
	  opacity: 0;
	  -webkit-transform: translate3d(0, 100%, 0);
	  transform: translate3d(0, 100%, 0);
	}
  
	to {
	  opacity: 1;
	  -webkit-transform: translate3d(0, 0, 0);
	  transform: translate3d(0, 0, 0);
	}
  }
  
  .fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
  }