﻿body {
	font-family: "Microsoft YaHei", Arial;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.6;
	color: #444;
	background: #fff;
	position: relative;
}
p {
	margin: 0;
	font-weight: normal;
}
h2, h3 {
	color: #444;
	font-family: "Microsoft YaHei", "Open Sans", Arial, sans-serif;
	font-weight: 400;
}
::-webkit-selection {
color: #fff;
background: #323232;
}
::-moz-selection {
color: #fff;
background: #323232;
}
a {
	color: #666;
	text-decoration: none
}
a:focus, a:hover {
	color: #006db5;
}
.button {
	background: #ff6d00;
}
.nav a:hover {
	color: #65c2b8
}
.layout {
	overflow: hidden;
	width: 100%;
}
.not-animated {
	opacity: 0
}
header .layout {
	overflow: visible;
	width: 100%;
}
.input:focus {
	border: 1px solid #333
}
.line-big {
	margin-left: -17px;
	margin-right: -17px
}
.line-big .xl6, .line-big .xl12, .line-big .xs5, .line-big .xs6, .line-big .xs7, .line-big .xm3, .line-big .xm5, .line-big .xm7, .line-big .xb4, .line-big .xb8 {
	position: relative;
	min-height: 1px;
	padding-right: 17px;
	padding-left: 17px
}
.zoomimgs {
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}
.artzoomimgs {
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 62.5%;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}
.fh5co-heading {
	background: url(../images/title_bg.png) no-repeat center bottom;
}
.fh5co-heading h2 {
	color: #333;
	font-size: 30px;
	line-height: 1;
	padding-bottom: 15px;
	font-family: "Microsoft YaHei";
	font-weight: 700;
}
.fh5co-heading h2 span {
	color: #999;
	font-size: 14px;
	font-weight: 400;
}
/*顶部导航 begin*/
#fh5co-header .header-box {
	background: #fff;
}
#fh5co-header .head-top .logo {
	padding: 8px 0;
}
#fh5co-header .head-top .logo img {
	max-width: 100%;
}
#fh5co-header .head-middle {
	border-top: 1px solid #e5e5e5;
	position: relative;
}
#fh5co-header .head-middle .nav_bg {
	position: absolute;
	width: 20%;
	height: 100%;
	top: 0;
	left: 0;
	background: #006db5;
}
#fh5co-header .head-middle .top-contact ul {
	line-height: 47px;
	background: #006db5;
	padding-left: 0;
	line-height: 47px;
}
#fh5co-header .head-middle .top-contact ul li {
	position: relative;
	display: inline-block;
	padding: 0 25px;
}
#fh5co-header .head-middle .top-contact ul li#hov-weixin-id {
	border-right: 1px solid #005d9a;
}
#fh5co-header .head-middle .top-contact ul li .content {
	background-clip: padding-box;
	border: 1px solid rgba(204, 213, 219, 0.8);
	border-radius: 4px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
	left: -39px;
	min-height: 32px;
	padding: 0;
	position: absolute;
	text-align: left;
	top: 42px;
	white-space: normal;
	width: 150px;
	z-index: 1800;
	background: #fff;
}
#fh5co-header .head-middle .top-contact ul li .content:before {
	position: absolute;
	top: -9px;
	left: 46px;
	width: 0;
	height: 0;
	content: '';
}
#fh5co-header .head-middle .top-contact ul li .content:after {
	content: '';
	position: absolute;
	left: 46px;
	top: -7px;
	left: 50%;
	margin-left: -9px;
	width: 13px;
	height: 13px;
	box-sizing: border-box;
	overflow: hidden;
	border-width: 1px 1px 0 0;
	border-color: rgba(204, 213, 219, 0.85);
	border-style: solid;
	background: linear-gradient(225deg, #fff 50%, transparent 50%);
	transform: rotate(-45deg);
}
#fh5co-header .head-middle .top-contact ul li .content img {
	max-width: 100%;
}
#fh5co-header .head-middle .top-contact ul li .content p {
	font-size: 18px;
	padding: 30px 5px;
}
#fh5co-header .head-middle .top-contact ul li i {
	font-size: 18px;
	color: #fff;
	display: block;
	height: 32px;
	line-height: 28px;
	width: 32px;
	text-align: center;
	transition: all 0.3s ease 0s;
	border-radius: 50%;
	border: 2px solid #fff;
}
#fh5co-header .head-middle .top-contact ul li i:hover {
	color: #fff
}
#fh5co-header .head-middle .navbar-body .nav li {
	margin: 0;
	padding: 0;
	display: inline;
	padding: 0 20px;
}
#fh5co-header .head-middle .navbar-body .nav li a {
	color: #666;
	font-size: 16px;
	font-weight: normal;
	padding: 0;
	text-align: center;
	text-decoration: none;
	line-height: 45px;
	padding: 0 12px;
}
#fh5co-header .head-middle .navbar-body .nav li a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -8px;
	width: 1px;
	height: 16px;
	background: #e5e5e5;
}
#fh5co-header .head-middle .navbar-body .nav li a.first-level:before {
	display: none;
}
#fh5co-header .head-middle .navbar-body .nav li a:hover, #fh5co-header .navbar-body .nav li.current a, #fh5co-header .navbar-body .nav li:hover a.first-level {
	color: #ff6d00;
	border-bottom: 2px solid #ff6d00;
}
#fh5co-header .search {
	height: 37px;
	padding: 0 0 0 10px;
	margin-top: 30px;
}
#fh5co-header .search input.inputkey {
	border: 1px solid #ff6d00;
	color: #999;
	height: 37px;
	line-height: 37px;
	padding: 0 0 0 5px;
	width: 245px;
	float: left
}
#fh5co-header .search button {
	display: block;
	height: 37px;
	width: 70px;
	float: left;
	border: none;
	background: #ff6d00;
	padding: 0;
	margin: 0;
	color: #fff;
	font-size: 14px;
	font-family: "微软雅黑";
}
/*顶部导航 end*/

