@font-face {
   font-family: 'fzqk';
   src: url('../font/fzss.ttf') format('truetype');
   font-weight: normal;   font-style: normal;
}

@font-face {
   font-family: 'syst';
   src: url('../font/syst.otf') format('truetype');
   font-weight: normal;   font-style: normal;
}﻿

@font-face {
   font-family: 'bodon';
   src: url('../font/tt0035m.ttf') format('truetype');
   font-weight: normal;   font-style: normal;
}﻿

@font-face {
    font-family: 'Bodoni';
    src: url('../font/Bodonin.ttf');
    src: url('../font/Bodonin.eot?#iefix') format('embedded-opentype'),
    url('../font/Bodonin.woff') format('woff'),
    url('../font/Bodonin.ttf') format('truetype'),
    url('../font/Bodonin.svg#pingfang') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'oAOOEYCzi';
    src: url('../font/oAOOEYCzi.ttf');
    src: url('../font/oAOOEYCzi.eot?#iefix') format('embedded-opentype'),
    url('../font/oAOOEYCzi.woff') format('woff'),
    url('../font/oAOOEYCzi.ttf') format('truetype'),
    url('../font/oAOOEYCzi.svg#pingfang') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SourceHanSerifCN';
    src: url('../font/SourceHanSerifCN.ttf');
    src: url('../font/SourceHanSerifCN.eot?#iefix') format('embedded-opentype'),
    url('../font/SourceHanSerifCN.woff') format('woff'),
    url('../font/SourceHanSerifCN.ttf') format('truetype'),
    url('../font/SourceHanSerifCN.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}




body{position: relative; font-family: Arial; font-size: 16px; line-height: 28px;}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	list-style: none;
   text-decoration: none;
   font-weight: 500;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*导航通用*/
.header{ width: 100%; height: 172px; position: fixed; top: 0px; left: 0px; z-index: 9999; transition: all 0.5s; background: #fff; overflow: hidden;}
.header:after{ content: ""; display: block; height: 1px; width: 100%; position: absolute; bottom: 0px; left: 0px; background: rgba(255,255,255,0.3); }
.header .header_con{ width: 1400px; margin: 20px auto 0px; overflow: hidden;}
.header .header_con .logo{ float: left;/* margin-top: 10px;*/ }
.header .header_con .logo img{ width: 295px; }
.header .header_con .nav{ float: right; }
.header .header_con .nav a{ transition: all 0.5s;font-family: 'oAOOEYCzi','SimSun','STHeiti';color: #000; transition: all 0.5s; font-size: 16px; width: 15px; display: block; position: relative; top: 0px; left: 0px; margin:0px 43px; float: left; height: 120px; padding-top: 15px; }
.header .header_con .nav a span{ position: absolute; top: 50%; left: -75px; display: block; transform: rotate(90deg); font-family: 'Bodoni','SimSun','STHeiti'; width: 150px; padding-top: 30px; }
.header .header_con .nav a:before{ transition: all 0.5s; content: ""; display: block; height: 0px; width:35px; background: #f1d4a6; position: absolute; top: 0px; left: -40px; }
.header .header_con .nav a.nav_active:before{ height: 1px; left: -20px; }
.header .header_con .nav a:hover:before{ height: 1px; left: -20px;}
.header .header_con .nav a:hover{ color:#f1d4a6 !important  }
.header .header_con .nav a.nav_active{color:#f1d4a6; }
