@charset "UTF-8";

/* Table Of Contents
----------------------------------------

1. General
2. Header
3. Content
4. Footer

----------------------------------------*/



/* -----------------------------------------
1. General
-------------------------------------------- */
body {
	font-family: Microsoft YaHei, YaHei, Verdana, Geneva, sans-serif, Tahoma, "宋体";
	color: #000;
	line-height: 1.7;
	font-size: 14px;
	text-align: left;
}

a {
	color: #005bab;
	text-decoration: none;
	outline: none;
	/* -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease; */
}

a:hover {
	color: #0371d1;
	text-decoration: none;
}

p {
	text-align: inherit;
}

.row,
.clearfix {
	zoom: 1;
}

.row:after,
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

a img {
	-webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.thumbnail img,
.img-responsive {
	max-width: 100%;
	display: block;
	height: auto;
}

.text-center {
	text-align: center;
}

.text-center img {
	margin: 0 auto;
}

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.bg-gray {
	background-color: #ececec;
}

.bg-blue {
	background-color: #005bab;
}

.btn {
	border: none;
	background-image: none;
	line-height: 1.4;
	padding: 6px 12px;
	margin: 0;
	font-weight: 400;
	font-size: 13px;
	vertical-align: middle;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
}

.btn-primary {
	color: #fff;
	background-color: #005bab;
	font-size: 14px;
	padding: 9px 15px;
	box-sizing: border-box;
}

.btn-primary:hover {
	color: #fff;
	background-color: rgba(0, 91, 171, 0.7);
}

.ico {
	display: inline-block;
	vertical-align: middle;
}

.ico-facebook,
.ico-twitter,
.ico-youtube {
	width: 35px;
	height: 35px;
	line-height: 1;
	font-size: 0;
	background-position: 0 0;
}

.ico-newwindow {
	width: 12px;
	height: 12px;
	background: url(../img/common/icons.png) no-repeat 0 -48px;
	margin-bottom: 1px;
}

.ico-search {
	width: 12px;
	height: 12px;
	line-height: 1;
	font-size: 0;
	background: url(../img/common/icons.png) no-repeat -20px -48px;
	margin-bottom: 1px;
}

.ico-language {
	width: 12px;
	height: 12px;
	line-height: 1;
	font-size: 0;
	background: url(../img/common/icons.png) no-repeat -41px -48px;
	margin-bottom: 1px;
}

.container {
	margin: 0 auto;
	padding: 30px 15px;
	/*box-sizing: border-box;*/
}

.col-xs-6 {
	float: left;
	width: 50%;
}

@media screen and (max-width: 767px) {
	.hidden-xs {
		display: none !important;
	}

	.ico-facebook {
		background-image: url(../img/common/sp/ico_facebook.png);
		background-size: 100% 100%;
	}

	.ico-twitter {
		background-image: url(../img/common/sp/ico_twitter.png);
		background-size: 100% 100%;
	}

	.ico-youtube {
		background-image: url(../img/common/sp/ico_youtube.png);
		background-size: 100% 100%;
	}
}

@media screen and (min-width: 640px) {
	.btn-primary {
		font-size: 16px;
	}
}

@media screen and (min-width: 768px) {
	.hidden-sm {
		display: none !important;
	}

	.col-sm-3 {
		float: left;
		width: 25%;
	}

	.col-sm-4 {
		float: left;
		width: 33.33334%;
	}

	.btn-primary {
		font-size: 16px;
		padding: 10px 15px;
		box-sizing: border-box;
	}

	.ico-facebook,
	.ico-twitter,
	.ico-youtube {
		background-image: url(../img/common/icons.png);
		background-repeat: no-repeat;
	}

	.ico-facebook {
		background-position: 0 0;
	}

	.ico-twitter {
		background-position: -47px 0;
	}

	.ico-youtube {
		background-position: -99px 0;
	}
	.container {
	padding-top: 50px;
}
}

/* @media screen and (min-width: 1010px){
	.brand .container,
	.feature .container {
		padding: 0;
		width: 1010px;
	}
} */

@media screen and (min-width: 768px){
	.two_col {
		width: 980px;
		margin: 0 auto;
	}
}

#Site {
	padding-top: 73px;
}

