html {
	font-family: sans-serif;
	/* 1 */
	-ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
layout-right-content figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
	/* 2 */
}

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: 0.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;
}

.pull-right {
	float: right;
}

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;
	/* 1 */
	font: inherit;
	/* 2 */
	margin: 0;
	/* 3 */
}


/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],

/* 1 */

input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	/* 2 */
	cursor: pointer;
	/* 3 */
}

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;
	/* 1 */
	padding: 0;
	/* 2 */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	/* 2 */
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	/* 1 */
	padding: 0;
	/* 2 */
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}


/* cbFlyNav Req Styles */

body {
	position: relative;
	overflow-x: hidden;
	width: 100%;
}

.layout-left-flyout {
  /*height: 100%;*/
  position: fixed;
  visibility: hidden;
  -moz-transition: visibility 0 linear 0.2s;
  -o-transition: visibility 0 linear 0.2s;
  -webkit-transition: visibility 0 linear;
  -webkit-transition-delay: 0.2s;
  transition: visibility 0 linear 0.2s;
  background: rgba(56,56,56,.6);
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-perspective: 1000;
  -webkit-perspective: 1000;
  perspective: 1000;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 10;
}

.layout-left-flyout.isCbFlyNavActive {
	visibility: visible;
	/*  z-index: 1;*/
	-moz-transition: z-index 0 linear 0.2s;
	-o-transition: z-index 0 linear 0.2s;
	-webkit-transition: z-index 0 linear;
	-webkit-transition-delay: 0.2s;
	transition: z-index 0 linear 0.2s;
}