/*手机版顶部导航 begin */
/*手机版顶部导航 end */



/* 底部 begin*/
footer .foot-bg {
	background: #005d9a;
	color: #fff;
	padding: 25px 0;
}
footer a {
	color: #fff;
}
footer .foot-logo {
	width: 20%;
	float: left;
}
footer .foot-right {
	width: 80%;
	float: left;
	border-left: 1px solid #fff;
	padding-left: 35px;
}
footer .foot-right .foot-nav {
	overflow: hidden;
	margin-bottom: 10px;
}
footer .foot-right .foot-nav ul {
	padding: 0;
}
footer .foot-right .foot-nav ul li {
	float: left;
	list-style: none;
}
footer .foot-right .foot-nav ul li a {
	margin: 0 15px;
}
footer .foot-right .foot-nav ul li:first-child a {
	margin-left: 0;
}
footer .foot-right .foot-link {
	padding: 5px 0 0px;
}
footer .foot-right .foot-link a {
	font-size: 12px;
}
/* 底部 end*/

/*首页轮换图片 begin*/
.flexslider a:active, .flexslider a:focus {
	outline: none;
}
.slides {
	margin: 0;
	padding: 0;
	list-style: none;
}
.flexslider {
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
	position: relative
}
.flexslider .slides > li a {
	display: block;
	height: 100%
}
.flexslider .slides img {
	width: 100%;
	display: block;
}
.slides:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/*首页轮换图片 end*/