@media screen and (min-width: 480px) and (max-width: 639px) {
	#Site {
		padding-top: 84px;
	}
}

@media screen and (min-width: 640px) and (max-width: 767px) {
	#Site {
		padding-top: 92px;
	}
}

@media screen and (min-width: 768px) {
	#Site {
		padding-top: 104px;
	}
}


/* -----------------------------------------
2. Header
-------------------------------------------- */
#header {
	background-color: #fff;
}

/* @media screen and (min-width: 640px) and (max-width: 1010px){
	#header{
		width: 1010px;
	}
} */

.sticky {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 100;
}

.topbar {
	font-size: 0;
	height: 10px;
	background-color: #005bab;
	color: #fff;
}

.navbar-header {
	padding: 14px 10px;
	position: relative;
	box-sizing: border-box;
	height: 53px;
}

#logo {
	float: left;
	width: 118px;
	font-size: 0;
	padding: 4 0 4 0;
	position: relative;
}

#logo img {
	width: 100%;
}

#navbar {
	float: right;
}

.menu-toggle {
    cursor: pointer;
    padding: 6px;
    border: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 25px;
    height: 25px;
    background: #005bab;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: relative;
	vertical-align: top;
	outline: none;
	float: left;
}

.menu-toggle span {
    cursor: pointer;
    border-radius: 1px;
    height: 2px;
    width: 13px;
    background-color: #fff;
    position: absolute;
    display: block;
    content: '';
    left: 6px;
    top: 11px;
}

.menu-toggle span:first-child {
    top: 6px;
}

.menu-toggle span:last-child {
    top: 16px;
}

.menu-toggle span,
.menu-toggle span:last-child,
.menu-toggle span:first-child {
    transition: all 250ms ease-in-out;
}

.menu-toggle.navbar-open span {
    background-color: transparent;
}

.menu-toggle.navbar-open span:last-child,
.menu-toggle.navbar-open span:first-child {
    top: 11px;
    background-color: #fff;
}

.menu-toggle.navbar-open span:first-child {
    transform: rotate(45deg);
}

.menu-toggle.navbar-open span:last-child {
    transform: rotate(-45deg);
}

.search-sp {
	float: left;
	margin-right: 5px;
}

.btn-search {
	background: url(../img/common/sp/ico_search.png) no-repeat 0 0;
	background-size: 100% 100%;
	width: 25px;
	height: 25px;
	font-size: 0;
	border: none;
	cursor: pointer;
	outline: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	vertical-align: top;
}

.navpc-wrap {
	display: none;
}

.navsp-wrap {
	position: fixed;
	left: 0;
	top: 63px;
	right: 0;
	background-color: #fff;
	height: 100%;
	overflow: auto;
	box-sizing: border-box;
	display: none;
}

.navsp-wrap .menu-toggle {
	float: right;
	margin-right: 10px;
}

.navsp-wrap .nav {
	border-top: 2px solid #b6b6b6;
	padding-bottom: 20px;
}

.navsp-wrap .nav-inner {
	padding-bottom: 66px;
}

.navsp-wrap .nav li a {
	display: block;
}

.navsp-wrap .nav > li > a {
	padding: 8px 20px 8px 10px;
	font-size: 13px;
	border-bottom: 2px solid #b6b6b6;
	color: #000;
	position: relative;
}

.navsp-wrap .nav > li > a:after {
	content: "";
	width: 7px;
	height: 11px;
	background: url(../img/common/sp/ico_arrow01.png) no-repeat left top;
	background-size: 100% 100%;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -6px;
}

.navsp-wrap .nav > li.active > a {
	color: #fff;
	background-color: #005bab;
}

.navsp-wrap .nav > li.active > a:after {
	background-image: url(../img/common/sp/ico_arrow02.png);
}

.nav-mega {
	font-size: 13px;
}

.nav-mega .mega-item {
	border-bottom: 2px solid #b6b6b6;
}

.nav-mega h3 {
	font-weight: normal;
}

.nav-mega h3 a {
	color: #000;
	background-color: #dce0e5;
	padding: 8px 20px 8px 10px;
	position: relative;
}

.nav-mega h3 a:after {
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -5px;
	background: url(../img/common/sp/ico_op.png) no-repeat left top;
	background-size: 100% 100%;
}

