code {
    color: #000000;
    background: none;
}
#pop {
	background: #fff;
	width: 300px;
	height: 250px;
	font-size: 12px;
	position: fixed;
	right: 0;
	bottom: 0;
}

#popHead {
	line-height: 24px;
	background: #f6f0f3;
	border-bottom: 1px solid #e0e0e0;
	font-size: 12px;
	padding: 0 0 0 10px;
}

#popHead h2 {
	font-size: 14px;
	color: #666;
	line-height: 24px;
	height: 24px;
}

#popHead #popClose {
	position: absolute;
	right: 10px;
	top: 1px;
}

#popHead a#popClose:hover {
	color: #f00;
	cursor: pointer;
}

/*基础元素*/
body {
	font-size: 14px;
	font-family: 'microsoft yahei';
}

p {
	margin: 10px 0;
}

.scan_login {
	margin-top: 25px;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a:focus {
	outline: none;
}
/*头部风格*/
.hp-header {
	top: 0;
	left: 0;
	right: 0;
}

.hp-header  #main-header {
	height: 130px;
	padding-top: 17px;
	padding-bottom: 17px;
}

.hp-header  #main-header .container {
	padding: 0;
	width: auto;
}

.hp-header .logo-cn {
	font-size: 36px;
	font-weight: 800;
	margin: 30px 0 20px;
	color: #4b93d7;
	margin-top: 10px;
	margin-bottom: 0px;
}

.hp-header #lower-header {
	padding-left: 5000px;
	padding-right: 5000px;
	margin-left: -5000px;
	margin-right: -5000px;
	background: #f2f4f9;
	color: #3e474c;
	position: relative;
	z-index: 100;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}

.tablet-sticky-header {
	overflow-x: hidden;
}

.hp-header #lower-header #navigation {
	list-style: none;
	margin: 0;
	padding: 0;
	display: table;
	width: 100%;
}

.hp-header #lower-header #navigation li:hover, .hp-header #lower-header #navigation li:hover>span,
	.hp-header #lower-header #navigation li:hover>a, .hp-header #lower-header #navigation>li.current-menu-item,
	.hp-header #lower-header #navigation>li.current-menu-item>span,
	.hp-header #lower-header #navigation>li.current-menu-item>a {
	text-decoration: none;
	background: #63b2f5;
	color: #fff;
	border-right-color: transparent;
	border-left-color: transparent;
}

.hp-header #lower-header #navigation>li.home-button {
	width: 60px;
}

.hp-header #lower-header #navigation>li:first-child {
	border-left: 1px solid #dee0e5;
}

.hp-header #lower-header #navigation>li {
	display: table-cell;
	text-align: center;
	position: relative;
	border-right: 1px solid #dee0e5;
	background: #f2f4f9;
}

.hp-header #lower-header #navigation>li {
	position: relative;
	-webkit-perspective: 500px;
	perspective: 500px;
}

.hp-header #lower-header #navigation li>a, .hp-header #lower-header #navigation li>span
	{
	display: block;
	color: #3e474c;
	font-size: 16px !important;
	padding: 19px 10px 18px;
	cursor: pointer;
	transition: color 0.1s, background 0.3s;
	-webkit-transition: color 0.1s, background 0.3s;
	-moz-transition: color 0.1s, background 0.3s;
}

#navigation li ul li>a, #navigation li ul li>span {
	display: block;
	color: #3e474c;
	font-size: 15px;
	padding: 10px 20px;
	border-bottom: 1px solid #dee0e5;
}

.hp-header #lower-header .dropdown .caret {
	margin-top: 10px;
	margin-left: 3px;
}

.dropdown-menu {
	display: table;
	text-align: center;
}

.hp-header #lower-header .caret {
	display: inline-block;
	width: 0;
	height: 0;
	text-indent: 0;
	color: #a8abae;
	vertical-align: top;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #000000;
	opacity: 0.3;
	filter: alpha(opacity = 30);
	content: "\2193";
}

.hp-header #lower-header .nav-tabs .dropdown-menu, .nav-pills .dropdown-menu
	{
	border-width: 1px;
}