/*首页关于我们begin*/
#fh5co-about-us .bg-about {
	background: #006db5;
	padding: 60px 0 0px;
}
#fh5co-about-us .bg-about-bottom img {
	width: 100%;
	height: auto;
}
#fh5co-about-us .fh5co-heading h2 {
	color: #fff;
}
#fh5co-about-us .fh5co-heading h2 span {
	color: #f7f7f7;
}
#fh5co-about-us .about-box {
	padding-top: 50px;
}
#fh5co-about-us .about-box .media-img {
	position: relative;
	overflow: hidden;
	padding-top: 5px;
}
#fh5co-about-us .about-box .media-img img {
	width: 100%
}
#fh5co-about-us .about-box .intro, #fh5co-about-us .about-box .intro p {
	line-height: 1.8;
	color: #fff;
}
#fh5co-about-us .about-box .intro p.more {
	transition: color 0.4s ease 0s;
	white-space: nowrap;
	text-align: right;
	margin-top: 25px;
}
#fh5co-about-us .about-box .intro p.more a {
	display: inline-block;
	background-color: #ff6d00;
	font-size: 18px;
	color: #fff;
	padding: 12px 40px;
	line-height: 24px;
	border-radius: 8px;
}
#fh5co-about-us .about-box .intro p.more a:hover {
	background: #fff;
	color: #006db5;
}
/*首页关于我们 end*/
/* 首页产品展示 begin*/
#fh5co-product-list .bg-product {
	padding: 60px 0 50px;
	background: #f7f7f7;
}
#fh5co-product-list .show-list {
	padding: 50px 0 0px 0;
}
#fh5co-product-list .show-list .show-product .item {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
#fh5co-product-list .show-list .show-product .media-img {
	overflow: hidden;
	border: 3px solid #fff;
}
#fh5co-product-list .show-list .show-product h3 {
	padding: 10px 0;
	margin-bottom: 5px;
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
	font-family: "Microsoft YaHei";
}
#fh5co-product-list .show-list .show-product h3 a {
	color: #333;
	font-size: 18px;
}
#fh5co-product-list .show-list .show-product .item:hover .media-img {
	border: 3px solid #006db5;
}
#fh5co-product-list .show-list .show-product .item:hover h3 a {
	color: #006db5;
}
#fh5co-product-list .show-list a.more {
	display: inline-block;
	padding: 12px 40px;
	background: #ff6d00;
	color: #fff;
	font-size: 18px;
	border-radius: 8px;
}
/* 首页产品展示 end*/

/* 产品展示 begin*/
.show-product .media-img {
	overflow: hidden;
	border: 1px solid #ddd;
}
.show-product .media-img:hover {
	border: 1px solid #006db5;
}
.show-product h3 {
	margin-top: 3px;
	white-space: nowrap;
	overflow: hidden
}
.show-product h3 a {
	font-size: 14px;
}
/* 产品展示 end*/


/* 首页新闻中心 begin*/
#fh5co-news-list .bg-news {
	background-color: #fff;
	padding: 55px 0 70px;
}
#fh5co-news-list .show-list {
	padding-top: 50px;
}
.left-new {
	width: 45.3333%;
	float: left;
}
.right-new {
	width: 54.6666%;
	float: left;
}
#fh5co-news-list .show-list .left-new .item .media-img {
	overflow: hidden;
	text-align: center
}
#fh5co-news-list .show-list .left-new .item h3 {
	font-size: 14px;
	font-weight: normal;
	margin: 6px 0 0px;
	white-space: nowrap;
	overflow: hidden
}
#fh5co-news-list .show-list .left-new .item h3 a {
	color: #333;
	font-size: 16px;
}
#fh5co-news-list .show-list .left-new .item h3 a:hover {
	color: #006db5;
}
#fh5co-news-list .show-list .left-new .item span.time {
	color: #999;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#fh5co-news-list .show-list .left-new .item .desc {
	color: #666;
	line-height: 150%;
	margin-top: 10px;
}
#fh5co-news-list .show-list .right-new ul {
	padding: 0;
}
#fh5co-news-list .show-list .right-new ul li {
	list-style: none;
	margin-bottom: 20px;
	overflow: hidden;
}
#fh5co-news-list .show-list .right-new ul li .time {
	float: left;
	width: 70px;
	margin-right: 20px;
	background: #006db5;
	text-align: center;
	color: #fff;
}
#fh5co-news-list .show-list .right-new ul li .time .time-day {
	font-size: 24px;
	border-bottom: 1px solid #fff;
	line-height: 45px;
}
#fh5co-news-list .show-list .right-new ul li .content {
	overflow: hidden;
}
#fh5co-news-list .show-list .right-new ul li .content h3 {
	font-size: 16px;
	line-height: 1;
	margin-bottom: 8px;
	white-space: nowrap;
	overflow: hidden;
}
#fh5co-news-list .show-list .right-new ul li .content h3 a {
	color: #333;
	line-height: 1;
}
#fh5co-news-list .show-list .right-new ul li .content .desc {
	color: #666;
	line-height: 1.6;
}
#fh5co-news-list .show-list .right-new ul li .content .desc .more a {
	float: right;
	font-size: 12px;
	color: #36863d;
	margin-top: 3px;
}
/* 首页新闻中心 end*/