.nav-mega h3.active a:after {
	background-image: url(../img/common/sp/ico_th.png);
}

.nav-mega ul {
	padding: 7px 0 23px;
	display: none;
}

.nav-mega ul li {
	padding: 0 20px;
}

.nav-mega ul li a {
	color: #000;
	border-bottom: 1px solid #ececec;
	padding: 6px 20px 6px 0;
	position: relative;
	line-height: 1.4;
}

.nav-mega ul li a:after {
	content: "";
	width: 7px;
	height: 11px;
	background: url(../img/common/sp/ico_arrow01.png) no-repeat left top;
	background-size: 100% 100%;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -6px;
}

#headerInternalColumn {
	background-color: #193682;
	position: absolute;
	left: 0;
	top: 24px;
	right: 0;
	z-index: 5;
	box-sizing: border-box;
	padding: 20px 0 0 306px;
	height: 0;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

#headerInternalColumn.show {
	height: 70px;
	visibility: visible;
	opacity: 1;
}

table.gsc-search-box {
	width: 80% !important;
	margin: 0 !important;
}

input.gsc-search-button {
	background: url(../img/common/btn_search.png) no-repeat 0 0;
	background-size: 100% 100%;
	width: 40px;
	height: 25px;
	font-size: 0;
	border: none;
	cursor: pointer;
}

#bc-search-form td.gsc-input input,
#cse td.gsc-input input {
	background: none !important;
	text-indent: 0 !important;
	border: none;
	border-bottom: 2px solid #fff;
	font-size: 16px;
	color: #fff;
	padding: 1px 0;
	box-sizing: border-box;
}

table.gsc-search-box td.gsc-input {
	width: 345px;
	padding-right: 3px !important;
}

td.gsc-clear-button {
	width: 52px !important;
}

div.gsc-clear-button {
	width: 40px !important;
	height: 25px !important;
	display: block !important;
	background-image: url(../img/common/btn_close.png) !important;
	background-size: 100% 100%;
	margin-top: 18px;
	position: absolute;
	right: 15px;
	top: 20px;
	display: none !important;
}

div.gsc-close-button {
	width: 51px !important;
	height: 11px !important;
	display: block !important;
	background-image: url(../img/common/btn_close.png) !important;
	margin-top: 18px;
	position: absolute;
	right: 15px;
	top: 10px;
	font-size: 0;
	z-index: 8;
	cursor: pointer;
}

#bc-search-form td.gsc-input input::-webkit-input-placeholder {
  color: #fff;
}
#bc-search-form td.gsc-input input::-moz-placeholder {
  color: #fff;
}
#bc-search-form td.gsc-input input:-ms-input-placeholder {
  color: #fff;
}
#bc-search-form td.gsc-input input:-moz-placeholder {
  color: #fff;
}

#bc-search-form td.gsc-input input:focus::-webkit-input-placeholder {
  color: #193682;
}
#bc-search-form td.gsc-input input:focus::-moz-placeholder {
  color: #193682;
}
#bc-search-form td.gsc-input input:focus:-ms-input-placeholder {
  color: #193682;
}
#bc-search-form td.gsc-input input:focus:-moz-placeholder {
  color: #193682;
}

.gsc-branding {
	display: none !important;
}

.logo-white {
	height: 0;
	-webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 20px;
    z-index: -1;
}

/*
@media screen and (max-width: 479px) {
	#navbar {
		height: 25px;
	}

	#headerInternalColumn {
		top: 0;
		padding: 17px 0 0 10px;
		height: 63px;
	}

	#headerInternalColumn.show {
		height: 63px;
	}

	div.gsc-close-button {
		top: 15px;
	}
}
*/

@media screen and (max-width: 639px) {
	.menu-toggle {
		width: 36px;
		height: 36px;
		padding: 10px 8px;
	}

	#navbar {
		height: 36px;
	}

	.navbar-header {
		height: 64px;
	}

	#logo {
		width: 180px;
	}

	#headerInternalColumn {
		top: 0;
		padding: 23px 0 0 10px;
		height: 74px;
	}

	#headerInternalColumn.show {
		height: 74px;
	}

	div.gsc-close-button {
		top: 21px;
	}

	.menu-toggle span {
		left: 8px;
		top: 17px;
		width: 20px;
	}

	.menu-toggle span:first-child {
	    top: 10px;
	}

	.menu-toggle span:last-child {
	    top: 24px;
	}

	.menu-toggle.navbar-open span:last-child,
	.menu-toggle.navbar-open span:first-child {
	    top: 16px;
	}

	.btn-search {
		width: 36px;
		height: 36px;
	}

	.search-sp {
		margin-right: 10px;
	}

	.navsp-wrap {
		top: 74px;
	}
}

