
#sticker{
	position: absolute;
}
#fh5co-hero, #fh5co-mainnav {
	z-index:1;overflow: hidden; clear: both; border-bottom-color: rgb(238, 238, 238); border-bottom-width: 1px; border-bottom-style: solid;  max-width: 100%; 
position: relative;
}
#sliderbox {
	z-index:1;overflow: hidden; clear: both; border-bottom-color: rgb(238, 238, 238); border-bottom-width: 1px; border-bottom-style: solid; position: relative; max-width: 100%; box-shadow: 0px 10px 10px rgba(0,0,0,0.1); -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, .1); -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
}
#slidebanner {
	left: 50%; width: 100%; height: auto; text-align: center; overflow: hidden; clear: both; margin-left: -50%; position: relative; z-index: 90; _text-align: left;
}
#slideshow li {
	left: 0px; top: 0px; width: 100%; height: auto; position: absolute;
}
#slideshow li img {
	width: 100%; height: auto; display: block;
}
#slidebanner .bx-wrapper {
	height: auto;
}
#slidebanner .bx-wrapper .bx-pager {
	left: 0px; width: 100%; text-align: center; bottom: 10px; position: absolute; z-index: 90;
}
#slidebanner .bx-wrapper .bx-pager .bx-pager-item {
	display: inline;
}
#slidebanner .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline;
}
#slidebanner .bx-wrapper .bx-pager a {
	background: rgb(255, 255, 255); border-radius: 15px; width: 10px; height: 10px; overflow: hidden; font-size: 0px; text-decoration: none; margin-left: 10px; display: inline-block; box-shadow: 0px 0px 6px rgba(0,0,0,0.3); -webkit-border-radius: 15px; -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .3); -moz-box-shadow: 0 0 6px rgba(0, 0, 0, .3); moz-border-radius: 15px;
}
#slidebanner .bx-wrapper .bx-pager a.active {
	background: rgb(255, 102, 0);
}
#sliderbox .bx-prev {
	background: url("arrow-slider.png") no-repeat -40px 48%; top: 0px; width: 40px; height: 100%; text-indent: -9999px; overflow: hidden; display: none; position: absolute; z-index: 100; opacity: 0.6; -moz-opacity: 0.6; _height: 500px;
}
#sliderbox .bx-next {
	background: url("arrow-slider.png") no-repeat -40px 48%; top: 0px; width: 40px; height: 100%; text-indent: -9999px; overflow: hidden; display: none; position: absolute; z-index: 100; opacity: 0.6; -moz-opacity: 0.6; _height: 500px;
}
#sliderbox .bx-prev {
	left: 2%; _left: 69%;
}
#sliderbox .bx-next {
	background-position: 0px 48%; right: 2%;
}
#sliderbox .bx-prev:hover {
	opacity: 1; -moz-opacity: 1;
}
#sliderbox .bx-next:hover {
	opacity: 1; -moz-opacity: 1;
}
.shadow-black {
	background: url("shadow-black.png"); top: 0px; width: 100%; height: 26px; right: 0px; overflow: hidden; position: absolute; z-index: 99;
}
/*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;

	z-index: 1;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
	position: relative;
	
}
.flexslider .slides li .overlay {
position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,86,140, 0.5);
}
.flexslider .slides img {
	width: 100%;
	display: block;
	opacity: .9;
}
@keyframes zoomInOut {
  0% 100%{
    transform: scale(1); 
  }
  50% {
    transform: scale(1.02); 
  }
}
.flexslider .slides li.flex-active-slide img{

	animation: zoomInOut 6s infinite;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
.slides:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}
.bannertxt {
    position: absolute;
    right: 0;
    text-align: left;
    top: 40%;
    z-index: 300;
    left: -40%;
    margin: 0 auto;
    width: 25%;
    color: #ffffff;
    font-size: 24px;
    font-weight: 800;
    background: rgba(0, 0, 0, 0.0);
    padding:10px;
    border-radius: 20px;
    font-family: Calibri;
    
   }
.bannertxt span{
	font-size:60px;display:block;
}
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 3px;
*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: rgba(0, 0, 0, 0.3);
}
.flex-control-nav .flex-active {
	background: rgba(255, 255, 255, 0.3);
}
.flex-direction-nav {
*height: 0;
}
.flexslider:hover .flex-direction-nav .flex-prev {
	opacity: 0.7;
	left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
	opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
	opacity: 0.7;
	right: 10px;
	text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
	opacity: 1;
}
.flexslider .flex-direction-nav a {
	position: absolute;
	cursor: pointer;
	text-decoration: none;
	display: block;
	width: 20px;
	height: 60px;
	margin: -20px 0 0;
	top: 50%;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.flexslider .flex-direction-nav a:before {
	left: 0;
	top: 0;
	color: #fff !important;
	text-shadow: none !important;
	font-size: 60px;
	position: relative;
	z-index: 10;
	display: inline-block;
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flexslider .flex-direction-nav a.flex-prev {
	opacity: 0.4 !important;
	left: 0px;
}
.flexslider .flex-direction-nav a.flex-prev:before {
	text-indent: 0px;
	font-family: 'FontAwesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f104";
}
.flexslider .flex-direction-nav a.flex-next {
	right: 0px;
	opacity: 0.4;
}
.flexslider .flex-direction-nav a.flex-next:before {
	font-family: 'FontAwesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-indent: 0px !important;
	right: 0;
	content: "\f105";
}
.flexslider .slider-text {
	display: table;
	opacity: 0;
	height: 100%;
}
.bannertxt2 {
        position: absolute;
    text-align: center;
    top: 50%;
    z-index: 300;
    margin: 0 auto;
    width: 100%;
    color: #fff;
   opacity: 0;
    text-shadow: 0px 1px 2px rgb(0 0 0 / 90%);
    padding: 10px;
   
}
.flexslider .slides li.flex-active-slide .bannertxt2 {

    font-size: 2vmin;
    animation: moveUp 3s forwards;
   
}
.flexslider .slides li.flex-active-slide .bannertxt2 span {
    display: block;
    font-size: 4vmin;
    display: block;
    font-weight: bold;
    
    
    
}
@keyframes moveUp {
  from {
    transform: translateY(0);
    opacity: 0;
  }
  to {
    transform: translateY(-40px);
    opacity: 1;
  }
}
.flexslider .slider-text > .slider-text-inner {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	padding-top: 15%
}
.flexslider .slider-text > .slider-text-inner h2 {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
}
.flexslider .slider-text > .slider-text-inner p.f-txt {
	font-size: 16px;
	color: #fff;
	padding: 10px 0 20px;
}
.flexslider .slider-text > .slider-text-inner p.f-txt img{max-width:600px;max-height:300px}
.flexslider .slider-text > .slider-text-inner p.f-btn a {
	background: #13a0b2;
	color: #fff;
	font-weight: 700;
	display: inline-block;
	padding: 10px 25px;
	z-index: 61;
	border-radius: 3px;
	vertical-align: middle;
	position: relative;
	-webkit-transition-property: color;
	-moz-transition-property: color;
	-o-transition-property: color;
	-ms-transition-property: color;
	transition-property: color
}
.flexslider .slider-text > .slider-text-inner p.f-btn a:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.1);
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-o-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	-moz-transform-origin: 0 50%;
	-o-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	transform-origin: 0 50%;
	transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out
}
.flexslider .slider-text > .slider-text-inner p.f-btn a:hover {
	color: #fff!important;
	background: rgba(19,160,178,.5);
}
/*banner end*/
.line-big {
	margin-left: -15px;
	margin-right: -15px
}
.line-big .x1, .line-big .x2, .line-big .x3, .line-big .x4, .line-big .x5, .line-big .x6, .line-big .x7, .line-big .x8, .line-big .x9, .line-big .x10, .line-big .x11, .line-big .x12, .line-big .xl1, .line-big .xl2, .line-big .xl3, .line-big .xl4, .line-big .xl5, .line-big .xl6, .line-big .xl7, .line-big .xl8, .line-big .xl9, .line-big .xl10, .line-big .xl11, .line-big .xl12, .line-big .xs1, .line-big .xs2, .line-big .xs3, .line-big .xs4, .line-big .xs5, .line-big .xs6, .line-big .xs7, .line-big .xs8, .line-big .xs9, .line-big .xs10, .line-big .xs11, .line-big .xs12, .line-big .xm1, .line-big .xm2, .line-big .xm3, .line-big .xm4, .line-big .xm5, .line-big .xm6, .line-big .xm7, .line-big .xm8, .line-big .xm9, .line-big .xm10, .line-big .xm11, .line-big .xm12, .line-big .xb1, .line-big .xb2, .line-big .xb3, .line-big .xb4, .line-big .xb5, .line-big .xb6, .line-big .xb7, .line-big .xb8, .line-big .xb9, .line-big .xb10, .line-big .xb11, .line-big .xb12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}
#fh5co-service-list {
	padding: 20px 0 20px;overflow:hidden
}
#fh5co-service-list .item {
   border:1px #eee solid;
	padding:10px 0px 30px 0px;
	margin-left:0px;
	text-align:left;
}
#fh5co-service-list .item:hover {
   box-shadow: inset 0 -1px 0 #016db7, inset 0 -1px 0 #eee, inset 0 1px 0 #eee, inset -1px 0 0 #eee;
	
}
#fh5co-service-list i {
    width: 100px;
    height: 100px;
    display: block;
    text-align: center;
    background-color: #c0c0c0;
    border-radius: 50%;
    margin: 28px auto;
}    
#fh5co-service-list i img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
    }