/* 首页底部信息 begin*/
#fh5co-bottom-info .bg-bottom {
	padding: 30px 0 40px;
	background: url(../images/bottom.jpg) no-repeat center;
	background-size: cover;
}
#fh5co-bottom-info .content {
	padding-top: 5px;
	padding-bottom: 8px;
	line-height: 240%;
	color: #fff;
}
#fh5co-bottom-info h3 {
	color: #ff6d00;
	font-size: 18px;
}
#fh5co-bottom-info p {
	color: #fff;
	margin: 10px 0;
}
#fh5co-bottom-info .contact-form .input {
	border-radius: 0;
	background: #dfdfdf;
}
#fh5co-bottom-info .contact-form input {
	width: 280px;
}
#fh5co-bottom-info .contact-form .button {
	color: #fff;
	border-radius: 0;
	border: 0;
	padding: 6px 25px;
}
#fh5co-bottom-info .contact-form .button:hover {
	background-color: #ca661c;
}
/* 首页底部信息 end*/

/* 内页 begin*/
/*分页*/
/*文章*/
/*内页banner*/
/*在线客服*/
/*在线客服 end*/

/*手机底部导航*/
#toolbar {
	display: none;
}
 @media (min-width:1000px) and (max-width:1199px) {
.artzoomimgs {
	padding-bottom: 80%;
}
#fh5co-header .head-middle .top-contact ul li {
	padding: 0 20px;
}
#fh5co-header .head-middle .nav_bg {
	width: 10%;
}
#fh5co-header .head-middle .navbar-body .nav li {
	padding: 0 10px;
}
#fh5co-header .head-middle .navbar-body .nav li a {
	padding: 0 10px;
}
#fh5co-about-us .media-img img {
	height: 380px;
}
}
 @media screen and (max-width:1000px) {
#fh5co-header .search input.inputkey {
	width: 185px;
}
#fh5co-header .head-middle .nav_bg {
	display: none;
}
#fh5co-header .navbar-head {
	display: none;
}
#fh5co-header .head-middle .navbar-body .nav li {
	padding: 0 7px;
}
#fh5co-header .head-middle .navbar-body .nav li a {
	padding: 0 8px;
}
#fh5co-product-list .bg-product {
	padding: 45px 0 30px;
}
#fh5co-product-list .show-list .show-product .item {
	margin-bottom: 20px;
}
#fh5co-product-list .show-list .show-product h3 a {
	font-size: 16px;
}
#fh5co-about-us .bg-about {
	padding: 40px 0 20px;
}
#fh5co-about-us .about-box .intro {
	padding: 15px 20px 0 30px;
}
#fh5co-about-us .about-box .intro .desc {
	height: 180px;
	overflow: hidden
}
#fh5co-about-us .about-box .intro p.more {
	margin-top: 10px;
}
#fh5co-about-us .about-box .intro p.more a, #fh5co-product-list .show-list a.more {
	padding: 8px 30px;
	font-size: 16px;
}
#fh5co-news-list .bg-news {
	padding: 45px 0 30px;
}
#fh5co-news-list .show-list .right-new ul li .content .desc {
	height: 45px;
	overflow: hidden;
}
footer .foot-logo {
	width: 15%;
}
footer .foot-right {
	width: 85%;
}
.line-big {
	margin-left: -10px;
	margin-right: -10px
}
.line-big .xl6, .line-big .xl12, .line-big .xs5, .line-big .xs6, .line-big .xs7, .line-big .xm3, .line-big .xm5, .line-big .xm7, .line-big .xb4, .line-big .xb8 {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px
}
}
 @media screen and (max-width:760px) {
#fh5co-header .head-top .logo img {
	width: 270px;
}
#fh5co-header .head-middle .navbar-body {
	display: none;
}
.flexslider .slides img {
	min-height: 180px;
}


