body{
	margin:0;
	font-family: "微软雅黑", Helvetica, Arial, sans-serif;
}
@font-face {
      font-family: 'PT_Sans-Narrow-Web-Regular';
      src: url(../fonts/PT_Sans-Narrow-Web-Regular.ttf) format('truetype');
}
@font-face {
      font-family: 'Engagement-Regular';
      src: url(../fonts/Engagement-Regular.ttf) format('truetype');
}
body a{
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	text-decoration:none;
}
h1,h2,h3,h4,h5,h6{
	margin:0;			   
}
p{
	margin:0; list-style:none; padding:0;
}
ul,label{
	margin:0;
	padding:0;
}
body a:hover{
	text-decoration:none;
}
/*--header--*/
.header {
    padding: .8em 0;
	border-bottom:4px solid #44bb00;
}
.header-info a{
    font-size: 0.9em;
	font-family: Arial, 微软雅黑, sans-serif;
    color: #333;
	margin-top: 0.3em;
	
}
.header-info a:hover{
    color: #44bb00;
	
}
.header-info b{
    font-size:0.9em;
	font-family: Arial, 微软雅黑, sans-serif;
    color: #333;
	margin-top: 0.3em; font-weight:normal;}
	
@media screen and (min-width: 861px) and (max-width:950px){	
.header {
    padding: .8em 0;
	border:none;
	width:820px;
	float:right;
}
}

@media screen and (min-width:951px) and (max-width:1023px){	
.header {
    padding: .8em 0;
	border:none;
	width:920px;
	float:right;
}
}

@media screen and (min-width:1024px){	
.header {
	border:none;	
}
}

/*--search-button--*/
form.navbar-form.navbar-right {
  margin: 0;
  padding: 0;
}
.form-group {
  position: relative;
}
input.form-control {
    padding:1px 10px 1px 13px;
    height: inherit;
    font-size: 1.0em;
    border-color: #ccc;
	-webkit-appearance: none;
}
button.btn.btn-default {
  border: none;
  width: 19px;
  height: 14px;
  position: absolute;
  top: 21%;
  right: 5%;
  padding: 0;
  outline: none;
   box-shadow: none;
}
button.btn.btn-default:focus {
  background-color:inherit !important;
  box-shadow: none !important;
  border-color:none !important;
  
}
span.glyphicon.glyphicon-search {
    font-size: 1.0em;
	color: #bbbbbb;
}
span.glyphicon.glyphicon-search:focus {
    outline: none;
}
button.btn.btn-default:hover {
    background-color: #FFF;
}
/*--//search-button--*/
.navbar-default {
    margin: 0;
    border: none;
}
/*--top-nav--*/
h1 a.navbar-brand {
    
    margin: 0 !important;
    display: block;
    height: 0;
    line-height: 0;
    padding:0;
}
.navbar-default .navbar-brand,.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus{
	
	color:#44bb00;
}
.navbar-nav > li > a {
    padding:0.3em 1.2em;
    font-size: 1em;
    font-family: 微软雅黑;
}
div#bs-example-navbar-collapse-1 {
	padding-bottom:1em;
	padding-right:0em;
	margin-top:-3px;
}
@media screen and (min-width:320px) and (max-width:860px){
div#bs-example-navbar-collapse-1 {
	margin-top:0px;
}
}

/* 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: #fff;
  -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 a, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:active {
  color: #666;
}
.navbar-nav > li > a:hover {
    color: #fff !important; background:#44bb00; border-radius:4px;
}
.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);
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #444;
}
/*--//top-nav--*/
.banner{
	background-size: cover;
	height:542px;
	position:relative;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
}
.banner-title {
    padding:0px;
	position: relative;height:542px;
}
.banner-text {
    width:100%;	height:542px;
}