#fh5co-service-list1 i {
background: #016db7;
	font-size: 50px;
	color: #016db7;
	border: 1px solid #bdc3c7;
	text-align: center;
	width: 130px;
	height: 130px;
	line-height: 130px;
	border-radius: 50%;
	display: inline-block;
	transition: all 0.25s linear 0s;
	transform: translate(0px, 0px);
}
#fh5co-service-list .item:hover i {
	background: #f28201;
	color: #fff;
	transition: all 0.25s linear 0s;
	transform: translate3d(0px, -5px, 0px);
}
#fh5co-service-list i:before {
	display: inline-block;
	font-family: "FontAwesome";
	font-weight: normal;
	font-style: normal;
	vertical-align: baseline;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
#fh5co-service-list i.icon1:before {
	content: "\f085"
}
#fh5co-service-list i.icon2:before {
	content: "\f12e"
}
#fh5co-service-list i.icon3:before {
	content: "\f0c3"
}
#fh5co-service-list i.icon4:before {
	content: "\f0c0"
}
#fh5co-service-list .item h5 {
	font-size: 20px;
	color: #2a333c;
	font-weight: normal;
	margin: 5px 5px 5px 5px;
	word-break: break-all;
	text-align: center;
}
#fh5co-service-list .item p.desc {
	margin: 0px 20px;
	line-height: 1.6;
	word-wrap: break-all;
	color: #5e7387;
	font-size:12px;
}


