﻿/* 微信：Bogu20 */
/* QQ：969222100 */
/* 仿站：www.12346.com */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.7;
	color: #454545;
	background: #fff;
	position: relative;
}
p {
	margin: 0;
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6, figure {
	color: #444;
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: 400;
}
::-webkit-selection {
color: #000000;
background: #005c97;
}
::-moz-selection {
color: #000000;
background: #005c97;
}
::selection {
	color: #000000;
	background: #005c97;
}
.margin-big-large-bottom {
	margin-bottom: 75px;
}
.margin-big-small-bottom {
	margin-bottom: 35px;
}
.margin-big-middle-bottom {
	margin-bottom: 50px;
}
.margin-big-middle-top {
	margin-top: 50px;
}
.text-lowercase {
	text-transform: lowercase;
}
.text-uppercase, .initialism {
	text-transform: uppercase;
}
.text-capitalize {
	text-transform: capitalize;
}
.float_bg {
	background: url(../images/qq_3.gif) repeat-y
}
a {
	color: #454545;
	text-decoration: none
}
a:focus, a:hover {
	color: #a9d08e;
}
.bg-main {
	background: #a9d08e
}
.text-main, a.text-main:link, a.text-main:visited, .button.border-main, blockquote.border-main strong, .pager.border-main a, .pager-prev.border-main, .pager-next.border-main, .nav a:hover, .nav-menu.nav-pills .active ul a:hover, .bg-inverse .nav-menu ul a:hover, .bg-inverse .nav.nav-menu.nav-tabs ul a:hover, .bg-inverse .nav.nav-menu.nav-tabs .active ul a:hover, .bg-inverse .nav.nav-menu.nav-pills ul a:hover, .bg-inverse .nav.nav-menu.nav-pills .active ul a:hover {
	color: #a9d08e
}
.passcode {
	border-left: 1px solid #ddd;
	border-radius: 0 4px 4px 0;
	height: 32px;
	line-height: 32px;
	margin: 1px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
}
.blankbig {
	height: 40px;
	line-height: 40px;
	clear: both;
	font-size: 0;
}
.detail h2, .detail h3 {
	line-height: 180%
}
.detail h3, .detail h1 {
	font-size: 16px;
	color: #322725;
}
.layout {
	overflow: hidden;
	width: 100%;
}
.noinfo {
	text-align: center
}
header .layout {
	overflow: visible;
	width: 100%;
}
.input:focus {
	border: 1px solid #333
}
.inner-banner {
	width: 100%;
	overflow: hidden
}
.inner-banner img {
	width: 100%;
}
.lefter {
	padding-right: 50px;
}
.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;/*图片不裁切需要全部显示改用background-size:contain，改变图片缩放比例改paddding-bottom的百分比,如图片宽高1:1 100%，4:3 75%，3:4 133.33%*/
}
.artzoomimgs {
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 33.3%;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;/*图片不裁切需要全部显示改用background-size:contain，改变图片缩放比例改paddding-bottom的百分比,如图片宽高1:1 100%，4:3 75%，3:4 133.33%*/
}
/*header begin*/
#fh5co-header .logo {
	overflow: hidden;
	margin: 13px 0 13px;
}
#fh5co-header .contact-box {
	margin-top: 25px;
	color: #585858;
	font-family: Arial;
	font-size: 18px;
}
#fh5co-header .contact-box .contact-tel {
	margin-right: 22px;
}
#fh5co-header .contact-box span {
	color: #000000;
	padding-right: 6px;
	font-size: 24px;
	vertical-align: middle
}
#fh5co-header .header-nav {
	z-index: 100000
}
#fh5co-header .nav li .downward {
	border: none
}
#fh5co-header .nav li a {
	display: inline-block;
	font-size: 18px;
	line-height: 45px;
	font-weight: bold;
	color: #000000;
	padding: 0px 30px 0;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	font-weight: normal
}
#fh5co-header .nav li a:hover, #fh5co-header .nav li.current a {
	color: #000000;
	text-decoration: none;
	background: #a9d08e
}
#fh5co-header .nav li:hover a {
	background-color: rgba(0,0,0,.20);
}
#fh5co-header .nav li ul {
	border: none;
	border-radius: 0;
	margin: 0;
	padding: 0;
	min-width: 160px;
	z-index: 1999;
}
#fh5co-header .nav li ul li {
	margin: 0;
	padding: 0;
	height: auto;
	display: block;
	height: auto;
	border-bottom: 1px solid #a9d08e
}
#fh5co-header .nav li ul li a {
	background: #a9d08e !important;
	color: #000000;
	display: block;
	width: 100%;
	padding: 0px 20px 0px 30px;
	margin: 0;
	text-align: left;
	min-width: 160px;
	font-size: 14px;
	line-height: 42px;
	font-weight: normal
}
#fh5co-header .nav li.current ul li a {
	color: #fff;
}
#fh5co-header .nav li ul li a:hover {
	background: #a9d08e !important;
	color: #fff;
}
#fh5co-header .nav li ul li ul {
	top: 0
}
#fh5co-header .navbar-form {
	margin: 10px 0 0;
	padding: 0
}
#fh5co-header .navbar-form input.inputkey {
	height: 25px;
	line-height: 25px;
	background-color: #a9d08e;
	width: 112px;
	padding-left: 12px;
	font-size: 9px;
	text-indent: 2px;
	color: white;
	border: 1px solid #fff;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	border-right: none; float:left
}
#fh5co-header .navbar-form button {
	height: 25px;
	width: 35px;
	background: url(../images/search.png);
	cursor: pointer;
	border: 1px solid #fff;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	border-left: none;
	color: #fff;
	font-size: 14px;
	margin-left: 0px;
}
/*header end*/

