@font-face {
    font-family: 'helvetica-condensed';
    src: url('../fonts/helvetica-condensed.eot');
    src: url('../fonts/helvetica-condensed.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helvetica-condensed.woff2') format('woff2'),
         url('../fonts/helvetica-condensed.woff') format('woff'),
         url('../fonts/helvetica-condensed.ttf') format('truetype'),
         url('../fonts/Ohelvetica-condensed.svg#helvetica-condensed') format('svg');
    font-weight: normal;
    font-style: normal;

}
body{
	font-family: 'helvetica-condensed';
}
.nav .nLi a{
	padding:0 40px;
}

.nav .sub{
	width:160px;
}
.footer dl{
	margin-right:80px;
}
input,textarea{
	font-family: 'helvetica-condensed'!important;
}

.pro_title,.about_title span,.news_title h2{
	font-family:impact;
	font-weight:normal;
}