@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/helvetica-condensed.svg#helvetica-condensed') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'helvetica-condensed-black-se';
    src: url('../fonts/helvetica-condensed-black-se.eot');
    src: url('../fonts/helvetica-condensed-black-se.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helvetica-condensed-black-se.woff2') format('woff2'),
         url('../fonts/helvetica-condensed-black-se.woff') format('woff'),
         url('../fonts/helvetica-condensed-black-se.ttf') format('truetype'),
         url('../fonts/helvetica-condensed-black-se.svg#helvetica-condensed-black-se') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'helvetica-narrow';
    src: url('../fonts/helvetica-narrow.eot');
    src: url('../fonts/helvetica-narrow.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helvetica-narrow.woff2') format('woff2'),
         url('../fonts/helvetica-narrow.woff') format('woff'),
         url('../fonts/helvetica-narrow.ttf') format('truetype'),
         url('../fonts/helvetica-narrow.svg#helvetica-narrow') format('svg');
    font-weight: normal;
    font-style: normal;

}
body{
	font-family: 'helvetica-condensed';
	-webkit-font-smoothing: antialiased; /*chrome、safari*/
	-moz-osx-font-smoothing: grayscale;/*firefox*/
}
.nav .nLi h3 a{
	padding:0 23px;
}
.nav .sub{
	width:160px;
}
.footer dl{
	margin-right:90px;
}
input,textarea{
	font-family: 'helvetica-condensed'!important;
}

ul.index_cplist li h3 a{
		font-family: 'helvetica-narrow';

}

#scroll3 .item h3 a{
	font-family: 'helvetica-narrow';
}

.news_content dl dd h2 a{
	font-family: 'helvetica-narrow';
}
#navItem li a.fa{
	font-family: 'helvetica-narrow';
}