@media screen and (min-width: 640px) and (max-width: 767px) {
	.menu-toggle {
		width: 44px;
		height: 44px;
		padding: 13px 10px;
	}

	#navbar {
		height: 44px;
	}

	.navbar-header {
		height: 72px;
	}

	#logo {
		width: 242px;
	}

	#headerInternalColumn {
		top: 0;
		padding: 27px 0 0 10px;
		height: 82px;
	}

	#headerInternalColumn.show {
		height: 82px;
	}

	div.gsc-close-button {
		top: 25px;
	}

	.menu-toggle span {
		left: 10px;
		top: 21px;
		width: 24px;
	}

	.menu-toggle span:first-child {
	    top: 13px;
	}

	.menu-toggle span:last-child {
	    top: 29px;
	}

	.menu-toggle.navbar-open span:last-child,
	.menu-toggle.navbar-open span:first-child {
	    top: 20px;
	}

	.btn-search {
		width: 44px;
		height: 44px;
	}

	.search-sp {
		margin-right: 10px;
	}

	.navsp-wrap {
		top: 82px;
	}
}

@media screen and (min-width: 640px) {
	.nav-mega,
	.navsp-wrap .nav > li > a {
		font-size: 24px;
	}

	.navsp-wrap .nav > li > a:after {
		width: 14px;
		height: 22px;
		margin-top: -11px;
	}

	.nav-mega h3 a:after {
		width: 20px;
		height: 20px;
	}

	.nav-mega ul li a:after {
		width: 14px;
		height: 22px;
		margin-top: -11px;
	}

	.navsp-wrap .nav-inner {
		padding-bottom: 100px;
	}
}

