﻿/* 织梦58（dede58.com）做最好的织梦整站模板下载网站 */
body {
	color: #444;
	font: 15px/1.5 Arial, sans-serif;
	background: #00111b
}
body, dl, dd, ul, ol, figure, h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, legend, input, button, select, textarea, a {
	margin: 0;
	padding: 0;
	list-style: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}
input:focus {
	border-color: #a9060e
}
::-webkit-selection {
color: #fff;
background: #1b2935;
}
::-moz-selection {
color: #fff;
background: #1b2935;
}
::selection {
	color: #fff;
	background: #1b2935;
}
a {
	color: #454545;
	text-decoration: none;
}
a:focus, a:hover {
	color: #1b2935;
}
.blankbig {
	height: 40px;
	line-height: 40px;
	clear: both;
	font-size: 0;
}
.detail h2, .detail h3 {
	line-height: 180%
}
.detail h3, .detail h1 {
	font-size: 18px;
	color: #322725;
	margin-bottom: 3px;
}
.layout {
	overflow: hidden;
	width: 100%;
}
.noinfo {
	text-align: center
}
header .layout {
	overflow: visible;
	width: 100%;
}
.lefter {
	padding-right: 35px;
}
.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;
}
.bg-main {
	background: #333;
	border: 1px solid #1b2935 !important
}
.bg-main:hover, .bg-main:focus {
	border: 1px solid #666 !important;
	background: #666 !important
}
.noInfo {
	clear: both
}
ul, li {
	list-style: none
}
#fh5co-wrapper {
	overflow-x: hidden;
}
#fh5co-page {
	position: relative;
	z-index: 2;
	background: #00111b;
	overflow-x: hidden;
}
.container {
	margin: 0 auto;
	max-width: 1200px;
	width: 100%;
	padding: 0
}
.zoomimgs {
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 66%;
	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: 68%;
	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%*/
}
.frizoomimgs {
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 29%;
	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 .info-header {
	background: url(../images/tbg.png) no-repeat center top
}
#fh5co-header .info-header .top-tel {
	text-align: right;
	width: 30%;
}
#fh5co-header .info-header .top-tel img {
	max-width: 296px;
	vertical-align: bottom;
	width: 100%;
}
#fh5co-header .info-header .logo {
	text-align: left;
	width: 60%;
}
#fh5co-header .info-header .logo img {
	max-width: 593px;
	vertical-align: bottom;
	width: 100%;
}
#fh5co-header .nav_box {
	background: url(../images/nbar.png);
	overflow: hidden;
	height: 54px;
}
#fh5co-header .nav_box ul {
	text-align: center;
	background: url(../images/nav-sep.png) left top no-repeat;
}
#fh5co-header .nav_box ul li {
	position: relative;
	height: 54px;
	line-height: 54px;
	background: url(../images/nav-sep.png) right top no-repeat;
}
#fh5co-header .nav_box ul li a {
	display: block;
	font-size: 16px;
	color: #ccc;
	word-break: break-all;
	word-wrap: break-word;
	margin: 0;
	padding: 0;
	line-height: 54px;
}
#fh5co-header .nav_box ul li a:hover, #fh5co-header .nav_box ul li.current a {
	background: url(../images/nav-on.png);
}
/*header end*/


/*手机版顶部导航 begin */