#fh5co-about-us .bg-about {
	padding: 40px 0 0px;
}
#fh5co-about-us .about-box {
	padding-top: 10px;
}
#fh5co-about-us .about-box .intro {
	padding: 15px;
}
#fh5co-about-us .about-box .intro .desc {
	height: auto;
}
#fh5co-about-us .about-box .intro p.more {
	margin-top: 15px;
}
#fh5co-about-us .about-box .media-img {
	display: none;
}
#fh5co-about-us .about-box .intro p.more {
	margin-top: 20px;
	text-align: center;
}
#fh5co-about-us .about-box .intro p.more a, #fh5co-product-list .show-list a.more {
	padding: 5px 25px;
	font-size: 14px;
}
#fh5co-product-list .bg-product {
	padding: 35px 0 30px;
}
#fh5co-product-list .show-list {
	padding-top: 25px;
}
#fh5co-news-list .show-list {
	padding-top: 25px;
}
#fh5co-news-list .show-list .item {
	text-align: center
}
.left-new {
	width: 100%;
}
.right-new {
	width: 100%;
}
#fh5co-news-list .line-big {
	margin-left: 0;
	margin-right: 0;
}
#fh5co-bottom-info .line-big {
	margin-left: 0;
	margin-right: 0;
}
#fh5co-bottom-info .contact-form {
	margin-top: 25px;
}
footer .foot-logo {
	width: 100%;
	margin-bottom: 20px;
}
footer .foot-right {
	width: 100%;
	padding: 0;
	border: 0;
}
.fh5co-heading h2 {
	font-size: 24px;
}
/*手机底部导航*/
.blank55 {
	height: 55px;
	line-height: 1px;
	clear: both;
}
#toolbar {
	color: #fff;
	width: 100%;
	height: 54px;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 6;
	background: #000;
	display: block;
}
#toolbar a {
	width: 100%;
	color: #fff;
	display: block;
	padding: 5px 0 0 0;
	line-height: 23px;
	font-size: 14px;
}
#toolbar a span {
	font-size: 22px;
	display: block;
}
}
 @media screen and (max-width:480px) {
#fh5co-header .navbar-head img {
	width: 100px;
}
#fh5co-news-list .show-list .item {
	text-align: left
}
#fh5co-news-list .item .media-img {
	text-align: left !important
}
.fh5co-heading {
	background-size: 240%;
}
.fh5co-heading h2 {
	font-size: 20px;
	padding-bottom: 8px;
	line-height: 1.3;
}
}
#fh5co-news-list .show-list .left-new .item .media-img {
	overflow: hidden;
	text-align: center
}
#fh5co-news-list .show-list .left-new .item .media-img img {
	max-width: 100%;
}
#fh5co-news-list .show-list .left-new .item h3 {
	font-size: 14px;
	font-weight: normal;
	margin: 6px 0 0px;
	white-space: nowrap;
	overflow: hidden
}
#fh5co-news-list .show-list .left-new .item h3 a {
	color: #333;
	font-size: 16px;
}
#fh5co-news-list .show-list .left-new .item h3 a:hover {
	color: #006db5;
}
#fh5co-news-list .show-list .left-new .item span.time {
	color: #999;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#fh5co-news-list .show-list .left-new .item .desc {
	color: #666;
	line-height: 150%;
	margin-top: 10px;
}
#fh5co-news-list .owl-carousel .owl-controls {
	position: relative;
}
#fh5co-news-list .owl-carousel .owl-controls {
	position: absolute;
	left: 10px;
	right: 10px;
	margin-top: 0;
}
#fh5co-news-list .owl-carousel .owl-pagination {
	text-align: right;
}
#fh5co-news-list .owl-theme .owl-controls .owl-page span {
	width: 11px;
	height: 11px;
	border-radius: 0;
	border: 1px solid #fff;
	background: #fff;
	opacity: 1;
	margin: 5px 3px;
}
#fh5co-news-list .owl-theme .owl-controls .owl-page.active span {
	background: #ff6d00;
}
#fh5co-news-list .show-list .right-new ul {
	padding: 0;
}
#fh5co-news-list .show-list .right-new ul li {
	list-style: none;
	margin-bottom: 20px;
	overflow: hidden;
}
#fh5co-news-list .show-list .right-new ul li .time {
	float: left;
	width: 70px;
	margin-right: 20px;
	background: #005d9a;
	text-align: center;
	color: #fff;
	border-radius: 8px;
}
#fh5co-news-list .show-list .right-new ul li .time .time-day {
	font-size: 24px;
	border-bottom: 1px solid #fff;
	line-height: 45px;
}
#fh5co-news-list .show-list .right-new ul li .time .time-year {
	line-height: 25px;
}
#fh5co-news-list .show-list .right-new ul li .content {
	overflow: hidden;
}
#fh5co-news-list .show-list .right-new ul li .content h3 {
	font-size: 16px;
	line-height: 1;
	margin-bottom: 8px;
	white-space: nowrap;
	overflow: hidden;
}
#fh5co-news-list .show-list .right-new ul li .content h3 a {
	color: #333;
	line-height: 1;
}
#fh5co-news-list .show-list .right-new ul li .content .desc {
	color: #666;
	line-height: 1.6;
}
#fh5co-news-list .show-list .right-new ul li .content .desc .more a {
	float: right;
	font-size: 12px;
	color: #36863d;
	margin-top: 3px;
}