@media screen and (min-width: 768px) {
	.topbar {
		display: block;
		min-width: 1010px;
		height: 24px;
		font-size: 12px;
	}

	.navbar-header {
		height: auto;
	}

	.topbar a {
		color: #fff;
		padding: 0 25px;
		display: block;
	}

	.topbar .search {
		float: right;
	}

	.topbar .language {
		float: right;
	}

	.topbar .language a {
		background-color: #005bab;
		height: 24px;
		padding-top: 2px;
		box-sizing: border-box;
	}

	.topbar .language a:hover {
		background-color: #016dcc;
	}

	.topbar .search a {
		background-color: #193682;
		height: 24px;
		padding-top: 2px;
		box-sizing: border-box;
	}

	.topbar .search a:hover {
		background-color: #20429b;
	}

	#headerInternalColumn {
		padding: 20px 0 0 260px;
	}

	table.gsc-search-box {
		width: 400px !important;
	}

	div.gsc-close-button {
		top: 20px;
	}

	#bc-search-form td.gsc-input input,
	#cse td.gsc-input input {
		width: 350px;
		font-size: 18px;
		padding: 1px 0;
	}

	input.gsc-search-button {
		width: 50px;
		height: 30px;
	}

	.navbar-header {
		padding: 0 25px;
		position: relative;
	}

	#logo {
		width: 191px;
		padding: 20px 0 0 0;
		z-index: 7;
	}

	.logo-white.show {
		height: auto;
		opacity: 1;
		visibility: visible;
		z-index: 2;
	}

	#nav-toggle,
	.search-sp,
	.navsp-wrap {
		display: none;
	}

	.navpc-wrap {
		display: block;
	}

	.navpc-wrap .nav > li {
		float: left;
		padding-left: 20px;
	}

	.navpc-wrap .nav > li:first-child {
		padding-left: 0;
	}

	.navpc-wrap .nav > li > a {
		color: #000;
		font-size: 14px;
		height: 70px;
		line-height: 70px;
		padding-left: 0 4px;
		position: relative;
		display: block;
	}

	.navpc-wrap .nav > li > a:after {
		content: "";
		height: 4px;
		position: absolute;
		left: 50%;
		bottom: 15px;
		display: block;
		background-color: #005bab;
		width: 0;
		-webkit-transition: all 400ms ease;
		-moz-transition: all 400ms ease;
		-o-transition: all 400ms ease;
		transition: all 400ms ease;
	}

	.navpc-wrap .nav > li.active > a:after,
	.navpc-wrap .nav > li > a:hover:after {
		width: 100%;
		left: 0;
	}

	.navpc-wrap .subnav {
		position: absolute;
		left: 0;
		right: 0;
		top: 70px;
		background-color: #fff;
		border-top: 1px solid #bababa;
		height: 400px;
		overflow: hidden;
	    display: none;
	}

	.navpc-wrap .subnav > div {
		height: 100%;
		width: 1010px;
		margin: 0 auto;
	}
	.navpc-wrap .subnav .cat-tab {
		width: 140px;
		height: 100%;
		float: left;
		z-index: 1;
		position: relative;
	}

	.navpc-wrap .subnav .cat-tab ul {
		height: 100%;
	}

	.navpc-wrap .subnav .cat-tab ul li {
		height: 50%;
	}

	.navpc-wrap .subnav .cat-tab ul li a {
		display: block;
		font-size: 14px;
		color: #000;
		background-color: #ececec;
		height: 100%;
		text-align: center;
	}

	.navpc-wrap .subnav .cat-tab ul li.active a {
		background-color: #005bab;
		color: #fff;
	}

	.navpc-wrap .subnav .cat-tab ul li a:before {
		content: "";
		display: inline-block;
		vertical-align: middle;
		height: 100%;
	}

	.navpc-wrap .subnav .cat-content {
		padding: 10px 15px 0 155px;
		position: relative;
		height: 400px;
		text-align: right;
		box-sizing: border-box;
	}

	.navpc-wrap .subnav .cat-content .close-subnav {
		position: absolute;
		right: 20px;
		bottom: 20px;
	}

	.navpc-wrap .subnav .cat-content .close-subnav img {
		width: 55px;
	}

	.navpc-wrap .subnav .cat-content .cat-item {
		width: 0;
		height: 0;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all 400ms ease;
	    -moz-transition: all 400ms ease;
	    -o-transition: all 400ms ease;
	    transition: all 400ms ease;
	    overflow: hidden;
	}

	.navpc-wrap .subnav .cat-content .cat-item.active {
		width: 100%;
		height: auto;
		opacity: 1;
		visibility: visible;
	}

	.navpc-wrap .cat-style-1 li {
		float: left;
		padding: 0 15px;
		box-sizing: border-box;
		width: 33.33334%;
		text-align: left;
	}

	.navpc-wrap .cat-style-1 li span {
		float: left;
		height: 43px;
		padding-top: 2px;
		box-sizing: border-box;
		width: 200px;
		line-height: 1.3;
	}

	.navpc-wrap .cat-style-1 li span:before {
		height: 100%;
		content: "";
		display: inline-block;
		vertical-align: middle;
	}

	.navpc-wrap .cat-style-1 li span em {
		font-style: normal;
		display: inline-block;
		vertical-align: middle;
	}

	.navpc-wrap .cat-style-1 li a {
		display: block;
		padding: 8px 0;
		font-size: 14px;
		color: #000;
		height: 45px;
		border-bottom: 1px solid #a6a6a6;
	}

	.navpc-wrap .cat-style-1 li a:hover {
		color: rgba(0, 0, 0, 0.7);
	}

	.navpc-wrap .cat-style-1 li img {
		width: 67px;
		float: right;
	}

	.navpc-wrap .cat-style-2 {
		padding: 20px 0 0 0;
	}

	.navpc-wrap .cat-style-2 li {
		float: left;
		box-sizing: border-box;
		width: 25%;
		padding: 0 15px 0;
	}

	.navpc-wrap .cat-style-2 li a {
		display: block;
		color: #000;
		font-size: 14px;
	}

	.navpc-wrap .cat-style-2 li img {
		width: 100%;
		display: block;
		border:1px double #E3E3E3;
	}

	.navpc-wrap .cat-style-2 li a:hover {
		color: rgba(0, 0, 0, 0.7);
	}

	.navpc-wrap .cat-style-2 li a span {
		display: block;
		text-align: center;
		padding: 8px 0 0 0;
		box-sizing: border-box;
		height: 45px;
		line-height: 1.3;
	}
}