/* footer begin*/
footer {
	background: #a9d08e;
}
footer a {
	color: black;
	text-decoration: none;
}
footer a:hover {
	color: black;
}
footer .table-responsive {
	padding: 45px 0 20px;
}
footer .table-responsive .nav a {
	margin-bottom: 20px;
	border-bottom: 1px solid #a9d08e;
	color: black;
	font-size: 18px;
	width: 147px;
	padding-bottom: 10px;
}
footer .table-responsive .nav .contact_li a {
	width: 259px
}
footer .table-responsive .nav a:hover {
	color: #000305;
}
footer .table-responsive .nav ul li {
}
footer .table-responsive .nav ul a {
	color: #000305;
	font-size: 14px;
	margin-bottom: 15px;
	padding: 0px;
	font-weight: normal;
	border: none;
}
footer .table-responsive .nav ul a:hover {
	color: #000305;
	text-decoration: underline
}
footer .table-responsive .nav .contact_li {
	margin: 0;
	padding: 0;
	width: 369px
}
footer .table-responsive .nav .contact_li p {
	font-family: Verdana;
	font-size: 14px;
	padding-left: 54px;
	color: #000305;
}
footer .table-responsive .nav .contact_li div {
}
footer .table-responsive .nav .contact_li .f_addr {
	background: rgba(0, 0, 0, 0) url("../images/f1.png") no-repeat scroll left top;
	line-height: 35px;
	margin-bottom: 15px;
	margin-top: 15px;
	min-height: 50px;
}
footer .table-responsive .nav .contact_li .f_tel {
	background: rgba(0, 0, 0, 0) url("../images/f2.png") no-repeat scroll left center;
	height: 35px;
	line-height: 35px;
	margin-bottom: 24px;
}
footer .table-responsive .nav .contact_li .f_mol {
	background: rgba(0, 0, 0, 0) url("../images/fm.png") no-repeat scroll left center;
	height: 35px;
	line-height: 35px;
	margin-bottom: 24px;
}
footer .table-responsive .nav .contact_li .f_email {
	background: rgba(0, 0, 0, 0) url("../images/f3.png") no-repeat scroll left center;
	height: 35px;
	line-height: 35px;
}
footer .foot-bot {
	background: #ffffff;
}
footer .foot-bot ul.nav li {
	color: black;
	font-size: 14px;
	height: 13px;
	border-color: black;
	line-height: 100%;
	color: black;
}
footer .foot-bot .foot-copy {
	padding-top: 6px;
}
footer .foot-bot ul.nav li a {
	line-height: 100%;
	font-size: 14px;
	color: black;
	padding: 0 13px;
}
footer .foot-bot ul.nav li:first-child a {
	padding-left: 0
}
footer .foot-bot p {
	color: black;
	font-size: 14px;
}
footer .foot-bot .footbr {
	margin-top: 7px;
}
footer .foot-bot .footbr a {
	display: inline-block;
	height: 35px;
	margin-left: 13px;
	width: 35px;
}
footer .foot-bot .footbr .a1 {
	background: rgba(0, 0, 0, 0) url("../images/f5.png") no-repeat scroll center center;
}
footer .foot-bot .footbr .a2 {
	background: rgba(0, 0, 0, 0) url("../images/f6.png") no-repeat scroll center center;
}
footer .foot-bot .footbr .a3 {
	background: rgba(0, 0, 0, 0) url("../images/f7.png") no-repeat scroll center center;
}
footer .foot-bot .footbr .a4 {
	background: rgba(0, 0, 0, 0) url("../images/f8.png") no-repeat scroll center center;
}
footer .foot-bot .foot-link {
	padding: 2px 0 3px;
	color: #fff
}
footer .foot-bot .foot-link a {
	margin: 0 5px;
}
/* footer end*/

