@charset "utf-8";

/*
 * Overview: Reset & Function & Global
 * Site: http://f2e.adee.cn
 */

/** Reset **/
a, blockquote, button, body, code, dd, div, dl, dt, em, form, h1, h2, h3, h4, h5, h6, hr, html, i, input, iframe, img, label, li, legend, object, ol, p, pre, small, span, strong, sub, sup, table, tbody, td, th, thead, tr, ul { margin: 0; padding: 0; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark { display: block; margin: 0; padding: 0; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
time { display: inline; }
mark { color: #333; background: #ff0; }
html { color: #333; background-color: #fff; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body, button, input, select, textarea { font: 12px/1.5 '\5FAE\8F6F\96C5\9ED1', sans-serif; }
input, select, textarea { font-size: 100%; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: 500; }
b, strong { font-weight: 700; }
address, cite, dfn, em, var { font-style: normal; }
code, kbd, pre, samp { font-family: Tahoma, Arial; }
small { font-size: 80%; }
ul, ol, li { list-style: none; }
a { color: #333; text-decoration: none; cursor: pointer; }
a:link { color: #333; text-decoration: none; }
a:visited { color: #333; text-decoration: none; }
a:hover { color: #333; text-decoration: none; }
a:active { color: #333; text-decoration: none; }
sup, sub { position: relative; font-size: 75%; line-height: 0; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
legend { color: #333; }
input, button, textarea, select, optgroup, option { font-family: inherit; font-size: inherit; font-weight: inherit; }
input, button, textarea, select { font-size: 100%\9; }
pre { white-space: pre-wrap; word-wrap: break-word; }
table { max-width: 100%; border-collapse: collapse; border-spacing: 0; background-color: transparent; }
th { text-align: inherit; }
fieldset, img { border: 0; }
a img {  border-width: 0; vertical-align: top; }
iframe { display: block; }
del { text-decoration: line-through; }

/* @font-face{
   font-family: 'HelveticaNeueLTPro-ThEx';
   src: url('../font/HelveticaNeueLTPro-ThEx.otf');
   src: url('../font/HelveticaNeueLTPro-ThEx.woff') format('woff'), url('../font/HelveticaNeueLTPro-ThEx.eot');
}
 */
/** Function **/
.fn-clear:after { visibility: hidden; display: block; font-size: 0; content: '\0020'; clear: both; height: 0; }
.fn-clear { zoom: 1; }
.fn-clearfix { visibility: hidden; clear: both; }
.fn-left, .fn-right { display: inline; }
.fn-left { float: left; }
.fn-right { float: right; }


/** Golbal **/
.width { width: 1200px; min-width: 1200px; margin-left: auto; margin-right: auto; }

/* Header */
.header { width: 90%; min-width: 1200px; height: 76px; overflow: hidden; margin: 0 auto; width: 1200px\0; }

/* logo */
.header .logo { display: block; width: 348px; float: left; }
.header .logo a { display: block; width: 100%; height: 100%; }
.header .logo a:hover { opacity: 0.8; }

/* nav */
.nav { float: left; margin-left: 76px; }
.nav li { display: inline-block; *display: inline; *zoom: 1; height: 76px; line-height: 76px; }
.nav li a { display: block; height: 74px; padding: 0 10px; font-size: 14px; color: #383838; }
.nav li a:hover { border-bottom: 2px solid #cf151a; }

.language { float: right; font-size: 14px; color: #383838; line-height: 76px; }
.language a:hover { color: #797979; }

.wrap { min-width: 1200px; overflow: hidden; }

/* Footer */
.footer { width: 100%; min-width: 1200px; height: 290px; padding-top: 54px; background-color: #333; overflow: hidden; }

.footer-list { margin-top: 24px; color: #b6b6b6; font-size: 14px; }
.footer-list li { width: 252px; padding-left: 28px; line-height: 32px; float: left; }
.footer-list a { display: block; color: #b6b6b6; }
.footer-list a:hover { color: #fff; }

.footer-title { margin-left: 12px; }
.footer-title i { float: left; display: inline-block; *display: inline; *zoom: 1; width: 3px; height: 25px; background-color: #5487bb; }
.footer-title h2 { display: inline-block; *display: inline; *zoom: 1; margin-left: 12px; margin-right: 18px; font-size: 18px; color: #fff; }
.footer-title span { color: #8b8b8b; font-size: 14px; }

.footer .links { width: 630px; }

.footer .contact { width: 415px; }
.footer .contact li { width: 270px; }

.footer .qr { margin: 36px 15px 43px 0; }

.footer .copyright { width: 100%; height: 30px; line-height: 30px; border-top: 1px solid #484848; font-size: 14px; color: #bebebe; text-align: center; }
.footer .copyright span { display: inline-block; *display: inline; *zoom: 1; margin: 0 30px; }

@media only screen and (min-width: 1420px) {

	.header { width: 1400px; min-width: 1400px; }
	.nav li a { padding: 0 18px; }

}