/*首页轮换图片 begin*/
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
	outline: none;
}
.slides, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
.flexslider {
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
	position: relative
}
.flexslider .slides > li a {
	display: block;
	height: 100%
}
.flexslider .slides li .overlay {
	position: absolute;
	top: 35%;
	left: 0;
	right: 0;
	bottom: 0;
}
.flexslider .slides img {
	width: 100%;
	display: block;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
.slides:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
}
.no-js .slides > li:first-child {
	display: block;
}
.flex-control-nav {
	position: absolute;
	bottom: 15px;
	z-index: 2;
	width: 100%;
	text-align: center;
}
.flex-control-nav li {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 5px;
*display:inline;
	zoom: 1;
}
.flex-control-nav a {
	display: inline-block;
	cursor: pointer;
	width: 15px;
	height: 15px;
	float: left;
	text-indent: -2000px;
	background: none;
	border: 2px solid #ddd;
	border-radius: 50%
}
.flex-control-nav .flex-active {
	background: #FFF;
	border: 2px solid #fff;
}
.flex-direction-nav {
	position: absolute;
	z-index: 3;
	width: 100%;
	top: 50%;
	display: none
}
#fh5co-hero .flexslider .container {
	position: relative
}
/*首页轮换图片 end*/

/*手机版顶部导航 begin */
#fh5co-offcanvas, .fh5co-nav-toggle, #fh5co-page {
}
#fh5co-offcanvas, .fh5co-nav-toggle, #fh5co-page {
	position: relative;
}
#fh5co-page {
	z-index: 2;
}
#fh5co-offcanvas {
	display: none;
	right: 0;
	overflow-y: hidden;
	position: fixed;
	z-index: 8;
	top: 10px;
	width: 160px;
	background: #fff;
	padding: 0px 0px 10px 40px;
	border: 0;
}
.offcanvas-visible #fh5co-offcanvas {
	display: block;
}
#fh5co-offcanvas ul {
	padding: 0;
	margin: 0;
	overflow-x: hidden;
	border-radius: 0
}
#fh5co-offcanvas ul li {
	list-style: none;
	position: static;
	width: 100%;
	margin: 0;
	padding: 0;
}
#fh5co-offcanvas ul li:hover, #fh5co-offcanvas ul li.current {
}
#fh5co-offcanvas ul li a {
	font-size: 12px;
	color: #333;
	text-decoration: none !important;
	display: block;
	position: relative;
	line-height: 34px;
	margin: 0;
	padding: 0px 0 0 2px;
}
#fh5co-offcanvas ul li a:hover, #fh5co-offcanvas ul li.current a {
	color: #006db5;
}
#fh5co-offcanvas ul li a::after {
	background: #eee;
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0;
	right: 0;
	height: 1px;
}
#fh5co-offcanvas ul li ul {
	margin: 0;
	padding: 0;
	z-index: 6;
	position: relative;
	width: 100%;
	border: 0;
	box-shadow: 0
}
#fh5co-offcanvas ul li ul li {
	margin: 0;
	padding: 0;
	display: block;
	border: none;
	line-height: 28px;
}
#fh5co-offcanvas ul li ul li a, #fh5co-offcanvas ul li.current ul li a {
	background: #fff;
	color: #666;
	display: block;
	padding: 0px 20px 0px 20px;
	margin: 0;
	text-align: left;
	width: 100%;
	font-size: 12px;
	line-height: 28px;
	transition: none
}
#fh5co-offcanvas ul li ul li a:hover {
	background: #006db5;
	color: #fff;
	transition: none
}
#fh5co-offcanvas ul li ul li a::before, #fh5co-offcanvas ul li ul li a::after {
	background: none;
	height: 0;
	padding: 0
}
#fh5co-offcanvas ul li ul li ul {
	top: 0
}
.fh5co-nav-toggle {
	cursor: pointer;
	text-decoration: none;
}
.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
	background: #fff;
}
.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
	outline: none;
	border-bottom: none !important;
}
.fh5co-nav-toggle i {
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
*display: inline;
	width: 28px;
	height: 4px;
	color: #d80808;
	font: bold 14px/.4 Helvetica;
	text-transform: uppercase;
	text-indent: -55px;
	background: #76838f;
	transition: all .2s ease-out;
}
.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
	content: '';
	width: 28px;
	height: 4px;
	background: #76838f;
	position: absolute;
	left: 0;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.fh5co-nav-toggle i::before {
	top: -9px;
}
.fh5co-nav-toggle i::after {
	bottom: -9px;
}
.fh5co-nav-toggle:hover i::before {
	top: -10px;
}
.fh5co-nav-toggle:hover i::after {
	bottom: -10px;
}
.fh5co-nav-toggle.active i {
	background: none;
}
.fh5co-nav-toggle.active i::before {
	background: none
}
.fh5co-nav-toggle.active i::after {
	background: none
}
.fh5co-nav-toggle {
	position: fixed;
	top: 18px;
	right: 10px;
	z-index: 9;
	display: block;
	display: none;
	cursor: pointer;
}
.fh5co-nav-toggle.active {
	right: 129px !important;
	top: 15px !important;
	background: url(../images/coo.gif) no-repeat left top;
	width: 20px;
	height: 23px;
}
/*手机版顶部导航 end */