#fh5co-offcanvas, .fh5co-nav-toggle, #fh5co-page {
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
#fh5co-offcanvas, .fh5co-nav-toggle, #fh5co-page {
	position: relative;
}
#fh5co-page {
	z-index: 2;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.offcanvas-visible #fh5co-page {
	-moz-transform: translateX(-275px);
	-webkit-transform: translateX(-275px);
	-ms-transform: translateX(-275px);
	-o-transform: translateX(-275px);
	transform: translateX(-275px);
}
#fh5co-offcanvas {
	display: none;
	height: 100%;
	right: 0;
	overflow-y: auto;
	position: fixed;
	z-index: 1;
	top: 0;
	width: 275px;
	background: #222;
	padding: 48px 0px 0px 0px;
}
#fh5co-offcanvas ul {
	padding: 0;
	margin: 0;
}
#fh5co-offcanvas ul li {
	list-style: none;
	position: static;
	width: 100%;
}
#fh5co-offcanvas ul li:hover, #fh5co-offcanvas ul li.current {
	background: #0e608e
}
#fh5co-offcanvas ul li a {
	font-size: 14px;
	color: #fff;
	text-decoration: none !important;
	display: block;
	position: relative;
	line-height: 40px;
	margin: 0;
	padding: 0px 0 0 20px;
}
#fh5co-offcanvas ul li a:hover, #fh5co-offcanvas ul li.current a {
	color: #fff;
}
#fh5co-offcanvas ul li a::before {
	background: #e5e5e5;
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	right: 0;
	height: 1px;
	width: 20px;
}
#fh5co-offcanvas ul li a::after {
	background: #333;
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0;
	right: 0;
	height: 1px;
}
#fh5co-offcanvas ul li:hover a::after,, #fh5co-offcanvas ul li.current a::after {
background:#0e608e;
}
#fh5co-offcanvas ul li ul {
	margin: 0;
	z-index: 1999;
	position: relative;
	width: 100%;
}
#fh5co-offcanvas ul li ul li {
	margin: 0;
	padding: 0;
	display: block;
	border: none;
	line-height: 20px;
}
#fh5co-offcanvas ul li ul li a, #fh5co-offcanvas ul li.current ul li a {
	background: #fff;
	color: #222;
	display: block;
	padding: 0px 20px 0px 10px;
	margin: 0;
	text-align: left;
	width: 100%;
	font-size: 13px;
}
#fh5co-offcanvas ul li ul li a:hover {
	background: #f2f2f2;
	color: #0e608e;
}
#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: 30px;
	height: 4px;
	color: #fff;
	font: bold 14px/.4 Helvetica;
	text-transform: uppercase;
	text-indent: -55px;
	background: #fff;
	transition: all .2s ease-out;
}
.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
	content: '';
	width: 30px;
	height: 4px;
	background: #fff;
	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: transparent;
}
.fh5co-nav-toggle.active i::before {
	top: 0;
	-webkit-transform: rotateZ(45deg);
	-moz-transform: rotateZ(45deg);
	-ms-transform: rotateZ(45deg);
	-o-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}
.fh5co-nav-toggle.active i::after {
	bottom: 0;
	-webkit-transform: rotateZ(-45deg);
	-moz-transform: rotateZ(-45deg);
	-ms-transform: rotateZ(-45deg);
	-o-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
}
.fh5co-nav-toggle {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 9999;
	display: block;
	margin: 0 auto;
	display: none;
	cursor: pointer;
}
/*手机版顶部导航 end */


/* footer begin*/
footer {
	padding: 16px 0;
	line-height: 1.8;
	text-align: center;
	font-size: 13px;
	border-top: 1px solid #071b27;
}
footer p {
	color: #4d6471;
	font-family: Arial, 微软雅黑;
	font-size: 15px;
}
footer p a, footer p a:hover {
	color: #4d6471;
}
footer .foot-link {
	padding: 0px 0 0px;
}
footer .foot-link a {
	margin: 0 3px;
}
/* footer end*/