.cbFlyNav-wrap {
  display: block;
  position: relative;
  height: 100%;
  overflow: hidden;
  width:250px;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-perspective: 1000;
  -webkit-perspective: 1000;
  perspective: 1000;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.cbFlyNav-wrap>nav {
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-moz-transition: -moz-transform 0 ease-in-out;
	-o-transition: -o-transform 0 ease-in-out;
	-webkit-transition: -webkit-transform 0 ease-in-out;
	transition: transform 0 ease-in-out;
	/*    height: 100%;
      overflow-y: auto;
      overflow-x: hidden;*/
}

.nav-collapse {
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.layout-right-content {
	-moz-transition: -moz-transform 0.2s ease-in-out;
	-o-transition: -o-transform 0.2s ease-in-out;
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-moz-perspective: 1000;
	-webkit-perspective: 1000;
	perspective: 1000;
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	float: right;
	margin-right:27.5%;
	margin-top:0;
}

.icon-cbmore {
	content: "";
	float: right;
	margin-top: 4.5px;
	padding: 4.5px;
	box-shadow: 1px -1px 0 0px #FFF inset;
	-moz-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}

.nav-flyout-navmask,
.nav-flyout-contentmask {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.nav-flyout-contentmask {
	z-index: 1;
}

.nav-flyout-navmask {
	right: 180px;
	z-index: 1;
}


/* Menu Toggle */

.btn-navbar {
	/*position: absolute;*/
	width: 50px;
	height: 55px;
	padding: 4px 0;
	display: block;
	z-index: 1;
}

.btn-navbar-navtoggle {
	left: 10px;
}

.btn-navbar .icon-bar {
	display: block;
	width: 28px;
	height: 4px;
	background-color: #4d4d4d;
	margin: 0 auto;
}

.btn-navbar .icon-bar+.icon-bar {
	margin-top: 3px;
}

@media screen and (min-width: 801px) {
	.btn-navbar {
		display: none;
	}
}


/* Navbar Styles */

.navbar {
	height: 40px;
	margin: 0;
	/*padding: 5px 0;*/
	margin-bottom: 10px;
	width: 100%;
	/*padding: 0 10px;*/
	font-family: Arial, Helvetica, sans-serif;
}

@media screen and (max-width: 800px) {
	.navbar .nav-collapse {
		display: none;
	}
}

@media screen and (min-width: 801px) {
	.navbar {
		height: auto;
		position: relative;
		margin-bottom: 10px;
		width: 100%;
		/* padding: 0 10px;*/
	}
}


/* Mobile First Nav */

.the-nav ul.nav-flyout {
	display: block;
	margin-bottom: 15px;
	float: none;
	height: 100%;
}

.the-nav ul.nav-flyout>li {
	float: none;
	display: block;
	width: 250px;
}

.the-nav ul.nav-flyout li a {
	color: #fff;
	display: block;
	text-decoration: none;
	padding: 11px 15px;
	margin-right: 0;
	font-size: 15px;
	font-weight: bold;
}

.the-nav ul.nav-flyout li a:hover {
	background: #325ca8;
}
.the-nav ul.nav-flyout li a:active{
	background: #325ca8;
}

/*.the-nav > .nav > li:hover{
	border-bottom: #c7161e solid 2px;
}*/

.the-nav ul.nav-flyout .dropdown {
	position: static;
}

.the-nav ul.nav-flyout .dropdown .subnav {
	float: none;
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	left: auto;
	width: 0;
	min-width: 0;
	margin: 0;
	list-style: none;
	z-index: 1000;
	background: #595959;
	transition: width .2s ease-in-out;
}

.the-nav ul.nav-flyout .dropdown .subnav>li {
	width: 180px;
}

.the-nav ul.nav-flyout .dropdown .subnav.is-subnav-visible {
	width: 180px;
}

.the-nav.is-inactive ul.nav-flyout>li>a {
	opacity: .2;
}

.the-nav.is-inactive ul.nav-flyout>li.is-active>a {
	opacity: 1;
	background: #c7161e;
}


/* Large Screen Styles*/

@media screen and (min-width: 801px) {
	.container {
		width: 95%;
		margin: 0 auto;
	}
	.the-nav {
		display: block;
	}
	.the-nav .nav {
		display: block;
	}
	.the-nav .nav-pill:after {
		content: "";
		display: table;
		clear: both;
	}
	.the-nav>.nav {
		margin: 0;
		line-height: normal;
	}
	.the-nav>.nav>li {
		display: inline-block;
		/*margin-left:45px;*/
		position: relative;
	}
	.the-nav>.nav>li .caret {
		margin-top: 8px;
		margin-left: 2px;
		border-top-color: #A7A7A7;
		border-bottom-color: #A7A7A7;
	}
	.the-nav>.nav>li a {
		display: block;
		padding:26px;
		color: #fff;
		font-weight: 500;
		text-decoration: none;
		font-size:14px;
	}
	.the-nav>.nav>li:hover>a {
		background-color:#0076db;
	}
	.the-nav>.nav>.bg a {
		color: #fff;
	}
	.the-nav>.nav>li:hover .subnav {
		display: block;
	}
	.the-nav>.nav>li:hover .caret {
		border-top-color: #303030;
		border-bottom-color: #303030;
	}
	/* Subnav */
	.nav>li>.subnav {
		display: none;
		position: absolute;
		top: 100%;
		left: -5px;
		z-index: 20;
		margin: 0;
		padding: 0;
		min-width: 110px;
		background: rgba(255, 255, 255, 0.74);
		;
		box-shadow: 0 1px 1px 0px #DDDDDD;
		margin-top: 1px;
	}
	.nav>li>.subnav>li {
		margin-bottom: 0;
		text-align: center;
		line-height: 2.5em;
		border-bottom: #b8b8b8 solid 1px;
	}
	.nav>li>.subnav>li a {
		color: #3a3a3a;
		-moz-transition: all, 0.2s;
		-o-transition: all, 0.2s;
		-webkit-transition: all, 0.2s;
		transition: all, 0.2s;
		padding: 0;
		font-size: 12px;
	}
	.nav>li>.subnav>li:hover a {
		background: #c7161e;
		color: white;
	}
}


/* General Mobile First Styles */

.hidden-sm {
	display: none;
}

@media screen and (min-width:801px) {
	.visible-sm {
		display: none;
	}
	.hidden-sm {
		display: block;
	}
}


/* Resets and clean ups and extras */

*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul li {
	margin: 0;
}

.dropdown .caret {
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: top;
	content: "";
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

.container {
	font-family: "微软雅黑";
	width: 95%;
	margin: 0 auto;
}

.container.navbar {
	width: 100%;
}

.container:before,
.container:after {
	content: "";
	display: table;
	clear: both;
}


/*h1 {
  font-size: 3.7em;
  font-weight: 200;
  margin-top: .2em;
}*/

p {
	font-size: 1em;
	line-height: 1.4em;
	font-weight: 400;
}

a.gh-btn {
	display: inline-block;
	width: 250px;
	background: white;
	color: #1D1F21;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	padding: 15px 25px;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

a.gh-btn:hover {
	background: #e6e6e6;
}

.align-center {
	text-align: center;
}

pre {
	color: #cccccc;
	overflow: auto;
	overflow: auto;
	background: #1D1F21;
	padding: 0;
	font-family: monospace;
	-moz-tab-size: 2;
	-o-tab-size: 2;
	tab-size: 2;
	-ms-word-break: normal;
	word-break: normal;
	word-break: normal;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	position: relative;
}

pre code {
	background: none;
	padding: 15px;
	white-space: pre;
	overflow: auto;
	display: block;
}

.layout-right-content {
	color: #ffdede;
}

@media screen and (max-width: 480px) {
	.layout-right-content {
		float: none;
	}
	.btn-navbar {
		margin-top: -38px;
		margin-left: -10px;
		float: right;
	}
	.btn-navbar p {
		font-size: 15px;
		text-align: center;
		color: #656565;
	}
}

@media �screen,
screen9 {
	.nav>li>.subnav>li {
		background: #fff;
		filter: Alpha(opacity=80);
		position: static;
		*zoom: 1;
	}
	.nav>li>.subnav>li a {
		position: relative;
	}
}

.line {
	width: 0px;
	height:3px;
	background-color: #003581;
	margin: 0 auto;
	position: absolute;
	top:55px;
	left: 0px;
	right: 0px;
	/*transition: width 1s linear;*/
}
.bg .line{width: 100%;}
#wrap:hover .line {
	width: 100%;
}

@media screen and (max-width: 1024px) {
	/*.the-nav > .nav > li a {
    padding: 0;
  }*/
	#wrap .line {
		top: 20px;
	}
	.nav>li>.subnav {
		margin-top: 6px;
	}
}