﻿/* AB模版网 整站模板下载网站 Www.AdminBuy.Cn */
/* QQ：9490489 */
/* 仿站：Fang.AdminBuy.Cn */
/* 素材：Sc.AdminBuy.Cn */
.flexJb{display: -webkit-box; display: -webkit-flex; display: flex; justify-content: space-between; flex-wrap: wrap;}
.flexAc{display: -webkit-box; display: -webkit-flex; display: flex;  align-items: center;}
.flexWrap{display: -webkit-box; display: -webkit-flex; display: flex; flex-wrap: wrap;  justify-content: flex-start;}
.flexRight{display: -webkit-box; display: -webkit-flex; display: flex; justify-content: flex-end;}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.7;
	color: #454545;
	background: #f2f3f5;
	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: #fff;
background: #317023;
}
::-moz-selection {
color: #fff;
background: #317023;
}
::selection {
	color: #fff;
	background: #317023;
}
.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: #317023;
}
.bg-main {
	background: #317023
}
.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: #317023
}
.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*/
.top_main {
    height: 26px;
    background: #0e0e0e; 
	width:100%;
}
.pc-head{
    width: 100%;
    position: fixed;
    z-index: 102; 
	/*top:26px;*/
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    background-image: linear-gradient(rgba(0,0,0,1) -1%, rgba(0,0,0,0) 100%);
}
.pc-head.active{
	top:0;
}
.pc-head .logo{
    height: 67px;
    padding: 11px 0px;
}
.pc-head .logo img{ 
   width:100%;
}
/*.pc-head .menu{ width: calc(100% - 250px);}*/
.pc-head .menu .menu-item{ 
    margin-left:35px; 
	line-height:89px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}
.pc-head .menu .menu-item a.nav-links{
    color: white; 
	padding: 22px 0px 37px;
	font-size:15px; 
	position:relative;
}
.pc-head .menu .menu-item:hover a.nav-links:after,.pc-head .menu .menu-item.current a.nav-links:after{
	content: "";
    display: block;
    width: 50px;
    height: 4px;
    background-color: #006401;
    position: absolute;
	bottom:0; 
	margin-left:-25px;
    left:50%;
}
.pc-head .menu .menu-item .menu_down{ width:100%; overflow:hidden; display:none; position:absolute; left:0; z-index:100; background: rgba(255, 255, 255, 0.8); padding:20px 0; }
.pc-head .menu .menu-item .menu_down .info_text{width: 34%;}
.pc-head .menu .menu-item .menu_down .subnav{width: 16%;}
.pc-head .menu .menu-item .menu_down .info_imgs{width: 30%;}
.pc-head .menu .menu-item .menu_down .info_imgs img{ width:100%;}
.pc-head .menu .menu-item .menu_down .subnav a{ display:block; width:100%; line-height: 28px; 	font-size:15px; }
.pc-head .menu .menu-item .menu_down .channel-name{ font-size:20px; margin-bottom:20px; line-height:1;}
.pc-head .menu .menu-item .menu_down .info_text p{
    color: #444; line-height:22px; font-size:14px;
}
#fh5co-header{ display:none;}
#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: #00629a;
	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: #fff;
	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: #fff;
	text-decoration: none;
	background: #004A79
}
#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 #014f81
}
#fh5co-header .nav li ul li a {
	background: #004A79 !important;
	color: #fff;
	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: #317023 !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: #317023;
	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;
}
@media screen and (max-width:1000px) {
  .pc-head,.top_main{ display:none;}
  #fh5co-header{ display:block;}
  #fh5co-header .nav_bg {
	background: #317023;
	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-header .logo {
	margin: 13px 0;
	padding: 0;
	text-align: center
}
.icon-navicon {
    display: block;
}
#fh5co-header .nav-navicon {
	overflow: auto;
	display: none;
	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
}
}

/*header end*/