/*首页轮换图片 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;
	display: none
}
.flex-control-nav li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 2px;
*display:inline;
	zoom: 1;
}
.flex-control-nav a {
	display: inline-block;
	cursor: pointer;
	width: 10px;
	height: 10px;
	float: left;
	text-indent: -2000px;
	background: #0e608e;
	filter: alpha(opacity=50);
	opacity: 0.5;
	border-radius: 10px;
	text-indent: -9999em;
}
.flex-control-nav .flex-active {
	background: #FFF;
}
.flex-direction-nav {
	position: absolute;
	z-index: 3;
	width: 100%;
	top: 50%;
}
.flex-direction-nav li a {
	display: block;
	width: 32px;
	height: 32px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	margin-top: -16px;
	text-indent: -9999em;
	top: 50%;
	background-image: url("../images/controls.png");
	background-repeat: no-repeat
}/* display:none隐藏左右按钮*/
.flex-direction-nav li a.flex-prev {
	left: 60px;
	background-position: 0 -32px;
}
.flex-direction-nav li a.flex-next {
	right: 60px;
	background-position: -43px -32px;
}
.flex-direction-nav li a.flex-prev:hover {
	background-position: 0 0;
}
.flex-direction-nav li a.flex-next:hover {
	background-position: -43px 0;
}
.newslider a:active, .newslider a:focus {
	outline: none;
}
.newslider {
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
}
.newslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}
.newslider .slides img {
	width: 100%;
	display: block;
}
.newslider .flex-control-nav {
	display: none
}
.newslider img {
	width: 100%;
}
.newslider .flex-control-nav {
	display: block;
	bottom: -24px;
}
.newslider .flex-direction-nav li a.flex-prev {
	left: 7px;
}
.newslider .flex-direction-nav li a.flex-next {
	right: 7px;
}
.newslider .flex-viewport {
	border: none;
	box-shadow: none;
	left: 0;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	overflow: hidden;
	background: none;
}
/*首页轮换图片 end*/

/*首页关于我们 begin*/
#fh5co-about-us .bg-about {
	background: url(../images/iabout.jpg);
	padding: 30px 40px 40px;
	margin-top: 20px;
}
#fh5co-about-us .about-weixin {
	text-align: center;
	padding: 50px 0 0 0;
}
#fh5co-about-us .about-weixin {
	width: 43%;
	margin: 0 auto;
}
#fh5co-about-us .about-weixin img {
	width: 100%;
	box-shadow: 0 0 5px #000;
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 20px #000;
}
#fh5co-about-us .about-weixin p {
	line-height: 26px;
	font-size: 12px;
	color: #999;
}
#fh5co-about-us .intro {
	padding: 0 30px 0 0;
}
#fh5co-about-us .intro h2 {
	font-size: 25px;
	color: #fff;
	line-height: 50px;
	font-weight: normal;
	border-bottom: 1px solid #333;
}
#fh5co-about-us .intro h2 span {
	color: #0e608e;
	margin-left: 5px;
}
#fh5co-about-us .intro .intro-content {
	padding-top: 14px;
	font-size: 14px;
	line-height: 25px;
	color: #868686;
	text-align: justify;
	text-justify: distribute-all-lines;
}
#fh5co-about-us .intro .intro-content a {
	color: #0e608e;
	font-size: 13px;
}
/*首页关于我们 end*/

