@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{
	background: url(../images/probj.jpg)no-repeat 100%;
	padding: 15px;
	color: #fff;
	text-align: center;
}

.about h3{
	color: #fff;
	font-size: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
	
}
.about h2{
	font-size:36px;
	font-weight: bold;
	padding-bottom: 20px;
	
}
.about h2 span{
	color: #fcc80e;
}
.about p{
	font-size: 16px;
	line-height:40px;
	padding-bottom:20px;
	
}
.pro-show {
	padding: 0 !important;
	margin-bottom: 20px;
}
.pro-show img {
	position: relative;
}
.pro-show .pro-tit{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	padding: 20px;
}
.pro-tit p{
	font-size: 24px;
	color: #fff;
	text-align: center;
	font-weight: lighter;
}
.pro-tit span{
	font-family: hero;
	text-align: center;
	display: block;
	color: #fff;
	text-transform: uppercase;

}
.pro-con .pro-1{
	background: #fff;
	border-radius: 20px;
	transition: all 0.6s;
	box-shadow: 3px 4px 9px rgba(0,0,0,0.2);
	margin:10px;
	padding: 20px;
	
}
.pro-con .pro-1 p{
	text-align: center;
	color: #333333;
	font-size: 20px;
	font-weight: bold;
	line-height: 50px;
}
.pro-con .pro-1:hover{
	background: #0d975b;
}
.pro-con .pro-1:hover p{
	color: #fff;
}
.pro-con .pro-1 .pro-img2{
	display: none;
}
.pro-con .pro-1 .pro-img1{
	display: block;
}
.pro-con .pro-1:hover .pro-img1{
	display: none;
}
.pro-con .pro-1:hover .pro-img2{
	display: block;
}
.new-con{
	margin-top:50px;
}
.new-1 {

	text-align: left;
	border-bottom: 2px solid #007f41;
	transition:  0.6s;
}
.new-1:hover{
	border-bottom: 2px solid #007f41;
	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-top: 30px;
	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: #007F41;
	padding:30px;
}
.foot-nav li{
	border-bottom: 1px solid #0A9676;
	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;
}