/*banner 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;
}
.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: 20px;
	z-index: 2;
	width: 100%;
	text-align: center;
}
.flex-control-nav li {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 5px;
*display:inline;
	zoom: 1;
}
.flex-control-nav a {
	display: inline-block;
	cursor: pointer;
	width: 12px;
	height: 12px;
	border-radius: 12px;
	float: left;
	text-indent: -2000px;
	background: #d5d8dc;
}
.flex-control-nav .flex-active {
	background: #005c97;
}
.flex-direction-nav {
	position: absolute;
	z-index: 3;
	width: 100%;
	top: 50%;
}
.flex-direction-nav li a {
	display: block;
	width: 26px;
	height: 46px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	margin-top: -46px;
	text-indent: -999em;
	top: 50%;
}
.flex-direction-nav li a.flex-prev {
	left: 0;
	background: url("../images/prev.png") no-repeat;
	opacity: 1;
}
.flex-direction-nav li a.flex-next {
	right: 0;
	background: url("../images/next.png") no-repeat;
	opacity: 1;
}
.flex-direction-nav li a.flex-next:hover {
	background: url("../images/next.png") no-repeat;
	opacity: 1;
}
.flex-direction-nav li a.flex-prev:hover {
	background: url("../images/prev.png") no-repeat;
	opacity: 1;
}
/*banner end*/