.hp-header #lower-header .dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	float: left;
	display: none;
	min-width: 209px;
	_width: 209px;
	padding: 0px;
	margin: 0;
	list-style: none;
	background-color: #ffffff;
	border-color: #ccc;
	border-color: rgba(0, 0, 0, 0.2);
	border-style: solid;
	border-width: 1px;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box; *:;
	border-right-width: 2px; *:;
	border-bottom-width: 2px;
}

.dropdown-menu>li>a {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.hp-header #lower-header .dropdown.open {
	*z-index: 1000;
}

.hp-header #lower-header .dropdown.open .dropdown-menu {
	display: block;
}

.section {
	padding: 15px 0;
	background: #fff;
}

.tab-header ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.tab-header li {
	display: inline-block;
	color: #274472;
	background: #e2eaf2;
	padding: 15px 20px;
	position: relative;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-top: 1px solid #f3f7fa;
	border-bottom: 1px solid #bfc8d7;
	transition: background 0.3s, color 0.2s, border 0.3s;
	-webkit-transition: background 0.3s, color 0.2s, border 0.3s;
	-moz-transition: background 0.3s, color 0.2s, border 0.3s;
	cursor: pointer;
	margin-bottom: 7px;
}

.tab-header li.active-tab a, .tab-header li:hover a {
	color: #fff;
}

.tab-header li a {
	color: #274472;
}

.tab-header li.active-tab, .tab-header li:hover {
	background: #63b2f5;
	border-top-color: #7cc5f8;
	border-bottom-color: #579dd9;
	color: #fff;
}

.tab-header li h6 {
	margin: 0;
}

h6 {
	font-size: 16px;
	font-weight: 700;
	margin: 30px 0 20px;
}

label {
	font-size: 15px;
	padding-bottom: 5px;
	display: inline-block;
}

hr {
	margin-top: 5px;
	margin-bottom: 10px;
}

input[type="text"], input[type="password"], select, textarea {
	width: 100%;
	border: 1px solid #dee0e5;
	padding: 8px 10px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

a.selecton {
	background: #63b2f5 !important;
	text-decoration: none !important;
	color: #ffffff !important;
}

a.tag {
	background: #e2eaf2;
	color: #274472;
	font-size: 13px;
	padding: 5px 10px;
	display: inline-block;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin-bottom: 8px;
	margin-right: 10px;
	transition: background 0.3s, color 0.3s;
	-webkit-transition: background 0.3s, color 0.3s;
	-moz-transition: background 0.3s, color
}

.sidebar-box {
	zoom: 1;
}

.sidebar-box {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 0px 10px 0px 10px;
}

.no-margin-top {
	margin-top: 0 !important;
}

h2 {
	font-size: 24px;
	font-weight: 400;
	margin: 30px 0 20px;
}

a.button.transparent, button.transparent {
	padding: 0;
	font-size: 13px;
	background: none;
	color: #274472;
	border: none;
}

a.button, button {
	background: #e2eaf2;
	border: none;
	color: #274472;
	text-transform: uppercase;
	display: inline-block;
	padding: 6px 20px;
	font-size: 13px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-top: 1px solid #f3f7fa;
	border-bottom: 1px solid #bfc8d7;
	transition: background 0.3s, color 0.2s, border 0.3s;
	-webkit-transition: background 0.3s, color 0.2s, border 0.3s;
	-moz-transition: background 0.3s, color 0.2s, border 0.3s;
}

.sidebar-box h3 {
	font-size: 18px;
	font-weight: 400;
	margin-top: 5px;
	margin-bottom: 5px;
}

a.button.button-arrow:after, button.button-arrow:after {
	margin-left: 5px;
	content: '\27A4';
	color: #808ca4;
	margin-right: -5px;
}

a.button:after, a.button:before, button:before, button:after {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	color: #a8abae;
	font-size: 13px;
}

.gray-bg {
	background: #f2f4f9;
	padding-top: 60px;
	padding-bottom: 60px;
}

.full-width-bg {
	margin-left: -5000px;
	margin-right: -5000px;
	padding-left: 5000px;
	padding-right: 5000px;
}

.section>.row:last-child {
	margin-bottom: 0;
}

.banners-inline {
	display: table;
	table-layout: fixed;
	width: 100%;
	margin-left: -3px;
	margin-right: -3px;
	margin-top: 30px;
}

.banners-inline>.banner-wrapper {
	display: table-cell;
	vertical-align: top;
	padding: 0 3px;
}

.banners-inline .banner {
	padding-left: 48px;
	min-height: 97px;
}

.banner {
	background: #e2eaf2;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 18px 10px 15px 50px;
	overflow: hidden;
	position: relative;
	display: block;
	min-height: 75px;
	transition: background 0.3s;
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
}

.banners-inline .banner .icons {
	top: 50%;
	left: -25px;
}

.banner .icons {
	position: absolute;
	font-size: 48px;
	width: 50px;
	color: #c6d0dc;
	left: -23px;
	top: 50%;
	margin-top: -26px;
	z-index: 500;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
	-webkit-transition: color 0.2s, opacity 0.7s, -webkit-transform 0.6s;
	-moz-transition: color 0.2s, opacity 0.7s, -moz-transform 0.6s;
	transition: color 0.2s, opacity 0.7s, transform 0.6s;
}

.icon-check:before {
	content: '\e8fd';
}

[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	/* opacity: .8; */
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	/* font-size: 120%; */
	/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.banner:hover h4 {
	color: #fff;
}

.banner:hover {
	background: #63b2f5;
	text-decoration: none;
}

.banners-inline .banner {
	padding-left: 48px;
	min-height: 97px;
}

.banners-inline .banner h4 {
	font-size: 24px;
	margin-top: 8px;
}

.banner h4 {
	color: #274472;
	font-weight: 800;
	text-transform: uppercase;
	margin: 0;
	white-space: nowrap;
	transition: color 0.2s;
	-webkit-transition: color 0.2s;
	-moz-transition: color 0.2s;
}

.banner:hover p {
	color: #dbe7f2;
}

.banner p {
	color: #808ca4;
	margin-top: 0;
	font-size: 13px;
	margin-bottom: 0;
	transition: color 0.2s;
	-webkit-transition: color 0.2s;
	-moz-transition: color 0.2s;
}

#main-footer {
	padding-top: 25px;
	padding-bottom: 15px;
	-webkit-transform: translateZ(0px);
}

#main-footer, #lower-footer {
	margin-left: -5000px;
	margin-right: -5000px;
	padding-left: 5000px;
	padding-right: 5000px;
	background: #324e79;
	color: #e2eaf2;
	-webkit-transform: translateZ(0px);
	transition: margin 0.3s, padding 0.3s;
	-webkit-transition: margin 0.3s, padding 0.3s;
	-moz-transition: margin 0.3s, padding 0.3s;
}