/*------------------ Slider Part starts Here----------*/
/**开始小屏banner**/
.kePublic{ background:#fafafa;}
.keBottom{color:#FFF; padding-top:25px; line-height:28px; text-align:center; font-family:'微软雅黑'; background:url(../images/bodyBg2.jpg) repeat-x top left; padding-bottom:25px}
.keTxtP{font-size:16px; color:#ffffff;}
.keUrl{color:#FFF; font-size:30px;}
.keUrl:hover{ text-decoration: underline; color: #FFF; }
.mKeBanner,.mKeBanner div{text-align:center;}
/*科e互联特效基本框架CSS结束，应用特效时，以上样式可删除*/
/* 效果CSS开始 */
.slider{display:none}/*用于获取更加体验*/
/* 效果CSS结束 */

/**************结束小屏banner*****************/

#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 {
  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: 47%;
    left: 6%;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 32px;
    width: 32px;
    background: transparent url("../images/icons.png") no-repeat 0px 0px;
}
.callbacks_nav:active {
  opacity: 1.0;
}
.callbacks_nav.next {
    left: auto;
    right: 9%;
    background: url(../images/icons.png)no-repeat -37px 0px;
}
#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;
  width:100%;
}
.callbacks_tabs {
    list-style: none;
    position: absolute;
    bottom:3%;
    z-index: 111;
    left:47%;
    padding: 0;
    margin: 0;
}
.slider-top{
	text-align: center;
	padding:10em 0;
}
.slider-top h1{
	font-weight:700;
	font-size:48px;
	color:#010101;
}
.slider-top p{
	font-weight:400;
	font-size:20px;
	padding:1em 7em;
	color:#010101;
}
.slider-top ul.social-slide{
	display:inline-flex;
	margin: 0px;
	padding: 0px;
}
ul.social-slide li i{
	width:70px;
	height:74px;
	background:url(../images/img-resources.png)no-repeat;
	display: inline-block;
	margin:0px 15px;
}
ul.social-slide li i.win{
	background-position:-6px 0px;
} 
ul.social-slide li i.android{
	background-position:-110px 0px;
}
ul.social-slide li i.mac{
	background-position:-215px 0px;
}
.callbacks_tabs li{
	display: inline-block;
	margin: 0 .1em;
}
@media screen and (max-width: 640px){
  .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: 12px;
    border-radius: 17px;
    width: 12px;
    display: inline-block;
    background: #fff;
}
.callbacks_here a:after{
	background: #44bb00;
}
/*--//slider end here--*/
/*--about--*/
.about {
  padding:2.6em 0;
}
h3.title {
    color: #999;
    font-size:2.6em;
    margin-bottom: 1em;
    text-align: center;
	text-transform:uppercase;
}
.about h4 {
    font-size: 1.3em;
    color: #000;
    margin: 0 0 .5em;
    line-height: 1.6em;
}
.about .title p {
  color: #333;
  font-size:0.5em;
  line-height: 1.2em;
}
.team .title p {
  color: #333;
  font-size:0.5em;
  line-height: 1.2em;
}
.contact-form .title p {
  color: #333;
  font-size:0.5em;
  line-height: 1.2em;
}
.about-left  img {
  width: 100%;
}
/*--//about--*/
/*--product--*/
.team-grids {
  position: relative;
}
.team {
	background:#f8f8f8;
    padding:2.9em 0;
}
.team-info {
	width:100%; overflow:hidden;
    margin-top:0.5em;
}
.team-infos {
	width:105%; overflow:hidden;
    margin-top:1.2em;
}
.team-grids .pt{width:100%; height:120px; background:#f1f1f1; border-bottom:2px solid #aeaeae;}
.team-grids .pt a{width:90%; height:44px; font-size:1.06em; padding-top:16px; margin-left:16px; overflow:hidden;}
.team-grids .pt p{width:90%; height:46px; font-size:0.9em; margin-top:5px; margin-left:16px; line-height:22px; overflow:hidden; color:#666;}
.team-grids .pt:hover{width:100%; min-height:30px;border-bottom:2px solid #3eaa00; cursor:pointer;}
@media (min-width:1024px) {
.team-grids a {
	overflow: hidden;
	position: relative;
	display: block;
	width:100%;
	height:390px;
}
}
@media (min-width: 861px) and  (max-width:1023px){
.team-grids a {
	overflow: hidden;
	position: relative;
	display: block;
	width:100%;
	height:590px;
}
}
@media (min-width:681px) and (max-width:860px) {
.team-grids a {
	overflow: hidden;
	position: relative;
	display: block;
	width:100%;
	height:500px;
}
}
@media (min-width:320px) and (max-width:480px) {
.team-grids a {
	overflow: hidden;
	position: relative;
	display: block;
	width:100%;
	height:500px;
}
}

@media (min-width:481px) and (max-width:680px) {
.team-grids a {
	overflow: hidden;
	position: relative;
	display: block;
	width:100%;
	height:360px;
}
}
.captn h4 {
	width:100%; height:100%;
	background:url(../images/icon1.png) no-repeat center center;
    
}
.captn p {
    font-size: 1.1em;
    margin-top: 0.5em;
}
.team-grids a .captn {
    display: inline-block;
    height: 100%;
    width: 100%;
    color: #ffffff;
    position: absolute;
    bottom: 100%;
    right: 0;
    background-color: rgba(51, 51, 51, 0.40);
    padding: 5% 10%;
    text-align: center;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team-grids a:hover .captn {
  width: 100%;
  bottom: 0%;
  padding:0;
}
/*--//product--*/


/*--contact--*/
.contact-form {
	padding:2.6em 0;
}

.contact-left p {
    font-size: 1.1em;
    color: #555;
    line-height: 1.8em;
}
@media (max-width:860px) {
.contact-left{width:100%; float:left; margin-right:36px; margin-bottom:1em;}
}

@media (min-width:861px) and (max-width:1023px){
.contact-left{width:42%; float:left; margin-right:4%;}
.contact-left left_img {
  width:100%; height:246px; float:left; overflow:hidden;
  margin:0;
  padding: 0;
}
}
@media (min-width:1024px){
.contact-left{width:468px; float:left; margin-right:36px;}
.contact-left left_img {
  width:100%; height:246px; float:left; overflow:hidden;
  margin:0;
  padding: 0;
}
}

.contact-left ul li {
  display: block;
  padding: .2em 0;
  font-size: 13px;
  color: #414141;
  line-height:18px;
}
.contact-left ul li a{
	text-decoration: none;
	color: #000;
	font-size:18px;
	margin-bottom:3px;
	transition:.5s all;
	margin-top: 10px;
    float: left;
    width: 100%;
}
.contact-left ul li a:hover{
	color:#3eaa00;
	padding-left:6px;
}
.contact-left ul li span{
  background: url(../images/iconsprite.png)no-repeat -20px 0px;
  margin-right: 0.6em;
  display: inline-block;
  width: 12px;
  height: 13px;
  vertical-align: middle;
}
.contact-left ul li span.ph-no {
    background: url(../images/iconsprite.png)no-repeat -32px 1px;
}
.contact-left ul li span.mail {
    background: url(../images/iconsprite.png)no-repeat 1px 1px;
    width: 16px;
}
.col-md-7 .contact-right ul {
  text-align: right;
  width:520px;
  float:left;
}
@media (min-width:1024px) {
.news_lists{width:520px; float:left;}
.news_list{width:100%; height:98px; overflow:hidden; margin-bottom:14px;}
.contact-right .news_img{ width:128px; height:98px; float:left; overflow:hidden;}
.contact-right .news_img img{ width: auto; height:98px; text-align:center; overflow:hidden;}
.news_ts{width:374px; height:98px; overflow:hidden; float:right;}
.contact-right .news_tt{ width:100%; height:28px; float:left;}
.contact-right .news_tt a{ color:#333; font-size:16px;}
.contact-right .news_tt a:hover{text-decoration:underline; color:#3eaa00;}
.contact-right .news_text{ width:100%; height:64px; float:left; font-size:13px; color:#666; line-height:20px; margin-top:0.6em; overflow:hidden;}
}

@media (max-width:860px) {
.news_lists{width:100%;}
.news_list{width:100%; height:98px; overflow:hidden; margin-top:1em;}
.contact-right .news_img{ width:24%; height:auto; float:left; overflow:hidden;}
.news_ts{width:73%; height:98px; overflow:hidden; float:right;}
.contact-right .news_tt{ width:100%; height:28px; float:left;}
.contact-right .news_tt a{ color:#333; font-size:16px;}
.contact-right .news_tt a:hover{text-decoration:underline; color:#3eaa00;}
.contact-right .news_text{ width:100%; height:64px; float:left; font-size:13px; color:#666; line-height:20px; margin-top:0.6em; overflow:hidden;}
}

@media (min-width:861px) and (max-width:1023px) {
.news_lists{width:100%; float:left;}
.news_list{width:100%; height:88px; overflow:hidden; margin-bottom:1em;}
.contact-right .news_img{ width:24%; height:auto; float:left; overflow:hidden;}
.news_ts{width:73%; height:88px; overflow:hidden; float:right;}
.contact-right .news_tt{ width:100%; height:28px; float:left;}
.contact-right .news_tt a{ color:#333; font-size:16px;}
.contact-right .news_tt a:hover{text-decoration:underline; color:#3eaa00;}
.contact-right .news_text{ width:100%; height:44px; float:left; font-size:13px; color:#666; line-height:20px; margin-top:0.6em; overflow:hidden;}
}

@media (min-width: 861px) {
.contact-form input[type="submit"] {
   border: 1px solid #cecece;
    height:40px;
    width:128px;
    margin:1.2em 0 0.4em 44%;
    font-size: 1.1em;
    color: #888;
    letter-spacing: 1px;
    outline: none;
    background-color: #fff;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
	  -webkit-appearance: none;
}
}
@media (max-width: 860px) {
.contact-form input[type="submit"] {
   border: 1px solid #cecece;
    height:40px;
    width:128px;
    margin:1.2em 0 0.4em 0%;
    font-size: 1.1em;
    color: #888;
    letter-spacing: 1px;
    outline: none;
    background-color: #fff;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
	  -webkit-appearance: none;
}
}
.contact-form input[type="submit"]:hover{
	background-color:#3eaa00;
	color:#fff;
}
@media (min-width:481px) and (max-width:640px) {
.about-right{max-height:200px; margin-bottom:1em;}
}

/******** botton **********/
@media (min-width: 991px) {
.about input[type="submit"] {
    border: 1px solid #cecece;
    height:40px;
    width:128px;
    margin: 2.6em 0 0.4em 18%;
    font-size: 1.1em;
    color: #888;
    letter-spacing: 1px;
    outline: none;
    background-color: #fff;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
	  -webkit-appearance: none;
}
}
@media (max-width: 990px) {
.about input[type="submit"] {
    border: 1px solid #cecece;
    height:40px;
    width:128px;
    margin: 0.8em 0 0.4em 0%;
    font-size: 1.1em;
    color: #888;
    letter-spacing: 1px;
    outline: none;
    background-color: #fff;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
	  -webkit-appearance: none;
}
}
.about input[type="submit"]:hover{
	background-color:#3eaa00;
	color:#fff;
}
@media (min-width: 861px) {
.team-info input[type="submit"] {
    border: 1px solid #cecece;
    height:40px;
    width:128px;
    margin:0em 0 0.4em 44%;
    font-size: 1.1em;
    color: #888;
    letter-spacing: 1px;
    outline: none;
    background-color: #fff;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
	  -webkit-appearance: none;
}
}
@media (min-width: 481px) and (max-width:860px) {
.team-info input[type="submit"] {
    border: 1px solid #cecece;
    height:40px;
    width:128px;
    margin:0em 0 0.4em 39%;
    font-size: 1.1em;
    color: #888;
    letter-spacing: 1px;
    outline: none;
    background-color: #fff;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
	  -webkit-appearance: none;
}
}

@media (max-width:480px) {
.team-info input[type="submit"] {
    border: 1px solid #cecece;
    height:40px;
    width:128px;
    margin:0em 0 0.4em 0%;
    font-size: 1.1em;
    color: #888;
    letter-spacing: 1px;
    outline: none;
    background-color: #fff;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
	  -webkit-appearance: none;
}
.footer p img{
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  padding-bottom: 95px;
  bottom: 0;
}
.footer{
	position:relative
}
.footer p:nth-child(4){
	height:120px;
}
}
.team-info input[type="submit"]:hover{
	background-color:#3eaa00;
	color:#fff;
}

/*--footer--*/
.footer {
    padding: 1.3em 0;
    background-color: #44bb00;
}
.footer span {
	color: #f2ffeb;
	font-size: 1.0em;
}
.footer p {
	color: #cef0ba;
	font-size: 0.8em;
	margin-top:4px;
	font-size: 14px;
    color: #fff;
}
.footer p a {
	color: #fff;
	margin-left: 2px;
}
.footer p a:hover{
	color: #FF0000;
	text-decoration:none;
}
/*--//footer--*/
/*--slider-up-arrow--*/
/*#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 3%;
	right: 3%;
	overflow: hidden;
	width: 32px;
	height: 32px;
	border: none;
	text-indent: 100%;
	background: url("../images/move-up.png") no-repeat 0px 0px;
}
#toTopHover {
	width: 32px;
	height: 32px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}*/
/**********************开始返回顶部*****************/
.go-top{position: fixed;bottom: 40px;right: 20px;width: 46px;z-index: 999;}
.go-top a{display: block;width: 46px;height: 46px;margin-bottom: 10px;background-image: url(../images/go-top.png?);}
.go-top a:last-child{margin-bottom: 0;}
.go-top .go{background-position: 0 -150px;}

.go-top .feedback01{background-position: 0 -49px;}
/**********************结束返回顶部*****************/
/*--//slider-up-arrow--*/
/*---- responsive-design -----*/
@media(max-width:1440px){
.callbacks_tabs {
   bottom:3%;
}
}

@media(max-width:1024px){
.map iframe {   
   height: 280px;
}
.contact-right input[type="text"] {
    width: 32%;
}
}

@media(max-width:860px){
h1 a.navbar-brand {
	font-size: 1.6em;
	padding: 0;
	padding-left:15px;
}
.banner-text {
    margin-left:0em;
}
.banner-text h2 {
    font-size: 3.2em;
}
.banner-title {
    padding:0em 0;
}
.callbacks_tabs a:after {
    height: 12px;
    width: 12px;
}
.about, .team, .special, .services, .portfolio, .testimonials, .contact-form {
    padding: 2.5em 0;
}
h3.title {
    font-size: 2.8em;
}
.about p {
    font-size:0.6em;
    line-height: 1.5em;
}
.work-row-grids span.glyphicon {
    font-size: 2em;
    padding: 0.8em 0.2em;
}
.work-row-grids {
    width: 29%;
    margin: 1em 1em 3em;
}
}
@media(max-width:640px){
.header-info {
    float: none;
}
form.navbar-form {
    float: none;
    width:100%;
}
.header-info p {
    font-size: 1.1em;
	margin-top: 0.6em;
}
.header-info p:before {
    background-position:-51px 0px;
    margin-right: 8px;
}
h1 a.navbar-brand {
    font-size: 1.5em;
    padding:0;
    margin-left: 0.3em !important;
}
button.navbar-toggle {
    border-color: #B3AFA6 !important;
    margin: 1.2em 2em;
    background-color: #B3AFA6;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #B3AFA6;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-nav {
    margin:0 0 0 -15px;
}
.navbar-nav > li > a {
    padding: 1em 0;
    font-size: 1.2em;
    text-align: center;    
}
.navbar-default .navbar-nav > li > a{
	color: #333;
}
.banner-title {
    padding: 5em 0;
}
.banner {
    min-height: 330px;
}
.banner-text h2 {
    font-size: 3em;
}
.banner-text p {
    font-size: 1.1em;
    margin: 0.8em 0;
    letter-spacing: 0;
}
.callbacks_tabs {
    left: 12%;
    bottom: 10%;
}
.about, .team, .special, .services, .portfolio, .testimonials, .contact-form {
    padding: 2em 0;
}
h3.title {
    font-size: 2.2em;
}
.captn h4 {
    font-size: 1.5em;
}
.team-grids a .captn {
    bottom: 100%;
}
.team-grids a:hover .captn {
    padding:0;
}
.captn p {
    font-size: 1em;
}
.special p {
    margin-bottom: 1em;
}
.special h6 {
    font-size: 1em;
}
.work-row-grids {
    width: 33%;
    margin: 1em 0;
    float: left;
}
.view {
    width: 187px;
    height: 130px;
    border: 6px solid #fff;
    margin: 5px;
}
.view .mask, .view .content {
    width: 176px;
    height: 118px;
}
.view p {
    margin: 2em auto 0;
}
.resp-tab-item {
    width: 15%;
}
.view1.view-first {
    padding: 1.5em;
}
.map iframe {
    height: 250px;
}
.map {
    padding: 0 0 2em !important;
}
.contact-right{
    padding: 0;
}
}
@media(max-width:480px){
h1 a.navbar-brand {
    padding:0;
	font-size:1.2em;
}
input.form-control {
    padding: 5px 28px 5px 10px;
    font-size: 1em;
}
.navbar-nav > li > a {
    padding: 0.8em 0;
    font-size: 1.2em;
	font-family:"微软雅黑";
}
.banner-title {
    padding: 3em 0;
}
.banner-text h2 {
    font-size: 2.6em;
}
.banner {
    min-height: 259px;
}
.banner-text {
    margin-left: 3em;
}
.about, .team, .special, .services, .portfolio, .testimonials, .contact-form {
    padding: 2em 0;
}
h3.title {
    font-size: 2em;
	margin-bottom: 0.6em;
}
.about-left {
    float: none;
    width: 100%;
}
.about-right {
    float: right;
    width: 100%;
    margin-top: 1em;
}
.team-info {
    margin-top: 2em;
}
/*.team-grids {
    width: 50%;
    padding: 1em;
}*/
.team-grids a .captn {
    bottom:100%;
}
.team-grids a:hover .captn {
    padding:0;
}
.special-grids {
    padding: 0;
}
.progress {
    margin-bottom: 10px;
}
.work-grids-img {
    width: 70px;
    height: 70px;
}
.work-row-grids span.glyphicon {
    font-size: 1.8em;
    padding: 0.8em 0.2em;
}
.work-row-grids h4 {
    font-size: 1.2em;
}
.view {
    width: 206px;
    height: 141px;
}
.view .mask, .view .content {
    width: 195px;
    height: 129px;
}
.view p {
    margin: 2.2em auto 0;
}
.resp-tab-item {
    width: 20%;
}
.resp-tabs-list {
    margin: 0 auto 1em;
}
.contact-right input[type="email"] {
    margin: 1em 0;
    width: 100%;
	padding: 8px 12px;
}
.contact-right input[type="text"] {
    width: 100%;
	margin:0;
	padding: 8px 12px;
}
.contact-right textarea {
    height: 150px;
    margin-top: 1em;
}
.contact-right input[type="submit"] {
    width: 28%;
    font-size: 1em;
}
.contact-left p {
    margin-top: 1.5em;
    width: 100%;
}
.contact-left {
    padding: 0;
}
.contact-left ul {
    margin: 0.5em 0 0;width: 100%;
    overflow: hidden;
}
.footer p {
    font-size: 1em;
}
.navbar-form button.btn.btn-default {
    top: 19%;
}
}
@media(max-width:320px){
.header-info {
    float: none;
    margin-bottom:0;
}
form.navbar-form {
    float: none;
    width: 69%;
    margin: 0 auto !important;
}
input.form-control {
    padding: 5px 31px 5px 10px;
}
.header-info p {
    margin-top: 0;
    text-align: center;
}
.header {
    padding: 0.6em 0;
}
button.navbar-toggle {
    margin: 1.2em 1em;
}
.banner-title {
    padding: 2em 0 3em;
}

.banner-text h2 {
    font-size: 2.2em;
}
.banner-text p {
    margin: 0.5em 0;
}
.banner-text {
    margin-left: 0;
    width: 71%;
}
.callbacks_tabs {
    left: 3%;
    bottom: 5%;
}
.callbacks_nav {
    top: 85%;
    left: 72%;
    height: 22px;
    width: 21px;
    background-size: 301%;
}
.callbacks_nav.next {
    right: 10%;
    background: url(../images/icons.png)no-repeat -24px 0px;
     background-size: 301%;
}
.about, .team, .special, .services, .portfolio, .testimonials, .contact-form {
    padding: 1em 0;
}
h3.title {
    font-size: 1.8em;
}
.about-left {
    padding: 0;
}
.team-info {
    margin-top: 1em;
}
.team-grids {
    padding: 0.3em;
}
.work-row-grids {
    width: 50%;
}
.work-row-grids span.glyphicon {
    padding: 0.7em 0;
}
.work-grids-img {
    width: 65px;
    height: 65px;
}
.work-row-grids p {
    width: 100%;
	font-size: 1em;
}
.captn h4 {
    font-size: 1.3em;
}
.team-grids a .captn {
    bottom:100%;
}
.view {
    width: 260px;
    height: 162px;
}
.view .mask, .view .content {
    width: 242px;
    height: 150px;
}
.view p {
    margin: 3em auto 0;
}
.resp-tab-item {
    width: 32%;
}
.contact-left p {
    font-size: 1em;
}
.contact-left ul li {
    font-size: 14px;
}
.contact-right input[type="submit"] {
    width: 34%;
    padding: .3em 0;
}
}
/*--//responsive-design---*/
.col-md-7 li{width:180px; height:200px; float:left; overflow:hidden; margin-right:12px; margin-bottom:1em;}
.col-md-7 li a{width:100%; height:26px; margin-top:92px; float:left; text-align:center; font-size:1.2em; color:#eaffdd; line-height:26px;}
.col-md-7 li a:hover{text-decoration:underline;}
.col-md-7 li span{width:90%; height:50px; float:left; margin-left:5%; font-size:0.8em; color:#d3ffba; line-height:18px; overflow:hidden; margin-top:.6em;}
@media(min-width:991px){
	.col-md-7 ul{ width:384px;}

	}