.scrollable {
	overflow: hidden;
}
.scrollable .caroufredsel_wrapper {
}
.scrollable ul {
	padding: 0;
	_margin-left: -5px !important;
	list-style: none;
	overflow: hidden;
	width: 10000em;
}
.scrollable ul li {
	padding: 10px;
	margin: 0 10px;
	display: block;
	float: left;
	width: 360px;
	text-align: center;
	background:#fff;
	
}
.scrollable ul li p a {
	display: block;
}
.scrollable ul li img {
	display: block;
	margin: 0 auto; 
	max-width: calc(100% - 2px);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	border:1px #ddd solid
}
.scrollable ul li p {
	margin-bottom: 10px;
	overflow: hidden;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	
}
.scrollable ul li i {
    width: 100px;
    height: 100px;
    display: block;
    text-align: center;
    background-color: #0580b9;
    border-radius: 50%;
    margin: 28px auto;
}
.scrollable-item1{
	border: 1px #ddd solid;
	padding:10px;
}
.scrollable-item1:hover i {
    background: #f28201;
    color: #fff;
    transition: all 0.25s linear 0s;
    transform: translate3d(0px, -5px, 0px);
}
.scrollable ul li p a:hover img {
	transform: scale(1.2, 1.2);
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.scrollable ul li h1 {
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 14px;
	min-height:14px;
	color:#888;
}
.scrollable ul li h11 {
	font-size: 18px;
	margin-bottom: 10px;
	line-height: 18px;
	min-height:18px;
	color:#0580b9;
}
.scrollable ul li h1 a {
	font-size: 12px;
	font-weight: normal;
	color:#888;
}
.scrollable ul li h1 a:hover {
	text-decoration: none;
}
.scrollable ul li h2 {
	font-size: 12px;
	margin-bottom: 10px;
	line-height: 20px;
	min-height:40px;
	font-weight: normal;
}
.scrollable ul li h2 a {
	font-size: 12px;
	font-weight: normal;
}
.scrollable ul li h2 a:hover {
	text-decoration: none;
}
.scrollable .text-intro {
	text-align: left;
	font-size: 13px;
	color: #808080;
	line-height: 1.5;
}
.scrollable .carousel-direction a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin-top: 0;
	top: 144px;
	color: #fff;
	font-size: 22px;
	background-color: #ccc;
}
.scrollable .carousel-direction a:hover {
	background-color: #F4A814;
	color: #fff;
}
.scrollable .carousel-direction a.disabled, .scrollable .carousel-direction a.disabled:hover {
	color: #e5e5e5;
	border: 1px solid #e5e5e5;
	background-color: transparent;
}
.scrollable a.carousel-prev {
	left: -15px;
}
.scrollable a.carousel-next {
	right: -15px;
}
.scrollable-3col ul li {
	width: 313px;
	text-align: left;
}
.scrollable-3col ul li p {
	margin-bottom: 15px;
}
.scrollable-3col ul li h2, .scrollable-3col ul li h2 a {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0;
}
.scrollable-3col .carousel-direction a {
	top: 190px;
}
.scrollable-3col .carousel-direction a:hover {
	background-color: #1a1a1a;
}
.scrollable-inside-page ul li {
	width: 160px;
}
.scrollable-height .carousel-direction a {
	top: 150px;
}
.scrollable-height ul li {
	text-align: left;
}
.full-scrollable ul li {
	width: auto;
	margin: 0;
}
.full-scrollable ul li a {
	position: relative;
	display: block;
}
.full-scrollable .scrollable-image {
	overflow: hidden;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.full-scrollable a:hover .scrollable-image img {
	transform: scale(1.2, 1.2);
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.full-scrollable .scrollable-info {
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 20;
	margin-top: -100px;
	text-align: center;
	width: 100%;
	height: 100%;
	color: #fff;
	opacity: 0;
	filter: alpha(opacity=0);
_height:expression( (this.parentElement.clientHeight) +'px');
	-webkit-transition: -webkit-transform 0.5s ease-out;
	-moz-transition: -moz-transform 0.5s ease-out;
	transition: transform 0.5s ease-out;
}
.full-scrollable .scrollable-info h3 {
	padding: 0 20px;
	margin-bottom: 15px;
	font-size: 22px;
	line-height: normal;
	font-weight: normal;
}
.full-scrollable .scrollable-info .scrollable-summarty {
	padding: 0 10px;
	margin-bottom: 20px;
	line-height: 1.5;
	font-size: 14px;
}
.full-scrollable .scrollable-info .icon-detail {
	display: inline-block;
*display:inline;
*zoom:1;
	width: 41px;
	height: 41px;
	background: url(icon-detail.gif) no-repeat;
	-webkit-transition: -webkit-transform 0.5s ease-out;
	-moz-transition: -moz-transform 0.5s ease-out;
	transition: transform 0.5s ease-out;
}
.full-scrollable .scrollable-info .icon-detail span {
	display: none;
}
.full-scrollable .opacity-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	cursor: pointer;
	background-color: #F4A814;
	opacity: 0;
	filter: alpha(opacity=0);
_height:expression( (this.parentElement.clientHeight) +'px');
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.full-scrollable a:hover .scrollable-info {
	opacity: 1;
	filter: alpha(opacity=100);
}
.full-scrollable .scrollable-info:hover .icon-detail {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}
.full-scrollable a:hover .opacity-overlay {
	display: block;
	filter: alpha(opacity=90);
	opacity: 0.9;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.full-scrollable .carousel-direction {
	text-align: center;
	margin: 20px 0;
	height: 30px;
}
.full-scrollable .carousel-direction a {
	position: static;
	display: inline-block;
*display:inline;
*zoom:1;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin: 0 8px;
	font-size: 22px;
}
.full-scrollable .carousel-direction a:hover {
	border-color: #fff;
	color: #fff;
}
.full-scrollable .carousel-direction a.disabled, .full-scrollable .carousel-direction a.disabled:hover {
	color: #ccc;
	cursor: default;
}
.scrollable-text {
	width: 100%;
	height: 25px;
	overflow: hidden;
}
.scrollable-text .carousel-direction a {
	top: 0px;
	display: block;
	width: 30px;
	height: 20px;
	overflow: hidden;
	margin-top: 3px;
	background-color: transparent;
	background-image: url(direction-s.gif);
	background-repeat: no-repeat;
}
.scrollable-text .carousel-direction a.carousel-up {
	background-position: 0 0;
	right: 31px;
}
.scrollable-text .carousel-direction a.carousel-down {
	background-position: -31px 0;
	right: 0;
}
.scrollable-text .carousel-direction a.carousel-up:hover {
	background-position: 0 -20px;
}
.scrollable-text .carousel-direction a.carousel-down:hover {
	background-position: -31px -20px;
}
.scrollable-text .carousel-direction a span {
	display: none;
}
.scrollable-text ul li {
	padding: 0;
	border: none;
	width: 100%;
}
.scrollable-text .article-list-row {
	margin-bottom: 0;
}
.scrollable-text .article-title {
	margin-right: 10px;
}
.scrollable-text .article-list-row li {
	overflow: hidden;
	white-space: nowrap;
}
.scrollable-text .article-list-row li .article-title {
	padding-left: 0;
	background: none;
	line-height: 25px;
}

/* ====== Slideshow & Scrollable ====== */
.carousel-direction a {
	display: block;
	width: 30px;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	
	margin-top: -30px;
	font-family: simsun;
	text-align: center;
	color: #fff;
	font-size: 30px;
	text-decoration: none;
	cursor: pointer;
	background-color: #999;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.carousel-direction a:hover {
	background-color: #F4A814;
	color: #fff;
	text-decoration: none;
}
.carousel-direction a.disabled, .carousel-direction a.disabled:hover {
	background-color: #dcf2ff;
	color: #ccc;
	cursor: default;
}
.carousel-prev {
	left: 0;
}
.carousel-next {
	right: 0;
}
.carousel-btn {
	text-align: center;
	margin: 10px 0;
}
.carousel-btn a {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 6px;
	background: #ccc;
	border-radius: 50%;
}
.carousel-btn .selected {
	background: #F4A814;
	cursor: default;
}
.carousel-btn a span {
	display: none;
}
.carousel-btn-fixed {
	width: 100%;
	position: absolute;
	bottom: 15px;
	left: 0;
	margin: 0;
	z-index: 100;
}
.carousel-num {
	position: absolute;
	bottom: 7px;
	right: 10px;
	z-index: 100;
}
.carousel-num a {
	display: inline-block;
*display:inline;
*zoom:1;
	width: 22px;
	height: 22px;
	line-height: 22px;
	margin: 0 0 0 5px;
	text-align: center;
	background: #333;
	font-size: 12px;
	color: #fff;
}
.carousel-num a:hover {
	text-decoration: none;
	color: #fff;
}
.carousel-num a.selected {
	background: #998b81;
	cursor: default;
}
.carousel-thumbs {
	text-align: center;
}
.carousel-thumbs a {
	border: 2px solid #ccc;
	margin: 0 3px;
	display: inline-block;
*display:inline;
*zoom:1;
}
.carousel-thumbs a img {
	display: block;
}
.carousel-thumbs a:hover, .carousel-thumbs a.selected {
	border-color: #f60;
}
.carousel {
	position: relative;
}
.carousel-item {
	position: relative;
	float: left;
	display: block;
}
.carousel-item .carousel-img {
	display: block;
}
.carousel-item .carousel-img a[href="javascript:;"] {
	cursor: default;
}
.carousel-item .carousel-img img {
	display: block;
}
.carousel-info {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: url(opa70.png);
}
.carousel-info-inner {
	font-size: 13px;
	padding: 8px 10px;
	color: #fff;
}
.carousel-info-inner a, .carousel-info-inner a:hover {
	color: #fff;
}
.carousel-info-inner h3 {
	font-size: 15px;
	line-height: 20px;
	color: #fff;
}
.carousel-info-inner p {
	margin-top: 5px;
}
.responsive-carousel {
	overflow: hidden;
}
.responsive-carousel .carousel-item img {
	width: 100%;
	height: auto !important;
}
.responsive-carousel .carousel-direction {
	display: none;
}
.responsive-carousel:hover .carousel-direction {
	display: block;
}
.responsive-carousel-set .carousel-info-inner h3 {
	font-weight: normal;
}

/* module Íâ¿òÈÝÆ÷
------------------------------------------------------------------------------------------ */
.module-content{
	margin:20px 0 20px 0;
}
.module-default {
	margin: 0;
	padding: 0;
}
.module-default > .module-divider {
	margin-bottom: 15px;
}
.module {
	margin-bottom: 25px;
}
.module-title-default {
	margin-bottom: 0px;
	overflow: hidden;
}
.module-title-default > .module-title-content {
	padding-top: 5px;
	padding-bottom: 5px;
}
.module-title-default > .module-title-content h3 {
	display: block;
	float: left;
	_display: inline;
	line-height: 20px;
	font-size: 16px;
}
.module-title-default > .module-title-content h3 a{
	display: block;
	color:#fff !important;
}
.module-title-default > .module-title-content span {
	margin-left: 5px;
	float: left;
	line-height: 22px;
	color: #808080;
	font-size: 14px;
}
.module-title-default > .module-title-content span strong {
	font-weight: normal;
	margin-left: 5px;
	color: #808080;
	font-family: Arial, sans-serif;
}
.module-title-default > .module-title-content i {
	display: block;
	float: left;
	_display: inline;
	width: 8px;
	height: 8px;
	overflow: hidden;
	position: relative;
	top: 9px;
	margin-left: 10px;
	background: url(icon-title-d.gif) no-repeat;
}
.module-more-default a {
	color: #949494;
	font-size: 13px;
}
.module-more-default a:hover {
	color: #F4A814;
	text-decoration: none;
}
.module-icon-default {
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: left center;
}
.module-divider {
	height: 1px;
	overflow: hidden;
	background-color: #ccc;
	margin-top: 25px;
	clear: both;
}
.module-no-margin, .module-no-margin .module-content p, .module-no-margin .module-content ul, .module-no-margin .module-content ol, .module-no-margin .module-content h1, .module-no-margin .module-content h2, .module-no-margin .module-content h3, .module-no-margin .module-content h4, .module-no-margin .module-content h5, .module-no-margin .module-content h6 {
	margin: 0;
}
.module-hlbg {
}
.module-hlbg > .module-inner {
	background-color: #f6f5f5;
	border: 1px solid #dcdcdc;
}
.module-hlbg-title {
	padding-left: 15px;
	background: #4ba737;
}
.module-hlbg-title h3 {
	font-size: 18px;
	font-weight: normal;
	height: 45px;
	line-height: 45px;
	color: #fff;
}
.module-hlbg-icon {
	padding-left: 28px;
	background-repeat: no-repeat;
	background-position: left center;
}
.module-hlbg-content {
	padding: 10px 15px 20px;
}
.module-hlbg-more {
	text-align: right;
	padding: 0 15px 15px;
}
.module-hlbg-more a {
	display: inline-block;
*display:inline;
*zoom:1;
	height: 20px;
	line-height: 20px;
	padding: 1px 8px;
	background-color: #b3b3b3;
	color: #fff;
	font-size: 12px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.module-hlbg-more a:hover {
	background-color: #F4A814;
	color: #fff;
	text-decoration: none;
}
.module-hlbg > .module-divider {
	margin-bottom: 10px;
	margin-top: 10px;
}
.module-title-border {
	border-bottom: 1px solid #d6d6d6;
	margin-bottom: 15px;
}
.module-title-border > .module-title-content {
	float: left;
	display: inline;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: -1px;
	border-bottom: 1px solid #4ba737;
}
.module-title-border > .module-title-content h3 {
	float: left;
	font-size: 16px;
	line-height: normal;
}
.module-title-border > .module-title-content span {
	margin-left: 5px;
	float: left;
	line-height: 22px;
	color: #999;
	font-size: 14px;
}
.module-title-border > .module-title-content span strong {
	font-weight: normal;
	margin-left: 5px;
	color: #999;
	font-family: Arial, sans-serif;
}
.module-title-border > .module-more-default {
	margin-top: 5px;
}
.module-title-hl {
	margin-bottom: 20px;
	border-bottom: 1px solid #d6d6d6;
}
.module-title-hl .module-title-content h3 {
	display: inline-block;
*display:inline;
*zoom:1;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 22px;
	font-weight: normal;
	color: #F4A814;
	line-height: normal;
}
.module-title-hl > .module-title-content span {
	position: relative;
	top: 13px;
}
.module-title-hl > .module-more-default {
	margin-top: 10px;
}
.module-full-screen > .module-inner {
	padding: 40px 0 40px 0;
}
.module-full-screen > .module-inner .page-width {
	width: auto;
	max-width: 1120px;
	_width: 1120px;
}
.module-full-screen-title {
	margin-bottom: 30px;
	text-align: center;
}
.module-full-screen-title > h2 {
	margin-bottom: 0;
	line-height: normal;
	font-weight: bold;
	color: #37474f;
	font-size: 30px;
	font-size: 3rem;
}
.module-full-screen-title > .module-title-content > h3 {
	display: inline-block;
*display:inline;
*zoom:1;
	margin: 0 20px;
	line-height: normal;
	font-weight: normal;
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
}
.module-full-screen-title > .module-title-content > i {
	display: inline-block;
*display:inline;
*zoom:1;
	display: none;
	position: relative;
	top: -5px;
	width: 180px;
	height: 1px;
	overflow: hidden;
	background-color: #d9d9d9;
}
.module-full-screen-more {
	float: none;
	clear: both;
	margin-top: 30px;
	text-align: center;
}
.module-full-screen-more a {
	display: inline-block;
*display:inline;
*zoom:1;
	line-height: 34px;
	padding: 0 35px;
	border: 1px solid #4BA737;
	color: #4BA737;
	transition: all 0.5s ease 0s;
}
.module-full-screen-more a:hover, .module-full-screen-more a:active {
	background-color: #F4A814;
	border-color: #F4A814;
	color: #fff;
	text-decoration: none;
}
.module-divider-full {
	margin: 40px 0 -35px;
	height: 14px;
	overflow: hidden;
	background: url(module-divider-full.png) no-repeat center;
}
.module-full-screen-gray {
	background-color: #f6f5f5;
}
.module-full-screen-hl {
	    background: #fcfbf6 url('') no-repeat center;
	color: #fff !important;
}
.module-full-screen-hl a {
	color: #555;
}
.module-full-screen-hl .module-full-screen-title > h2 {
	color: #37474f;
}
.module-full-screen-hl .module-full-screen-title > .module-title-content > h3 {
	color: #999;
}
.module-full-screen-hl .module-full-screen-title > .module-title-content > i {
	background-color: #e5e5e5;
}
.module-full-screen-hl .page-width > .module-full-screen-content {
	color: #fff !important;
}
.module-full-screen-hl .page-width > .module-full-screen-content p {
	color: #fff !important;
}
.module-full-screen-hl .page-width > .module-full-screen-content a {
	color: #fff !important;
}
.module-full-screen-hl .page-width > .module-full-screen-content a:hover {
	color: #fff !important;
	text-decoration: underline;
}
.module-full-screen-hl .module-full-screen-more a {
	color: #68b520;
	border-color: #68b520;
}
.module-full-screen-hl .module-full-screen-more a:hover {
	background-color: #FF9B00;
	border-color: #FF9B00;
	color: #fff;
	text-decoration: none;
}
.module-full-screen-hl .module-divider-full {
	background: url(module-divider-full-white.png) no-repeat center;
}
.module-full-screen-bg-img {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.module-full-screen-padding-bottom {
	padding-bottom: 70px;
}
.module-full-screen-more-fixed > .module-inner .page-width {
	position: relative;
}
.module-full-screen-more-fixed .module-full-screen-more {
	position: absolute;
	left: 50%;
	z-index: 1000;
	margin-left: -48px;
	margin-top: 20px;
	-webkit-animation: upAndDown 2s infinite;
	animation: upAndDown 2s infinite;
}
.module-full-screen-more-fixed .module-full-screen-more a {
	background-color: transparent;
	padding: 0;
	border: none;
	color: #F4A814;
	font-size: 16px;
	width: 97px;
	height: 97px;
	line-height: 97px;
	background: url(module-full-screen-more-fixed.png) no-repeat 0 0;
}
.module-full-screen-more-fixed .module-full-screen-more a:hover {
	background-color: transparent;
	background-position: 0 -97px;
	color: #fff;
}
.module-full-screen-gray-expand > .module-inner {
}
.module-full-screen-gray-expand-box-t, .module-full-screen-gray-expand-box-b {
	position: relative;
	height: 10px;
}
.module-full-screen-gray-expand-box-t .module-full-screen-gray-expand-bg, .module-full-screen-gray-expand-box-b .module-full-screen-gray-expand-bg {
	position: absolute;
	top: 0;
	width: 100%;
	height: 20px;
}
.module-full-screen-gray-expand-box-t .module-full-screen-gray-expand-bg {
	top: -10px;
}
.module-full-screen-gray-expand-box-t .module-full-screen-gray-expand-bg {
	background: url(module-full-screen-bg-wave-gray-t.png) no-repeat bottom center;
}
.module-full-screen-gray-expand-box-b .module-full-screen-gray-expand-bg {
	background: url(module-full-screen-bg-wave-gray-b.png) no-repeat bottom center;
}
.module-horizontal {
}
.module-title-horizontal {
	float: left;
	margin-right: 10px;
}
.module-title-horizontal .module-title-content {
	margin-top: 2px;
}
.module-title-horizontal .module-title-content > h3 {
	font-size: 15px;
	margin-top: 2px;
	line-height: normal;
	float: left;
}
.module-title-horizontal .module-title-content img {
	vertical-align: middle;
	position: relative;
	top: 2px;
	float: left;
	margin-right: 5px;
}
.module-horizontal > .modult-inner > .module-content {
	overflow: hidden;
*zoom:1;
}
.module-horizontal > .modult-inner > .module-more-horizontal a {
	margin-left: 10px;
	margin-top: 3px;
	display: block;
	width: 20px;
	height: 20px;
	overflow: hidden;
	background: url(icom-more.gif) no-repeat center;
}
.module-horizontal > .modult-inner > .module-more-horizontal a span {
	display: none;
}
.module-horizontal-hlbg {
	background-color: #f7f7f7;
}
.module-horizontal-hlbg .modult-inner {
	padding: 5px 10px;
}
.module-section {
	padding: 30px 0;
}
.module-section-title-wrapper {
	margin-bottom: 25px;
}
.module-section-title {
	float: left;
}
.module-section-title h2 {
	display: inline;
	line-height: normal;
	font-size: 28px;
	font-weight: normal;
	color: #1a1a1a;
}
.module-section-title h3 {
	display: inline;
	line-height: normal;
	color: #999;
	font-size: 16px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.module-section-title em {
	line-height: normal;
	padding: 0 6px;
	color: #999;
	font-size: 16px;
	font-style: normal;
}
.module-section-more {
	float: right;
	margin-top: 10px;
}
.module-section-more a {
	line-height: normal;
	padding: 3px 0;
	font-size: 16px;
	border-bottom: 1px solid #1a1a1a;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-ms-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
}
.module-section-more a:hover {
	color: #999;
	border-bottom: 1px solid #999;
}
.module-section-gray {
	background-color: #f2f2f2;
}
.module-section > .module-section-inner .page-width {
	width: auto;
	max-width: 1200px;
	_width: 1200px;
}

@media only screen and (min-width:1400px)
{

}
@media only screen and (max-width:1400px) and (min-width:1200px)
{


}
@media only screen and (max-width:1024px)
{

}
@media only screen and (max-width:959px) and (min-width:768px)
{

.topbar-lt {
	display: none;
}
#top-panel .howto {
	padding: 0px 3%; width: 94%; float: none;
}
#top-panel .hours {
	padding: 0px 3%; width: 94%; float: none;
}
#top-panel .howto {
	margin-bottom: 25px;
}
#top-panel .howto .steps {
	padding: 6px 0px;
}
#top-panel .howto .span2 {
	padding: 0px 0px 10px; width: 100%; float: none;
}
.header {
	position: relative;
}
.header .inner {
	width: 100%; height: auto; overflow: hidden;
}
.logo {
	display: none;
}
.topbar {
	background: rgb(51, 51, 51); height: auto; overflow: hidden;
}
#mobile-nav {
	text-align: center; display: block;
}
#mobile-home img {
	max-height: 80px;
}
.sub-nav a.active i {
	display: none;
}
#slidebanner {
	height: auto;
}
#slideshow li img {
	width: 100%; height: auto; min-height: inherit;
}
#sliderbox {
	max-width: 960px;
}
#slidebanner {
	width: 960px; height: 255px; margin-left: -480px;
}
#slideshow li {
	width: 960px; height: 255px;
}
#slideshow li img {
	width: 960px; height: 255px;
}

}
@media only screen and (max-width:767px)
{
.bannertxt,.bannertxt span{
	font-size:14px;
	top:15%;
	width:50%;
	left:-20%	
}
.scrollable ul li {

	width: 260px;

}
#fh5co-hero{
	margin-top:60px
}
}
@media only screen and (max-width:480px)
{
}
.h-h2 {
margin-bottom: 0;
    line-height: normal;
    font-weight: bold;
    color: #004298;
    font-size: 30px;
    font-size: 3rem;
}
.m-shu, .fuwu .m-shu, .huanjing .m-shu, .kehu .m-shu, .team .m-shu {
	
	margin-bottom: 45px;
}
.kehu, .case, .team, .youshi, .news {
	padding: 45px 0 25px 0;
}
.fuwu-bg, .kehu-bg, .team-bg {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
.kehu-bg {
	background-image: url(kehu-bg.jpg);
}
.col-lg-20 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}
@media (min-width: 1200px) {
.col-lg-20 {
	float: left
}
}
@media (min-width: 1200px) {
.col-lg-20 {
	width: 20%
}
}
@media (min-width: 701px) and (max-width: 1023px) {
.fudong {
	padding-top: 8%;
}
}
.kehu figure a {
	margin-bottom: 30px;
	color: #FFF;
	display: block;
}
.kehu div.row, .case div.row {
	margin-bottom: 10px;
}
.kehu figure a p {
	display: none;
}
@media (min-width: 1200px) {
.kehu div.xg {
	height: 296px;
	overflow: hidden;
}
}
@media (min-width: 999px) {
.kehu figure a {
	position: relative;
}
.kehu figure a p {
	cursor: pointer;
	display: block;
	position: absolute;
	width: 204px;
	height: auto;
	background-color: #004298;
	top: 0px;
	line-height: 118px;
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
	opacity: 0;
	filter: Alpha(Opacity=0);
}
.kehu figure a:hover p {
	display: block;
	opacity: 1;
	filter: Alpha(Opacity=1);
}
}
@media (min-width: 999px) and (max-width: 1199px) {
.kehu figure a p {
	left: 4px;
}
}
.khml a {
	margin-bottom: 10px !important;
}
.khml a h4 {
	color: #393;
	margin-top: 30px;
	margin-bottom: 0;
}
.kehu figure img {
	border: 1px solid #eee !important;
}
.case .m-shu {
	color: #999;
	margin-bottom: 35px;
	line-height: 28px;
}
.case .m-shu p {
	margin-top: 15px;
	color: #ccc;
}
.case .m-shu p a {
	color: #333;
	margin: 0 3px;
}
.case .m-shu p a:hover {
	color: #393;
}
.case h3 {
	padding: 20px 0 26px 0;
	margin: 0 auto;
}
.case h3 a {
	font-size: 16px;
	font-weight: bold;
}
.case h3 small, .case h3 small a {
	color: #999;
	font-size: 14px;
	font-weight: normal;
}
.case a.pic-link {
	max-width: 360px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 999px) {
.case a.pic-link, .tj-case a.pic-link {
	position: relative;
	display: block;
}
.case-hover {
	cursor: pointer;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0);
	background-image: url(../images/on-hover.png);
	background-repeat: repeat;
	opacity: 0;
	filter: Alpha(Opacity=0);
	z-index: 96;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.case-hover:hover {
	opacity: 1;
	filter: Alpha(Opacity=1);
}
.case-hover * {
	filter: inherit;
}
.case-hover {
	cursor: pointer;
}
.case-hover:hover .hover-link, .tj-case figure div:hover .hover-link, .pic-link:hover .hover-link {
	background-image: url(../images/hover-link.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.hover-link {
	width: 44px;
	height: 44px;
	top: 50%;
	left: 50%;
	margin-left: -22px;
	margin-top: -22px;
	position: absolute;
	display: block;
}
}
@media (max-width: 1200px) {
.col-lg-20 {
	width:50%;    float: left;
}
}
img, .ylw-img-responsive {
	height: auto;
	max-width: 100%;
}

/*time*/
.time1{
	background: #0580b9;
}
.indexcoo {
	padding: 25px 0;
}
.indexcoo .list li {
	float: left;
	width: 20%;
	text-align: center;
	color: #ccc;
}
.indexcoo .list li .num p {
	width: auto;
	display: inline;
	position: relative;
}
.indexcoo .list li .num p strong {
	font-size: 18px;
	padding-left: 14px;
}
.indexcoo .list li .num p span {
	animation: r_x 4s ease-in-out infinite;
	-webkit-animation: r_x 4s ease-in-out infinite;
	display: inline-block;
	font-size: 50px;
	line-height: 1;
	font-weight: bold;
}
.indexcoo .list li .num small {
	display: block;
	position: absolute;
	font-size: 30px;
	line-height: 1;
	right: -21px;
	top: -38px;
}
.indexcoo .list li .line {
	margin-left: auto;
	margin-right: auto;
	width: 29px;
	height: 3px;
	margin-top: 15px;
	background: #232323;
}
.indexcoo .list li .text {
	line-height: 50px;
	font-size: 14px;
	color: #fff;
}
@keyframes r_x {
75% {
transform: rotateY(0deg);
}
100% {
transform: rotateY(360deg);
}
}
@-webkit-keyframes r_x {
75% {
transform: rotateY(0deg);
}
100% {
transform: rotateY(360deg);
}
}
.time2 {
	height: 125px;
	background-size: cover;
}
@media (max-width: 768px) {
.indexcoo .list li {
	width: 50%;
	margin-bottom: 8px;
}
.indexcoo .list li:last-child {
	margin-left: auto;
	margin-right: auto;
	float: none;
	width: 100%;
}
.indexcoo {
	padding: 25px 0;
}
.list-1 .wrap1 {
	margin: 10px 0 0 10px;
}
.list-1 .text {
	padding: 10px 0 0;
}
.list-1 .text p {
	display: none;
}
}