#main-footer .menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu a:hover, .menu a:hover:before {
	color: #63b2f5;
	text-decoration: none;
}

.menu a {
	color: #97acc3;
	font-size: 14px;
	line-height: 23px;
	padding: 0px 20px 0px 20px;
}

#main-footer p {
	color: #97acc3;
}

.page-heading {
	background: #fff;
	margin-left: -5000px;
	margin-right: -5000px;
	padding-left: 5000px;
	padding-right: 5000px;
	padding-top: 27px;
	position: relative;
}

.page-heading .breadcrumb {
	margin: 25px 0 0;
	font-size: 14px;
	color: #95999e;
}

form input[type="text"], form select, form .chosen-container {
	margin-bottom: 10px;
}

.inline-inputs {
	margin: 0 -5px;
	overflow: hidden;
}

.category-box ul {
	list-style: none;
	margin: 0 -20px;
	padding: 0;
}

.divider {
	display: block;
	margin: 10px 0;
	border-top: 1px solid #dee0e5;
}

h5 {
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	margin: 30px 0 20px;
}

.popup-basic {
	position: relative;
	background: #FFF;
	width: auto;
	max-width: 450px;
	margin: 40px auto;
}

li {
	list-style: none;
}

.back_to_top {
	background: #e2eaf2;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 1000;
	display: block;
	width: 45px;
	height: 45px;
	text-align: center;
	font-size: 24px;
	padding-top: 7px;
	color: #808ca4;
	border-top: 1px solid #f3f7fa;
	border-bottom: 1px solid #bfc8d7;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	transition: background 0.3s, color 0.2s;
	-webkit-transition: background 0.3s, color 0.2s;
	-moz-transition: background 0.3s, color 0.2s;
}

.inline-inputs .col-lg-6 {
	padding-left: 0px;
}