/* footer begin*/
footer {
	background: #006401;
}
footer a {
	color: white;
	text-decoration: none;
}
footer a:hover {
	color: white;
}
footer .table-responsive {
	padding: 45px 0 20px;
}
footer .table-responsive .nav a {
	margin-bottom: 20px;
	border-bottom: 1px solid #fff;
	color: white;
	font-size: 18px;
	width: 147px;
	padding-bottom: 10px;
}
footer .table-responsive .nav .contact_li a {
	width: 259px
}
footer .table-responsive .nav a:hover {
	color: #fff;
}
footer .table-responsive .nav ul li {
}
footer .table-responsive .nav ul a {
	color: #fff;
	font-size: 14px;
	margin-bottom: 15px;
	padding: 0px;
	font-weight: normal;
	border: none;
}
footer .table-responsive .nav ul a:hover {
	color: #fff;
	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: #fff;
}
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_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: url(/static/upload/image/20211006/1633497384123362.jpg);
}
footer .foot-bot ul.nav li {
	color: white;
	font-size: 14px;
	height: 13px;
	border-color: white;
	line-height: 100%;
	color: white;
}
footer .foot-bot .foot-copy {
	padding-top: 6px;
}
footer .foot-bot ul.nav li a {
	line-height: 100%;
	font-size: 14px;
	color: white;
	padding: 0 13px;
}
footer .foot-bot ul.nav li:first-child a {
	padding-left: 0
}
footer .foot-bot p {
	color: white;
	font-size: 15px;
}
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;
}

.indexbanner img{ width:100%;}
.indexbanner .swiper-pagination-bullet{
    background: #fff;
    opacity: 1; 
	width:17px; 
	height:17px; 
	border-radius: 17px; 
}
.indexbanner .swiper-pagination-bullet-active{
    background:#317023; 
}	
.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: #317023;
}
.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 #72a8ca;
	color: #317023;
	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: #317023
}
.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 #317023;
}
.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 #317023;
}
.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: #317023;
	font-size: 32px;
	margin-bottom: 20px;
}
#fh5co-about-us h3 a {
	color: #317023;
	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: #317023;
	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: #000;
	font-weight: normal;
	background: #e8e7e6
}
#fh5co-content_show .nav li a:hover, #fh5co-content_show .nav li.active a {
	text-decoration: none;
	background: #317023;
	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: white;
	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: #317023;
	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 #317023;
}
.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: #317023;
}
.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: #317023;
}
.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-content_show .product-detail .content-img {
	margin-bottom: 20px;
}
.blankbig {
	height: 30px;
	line-height: 30px;
}
#fh5co-about-us h3 {
	padding-top: 20px;
}

.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}

.pro_cate{ width:250px; }
.pro_list{width:calc(100% - 280px);}
.line-big .pro-item{width:calc((100% - 60px) /4); margin-right:20px;}
.line-big .pro-item:nth-child(4n){margin-right:0;}
.line-big .pro-item .portfolio-img {position:relative; overflow:hidden; border: 1px solid #dcdcdc;}
.line-big .pro-item .portfolio-img img{ width:100%; transition:.5s ease; -moz-transition:.5s ease; -webkit-transition:.5s ease; }
.line-big .pro-item .portfolio-img:hover img{transform:scale(1.1); -moz-transform:scale(1.1); -webkit-transform:scale(1.1);}
.line-big .pro-item .portfolio-img:hover {border: 1px solid #006400;}
.pro_wcate{background:#317023; padding-bottom:50px;}
.pro_cate_tit{background:#e5e40b; font-size:18px; text-align:center; line-height:40px;}
.pro_cate_btit a,.pro_cate_stit a{ color:#FFFFFF; font-size:13px;}
.pro_cate_btit{ line-height:30px; padding:0 15px;}
.pro_cate_stit{ line-height:30px; padding:0 15px 0 30px;}
.pro_cate_btit:hover,.pro_cate_stit:hover,.pro_cate_btit.current,.pro_cate_stit.current{background:#006401; }
@media screen and (max-width:1000px) {
  .pro_cate{ display:none;}
  .pro_list{ width:100%;}
  .nav-navicon, .nav.nav-navicon{ display:none;}
}
@media screen and (max-width:760px) {
  .line-big .pro-item{width:calc((100% - 20px) /2);}
  .line-big .pro-item:nth-child(2n){margin-right:0;}
}