﻿@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 Tahoma, Arial, 'Hiragino Sans GB', '\5FAE\8F6F\96C5\9ED1', '\5B8B\4F53', 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: underline;*/}
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; }

/** Function **/
.fn-left,
.fn-right { display: inline; }
.fn-left { float: left; }
.fn-right { float: right; }
.fn-hide { display: none; }
.fn-show { display: block; }
.fn-clear:after { display: block; font-size: 0; content: '\0020'; clear: both; height: 0; }
.fn-clear { zoom: 1; }

.nav-wrap { position: fixed; top: 0; left: 0; height: 63px; z-index: 9999; width: 96%; padding: 0 2%; min-width: 1024px; font-family: '\5FAE\8F6F\96C5\9ED1'; background-color: #2e3035; }

.nav-wrap .logo-icon { float: left; }
.nav-wrap .logo-icon a { display: block; overflow: hidden; height: 60px; }
.nav-wrap .logo-icon img { height: 50px; margin-top: 5px; }
.nav-wrap .nav { position: absolute; right: 2%; top: 0; padding-right: 30px; text-align: left; height: 100%; }
.nav-wrap .nav li { position: relative; display: inline-block; *display: inline; *zoom: 1; /* width: 100px; */ margin-left: 40px; height: 100%; line-height: 66px; }
.nav-wrap .nav li a { opacity: 0; filter: alpha(opacity=0); position: absolute; z-index: 100; left: 0; top: 0; display: block; height: 60px; white-space:nowrap; color: #fefefe; font-size: 14px; /* width: 100px; */ text-align: center; font-weight: 700; }
.nav-wrap .nav .active2 { border-bottom: 2px solid #ff6860; }

.nav-wrap .nav li .nav-cn {  }
.nav-wrap .nav li .nav-en { font-family: Arial; text-transform: uppercase; }
.nav-wrap .nav li .active { z-index: 200; opacity: 1; filter: alpha(opacity=100); position: absolute; }

.nav-wrap .nav ul { display: inline-block; *display: inline; *zoom: 1; overflow: hidden; height: 64px; margin-right: 30px; }
.nav-share { position: absolute; right: 0; top: 14px; display: inline-block; *display: inline; *zoom: 1; width: 36px; cursor: pointer; text-align: center; }
.nav-share span { width: 36px; height: 36px; display: block; background:#ff6860 url(../images/nav-share-btn1.png) center no-repeat; }
.nav-share .active { background:#ff6860 url(../images/nav-share-btn2.png) center no-repeat; }
.nav-share a { display: block; border-bottom: 1px solid #fff; vertical-align: middle; background-color: #ff6860; padding: 12px 0; }
.nav-share dl { display: none; margin-top: 1px; }

.footer .footer-link { width: 460px; }
.footer-link dl { height: 136px; }
.footer-link dl a { color: #fff; }

@media screen and (max-width: 1140px) {

  .nav-wrap .logo-icon { margin-left: 10px; margin-right: 10px; }

  .nav-wrap { width: 100%; padding: 0; min-width: 998px; }

}