/*首页最新资讯*/
#fh5co-news-list .marquee {
	height: 22px;
	overflow: hidden;
	line-height: 22px;
	margin: 12px 14px 8px 8px;
}
#fh5co-news-list .bg-news {
	position: relative;
	background: #005889 url(../images/ggbg.png) bottom center repeat-x;
	border-radius: 0 0 15px 15px;
	-moz-border-radius: 0 0 15px 15px;
	-webkit-border-radius: 0 0 15px 15px;
	overflow: hidden;
}
#fh5co-news-list .media-left h3 {
	padding: 10px 14px;
	background: #fff;
}
#fh5co-news-list .media-left h3 a {
	font-size: 16px;
	font-weight: bold;
	color: #444;
}
#fh5co-news-list .media-body ul li {
	overflow: hidden;
}
#fh5co-news-list .media-body ul li a {
	color: #88abbf;
	font-size: 13px;
	white-space: nowrap
}
#fh5co-news-list .media-body ul li a:hover {
	text-decoration: underline!important;
}
/*首页产品展示*/
#fh5co-product-list .bg-product img {
	width: 100%
}
#fh5co-product-list .show-list {
	padding: 20px 40px 0;
}
#fh5co-product-list .show-list .item {
	width: 90%;
	margin: 0 auto;
	border: 3px solid #214e68;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	overflow: hidden;
	text-align: center;
}
#fh5co-product-list .show-list .item .portfolio-img img {
	width: 100%;
}
#fh5co-product-list .show-list .item h2 a {
	line-height: 30px;
	display: block;
	color: #d7d7d7;
	text-align: center;
	font-size: 14px;
	background: #111;
	background: -ms-linear-gradient(top, #1c1c1c, #000000);
	background: -moz-linear-gradient(top, #1c1c1c, #000000);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1c1c1c), to(#000000));
	white-space: nowrap;
	overflow: hidden
}
#fh5co-product-list .show-list.item h2 a:hover {
	border-color: #06293d;
}
#fh5co-product-list .show-list.item:hover h2 a {
	background: #000;
}
/*内页*/
#fh5co-content_show {
	background: #e9f7ff url(../images/leftbar.png) left top repeat-y;
	background-size: 18% auto;
}
#fh5co-content_show .leftbar {
	float: left;
	width: 18%;
	max-width: 203px;
}
#fh5co-content_show .leftbar h3 {
	line-height: 28px;
	text-align: right;
	padding: 20px 15px 18px;
}
#fh5co-content_show .leftbar h3 strong {
	font-size: 24px;
	color: #cfe5f1;
	display: block;
	font-weight: normal;
}
#fh5co-content_show .leftbar h3 span {
	font-size: 12px;
	color: #244659;
	display: block;
	line-height: 18px;
	padding: 0 2px;
}
#fh5co-content_show .leftcon {
	border-top: 1px solid #002439;
	padding: 100px 16px 20px 20px;
	color: #628192;
	line-height: 20px;
}
#fh5co-content_show .leftcon p {
	padding: 10px 0;
	text-align: right;
	font-size: 12px;
}
#fh5co-content_show .leftbar .subnav {
	padding-bottom: 60px;
	border-bottom: 1px solid #001825;
}
#fh5co-content_show .leftbar .subnav li a {
	padding-right: 20px;
	font-size: 16px;
	color: #e9f7ff;
	line-height: 36px;
	height: 34px;
	margin-bottom: 10px;
	float: right;
	text-align: right;
	width: 150px;
	border-radius: 10px 0 0 10px;
	-moz-border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
}
#fh5co-content_show .leftbar .subnav li.active a, #fh5co-content_show .leftbar .subnav li.active:hover a {
	background: #e9f7ff;
	color: #134765;
}
#fh5co-content_show .leftbar .subnav li a:hover {
	background: #00273d;
	color: #e9f7ff;
}
#fh5co-content_show .leftbar .subnav li.smfont a {
	font-size: 13px!important;
}
#fh5co-content_show .rightbox {
	float: right;
	width: 81%;
	min-height: 600px;
}
#fh5co-content_show .rightbox .rightcon {
	padding: 15px 30px 10px;
}
#fh5co-content_show .path {
	border-bottom: 1px solid #b0cbd9;
	line-height: 40px;
}
#fh5co-content_show .path h6 {
	font-size: 20px;
	color: #00476f;
	font-weight: normal;
}
#fh5co-content_show .path h6 a {
	color: #00476f;
}
#fh5co-content_show .path p {
	padding-top: 11px;
}
#fh5co-content_show .path p a {
	text-decoration: none!important;
	color: #666;
	font-size: 15px;
	margin: 0 5px;
}
#fh5co-content_show .detail {
	padding: 20px 0;
}
#fh5co-content_show .detail, #fh5co-content_show .detail p {
	font-size: 14px;
	line-height: 180%
}
#fh5co-content_show .detail h2, #fh5co-content_show .detail h3 {
	line-height: 180%
}
#fh5co-content_show .detail h3, #fh5co-content_show .detail h1 {
	font-size: 16px;
	color: #322725;
}
#fh5co-content_show .detail p {
	text-indent: 0;
	line-height: 1.8em;
	margin: 10px 0;
	font-size: 15px;
}
#fh5co-content_show .detail h1.art-title {
	font-size: 18px;
	font-weight: bold
}
#fh5co-content_show .detail img {
	height: auto !important;
	max-width: 100%;
	vertical-align: middle;
}
/*product*/
#fh5co-content_show .pro-item {
	margin-bottom: 20px;
	text-align: center;
}
#fh5co-content_show .pro-item .portfolio-img {
	overflow: hidden;
	position: relative;
}
#fh5co-content_show .pro-item .portfolio-img img {
	width: 100%;
	overflow: hidden;
	transition: transform 1s ease 0s;
	transform: scale(1);
}
#fh5co-content_show .pro-item .portfolio-img img:hover {
	transition: transform 1s ease 0s;
	transform: scale(1.1);
}
#fh5co-content_show .pro-item h2 {
	color: #000;
	font-size: 15px;
	padding-bottom: 9px;
	line-height: 100%;
	padding-top: 12px;
	overflow: hidden;
	margin: 0
}
#fh5co-content_show .pro-item h2 a {
	color: #000;
}
#fh5co-content_show .pro-item h2 a:hover {
	color: #00476f
}
#fh5co-content_show .product-details {
	box-shadow: 0 0 10px #c5e0ef;
	background: #fff;
	padding: 15px;
}
#fh5co-content_show .product-detail img {
	max-width: 100%;
	overflow: hidden;
	vertical-align: middle;
}
#fh5co-content_show .product-detail .content-img {
	overflow: hidden;
	text-align: center
}
#fh5co-content_show .product-detail .content-img img {
	max-width: 100%;
	overflow: hidden;
	vertical-align: middle;
}
#fh5co-content_show .product-detail h1 {
	color: #007cc3;
	font-size: 18px;
	font-weight: normal;
	line-height: 150%;
	margin-top: 11px;
	text-align: center
}
#fh5co-content_show .product-detail .description {
	line-height: 180%;
}
/* home product end*/