/* home product  begin*/
#fh5co-product-list .show_body {
	position: relative
}
#fh5co-product-list .fh5co-heading {
}
#fh5co-product-list .fh5co-heading h2 {
	border-bottom: 1px solid #a9d08e;
	color: #a9d08e;
	font-size: 32.06px;
	margin-top: 60px;
	margin-bottom: 70px;
	padding-bottom: 16px;
}
.scrollable {
	overflow: hidden;
}
.scrollable .caroufredsel_wrapper {
	margin: 0 auto !important;
}
.scrollable ul {
	padding: 0;
	_margin-left: -5px !important;
	list-style: none;
	overflow: hidden;
	width: 10000em;
}
.scrollable ul li {
	padding: 0px 0px 0 0;
	margin: 0 29px 0 0;
	display: block;
	float: left;
	width: 273px;
}
.scrollable ul li:nth-child(4n) {
	margin-right: 0
}
.scrollable ul li:hover a {
	color: #005c97
}
.scrollable ul li p a {
	display: block;
}
.scrollable ul li .zoomimgs {
	border: 1px solid #dcdcdc;
}
.scrollable ul li img:hover {
}
.scrollable ul li p.imgs {
	margin: 0 auto 10px;
	overflow: hidden;
	width: 216px;
}
.scrollable ul li p .zoomimgs:hover {
	border: 1px solid #005c97;
}
.scrollable ul li h2 {
	font-size: 18px;
	margin-bottom: 8px;
	line-height: 22px;
	white-space: nowrap;
	overflow: hidden
}
.scrollable ul li h2 a {
	font-size: 18px;
	font-weight: normal;
	color: #333;
}
.scrollable ul li h2 a:hover {
	text-decoration: none;
}
.scrollable p.desc {
	color: #888;
	font-size: 14px;
	line-height: 1.5;
	height: 40px;
	overflow: hidden
}
.carousel-direction a {
	color: #fff;
	cursor: pointer;
	display: block;
	font-family: simsun;
	font-size: 30px;
	height: 15px;
	overflow: hidden;
	position: absolute;
	text-decoration: none;
	top: 102px;
	transition: all 0.3ss ease-out 0s;
	width: 13px;
	z-index: 100;
}
.carousel-direction a.carousel-prev {
	background: url(../images/left2.png) no-repeat;
}
.carousel-direction a.carousel-next {
	background: url(../images/right2.png) no-repeat;
}
.carousel-direction a.disabled, .carousel-direction a.disabled:hover {
	background-color: #e5e5e5;
	color: #ccc;
	cursor: default;
}
.scrollable a.carousel-prev {
	right: 27px;
}
.scrollable a.carousel-next {
	right: 10px;
}
/*product*/
.pro-item {
	margin-bottom: 30px;
}
.pro-item:hover {
}
.pro-item .portfolio-img {
	overflow: hidden;
}
.pro-item .portfolio-img .zoomimgs {
	border: 1px solid #dcdcdc;
}
.pro-item .portfolio-img .zoomimgs:hover {
	border: 1px solid #005c97;
}
.pro-item h2 {
	font-size: 18px;
	margin-top: 12px;
	margin-bottom: 8px;
	line-height: 22px;
	white-space: nowrap;
	overflow: hidden
}
.pro-item h2 a {
	font-size: 18px;
	font-weight: normal;
	color: #333;
}
.pro-item h2 a:hover {
	text-decoration: none;
}
.pro-item p.desc {
	color: #888;
	font-size: 14px;
	line-height: 1.5;
	height: 40px;
	overflow: hidden;
	text-align: center
}
/* home product end*/

/*home about us begin*/
#fh5co-about-us {
	background: #eee;
	padding: 60px 0;
}
#fh5co-about-us h2 {
	color: #005c97;
	font-size: 32px;
	margin-bottom: 20px;
}
#fh5co-about-us h3 a {
	color: #005c97;
	font-size: 18px;
}
#fh5co-about-us .img-box {
	margin: 0 !important;
	padding: 0
}
#fh5co-about-us .intro {
	margin-left: 20px;
}
#fh5co-about-us .intro, #fh5co-about-us .intro p {
	font-size: 14px;
	line-height: 25px;
	color: #555
}
#fh5co-about-us img {
	max-width: 100%
}
#fh5co-about-us a.learn_more {
	background: rgba(0, 0, 0, 0) url("../images/i11.png") no-repeat;
	display: inline-block;
	height: 33px;
	width: 110px;
	margin-top: 12px;
}
/*home about us end*/

