﻿
/*--banner--*/
.banner-right {
  background: url(../images/banner.jpg) no-repeat -139px 0px;
  background-size: cover;
}
.banner-left {
  background-color: #00BFFF;
  text-align: center;
  min-height: 700px;
  position:relative;
}
.banr-text {
  position: absolute;
  top: 34%;
  left: 0%;
}
.banr-text h2 {
  color: #fff;
  font-size: 18px;
  font-family: '微软雅黑', sans-serif;
}
.banr-text h1 {
  color: #fff;
  font-size: 4em;
  font-weight: 800;
  font-family: '微软雅黑', sans-serif;
}
.banr-text p {
	color: #fff;
	width: 60%;
	margin: 1em auto;
	font-size: 14px;
}
.copyrights{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
.social-icons {
	display: inline-block;
	float: right;
}
.social-icons ul li {
  display: inline-block;
  margin-right: 5px;
}
.social-icons a{
  background: url(../images/iconsprite.png)no-repeat 0px 0px;
  display: block;
  width: 40px;
  height: 41px;
  transition: none;
}
.social-icons a:hover{
	background:url(../images/iconsprite.png)no-repeat -48px 0px;
}
.social-icons a.fb {
  background: url(../images/iconsprite.png)no-repeat 0px -47px;
}
.social-icons a.fb:hover{
	background:url(../images/iconsprite.png)no-repeat -48px  -47px;
}
.social-icons a.be{
	background:url(../images/iconsprite.png)no-repeat 0px -95px;
}
.social-icons a.be:hover{
	background:url(../images/iconsprite.png)no-repeat -48px -95px;
}
.social-icons a.gg{
	background:url(../images/iconsprite.png)no-repeat 0px -143px;
}
.social-icons a.gg:hover{
	background:url(../images/iconsprite.png)no-repeat -48px -143px;
}
.header {
  padding-top: 2em;
}
form {
  position: relative;
}
.search {
  float: left;
}
.search input[type="text"] {
  border: 1px solid #000;
  width: 100%;
  padding: 0.6em 2.2em .6em .5em;
  background-color: #00B2EE;
  font-size: 15px;
  position: relative;
  outline: none;
  color: #fff;
}
.search button {
  border: none;
  background-color: transparent;
  position: absolute;
  top: 19%;
  right: 3%;
  background: url(../images/icon1.png) no-repeat 0px 2px;
  width: 24px;
  display: block;
  padding: 0;
  height: 26px;
  outline: none;
}
::-webkit-input-placeholder{
	color:#fff !important;
}
a.hvr-bounce-to-bottom.bnr-rm{
	border: 1px solid #fff;
  color: #fff;
}
a.hvr-bounce-to-bottom{
  padding: 0.5em 1em;
  font-size: 14px;
   border: 1px solid #000;
  color: #000;
}
/*--------- Progress Tracker ---------*/
.progress-tracker {
  position: fixed;
  top: 16%;
  right: 5%;
}
.progress-tracker.hide {
  width: 0px;
}
.progress-tracker.hide ul li .pt-description,
.progress-tracker.hide.active ul li .pt-description,
.progress-tracker.hide.constant ul li.active .pt-description {
  display: none;
}
.progress-tracker ul li {
  width: 17px;
  height: 16px;
  position: relative;
  background-color: #ebe9ea;
  border: 1px solid #666;
  margin-bottom: 18px;
  list-style-type: none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.progress-tracker ul li a {
  width: 100%;
  height: 100%;
  display: block;
}
.progress-tracker ul li .pt-description {
  display: none;
  width: 100px;
  position: absolute;
  top: -5px;
  right: 25px;
}
.progress-tracker ul li .pt-description span {
  font-size: 16px;
  font-weight: 500;
  float: right;
  text-align: right;
  background-color: #e9ebea;
  padding: 2px 9px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
}
.progress-tracker ul li.active {
	background-color: #66CCFF;
	border-color: #000;
}
.progress-tracker.constant ul li:hover .pt-description {
  display: block;
}
.progress-tracker.constant ul li.active .pt-description {
  display: block;
}
/* Bounce To Bottom */
.hvr-bounce-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #272727;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-bottom:hover, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:active {
  color: white;
  border: 1px solid #272727;
}
a.hvr-bounce-to-bottom.bnr-rm:hover {
  border-color: #000;
}
.hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
/*--banner-bottom--*/
.banner-bottom{
	
}
.welcome-info:nth-child(1) {
	padding-right: 2em;
}

.welcome-info h4 {
  font-size: 2em;
  font-weight: 600;
  font-family: '微软雅黑', sans-serif;
  color: #373636;
}
.welcome-info h5{
	font-size: 15px;
	font-weight: 500;
	line-height: 1.6em;
	margin: 1.3em 0;
	color: #00BFFF;
	font-family: '微软雅黑', sans-serif;
}
.welcome-info p{
  font-size: 14px;
  color: #7f7f7f;
  line-height: 1.7em;
}
.welcome-pic img{
	width: 100%;
}
.features-grids{
	padding: 4em 0 2em 0;
}
.features-grids-left img{
	width: 100%;
}
.features-grids h4{
	margin: 0.8em 0 0;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.5em;
	color: #00BFFF;
	font-family: '微软雅黑', sans-serif;
}
.features-grids-left p{
	margin: 0.8em 0 1em;
  font-size: 14px;
  color: #7f7f7f;
  line-height: 1.7em;
}
/*--//banner-bottom--*/
/*--services--*/
.services {

}
.services h3 {
  color: #fff;
  margin-bottom: 0.8em;
}

.services1 {

}
.services1 h3 {
  color: #fff;
  margin-bottom: 0.8em;
}
.work-row-grids {
  text-align: center;
}
.work-row-grids h4 {
  font-size: 20px;
  font-weight: 500;
  margin: 0.5em 0;
  color: #000;
  font-family: '微软雅黑', sans-serif;
}
.work-row-grids p {
  font-size: 14px;
  color: #fff;
  line-height: 1.5em;
  width: 60%;
  margin: 0 auto;
}
/*----Slider Part starts Here-----*/
#slider3,#slider4 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}
.rslides_tabs {
  list-style: none;
  padding: 0;
  background: rgba(0,0,0,.25);
  box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  font-size: 18px;
  list-style: none;
  margin: 0 auto 50px;
  max-width: 540px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
}
.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
}
.rslides_tabs li:first-child {
  margin-left: 0;
}
.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
}
.events {
  list-style: none;
}
.callbacks_container {
  position: relative;
  float: left;
  width: 100%;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.callbacks img {
  position: relative;
  z-index: 1;
  height: auto;
  border: 0;
}
.callbacks_nav {
  	position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 28%;
  left: 0%;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 51px;
  width: 22px;
  background: transparent url("../images/icons.png") no-repeat 0px -4px;
}
.callbacks_nav:active {
  opacity: 1.0;
}
.callbacks_nav.next {
  left: auto;
  right: 0%;
  background: url(../images/icons.png)no-repeat -41px -4px;
}
#slider3-pager a ,#slider4-pager a {
  display: inline-block;
}
#slider3-pager span, #slider4-pager span{
  float: left;
}
#slider3-pager span,#slider4-pager span{
	width:100px;
	height:15px;
	background:#fff;
	display:inline-block;
	border-radius:30em;
	opacity:0.6;
}
#slider3-pager .rslides_here a , #slider4-pager .rslides_here a {
  background: #FFF;
  border-radius:30em;
  opacity:1;
}
#slider3-pager a ,#slider4-pager a{
  padding: 0;
}
#slider3-pager li ,#slider4-pager li{
	display:inline-block;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li{
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  height: auto;
  border: 0;
}
.callbacks_tabs{
	list-style: none;
	position: absolute;
	top: 119%;
	z-index: 111;
	left: 46.5%;
	padding: 0;
	margin: 0;
}
@media screen and (max-width: 600px){
.callbacks_nav {
   top: 47%;
}
}
/*----*/
.callbacks_tabs a{
 visibility: hidden;
}
.callbacks_tabs a:after {
	content: "\f111";
	font-size: 0;
	font-family: FontAwesome;
	visibility: visible;
	display: block;
	height: 16px;
	border-radius: 17px;
	width: 17px;
	display: inline-block;
	background: white;
}
.callbacks_here a:after{
	background: #E4BB07;
}
/*--//slider end here--*/
/*--specifications--*/
.spec {

}
.spec h4 {
  font-size: 1.5em;
  color: #373636;
    margin-bottom: 0.8em;
}
.spec ul li:nth-child(1) {
  border-top: 1px solid rgb(239, 236, 236);
}
.spec ul li {
  display: block;
  border-bottom: 1px solid rgb(239, 236, 236);
  padding: 1em 0;
}
.name{font-size: 24px; font-weight:normal;}
.spec p {
  font-size: 14px;
  color: #000;
}
/*--//specifications--*/
/*--gallery--*/
.gallery {
  padding: 5em 0;
}
.gallery-grids {
    padding: 1em;
}
/*----- Strip -----*/
.b-link-stripe{
	position:relative;
	display:inline-block;
	vertical-align:top;
	font-weight: 300;
	overflow:hidden;
}
.b-link-stripe .b-wrapper{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-align:center;
	overflow:hidden;
}
.b-link-stripe .b-line{
	position:absolute;
	top:0;
	bottom:0;
	width:20%;
	background:rgba(15, 207, 140, 0.9);
	transition:all 0.5s linear;
	-moz-transition:all 0.5s linear;
	-ms-transition:all 0.5s linear;
	-o-transition:all 0.5s linear;
	-webkit-transition:all 0.5s linear;
	opacity:0;
	visibility:hidden; /* lt-ie9 */
}
img.img-responsive.glry-img {
  width: 100%;
}
/*------Animation effects------*/
.b-animate-go{
	text-decoration:none;
}
.b-animate{
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	visibility: hidden;	
}
.b-animate img{
	display: -webkit-inline-box;
}
/* lt-ie9 */
.b-animate-go:hover .b-animate{
	visibility:visible;
}
.b-from-left{
	position: absolute;
	top: -100%;
    left: 41%;
}
.b-animate-go:hover .b-from-left{
	top:41%;
}
span.m_4{
	font-size:14px;
	font-weight:400;
}
p.m_5 {
	margin: 2% auto 5%;
	width: 70%;
	color: #283A47;
	font-size: 1.1em;
	font-weight: 600;
	line-height: 1.5em;
	text-align: center;
}