/*pager*/
.table span {
	margin-right: 10px;
}
.content_detail .pager {
	font-size: 14px;
	line-height: 180%
}
.content_detail .pager a {
	border: none;
	color: #454545;
}
.content_detail .pager a:focus, .content_detail .pager a:hover {
	color: #323232;
	background: none
}
.content_detail .pager li {
	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: #1b2935;
	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: 65px;
	height: 36px;
	line-height: 36px;
	border: 1px solid #dddddd;
}
#fh5co-content_show .pagination li:last-child {
	width: 65px;
	height: 35px;
	line-height: 35px;
	border: 1px solid #dddddd;
}
#fh5co-content_show .pagination .thisclass {
	width: 40px;
	height: 36px;
	line-height: 36px;
	background: #1b2935;
	color: #ffffff;
}
/*article*/
#fh5co-content_show .article-media .item {
	border-bottom: 1px dashed #d7d7d7;
	padding: 10px 0;
	line-height: 24px;
	margin: 0
}
#fh5co-content_show .article-media .item a {
	font-size: 16px;
	color: #333;
}
#fh5co-content_show .article-media .item span {
	color: #666;
	font-size: 12px;
}
#fh5co-content_show .qhd-title span {
	margin: 0 5px;
	font-size: 12px;
}
#fh5co-content_show .qhd-title span strong {
	font-weight: normal
}
#fh5co-content_show .article-media .gallery-img {
	overflow: hidden;
	background: #fff;
	box-shadow: 0 0 10px #c5e0ef;
	text-align: center;
	padding: 12px 0
}
#fh5co-content_show .article-media .gallery-img:hover {
	box-shadow: 0 0 10px #80a0b2;
}
#fh5co-content_show .article-media .gallery-img img {
	width: 90%;
}
#fh5co-content_show .article-media h2 {
	line-height: 18px;
	font-size: 15px;
	padding: 8px 0;
	text-align: center;
}
/*手机底部导航*/
#toolbar {
	display: none;
}
/*在线客服*/
.SonlineBox {
	width: 139px;
	font-size: 12px;
	overflow: hidden;
	z-index: 9999;
}
.SonlineBox .openTrigger {
	width: 31px;
	height: 130px;
	position: absolute;
	top: 0px;
	z-index: 1;
	cursor: pointer;
	background: #a9060e url(../images/greenopen.jpg) no-repeat;
}
.SonlineBox .titleBox {
	width: 135px;
	height: 35px;
	line-height: 33px;
	background: #a9060e;
	border-bottom: 2px solid #a9060e;
}
.SonlineBox .titleBox span {
	margin-left: 10px;
	color: #fff;
	font-size: 14px;
}
.SonlineBox .contentBoxC {
	width: 135px; /*height:335px;*/
	border: 2px solid #a9060e;
	background: #ffffff/* url(../images/greenbg.jpg) no-repeat*/;
	position: absolute;
	z-index: 2;
}
.SonlineBox .contentBoxC .closeTrigger {
	width: 25px;
	height: 25px;
	display: block;
	cursor: pointer;
	position: absolute;
	top: 5px;
	right: 5px;
	-webkit-transition: all 0.8s ease-out;
}
.SonlineBox .contentBoxC .closeTrigger:hover {
	-webkit-transform: scale(1) rotate(360deg);
}
.SonlineBox .contentBoxC .listBox {
	overflow: hidden;
	margin-bottom: 10px;
}
.SonlineBox .contentBoxC .listBox .Tlist {
	display: block;
	width: 86%;
	height: 22px;
	margin: 10px auto 0px auto;
	text-align: center;
}
.SonlineBox .contentBoxC .listBox .Tlist span {
	float: left;
	line-height: 22px;
}
.SonlineBox .contentBoxC .listBox .Tlist a {/*float:left;*/
}
.SonlineBox .contentBoxC .listBox .WWList {
	line-height: 18px;
	height: 18px;
}
.SonlineBox .contentBoxC .listBox .SkypeList {
	line-height: 23px;
	height: 23px;
}
.SonlineBox .contentBoxC .otherBox {
	clear: both;
	height: 115px;
	text-align: center;
}
.SonlineBox .contentBoxC .otherBox img {
	width: 105px;
	height: 105px;
}
.SonlineBox .contentBoxC .telBox {
	display: block;
	padding: 36px 0 10px 0;
	color: #a9060e;
	font-size: 14px;
	line-height: 26px;
	font-family: '微软雅黑';
	background: url(../images/telbg.jpg) 0 0 no-repeat;
	text-align: center;
	font-weight: bold;
}
/*在线客服 end*/