/*@media screen and (min-width: 1401px){
	.navpc-wrap .subnav .cat-content p.close-ico {
		position: absolute;
		right: 20px;
		bottom: 20px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1400px){
	.navpc-wrap .subnav .cat-content p.close-ico {
		position: absolute;
		width: 1400px;
		top: 520px;
		padding-right: 20px;
	}
}*/
/*@media screen and (min-width: 992px)*/
@media screen and (min-width: 768px) {
	#headerInternalColumn {
		padding: 20px 0 0 306px;
	}

	#bc-search-form td.gsc-input input,
	#cse td.gsc-input input {
		width: 400px;
	}

	.navpc-wrap .cat-style-1 li span {
		width: 73%;
	}

	.navpc-wrap .subnav {
		height: 400px;
	}

	.navpc-wrap .subnav .cat-content .cat-inner {
		width: 100%;
		margin: 0 auto;
	}
}
/*
@media screen and (min-width: 1010px) {
	.navpc-wrap .cat-style-1 li a,
	.navpc-wrap .cat-style-2 li a {
		font-size: 14px;
	}
}

@media screen and (min-width: 1100px) {
	.navpc-wrap .cat-style-1 li span {
		width: 200px;
	}

	.navpc-wrap .subnav {
		height: 530px;
	}

	.navpc-wrap .subnav .cat-content .cat-inner {
		width: 1106px;
		margin: 0 auto;
	}
}

@media screen and (min-width: 1200px) {
	.navpc-wrap .subnav {
		height: 530px;
	}

	.navpc-wrap .subnav .cat-content .cat-inner {
		width: 1106px;
		margin: 0 auto;
	}
}

@media screen and (min-width: 1400px) {
	.navpc-wrap .cat-style-1 li span {
		width: 270px;
	}

	.navpc-wrap .subnav .cat-content {
		padding: 10px 77px 0 217px;
	}

	.navpc-wrap .subnav {
		height: 530px;
	}

	.navpc-wrap .subnav .cat-content .cat-inner {
		width: 1106px;
		margin: 0 auto;
	}
}
*/

/* -----------------------------------------
3. Content
-------------------------------------------- */


/* -----------------------------------------
4. Footer
-------------------------------------------- */
#footer {
	color: #fff;
}

.navbar-footer {
	background-color: #005bab;
	padding: 33px 0 37px;
	border-top: 1px solid #8cb5d9;
}
.navbar-footer .container{ padding:0; width: 800px; height: 335px;}
.navbar-footer h3 {
	font-size: 13px;
	margin: 0 0 10px;
}

.fnav {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 12px;
}

.fnav.mb8 {
	margin-bottom: 8px;
}

.fnav.mb20 {
	margin-bottom: 20px;
}

.fnav li a,
.navbar-footer h3 a {
	color: #fff;
}

.fnav li a:hover,
.navbar-footer h3 a:hover {
	color: rgba(255, 255, 255, 0.7);
}

.copyright {
	text-align: center;
	background-color: #193682;
	padding: 20px 15px 18px;
}
.copyright .container{ padding:0;}
.copyright ul {
	font-size: 0;
	margin: 0 0 10px;
}

.copyright ul li {
	display: inline-block;
	font-size: 10px;
}

.copyright ul li a {
	color: #fff;
}

.copyright ul li a:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 10px;
	width: 1px;
	background-color: #fff;
	margin: 0 9px;
}

.copyright ul li:last-child a:after {
	display: none;
}

.copyright ul li a:hover {
	color: rgba(255, 255, 255, 0.7);
}

.copyright p {
	font-size: 10px;
}

@media screen and (min-width: 768px) {
	.copyright {
		padding: 27px 15px 25px;
	}

	.copyright p,
	.copyright ul li {
		font-size: 11px;
	}
}

/* @media screen and (min-width: 1010px) {
	.navbar-footer {
		padding-left: 115px;
	}
} */

.bg_fff{
	background: #fff;
}

.pagetop {
	font-size: 0;
	height: 0;
	position: relative;
}

.pagetop a {
	display: block;
	position: absolute;
	right: 20px;
	bottom: 20px;
}