/* home news begin*/
#fh5co-news-list .fh5co-heading h2 {
	color: #005c97;
	font-size: 32.1px;
	margin: 0px auto;
}
#fh5co-news-list .fh5co-heading p {
	color: #999999;
	font-size: 17.74px;
	padding-top: 18px;
}
#fh5co-news-list .fh5co-heading hr {
	width: 60%;
	background: #72A8CA;
	text-align: center;
	margin: 0 auto
}
#fh5co-news-list .show_list h2 {
	font-size: 24px;
	margin: 10px 0 5px;
}
#fh5co-news-list .show_list h2 a {
	color: #585858
}
#fh5co-news-list .show_list p {
	color: #858585;
	font-size: 14px;
}
/* home news end*/

/* inner begin*/
#fh5co-content_show .ur_here {
	font-size: 14px;
}
#fh5co-content_show .ur_here .bread {
	padding: 0
}
#fh5co-content_show .ur_here a {
	font-size: 14px;
	color: #666
}
#fh5co-content_show .ur_here li {
	font-size: 14px;
	color: #666
}
#fh5co-content_show .nav-inline {
	list-style: outside none none;
}
#fh5co-content_show .nav li {
	margin: 0;
	padding: 0;
	display: inline
}
#fh5co-content_show .nav li a {
	font-size: 18px;
	display: inline-block;
	padding: 11px 20px;
	margin: 0 5px 20px;
	color: #fff;
	font-weight: normal;
	background: #979595
}
#fh5co-content_show .nav li a:hover, #fh5co-content_show .nav li.active a {
	text-decoration: none;
	color: #fff;
}
#fh5co-content_show .show_body {
	font-size: 14px;
}
#fh5co-content_show .detail img {
	height: auto !important;
	max-width: 100%;
	vertical-align: middle;
}
#fh5co-content_show .detail img {
	opacity: 0.9;
}
#fh5co-content_show .detail p {
	text-indent: 0;
}
#fh5co-content_show .qhd-title span {
	margin: 0 5px;
	font-size: 12px;
	color: #999
}
#fh5co-content_show .title {
	border-bottom: 1px solid #dedede;
	height: 33px;
	margin-bottom: 30px;
	text-align: left;
}
#fh5co-content_show .title h2 {
	border-bottom: 1px solid #da0e0e;
	color: #da0e0e;
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	line-height: 33px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	word-break: break-all;
}
#fh5co-content_show .detail {
	font-size: 14px;
	padding-bottom: 30px;
	line-height: 24px;
	color: #666;
}
#subnav .nav-head {
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	height: 38px;
	line-height: 36px;
	text-indent: 50px;
	background: #1a1a1f;
}
#fh5co-content_show .product-detail img {
	max-width: 100%;
	overflow: hidden;
	vertical-align: middle;
}
#fh5co-content_show .product-detail .content-img {
	overflow: hidden;
	border: 1px solid #eaeaea;
	padding: 7px;
}
#fh5co-content_show .product-detail .content-img img {
	width: 100%;
	overflow: hidden;
	vertical-align: middle;
}
#fh5co-content_show .product-detail h1 {
	border-bottom: 1px dashed #d6d6d6;
	color: #444;
	font-size: 18px;
	padding-bottom: 5px;
	line-height: 33px;
}
#fh5co-content_show .product-detail .p_desc {
	color: #444;
	line-height: 30px;
	padding: 12px 0px 5px;
}
#fh5co-content_show .product-detail .add_to_inquiry {
	height: 42px;
}
#fh5co-content_show .product-detail .add_to_inquiry #add_to_inquiry {
	border: none;
	border-radius: 0;
	background: #ff9600;
	color: white;
	display: block;
	float: left;
	font-size: 18px;
	height: 37px;
	line-height: 37px;
	margin-right: 20px;
	padding: 0 20px;
	text-align: center;
	width: auto;
}
#fh5co-content_show .product-detail .description {
	line-height: 24px;
}
#fh5co-content_show .product-detail h2.left_h {
	background: #595959;
	color: black;
	font-size: 14px;
	height: 41px;
	line-height: 41px;
	margin-bottom: 15px;
	text-indent: 18px;
}
/*pager*/
.table span {
	margin-right: 10px;
}
.content_detail .pager {
	font-size: 14px;
}
.content_detail .pager a {
	border: none;
	color: #797979;
}
.content_detail .pager a:focus, .content_detail .pager a:hover {
	color: #323232;
	background: none
}
.content_detail .pager li {
	margin: 0 5px;
	display: block;
	text-align: left
}
#fh5co-content_show .pagination li {
	margin: 0 3px;
}
#fh5co-content_show .pagination .active, #fh5co-content_show .pagination a:hover {
	background: #005c97;
	color: #fff;
}
#fh5co-content_show .pagination .active a {
	color: #fff
}
#fh5co-content_show video {
	max-width: 100%
}
#fh5co-content_show .pagination li:first-child {
	width: 50px;
	height: 36px;
	line-height: 36px;
}
#fh5co-content_show .pagination li:last-child {
	width: 50px;
	height: 36px;
	line-height: 36px;
}