.slideshow img {
	width: 100%;
}
@media screen and (max-width:1199px) {
#fh5co-about-us .bg-about {
	padding: 30px 20px 40px 40px;
	webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-right: 20px;
}
 @media screen and (max-width:1000px) {
#fh5co-about-us .bg-about {
background:none
}
#fh5co-about-us .intro {
margin-bottom:30px;
padding:0
}
#fh5co-header .nav_box ul li {
height:auto;
}
#fh5co-header .nav_box ul li a {
font-size:12px !important;
}
}
 @media screen and (max-width:760px) {
#fh5co-offcanvas, #fh5co-offcanvas .nav {
	display: block;
}
.fh5co-nav-toggle {
	display: block;
	top: 10px;
}
#fh5co-header .nav_box {
	display: none
}
#fh5co-content_show {
	background: #e9f7ff
}
#fh5co-content_show .rightbox {
	width: 100%;
	height: auto;
	min-height: auto
}
/*手机底部导航*/
.blank55 {
	height: 55px;
	line-height: 1px;
	clear: both;
}
#toolbar {
	color: #fff;
	width: 100%;
	height: 54px;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 10000;
	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;
}
.article-media .media .media_img {
	width: 152px;
	margin-right: 10px;
}
.article-media .media .media_img img {
	height: 100px;
	width: 150px;
	padding: 1px;
}
}
 @media screen and (max-width:480px) {
.fh5co-nav-toggle {
	top: 5px;
}
.article-media .media .media_img {
	width: 82px;
	margin-right: 10px;
}
.article-media .media .media_img img {
	height: 45px;
	width: 80px;
	padding: 1px;
}
.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
}
.article-media li {
	padding: 5px 0 10px
}
.article-media .media-body h3 {
	margin-bottom: 0
}
}

/* inner end*/
