﻿html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

body
{
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-size: 12px;
	font-family: "微软雅黑", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif; 
	color: #666;
}

a
{
	color: #0195d9;
}

h1
{
	font-size: 36px;
	font-weight: normal;
	text-align: center;
	margin: 1em 0 0 0;
}

h2
{
	font-size: 28px;
	font-weight: normal;
	text-align: center;
	margin: 1em 0 2em 0;
}

ul
{
	padding: 0px;
	list-style-type: disc;
	list-style-position: inside;
}

li
{
	line-height: 1.8em;
}

li a
{
	color: #666;
	text-decoration: none;
}

li a:hover
{
	color: #ff7f00;
}

hr
{
	display: block;
	width: 100%;
	height:0px;
	border-top: 1px solid #e5e5e5;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
	margin: 12px 0px;
}

/* -------------------------------------------------- Common -------------------------------------------------- */

.container
{
	position: relative;
	width: 960px;
	margin: 0 auto;
}

.clear
{
	clear: both;
}

.txt
{
	font-size: 12px;
	font-family: "微软雅黑", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif; 
	color: #666;
}

.txt a
{
	color: #666;
	text-decoration: none;
}

.txt a:hover
{
	color: #ff7f00;
}

.title
{

}

.subtitle
{

}

.gray
{
	color: #ccc;
}

.orange
{
	color: #ff7f00;
}

/* -------------------------------------------------- Top -------------------------------------------------- */

.top-bar
{
	position: absolute;
	top: 0px;
	width: 100%;
	height: 80px;
}

.top-logo
{
	position: absolute;
	left: 0px;
	top: 15px;
}

.top-button
{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 2em;
	cursor: pointer;
	color: #ccc;
}

.top-button img
{
	position: relative;
	display: block;
	margin: 0 auto;
}

.top-button p
{
	margin: 0;
	text-align: center;
}

.top-button:hover
{
	color: #fff;
}

/* -------------------------------------------------- Nav -------------------------------------------------- */

.top-bg
{
	position: absolute;
	top: -350px;
	left: 0px;
	width: 100%;
	height: 430px;
	background-color: #000;
	opacity: .8;
}

.top-nav
{
	position: absolute;
	top: 80px;
	left: 0px;
	width: 100%;
	height: 350px;
	overflow: hidden;
	display: none;
}

.top-nav .container
{
	height: 350px;
	overflow: hidden;
	top: -350px;
}

.top-nav ul
{
	position: absolute;
	top: 0px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.top-nav li
{
	line-height: 1.8em;
	white-space: nowrap;
}

.top-nav li a
{
	color: #ddd;
	text-decoration: none;
}

.top-nav li a:hover
{
	color: #ff7f00;
}

.top-nav li.h5
{
	font-size: 18px;
	font-weight: bold;
	color: #ff7f00;
}

.top-nav li.h5 a
{
	color: #ff7f00;
}

.top-nav li.h6
{
	font-size: 12px;
	font-weight: bold;
}

.top-nav-col-1
{
	left: 0px;
}

.top-nav-col-2
{
	left: 200px;
}

.top-nav-col-3
{
	left: 350px;
}

.top-nav-col-4
{
	left: 560px;
}

.top-nav-col-5
{
	left: 750px;
}

.top-nav-out
{
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .25;
}

/* -------------------------------------------------- Main -------------------------------------------------- */

.main
{
	margin-top: 80px !important;
	overflow: hidden;
	background-color: #fff;
}

.main-col-1
{
	float: left;
	width: 245px;
	margin-left: 0px;
	overflow: hidden;
}

.main-col-2
{
	float: left;
	width: 398px;
	margin-left: 36px;
	overflow: hidden;
}

.main-col-3
{
	float: left;
	width: 245px;
	margin-left: 36px;
	overflow: hidden;
}

.main-col-23
{
	float: left;
	width: 679px;
	margin-left: 36px;
	overflow: hidden;
}

/* -------------------------------------------------- Home -------------------------------------------------- */

.home-box
{
	width: 100%;
	padding: 12px 0px;
	margin-bottom: 12px;
}

.home-box ul
{
	padding: 0px 8px;
}

.home-box li
{
	line-height: 2em;
}

.home-box .title
{
	color: #ff7f00;
	font-weight: bold !important;
	font-size: 12px !important;
	margin: 0px 8px; 
}

.home-box .subtitle
{
	clear: both;
	font-size: 14px;
	font-weight: bold;
	line-height: 2em;
	margin-left: 8px;
}

.home-box .list-more a
{
	margin-left: 1em;
	color: #999;
}

.home-box .list-more a:hover 
{
	color: #ff7f00;
	text-decoration: underline;
}

/* -------------------------------------------------- Home News Box -------------------------------------------------- */

.home-newsbox
{
	width: 396px;
	border: solid 1px #e5e5e5;
	margin-bottom: 20px;
}

.home-newsbox a
{
	color: #666;
	text-decoration: none;
}

.home-newsbox .img
{
	width: 100%;
	height: 100px;
	overflow: hidden;
	background-color: #eee;
}

.home-newsbox .img img
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto;
}

