header {
	width: 100%;
	position: fixed;
	background: #fff;
	left: 0;
	top: 0;
	box-shadow: 5px 0 5px rgba(0, 0, 0, .11);
	z-index: 110;/* display: none */
}
.logo {
	line-height: 105px;
	padding-left: 1.35%;
	float: left;
}
.logo a {
	display: block
}
/*.logo img{
	display: none;
}*/
.btn {
	float: right;
	width: 105px;
	height: 105px;
	background: transparent;
	border-radius: 2px;
	cursor: pointer;
	text-align: center;
	line-height: 3px;
	box-sizing: border-box;
	padding-top: 2px;
	transition: 0.4s ease-in-out;
	position: relative;
	z-index: 555;
	background: #015ca5;
	position: relative;
}
.btn div {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
}
.btn i {
	display: block;
	margin: 0 auto;
	width: 30px;
	height: 2px;
	background: #fff;
	margin-top: 9px;
	border-radius: 5px;
}
.btn i:nth-child(1) {
	transition: 0.4s ease-in-out 0.3s;
	margin-top: 0
}
.btn i:nth-child(2) {
	transition: 0.4s ease-in-out;
}
.btn i:nth-child(3) {
	transition: 0.4s ease-in-out 0.3s;
}
.btn.active i:nth-child(1) {
	transform: rotate(45deg) translateY(8px) translateX(6px);
}
.btn.active i:nth-child(2) {
	transform: translateX(40px);
	opacity: 0;
}
.btn.active i:nth-child(3) {
	transform: rotate(-45deg) translateY(-9px) translateX(7px);
}
.btn:hover i {
	background: #fff;
}
.search {
	float: right;
	position: relative;
	padding-right: 10px
}
.search span {
	display: inline-block;
	vertical-align: middle;
	line-height: 105px;
	font-size: 30px;
	color: #216fd3;
	font-weight: bold;
	cursor: pointer;
}
.search em {
	display: inline-block;
	vertical-align: middle;
	/*line-height: 105px;*/
	font-size: 20px;
	/*font-weight:bold;*/
	color: #216fd3;
	cursor: pointer;
}
.search a {
	display: inline-block;
	vertical-align: middle;
	line-height: 13px;
	color: #a6a6a6;
	margin-right: 14px;
	padding-right: 14px;
	border-right: 1px solid #ebebeb
}
.search .tel {
	background: url(../img/tel.png) left center no-repeat;
	width: 38px;
	height: 33px;
}
.search h6 {
	line-height: 105px;
	color: #015ca5;
	display: inline-block;
	vertical-align: middle;
	padding: 0 12px;
	cursor: pointer;
}
.search form {
	position: absolute;
	background: #015ca5;
	padding: 10px;
	top: 100%;
	right: 0;
	white-space: nowrap;
	display: none
}
.search input {
	display: inline-block;
	border: none;
	outline: none;
	height: 30px;
	line-height: 30px;
	padding: 0 5px
}
.search button {
	display: inline-block;
	padding: 0 4px;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #fff;
	height: 30px;
	line-height: 30px;
	box-sizing: border-box
}
.search button:hover {
	background: #fff;
	color: #015ca5
}
.nav {
	float: right;
	margin-right: 190px;
}
.nav>li {
	display: inline-block;
	vertical-align: middle;
}
.nav>li a {
	display: block;
	position: relative;
	padding: 0 29px;
	line-height: 105px;
	color: #414141;
	font-size: 16px;
}
.nav>li a:after {
	position: absolute;
	content: '';
	display: block;
	width: 2px;
	height: 2px;
	right: -1px;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	background: #dcdcdc
}
.nav>li:last-child a:after {
	display: none
}
.nav>li a:before {
	content: '';
	width: 23px;
	height: 6px;
	background: #216fd3;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%) translateY(50%);
	-ms-transform: translateX(-50%) translateY(50%);
	-webkit-transform: translateX(-50%) translateY(50%);
	opacity: 0;
}
.nav>li.ac a:before, .nav>li:hover a:before {
	opacity: 1;
}
.nav>li.ac a, .nav>li:hover a {
	color: #216fd3
}
.nav_select {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	background: #fff;
	padding: 42px 0;
	box-shadow: inset 0px 15px 10px -15px rgba(0, 0, 0, .11);
	display: none
}
.nav_box {
	display: inline-block;
	vertical-align: top;
}
.nav_img {
	vertical-align: top;
	display: inline-block;
	width: 20.0625%;
	margin-right: 5%
}
.nav_img img {
	width: 100%
}
.nav_box li {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	margin-right: 65px
}
.nav_box li a {
	display: block;
	position: relative;
	line-height: 35px;
	color: #666666;
	text-transform: uppercase;
}
.nav_box li a:first-child {
	font-size: 18px;
	color: #000;
	font-weight: bold;
	margin-bottom: 16px;
}
.nav_box li a span {
	position: absolute;
	font-weight: normal;
	font-size: 16px;
	left: -30px;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.nav_box li a:hover {
	color: #015ca5
}
.footer {
	padding: 60px 0 80px;
	background-image: url(../img/fbac_02.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.footer .f_nav ul {
	margin-top: 30px;
	width: 50%;
}
.f_nav {
	float: left;
	width: 40%;
}
.f_nav li {
	display: inline-block;
	vertical-align: top;
	width: 33.3%;
	margin-bottom: 10px;
	float: left;
}
.f_nav li a {
	color: #acafb6;
	font-weight: bold;
}
.f_nav li a:hover {
	color: #fff
}
.f_add {
	float: left;
	width: 25.625%;
}
.f_add h2 {
	margin-bottom: 16px;
	font-size: 24px;
	/*font-weight: bold;*/
	color: #acafb6
}
.f_add p {
	color: #979ca6;
	line-height: 28px;
}
.f_add1 {
	float: right;
	width: 34%;
}
.f_add1 h2 {
	margin-bottom: 16px;
	font-size: 24px;
	/*font-weight: bold;*/
	color: #acafb6
}
.f_add1 p {
	color: #979ca6;
	line-height: 28px;
}
.f_add1 p span {
	color: #f98900;
	font-weight: bold;
}
.f_tel {
	float: left;
	width: 27.375%;
}
.f_tel h2 {
	color: #979ca6;
	font-weight: bold;
	font-size: 30px;
}
.f_tel h2 span {
	display: inline-block;
	text-align: center;
	width: 32px;
	height: 32px;
	box-sizing: border-box;
	border: 2px solid #979ca6;
	border-radius: 50%;
	line-height: 32px;
	font-size: 20px;
	vertical-align: middle;
	margin-right: 18px;
}
.f_ewm {
	float: right;
	width: 12.75%;
	text-align: right
}
.ewm {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-left: 12px;
	text-align: center;
	cursor: pointer;
}
.ewm div {
	position: absolute;
	bottom: 115%;
	left: 50%;
	padding: 4px;
	background: #216fd3;
	display: none;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.ewm:hover div {
	display: block
}
.ewm span {
	font-size: 30px;
	color: #979ca6
}
.ewm p {
	color: #979ca6
}
.copyright {
	padding: 23px 0;
	background: #3c434c
}
.copyright p {
	float: left;
	line-height: 30px;
	color: #7a8089;
	font-size: 14px;
}
.links {
	float: right
}
.links span {
	display: inline-block;
	vertical-align: middle;
	line-height: 30px;
	color: #7a8089;
	font-size: 12px;
}
.links a {
	display: inline-block;
	vertical-align: middle;
	line-height: 30px;
	color: #7a8089;
	font-size: 12px;
}
.links a:hover {
	color: #fff
}
.pages {
	padding: 10px 0 0;
	text-align: center;
}
.pages ul {
	padding: 0;
}
.pages li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 4px;
}
.pages li a {
	display: block;
	border: 1px solid #B5B5B5;
	padding: 5px 15px;
	font-size: 14px;
	color: #666
}
.pages li:hover a, .pages li.active a {
	background: #056cb8;
	border-color: #056cb8;
	color: #fff;
}
div.flickr {
	padding: 0px;
	text-align: center;
	margin-top: 30px;
	font-size: 13px;
}
div.flickr .showpage {
	font-size: 13px;
}
div.flickr a {
	border: #dedfde 1px solid;
	background-position: 50% center;
	color: #666;
	margin-right: 6px;
	text-decoration: none;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	text-align: center;
	width: 50px;
	/*padding: 0px 15px;*/
	font-size: 13px;
	/*font-size:16px;*/
	border-radius: 50%;
}
div.flickr a:hover {
	border-right: #ddd 1px solid;
	border-top: #ddd 1px solid;
	background-image: none;
	border-left: #ddd 1px solid;
	color: #fff;
	border-bottom: #ddd 1px solid;
	background-color: #056cb8;
}
div.flickr a:active {
	border-right: #ddd 1px solid;
	border-top: #ddd 1px solid;
	background-image: none;
	border-left: #ddd 1px solid;
	color: #fff;
	border-bottom: #ddd 1px solid;
	background-color: #056cb8;
}
div.flickr span {
	color: #999;
	margin-right: 5px;
}
div.flickr span.current {
	border: #dedfde 1px solid;
	background-position: 50% bottom;
	color: #056cb8;
	margin-right: 6px;
	margin-left: 6px;
	text-decoration: none;
	font-size: 13px;
	/*font-size:16px;*/
	height: 50px;
	line-height: 50px;
	width: 50px;
	display: inline-block;
	text-align: center;
	/*padding: 0px 15px;*/
	font-weight: bold;
	border-radius: 50%;
}
div.flickr span.disabled {
	color: #adaaad;
	margin-right: 5px;
}
