﻿@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 Arial,'\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; }

/** 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: 1300px; margin-left: auto; margin-right: auto; }

/* Header */
.header { position: relative; z-index: 200; height: 100px; width: 100%; background-color: #fff; }

/* header-top */
.header .header-top { overflow: hidden; height: 3px; width: 100%; background-color: #7fbfd4; }

/* logo */
.header .logo { display: block; float: left; margin-top: 15px; }
.header .logo img { height: 70px; }

.language { margin-top: 34px; width: 32px; height: 32px; line-height: 32px; text-align: center; border-radius: 16px; color: #fff; background-color: #31659f; text-transform: uppercase; }
.language a { color: #fff; text-decoration: none; }

/* nav */
.nav { display: block; float: right; margin-right: 30px; height: 100px; line-height:100px; }
.nav li { float:left; font-weight:initial; line-height: 100px; }
.nav li a { display:block; margin:0 18px; font-size:18px; line-height:100px; position: relative; color:#333e48;}
.nav li a:hover { color: #004ea2; text-decoration: none; }

.nav-icon { display: none; }

/* Footer */
.footer { background-color: #ededed; overflow: hidden; }
.footer-con { width: 1100px; margin: 0 auto; margin-top: 30px; margin-bottom: 25px; background-color: #ededed; overflow: hidden; }
.footer .footer-bar { text-align:center;color:#f2f2f2;font-size:14px;line-height:30px;padding:20px 0;background:#336eaf;}

.footer dl { float: left; }
.footer dd { float: left; height: 260px; margin-right: 60px; }
.footer dd a { color:#000000;font-size:12px;line-height:24px;display:block; }
.footer dd a:hover { color: #004ea2; }
.footer dd h2 { color:#000000; font-size:18px; line-height:52px; display: block; }

.ewm-box { margin-top: 15px; float: right; }
.ewm-box img { width: 140px; }
.ewm-box span { margin-top: 8px; display: block; text-align: center; font-size: 14px; }

@media screen and (max-width: 1300px) {


	header,
	.width,
	footer { width: 100%; }

	.nav li a { margin: 0 10px; font-size: 16px; }
	

}

@media screen and (max-width: 1080px) {


	header,
	.width,
	footer { width: 100%; }

	.nav li a { margin: 0; font-size: 16px; }

	.nav { display: none; position: fixed; top: 100px; margin: 0; padding: 20px 0 30px 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.8); }
	.nav li { display: block; width: 100%; text-align: center; }
	.nav li a { display: block; text-align: center; color: #fff; font-size: 24px; }

	.nav-icon { position: absolute; right: 30px; z-index: 200; display: block; margin-top: 30px; width: 40px; height: 40px; cursor: pointer; }
	.nav-icon span { display: block; width: 36px; height: 3px; margin: 8px 0; background-color: #ccc; }

	.fixed { position: fixed; top: 0; left: 0; }

	.nav-icon { top: 28px; width: 36px; height: 30px; margin-top: 0; }
	.nav-icon span { margin: 8px 0; height: 4px; }

	.footer-con { width: 90%; margin: 0 auto; }

	.footer dl { display: none; }
	.ewm-box { float: none; margin: 20px auto; text-align: center; }

	.footer .footer-bar { font-size: 18px; }
	

}

@media screen and (max-width: 640px) {

	body { min-width: 640px; }

	


}