/* product*/

/* product end*/

/*article*/
.article-media li {
	border-bottom: 1px dashed #d7d7d7;
	padding: 10px 0 21px
}
.article-media li:hover {
	border-bottom: 1px dashed #005c97;
}
.article-media .media .media_img {
	width: 198px;
	margin-right: 20px;
}
.article-media .media .media_img img {
	width: 198px;
}
.article-media .media .media_img a {
	padding: 0;
}
.article-media .media .media_img a:hover {
	border-color: -moz-use-text-color;
	border-style: none;
	border-width: medium;
	background: #fff4ce none repeat scroll 0 0;
}
.article-media .media-body h3 {
	line-height: 100%;
	margin-bottom: 12px;
}
.article-media .media-body h3 a {
	color: #3a3a3a;
	font-size: 16px;
	font-weight: bold;
}
.article-media .media-body h3 a:hover {
	color: #005c97;
}
.article-media .media-body p {
	color: #3a3a3a;
	line-height: 20px;
	height: 64px;
	font-size: 14px;
	overflow: hidden;
}
#fh5co-content_show .article-media .media-body p {
	height: auto
}
.article-media .media-body .time {
	font-size: 14px;
	font-weight: bold;
	color: #3a3a3a;
}
.article-media li:hover h3 a {
	color: #005c97;
}
.slideshow img {
	display: block;
	float: left;
}
 @media (min-width:1001px) and (max-width:1199px) {
#fh5co-header .nav li a {
	padding: 0px 22px 0;
}
}
@media screen and (max-width:1000px) {
#fh5co-header .nav li a {
	padding: 0px 15px 0;
}
#fh5co-about-us .intro {
	margin-left: 0px;
}
.slideshow {
	height: 240px !important;
}
.slideshow img {
	height: 240px !important;
}
footer .foot-bot .float-right {
	float: none !important
}
footer .foot-bot {
	text-align: center;
	padding: 10px 0 5px
}
footer .table-responsive .nav li {
	width: 360px;
	padding-right: 35px;
	float: left;
}
footer .table-responsive .nav li:nth-child(1), footer .table-responsive .nav li:nth-child(2) {
	height: 280px;
}
footer .table-responsive .nav li:nth-child(2n) {
	padding-right: 0%;
}
footer .table-responsive .nav li ul li {
	float: none;
	width: 90% !important;
	padding: 0
}
footer .table-responsive .nav li ul li:nth-child(1), footer .table-responsive .nav li ul li:nth-child(2), footer .table-responsive .nav li ul li {
	height: auto
}
footer .table-responsive .nav .contact_li {
	width: 360px;
	padding-right: 35px;
}
footer .table-responsive .nav li a {
	width: 187px;
}
footer .table-responsive .nav .contact_li a {
}
}
 @media screen and (max-width:760px) {
#fh5co-header .nav_bg {
	background: #ffffff;
	height: 45px;
	margin-bottom: 0px;
	line-height: 45px;
	font-size: 14px;
	font-weight: bold
}
#fh5co-header .nav_bg .icon-navicon {
	float: right;
	margin-top: 12px;
	margin-left: 7px;
	background: none;
	color: #fff;
	font-size: 22px;
	border: none;
	transition: none;
	padding: 0;
}
#fh5co-header .navbar-form {
	border: none;
	margin: 15px 0 15px 30px;
}
#fh5co-content_show .product-detail .content-img {
	margin-bottom: 20px;
}
.blankbig {
	height: 30px;
	line-height: 30px;
}
#fh5co-about-us h3 {
	padding-top: 20px;
}
#fh5co-header .logo {
	margin: 13px 0;
	padding: 0;
	text-align: center
}
#fh5co-header .logo img {
}
#fh5co-header .nav-navicon {
	overflow: auto;
	border: 1px solid #024f81;
}
#fh5co-header .nav li a {
	text-align: left;
	background: none;
	width: 100%;
	box-shadow: 0;
	border-bottom: 1px solid #024f81;
}
#fh5co-header .nav li {
	height: auto;
	display: block;
	width: 100%;
	padding: 0px 0;
	margin: 0;
	position: static
}
#fh5co-header .nav li ul {
	top: auto;
	left: auto;
	width: 100%;
	position: relative;
	margin: 0;
	padding: 0
}
#fh5co-header .nav li ul li {
	height: auto;
	border-bottom: none
}
#fh5co-header .nav li ul li ul li a {
	background: #232228;
	font-size: 12px;
	height: 28px;
	line-height: 28px;
	padding: 0px 0 0 0px;
}
#fh5co-header .nav li ul li ul li a:hover {
	background: #555
}
#fh5co-header .nav li .downward {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid;
}
#fh5co-header .bg-inverse .nav {
	padding: 0
}
.slideshow {
	height: 180px !important;
}
.slideshow img {
	height: 180px !important;
}
}
 @media screen and (max-width:480px) {
#fh5co-header .logo {
	margin: 12px 0 15px;
}
#fh5co-header .logo img {
	height: 45px;
}
#fh5co-header .contact-index {
	margin: 10px 0 0
}
.article-media .media .media_img {
	width: 82px;
	margin-right: 10px;
}
.article-media .media .media_img img {
	width: 80px;
	padding: 1px;
}
.article-media img {
	width: 80px;
}
.article-media .media-body h3 {
	line-height: 100%;
	font-size: 12px;
}
.article-media .media-body h3 a {
	font-size: 14px;
	line-height: 150%
}
.article-media .media-body p {
	display: none
}
#fh5co-news-list .media .media-body p, #fh5co-news-list .media .media-body span.time {
	display: none
}
.article-media li {
	padding: 5px 0 10px
}
.article-media .media-body h3 {
	margin-bottom: 0
}
.slideshow {
	height: 120px !important;
}
.slideshow img {
	height: 120px !important;
}
}
/* inner end*/


/* ======go to top ======*/
.backToTop {
	display: none;
	width: 35px;
	height: 35px;
	position: fixed;
	_position: absolute;
	right: 15px;
	bottom: 50px;
	_bottom: "auto";
	cursor: pointer;
	z-index: 100000000;
	background: url(../images/back_top.png) no-repeat center center;
}
.ab_pages{clear:both;padding:20px 0;font-size:14px;text-align:center; overflow:hidden}
.ab_pages ul{display:inline-block;margin:0 auto;padding:0}
.ab_pages ul  a{color:#555;display:block;padding: 2px 10px;  border: 1px solid #ddd;float: left;margin: 0 5px;}
.ab_pages ul  a.page-num-current{ background:#ddd;}

#result_box img{ max-width:100% !important; height:auto !important}