@font-face {
	font-family: Hero;
	src: url(../fonts/Radikal.otf);
}
.title{
	margin: 50px auto;
}
.title h3{
	font-size:36px ;
	color: #222;
	font-family: hero;
	text-align: center;
	text-transform: uppercase;
}
.title h4{
	font-size: 30px;
	color: #333;
	font-weight: lighter;
	text-align: center;
}
.about p{
	text-align: center;
	color: #666;
	font-size: 16px;
	line-height: 40px;
}
.about a{
	margin: 30px auto;
	border: 1px solid #ccc;
	color: #999;
	border-radius: 50px;
	display: table;
	padding: 10px 40px;
}
.pro-show {
	padding: 0 !important;
	margin-bottom: 20px;
	position: relative;
	color: #fff;
}

.pro-tit{
	position: absolute;
	background: rgba(0,0,0,0.5);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: left;
	padding:40px;
	
	
}
.pro-tit h2{
	font-size: 28px;
	line-height: 30px;
}
.pro-tit h1{
	font-size: 24px;
	font-weight: bold;
	line-height:40px;
}
.pro-tit p{
	font-size: 16px;
	line-height: 30px;
}
.pro-tit a{
	padding: 10px 30px;
	display: table;
	background: rgba(255,255,255,0.5);
	border-radius: 50px;
	margin-top: 30px;
	transition: all 0.6s;
	margin-bottom: 50px;
	color: #2b5109;
	font-size: 18px;
}
.pro-tit a:hover{
	transform: translateY(-10px);
	background: #40681b;
	color: #fff;
}
.new-con{
	margin-top:50px;
}
.new-1 {

	text-align: left;
	border-bottom: 2px solid #40681b;
	transition:  0.6s;
}
.new-1:hover{
	border-bottom: 2px solid #40681b;
	transform: translateY(-10px);
}
.new-1 h5{
	color: #999;
	font-size: 17px;
	line-height: 50px;
	padding-left: 5px;
}
.new-1 h2{
	font-size: 20px;
	color: #333;
	padding-left: 5px;
}
.new-1 p{
	color: #999;
	font-size: 15px;
	line-height: 40px;
	padding-left: 5px;
}
.new-more a{
	font-size:16px ;
	color: #999;
	border: 2px solid #999;
	padding: 10px 40px;
	margin: 20px auto;
	border-radius: 50px;
	display: table;
	transition: all 0.6s;
}
.new-con{

	margin:10px 20px;
}
.foot {
	background: #17292a;
	padding: 20px;
}

.foot-nav{
	background: #40681b;
	padding:30px;
}
.foot-nav li{
	border-bottom: 1px solid #acd28a;
	line-height:45px;
}
.foot-nav li a{
	color: #cccc;
}
.foot-left .foot-txt{
	padding-left: 20px;
	text-align: center;
	margin-top: 20px;
}
.foot-left .foot-txt p{
	font-size:14px;
	color:#ccc;
	line-height: 30px;
}
.foot-left .foot-txt h3{
	font-family: hero;
	font-size: 30px;
	margin: 0 !important;
	padding-bottom: 15px;
}
.foot-left .foot-txt h3{
	color: #fff;
}
.foot-tit {
	color: #aaa;
	text-align: center;
	margin-top: 5%;
}
.foot-tit a{
	color: #aaa;
}