.home-newsbox .title
{
	font-size: 14px;
	font-weight: bold;
	margin: 12px 20px;
	margin-bottom: 6px;
	color: #666;
}

.home-newsbox .txt
{
	margin: 12px 20px;
	line-height: 1.5em;
	margin-top: 6px;
}

.home-newsbox .more
{
	margin: 12px 20px;
	text-align: right;
	color: #999;
}

.home-newsbox .more:hover 
{
	color: #ff7f00;
	text-decoration: underline;
}

.home-newsbox hr
{
	width: 356px !important;
	margin: 6px 20px;
}

/* -------------------------------------------------- Left -------------------------------------------------- */

.left
{
	width: 100%;
	padding: 12px 0px;
	margin-bottom: 12px;
}

.left .title
{
	color: #ff7f00;
	font-size: 14px;
	font-weight: normal;
	margin: 0px 8px; 
}

.left ul
{
	padding: 0px 8px;
	list-style-type: none;
}

.left li
{
	line-height: 2em;
}

.left li.subtitle
{
	font-size: 14px !important;
	font-weight: bold;
}

.left li.subitem
{
	padding-left: 1em !important;
}

.left .txt
{
	line-height: 2em;
	margin-left: 8px;
}

.left-col-1
{
	width: 110px;
	float: left;
}

.left-col-2
{
	width: 135px;
	float: left;
}

/* -------------------------------------------------- Page Content -------------------------------------------------- */

.page-content
{
	width: 600px;
	padding: 40px 0px;
}

.page-content .title
{
	font-size: 18px;
	font-weight: normal;
	color: #ff7f00;
}

.page-content .date
{
	color: #ccc;
	margin-top: 1em;
	margin-bottom: 3em;
}

.page-content .txt
{
	width: 100%;
	line-height: 1.7em;
}

.page-content .txt p
{
	text-indent: 2em;
}

.page-content .txt p img
{
	margin-left: -2em;
}

.page-content .txt img
{
	margin-top: 1em;
	margin-bottom: 1em;
	max-width: 600px;
}

.page-content .nav
{
	margin-top: 2em;
	margin-bottom: 2em;
	width: 100%;
}

.page-content .nav a
{
	color: #aaa;
	text-decoration: none;
}

.page-content .nav a:hover
{
	color: #ff7f00;
}

.page-content .nav img
{
	vertical-align: middle;
}

.page-content .nav .prev
{
	float: left;
}

.page-content .nav .next
{
	float: right;
}

/* -------------------------------------------------- List -------------------------------------------------- */

.list
{
	width: 600px;
	padding: 40px 0px;
}

.list .title
{
	margin-bottom: 1em;
	font-size: 18px;
	font-weight: normal;
	color: #ff7f00;
}

.list ul
{
	padding: 0px 0px;
}

.list li
{
	line-height: 2em;
}

.list .pagebar
{
	margin-top: 2em;
}

/* -------------------------------------------------- PageBar -------------------------------------------------- */

.pagebar, .pagebar td, .pagebar div
{
	color: #999;
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
	line-height: 14px;
}

.pagebar a, .pagebar .this-page
{
	display: inline-block;
	height: 14px;
	padding: 2px 4px;
	border: solid 1px #ccc;
	background: #fff;
	text-decoration: none;
	margin-right: 1px;
}

.pagebar .PrevDisabled
{
	display: inline-block;
	height: 14px;
	margin-right: 3px;
	padding: 2px 4px;
	background: #fff;
	color: #ccc;
	border: solid 1px #ccc;
}

.pagebar .SelectList
{
	height: 16px;
}

.pagebar .Prev
{
	margin-right: 3px;
	padding: 2px 4px;
}

.pagebar .break
{
	border: none;
	text-decoration: none;
}

.pagebar .NextDisabled
{
	display: inline-block;
	height: 14px;
	margin-left: 2px;
	padding: 2px 4px;
	background: #fff;
	color: #ccc;
	border: solid 1px #ccc;
}

.pagebar .Next
{
	margin-left: 2px;
	padding: 2px 4px;
}

.pagebar .this-page
{
	display: inline-block;
	height: 14px;
	padding: 2px 4px;
	border: solid 1px #ff7f00;
	background: #ff7f00;
	color: #fff;
	margin-right: 1px;
}

.pagebar a
{
	color: #999;
	text-decoration: none;
}

.pagebar a:hover
{
	color: #333;
	background: #eee;
}

/* -------------------------------------------------- Foot -------------------------------------------------- */

.foot
{
	position: absolute;
	width: 100%;
	height: 40px;
	overflow: hidden;
	z-index: -999;
}

.copyright
{
	width: 100%;
	text-align: center;
	color: #aaa;
}
