
/*========================
*****header***********
==========================*/
header{
	width:100%;
}
.navbar-brand img{
		background:url(../images/SUNBOW.png);
	}
	
	
.label {
  display: inline;
  padding: .2em .6em .3em;  
  font-size: 75%;
  font-weight: bold;
  line-height: 2;/*行高调节间距*/
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label >a
{color:#fff;}
.label >a:hover
{color:#000;}

a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default:hover,
.label-default:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary:hover,
.label-primary:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success:hover,
.label-success:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info:hover,
.label-info:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning:hover,
.label-warning:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #0291FF;
}
.label-danger:hover,
.label-danger:focus {
  background-color: #0244FF;
}

@media screen and (min-width: 480px){
/*.navbar-brand img{
		background:url(../images/SUNBOW.png)no-repeat left center;
	}
}
*/
/*    .navbar-inverse{background-color: transparent;border-color: transparent;}
    .navbar-toggle{background-color: #333;}*/
/*}*/
	.navbar-brand{
		background:url(../images/SUNBOWs.png) no-repeat left center;
		width:116px;
	}
/*	.navbar-brand img{
		display:none;
	}*/
}
/*========================
*****slider***********
==========================*/
.whitebg{
	background-color: #fff;
	opacity:0.6;
}
.blackbg{
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #000;
	opacity:0.5;

}
.carousel-control.right,.carousel-control.left{
	background-image: none;
}

.carousel-inner img{
	width:100%;
}

@media screen and (max-width: 480px){
	.carousel-caption{
		margin-bottom:4%;
	}
	.slide2-carousel-caption{
	position:absolute;
	width:60%;
	left:20%;
	top:25%;
	z-index: 0;
}
}
@media screen and (min-width: 480px)and (max-width:768px){
	.carousel-caption{
		margin-bottom:6%;
	}
	.slide2-carousel-caption{
	position:absolute;
	width:60%;
	left:30%;
	top:20%;
	z-index: 0;
}
}
@media screen and (min-width: 768px){
	.carousel-caption{
		margin-bottom:13%;
	}
.slide2-carousel-caption{
	position:absolute;
	width:60%;
	left:30%;
	top:25%;
	z-index: 0;
}
}
@media screen and (min-width: 992px){
	.carousel-caption{
		margin-bottom:15%;
	}
}
/*========================
*****box1***********
==========================*/


@media screen and (min-width:480px){
#box1
{
	/*background: url(../images/box1bg.jpg) no-repeat left 0;*/
	/*CSS背景图拉伸自适应尺寸，全浏览器兼容*/
	background-color: #fff;
	-moz-background-size: cover;
	background-size: cover;
	margin-top:5px;
	/*padding-bottom:0px;*/


}
#box1::after{
	content:"";
	display:block;
	padding-bottom: 0px;
}

.box1-content{
	/*position:relative*/
	background-color: #fff;
	opacity:0.6;
    width:50%;
    padding-bottom: 10px;
    padding-top:10px;
    float:right;
	color:000;
	margin-bottom:0;		
}	
}	
@media screen and (max-width:480px){
	#box1{
		background: none;
		background-color: #efefef;
		margin-top:5px;
	}
	#box1::after{
		padding-bottom: 0;
	}
	.box1-content{
		/*background-color: #efefef;
		padding-top:20%*/
	width:100%;
	clear:both;
	}
	.toggle-show{
		display:block;
	}
}


/*========================
*****box2***********
==========================*/
@media screen and (min-width:480px){
#box2
{
	/*background: url(../images/box2bg.jpg) no-repeat left 0;*/
	/*CSS背景图拉伸自适应尺寸，全浏览器兼容*/
	-moz-background-size: cover;
	background-size: cover;
	margin-top:5px;
	/*padding-top:50px;*/
}
#box2::after
{
	content:"";
	display:block;
	padding-bottom: 0px;
}
.box2-content
{
	color:000;
	background-color: #efefef;
	opacity:0.8;
    width:50%;
    padding-bottom: 0px;
    /*padding-top: 10px;*/
    float:left;
    margin-top:0px;
  
	/*margin-bottom:20px;*/

}
}

@media screen and (max-width:480px){
	#box2{
		background: none;
		background-color: #efefef;
		margin-top:5px;
	}
	#box2::after{
		padding-bottom: 0;
	}
	.box2-content{
		/*background-color: #efefef;
		padding-top:20%*/
	width:100%;
	clear:both;
	}
	.toggle-show{
		display:block;
	}
}

/*========================
*****box3***********
==========================*/
@media screen and (min-width:480px){
#box3
{
	/*background: url(../images/box3bg.jpg) no-repeat left 0;*/
	/*CSS背景图拉伸自适应尺寸，全浏览器兼容*/
	-moz-background-size: cover;
	background-size: cover;
	margin-top:5px;
	/*padding-top:100px;*/
}
#box3::after
{
	content:"";
	display:block;
	padding-bottom: 0px;
}
.box3-content
{
	background-color: #fff;
	opacity:0.6;
    width:50%;
    padding-bottom: 10px;
    padding-top:10px;
    float:right;
	color:000;
	margin-bottom:0;
}
}
@media screen and (max-width:480px){
	#box3{
		background: none;
		background-color: #efefef;
		margin-top:5px;
	}
	#box3::after{
		padding-bottom: 0;
	}
	.box3-content{
		/*background-color: #efefef;
		padding-top:20%*/
	width:100%;
	clear:both;
	}
	.toggle-show{
		display:block;
	}
}

/*========================
*****box4***********
==========================*/
/*@media screen and (min-width:480px){*/
#box4
{
	background: url(../images/box4bg.jpg) no-repeat left 0;
	/*CSS背景图拉伸自适应尺寸，全浏览器兼容*/
	-moz-background-size: cover;
	background-size: cover;
	margin-top:5px;
	/*padding-top:100px;*/
}
#box4::after
{
	content:"";
	display:block;
	padding-bottom: 20%;
}
.box4-content
{
	width:100%;

	color:#fff;
}
/*}
@media screen and (max-width:480px){
.box4-content{
	width:100%;
	clear:both;
}

#box4
{
	background: none;
	background-color: #efefef;
	padding-top: 10px;
	margin-top: 0;
}
#box4::after
{
	padding-bottom: 0;
}
}
*/



/*========================
*****box5***********
==========================*/
@media screen and (min-width:480px){
#box5 img
{
	width:50%;
}
}
#box5::after{
	content:"";
	display:block;
	padding-bottom: 10%;
}
@media screen and (max-width:480px){
#box5
{
	background: none;
	background-color: #fff;
	padding-top: 10px;
	margin-top: 0;
}
#box5::after
{
	padding-bottom: 0;
}
}

/*========================
*****box6***********
==========================*/

#box6
{
	background: url(../images/box6bg.jpg) no-repeat left 0;
	/*CSS背景图拉伸自适应尺寸，全浏览器兼容*/
	-moz-background-size: cover;
	background-size: cover;
	margin-top:0px;
	padding-top:0px;
	background-color: #efefef;
}
#box6::after
{
	content:"";
	display:block;
	padding-bottom: 20%;
}
.box6-content
{
	width:100%;

	color:#fff;
}



/*========================
*****box7***********
==========================*/
@media screen and (min-width:480px){
#box7
{
	/*background: url(../images/box6.png) no-repeat left 0;*/
	/*CSS背景图拉伸自适应尺寸，全浏览器兼容*/
	background-color: #efefef;
	-moz-background-size: cover;
	background-position:left center;
	background-size:auto 75% ;
	margin-bottom:0;
	/*padding-bottom:0px;*/


}
#box7::after{
	content:"";
	display:block;
	/*padding-bottom: 20%;*/
}

.box7-content{
	/*position:relative*/
	opacity:0.6;
    width:50%;
    
    padding-top:10px;
    float:right;
	color:000;
	margin-bottom:0;		
}	
}	

@media screen and (max-width:480px){
	#box7{
		background: none;
		background-color: #efefef;
		margin-top:0px;
	}
	#box7::after{
		content:"";
	    display:block;
	/*	padding-bottom: 10%;*/
	}
	.box7-content{
		/*background-color: #efefef;
		padding-top:20%*/
	width:100%;
	clear:both;
	}
	.toggle-show{
		display:block;
	}
}	
/*========================
*****box8***********
==========================*/
#box8
{
	background: url(../images/box8bg.jpg) repeat-y center 0;
	-moz-background-size: cover;
	background-size: cover;
	background-color: #efefef;
}
@media screen and (min-width:480px){
/*#box8
{
	background: url(../images/box8bg.jpg) repeat-y center 0;
	-moz-background-size: cover;
	background-size: cover;
	background-color: #efefef;
}*/

.box8-img
{
	width:80%;
	border-radius: 50%;
}
#box8::after{
	content:"";
	display:block;
	padding-bottom: 10%;
}
.show
{
	width:75%;
	position:absolute;
	left:12.5%;
	top:0;
	-webkit-transition:opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}
.show:hover
{
	opacity:0;
	filter: alpha(opacity=0);
}
}
@media screen and(max-width: 480px){
/*#box8
	{background: url(../images/box8bg.jpg) repeat-y center 0;
	-moz-background-size: cover;
	background-size: cover;
	background-color: #efefef;
	}*/
	.box8-img{
		width:50%;
		border-radius: 50%;
	}
	.show{
		width:25%;
		position:absolute;
		left:25%;
		-webkit-transition:opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
	}
}
.box8-list{
	margin-top:30px;
	color:000;
}
.box8-list ul>li{
	line-height: 30px;
	/*border-bottom:1px dotted #fff;*/
}
}
/*========================
*****box9***********
==========================*/
@media screen and (min-width:480px){
#box9 img
{background-color: #efefef;
	width:50%;
}
}
#box8::after{
	content:"";
	display:block;
	padding-bottom: 10%;
}
@media screen and (max-width:480px){
#box9
{
	background: none;
	background-color: #fff;
	padding-top: 10px;
	margin-top: 0;
}
#box9::after
{
	padding-bottom: 10%;
}
}


/*========================
*****box11***********
==========================*/
/*@media screen and (min-width:480px){
#box11 img
{   background-color: #fff;
	width:50%;
}
}
@media screen and (max-width:480px){
#box11
{
	background: none;
	color: #efefef;
	padding-top: 10px;
	margin-top: 0;
}
#box11::after
{
	padding-bottom: 0;
}
}*/

@media screen and (min-width:480px){
#box11
{
	background: url(../images/box11bg.jpg) no-repeat left 0;
	/*CSS背景图拉伸自适应尺寸，全浏览器兼容*/
	-moz-background-size: cover;
	background-size: cover;
	margin-top:0px;
	/*padding-top:100px;*/

	background-color: #efefef;
}
#box11::after
{
	content:"";
	display:block;
	padding-bottom: 10%;
}
.box11-content
{
	width:100%;
	color:#000;
}
}
@media screen and (max-width:480px){
	#box11
{
	background: url(../images/box11bg.jpg) no-repeat left 0;
	/*CSS背景图拉伸自适应尺寸，全浏览器兼容*/
	-moz-background-size: cover;
	background-size: cover;
	margin-top:0px;
	/*padding-top:100px;*/

	background-color: #efefef;
}
.box11-content{
	width:100%;
	clear:both;
}

#box11::after
{
	padding-bottom: 0;
}
}


/*========================
*****box10***********
==========================*/
/*@media screen and (min-width:480px){*/
#box10
{
	background: url(../images/contactbg.jpg) no-repeat left 0;
	-moz-background-size: cover;
	background-size: cover;
	margin-top:0px;

}
#box10::after{
	content:"";
	display:block;
	padding-bottom:10%;
}
.msg_btn a{
	display:block;
	width:30%;
	max-width:150px;
	height:50px;
    -moz-border-radius:25px;
    -webkit-border-radius:25px;
    border-radius:25px;

	background-color: #3d9eff;
	margin:0 auto;

	text-align: center;
    line-height: 50px;
    font-size:1.5em;  /*14px*1.5=21px*/
    color:#fff;
}
.msg_btn a:hover{
	text-decoration: none;
	background-color: #3d9eef;
}

/*========================
*****box11 footer***********
==========================*/

#footer{
	background-color: #333;
	color:#CCC;
	height:125px;
}

#footer a{
	color:#CCC;
	margin-top:20px;
	
}
#footer a:hover{
	color:#FFF;
}



@media screen and (min-width:480px){
#box1e
{
	background: url(../images/box1bg.jpg) no-repeat left 0;
	/*CSS背景图拉伸自适应尺寸，全浏览器兼容*/
	-moz-background-size: cover;
	background-size: cover;
	margin-top:5px;
	/*padding-top:50px;*/
}

}
#box1e::after{
	content:"";
	display:block;
	padding-bottom: 0px;
}

.box1e-content{
	/*position:relative*/
	background-color: #fff;
	opacity:0.6;
    width:50%;
    padding-bottom: 10px;
    padding-top:10px;
    float:right;
	color:000;
	margin-bottom:0;		
}	
}	
@media screen and (max-width:480px){
	#box1e{
		background: none;
		background-color: #efefef;
		margin-top:5px;
	}
	#box1e::after{
		padding-bottom: 0;
	}
	.box1e-content{
		/*background-color: #efefef;
		padding-top:20%*/
	width:100%;
	clear:both;
	}
	.toggle-show{
		display:block;
	}
}


/*========================
*****box2***********
==========================*/
@media screen and (min-width:480px){
#box2e
{
	background: url(../images/box2bg.jpg) no-repeat left 0;
	/*CSS背景图拉伸自适应尺寸，全浏览器兼容*/
	-moz-background-size: cover;
	background-size: cover;
	margin-top:5px;
	/*padding-top:50px;*/
}
#box2e::after
{
	content:"";
	display:block;
	padding-bottom: 0px;
}
.box2e-content
{
	color:000;
	background-color: #efefef;
	opacity:0.8;
    width:50%;
    padding-bottom: 0px;
    /*padding-top: 10px;*/
    float:left;
    margin-top:0px;
  
	/*margin-bottom:20px;*/

}
}

@media screen and (max-width:480px){
	#box2e{
		background: none;
		background-color: #efefef;
		margin-top:5px;
	}
	#box2e::after{
		padding-bottom: 0;
	}
	.box2e-content{
		/*background-color: #efefef;
		padding-top:20%*/
	width:100%;
	clear:both;
	}
	.toggle-show{
		display:block;
	}
}

/*========================
*****box3e***********英文
==========================*/
@media screen and (min-width:480px){
#box3e
{
	background: url(../images/box3bg.jpg) no-repeat left 0;
	/*CSS背景图拉伸自适应尺寸，全浏览器兼容*/
	-moz-background-size: cover;
	background-size: cover;
	margin-top:5px;
	/*padding-top:100px;*/
}
#box3e::after
{
	content:"";
	display:block;
	padding-bottom: 0px;
}
.box3e-content
{
	background-color: #fff;
	opacity:0.6;
    width:50%;
    padding-bottom: 10px;
    padding-top:10px;
    float:right;
	color:000;
	margin-bottom:0;
}
}
@media screen and (max-width:480px){
	#box3e{
		background: none;
		background-color: #efefef;
		margin-top:5px;
	}
	#box3e::after{
		padding-bottom: 0;
	}
	.box3e-content{
		/*background-color: #efefef;
		padding-top:20%*/
	width:100%;
	clear:both;
	}
	.toggle-show{
		display:block;
	}
}


.artile {
	font-size:16px;
	line-height:25px;
}

.artile img{
	max-width:60%;
	height:auto;
}
.artile a{
	color:#0291FF;
}
.artile a:hover{
	color:#000;
}
.artile p{
	max-width:100%;
	height:auto;
	margin-top:0px;
	line-height:25px;
}






































@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--*/
.welcome {
  padding: 3em 0 0;
}
.welcome h3 {
  font-family: Arial,"宋体"; 
  font-size: 2.5em;
  text-align: center;
  color: #000;
  text-transform: capitalize;
}
.welcome h5 {
  font-size: 1.2em;
  text-align: center;
  color: #000;
  margin-top: .3em;
}
.products {
    padding: 2em 0;
}
.product-grd {
	margin:0 .5em;
}
.product-grid {/*后加*/
  height:400px; 	
}
.product-grid img:hover {
  opacity: 0.7;/*透明度*/
}
.product-grid img {
  width: 100%;/*调节首页图片宽度*/
  /*height: 200px;*/  
}
.features-right {
  background: #0ACF66;
  padding: 1.58em;
  color:#fff;
}
.features-right1 {
  background: #3F67BF;
  padding: 1.78em;
  color:#fff;
}
.features-left {
  padding-right: 0;
}
.features-left img {
	width:100%;
	  height: 252px;
}
.project-grid-text1{
    padding: .6em 0em 0em 0em;

}
.project-grid-text1 h4{
	font-family: Arial, Helvetica, sans-serif;
  color: #0291FF;
  font-size: 1.1em;
  margin: 0 0 .5em;
  text-transform: capitalize;
  line-height: 1.4em;
  font-weight: 500;
}
.project-grid-text1 a:hover{
	color:#000;
	font-size:14px;
	margin:0;
	line-height:1.8em;
	margin-bottom: 1em;
}
.project-grid-text1 p{
	color:#A5A3A3;
	font-size:14px;
	margin:0;
	line-height:1.8em;
	  margin-bottom: 1em;
}
.project-grid-text1 a{
	color:#0291FF;
	font-size:14px;
	margin:0;
	line-height:1.8em;
	margin-bottom: 1em;
}

.product-grids:nth-child(3){
	margin:3em 0 0;
}
.product-grids1 {
  margin-bottom: 3em;
}
.team-work {
  margin-bottom: 5em;
}
/*--features--*/
.features {
  padding: 3em 0 4em;
}
.features1 {
   padding: 0em 0 4em;
}
.features-info {
 margin-top: 1.5em;
}
.features h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2.5em;
  text-align: center;
  color: #000;
  text-transform: capitalize;
  font-weight:bold;
}
.features1 h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2.5em;
  text-align: center;
  color: #000;
  text-transform: capitalize;
  font-weight:bold;
}
.features-right h4 {
  margin-bottom: .3em;
  font-size: 1.5em;
    text-transform: capitalize;
    font-family: Arial, Helvetica, sans-serif;
}
.features-right1 h4 {
  margin-bottom: .3em;
  font-size: 1.5em;
   text-transform: capitalize;
    font-family: Arial, Helvetica, sans-serif;
}
.features h5 {
  font-size: 1.2em;
  text-align: center;
  color: #909090;
  margin-top: .3em;
}
.features1 h5 {
  font-size: 1.2em;
  text-align: center;
  color: #909090;
  margin-top: .3em;
}
.features-right p {
  font-size: 1em;
  line-height: 1.8em;
  margin-bottom: 1em;
}
.features-right1 p {
  font-size: 1em;
  line-height: 1.8em;
  margin-bottom: 1em;
}
.features-left1 {
  padding-right: 0;
  padding-left: 0;
}
.features-left1 img {
	width:100%;
	  height: 258px;
}
.features-right a {
	font-family: Arial, Helvetica, sans-serif;
  background-color: #fff;
  padding: 10px 13px;
}
.features-right1 a {
	font-family: Arial, Helvetica, sans-serif;
  background-color: #fff;
  padding: 10px 13px;
}
.features-info1 {
  margin-top: 2em;
}
a.mask {
  text-decoration: none;
  overflow: hidden;
  display: block;
}
img.zoom-img {
  -webkit-transform: scale(1, 1);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 250ms;
  -moz-transform: scale(1, 1);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 250ms;
}
img.zoom-img:hover {
  -webkit-transform: scale(1.1);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 750ms;
  -moz-transform: scale(1.1);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 750ms;
  overflow: hidden;
}
/* 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;
   padding: 10px 13px;
}
.hvr-bounce-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #3F67BF;
  -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;
   padding: 10px 13px;
}
.hvr-bounce-to-bottom:hover, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:active {
  color: white;
  text-decoration:none;
}
.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);
}
/*--/features--*/
/*--team--*/
h3.team {
  margin-bottom: 1em;
    margin-left: .4em;
      font-family: Arial, Helvetica, sans-serif;
  font-size: 2.5em;
  text-align: center;
  color: #000;
  font-weight:bold;
}
.team-grid h3 a{
	font-family: Arial, Helvetica, sans-serif;
  font-size: .7em;
  margin: 10px 0;
  color: #3F67BF;
  display: inline-block;
}
.team-grid {
  padding-left: 0;
}
.team-grid img {
  width: 100%;
}
.team-grid h3 a:hover{
	color:#0ACF66;
	text-decoration:none;
}
.team-grid p {
  color: #848484;
  line-height: 1.8em;
 font-size: .95em;
}
/*--/team--*/
.testimonials-quote {
  background: url(../images/news.jpg) center center;
  background-size: cover;
  min-height: 350px;
}
.testimonials {
    margin: 0em 0 5em;
}
.testimonials-text {
background: rgba(0, 0, 0, 0.7);
  min-height: 350px;
  padding-top: 10em;
  padding-left: 5em;
}
.testimonials-quote h5 {
	font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 2.2em;
  font-weight: 400;
  line-height: 1.3em;
}
/*--footer--*/
.footer {
  border-top: 1.5px solid #eee;
  padding: 4em 0;
  background-color: #242424;/*FOOTER背景色*/
}
.ftr {
  margin-top: 0em;
  padding: 0;
}
.get_in_touch p {
  color: #848484;
  font-size: 1em;
  padding: 5px 0;
}
.get_in_touch a {
  color: #848484;
  font-size: 0.9em;
  text-decoration: none;
}
.ftr-logo {
  margin-top: 2em;
}
.ftr-logo a h3 {
	  font-family: 'Belgrano', serif;
  font-size: 3em;
  color: #fff;
}
.ftr-logo a:hover{
	text-decoration:none;
}
.ftr-logo p {
  margin-top: 1em;
  color: #848484;
  line-height: 1.8em;
  font-size: 0.95em;
}
.ftr-logo p a {
	color:#fff;
}
/*--/footer--*/
/*--inner-pages--*/
/*--about-page--*/
.banner5 {
  min-height: 140px;
}
.abouts,.services,.blog,.gallery,.contact {
	padding:4em 0;
}
.abouts h3,.services h3,.blog h3,.gallery h3,.contact h3 {
  text-align: center;
  font-size: 3em;
  color: #3f67bf;
  font-weight:600;
}
.about-top {
    margin-top: 3em;
}
.about-top-left {
  padding-left: 0;
}
.about-top-left img{
	width:100%;
}
.about-top-right h4 {
	letter-spacing: 2px;
  color: #3f67bf;
  font-size: 1.3em;
  font-weight: 600;
  margin: 0;
  line-height: 1.35em;
}
.about-top-right p {
  color: #848484;
  font-size: .95em;
  line-height: 1.8em;
  margin-top: 1em;
} 
.who_are {
  margin-top: 3em;
}
.who_are h5 {
	letter-spacing: 2px;
  color: #3f67bf;
  margin-bottom: 0.5em;
  font-size: 1.5em;
 font-weight:600;
}
.who_are h4 {
	letter-spacing: 2px;
  color: #404642;
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom:0.7em;
}
.who_are p {
  color: #848484;
  line-height: 1.8em;
 font-size: .95em;
  margin-bottom: 1em;
}
.about-list ul {
  margin: 0;
  padding: 0;
}
.about-list li {
  list-style-image: url(../images/icon2.png);
  margin-left: 20px;
  margin-bottom: 10px;
}
.about-list ul li a {
  color: #848484;
  font-size: .95em;
  text-decoration: none;
}
.about-list ul li a:hover {
  color: #00598E;
  padding-left: 1em;
}
.team-work {
  margin-top: 3em;
}
.team-work1 {
  margin-top: 4em;
}
h4.team {
  color: #3f67bf;
    margin-bottom: .7em;
  font-size: 1.5em;
  font-weight: 600;
  text-align:left;
}
.team-grid1 h3 a{
  margin: 10px 0;
  color: #4F4D5E;
  display: inline-block;
}
.team-grid1 {
  padding-left: 0;
}
.team-grid1 h3 a:hover{
	color:#00598E;
	text-decoration:none;
}
.team-grid1 p {
  color: #848484;
  line-height: 1.8em;
 font-size: .95em;
}
.team-grid1 h4 {
  font-size: 1.3em;
  margin: .5em 0;
}
/*--/about-page--*/
/*--trypography-page--*/
.grid_4{
  background: #FFF;
  padding: 0em 0em 1em 3em;
  margin-top: 3em;
}  
.grid_5{
  background: #fff;
  padding: 1em 3em 1em 3em;
  margin-top: 1em;
}
section#tables {
  background: #fff;
  padding: 1em 0em 1em 3em;
  margin-top: 2em;
}
.grid_5 h1 {
  margin-bottom: 22px;
}
.grid_5 h2 {
  margin-bottom: 22px;
}
.grid_5 a {
  text-decoration: none;
}
.grid_3 h3{
  margin-bottom: -1.7em;
  text-align: left;
  font-size: 2.5em;
  color: #0ACF66;
  font-weight: 400;
}
.bs-example h3 {
  font-size: 1.8em;
  margin-bottom: 0;
  color: #999;
}
.page_nation {
  padding-left: 0;
}
.table {
  font-size: 1.3em;
}
.badges-Info1 {
  padding-left: 0;
}
.grid_5 h3 {
  font-size: 1.9em;
}
.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  padding: 11px 0px 15px 0px !important;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  font-size: 0.8em;
  color: #999;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  border-top: none !important;
}
#tables h1 {
  color: #0ACF66;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.label {
  font-weight: 300 !important;
}
h4.typ1{
	margin-bottom:15px;
	margin-top: 19px;
}
h5.typ1{
	margin-bottom:15px;
}
.progress {
  height: 8px;
  box-shadow: none;
}
code {
  font-size: 1.2em !important;
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #eeeeee;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #03a9f4;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-bar {
  box-shadow: none;
}
.progress-bar-primary {
  background-color: #03a9f4;
}
.progress-bar-info {
  background-color: #00bcd4;
}
.progress-bar-success {
  background-color: #8bc34a;
}
.progress-bar-warning {
  background-color: #ffc107;
}
.progress-bar-danger {
  background-color: #e51c23;
}
.progress-bar-inverse {
  background-color: #757575;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color:#5bb2fc; !important;
  border-color:#5bb2fc; !important;
}
.grid_3 p {
  color: #999;
  font-size: .95em;
  margin-bottom: 1em;
  font-weight: 300;
}
.breadcrumb li{
	font-size: .95em;
}
.breadcrumb li a{
	  color:#0291FF;
}
.breadcrumb li a:hover{
	  color:#000;
}
.badge-primary {
  background-color: #03a9f4;
}
.badge-success {
  background-color: #8bc34a;
}
.badge-warning {
  background-color: #ffc107;
}
.badge-danger {
  background-color: #e51c23;
}
.tab-container .tab-content {
  border-radius: 0 2px 2px 2px;
  border: 1px solid #e0e0e0;
  padding: 16px;
  background-color: #ffffff;
}
.alert {
  font-size: 0.85em;
}
/*--common style--*/
.grid {
	position: relative;
	clear: both;
	margin: 0 auto;
	padding: 1em 0 4em;
	list-style: none;
	text-align: center;
}
.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  min-width: 547px;
  max-height: 1000px;
  width: 41%;
  height: auto;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}
.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}
.grid figure h2 span {
	font-weight:500;
	color:#fff;
}
.grid figure h2,
.grid figure p {
	margin: 0;
}
/***** Hera *****/
/*-----------------*/

figure.effect-hera {
	background: #303fa9;
}

figure.effect-hera h2 {
	font-size: 158.75%;
}

figure.effect-hera h2,
figure.effect-hera p {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
}

figure.effect-hera figcaption::before {
	position: absolute;
	  top: 49%;
	  left: 49%;
	  width: 160px;
	  height: 160px;
	border: 2px solid #fff;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(0,0,1);
	transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(0,0,1);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
}

figure.effect-hera p {
	width: 100px;
	text-transform: none;
	font-size: 121%;
	line-height: 2;
}

figure.effect-hera p a {
	color: #fff;
}

figure.effect-hera p a:hover,
figure.effect-hera p a:focus {
	opacity: 0.6;
}

figure.effect-hera p a i {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-hera p a:first-child i {
	-webkit-transform: translate3d(-60px,-60px,0);
	transform: translate3d(-60px,-60px,0);
}

figure.effect-hera p a:nth-child(2) i {
	-webkit-transform: translate3d(60px,-60px,0);
	transform: translate3d(60px,-60px,0);
}

figure.effect-hera p a:nth-child(3) i {
	-webkit-transform: translate3d(-60px,60px,0);
	transform: translate3d(-60px,60px,0);
}

figure.effect-hera p a:nth-child(4) i {
	-webkit-transform: translate3d(60px,60px,0);
	transform: translate3d(60px,60px,0);
}

figure.effect-hera:hover figcaption::before {
	opacity: 1;
	-webkit-transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(1,1,1);
	transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(1,1,1);
}

figure.effect-hera:hover h2 {
	opacity: 0;
	-webkit-transform: translate3d(-50%,-50%,0) scale3d(0.8,0.8,1);
	transform: translate3d(-50%,-50%,0) scale3d(0.8,0.8,1);
}

figure.effect-hera:hover p i:empty {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0); /* just because it's stronger than nth-child */
	opacity: 1;
}
a  i.download,a  i.heart,a i.service,a i.share{
 width:32px;
 height:32px;
 display:inline-block;
 background:url(../images/icons.png) no-repeat -6px -60px;
   margin-right: 0.6em;
}
a  i.download:hover{
 background:url(../images/icons.png) no-repeat  -6px -92px;
}
a  i.heart{
  background:url(../images/icons.png) no-repeat  -37px -60px;
}
a  i.heart:hover{
  background:url(../images/icons.png) no-repeat  -37px -92px;
}
a  i.service{
  background:url(../images/icons.png) no-repeat  -68px -60px;
}
a  i.service:hover{
  background:url(../images/icons.png) no-repeat  -68px -92px;
}
a  i.share{
  background:url(../images/icons.png) no-repeat  -98px -60px;
}
a  i.share:hover{
  background:url(../images/icons.png) no-repeat  -98px -92px;
}
a#home-tab {
  text-align: center !important;
}
a#profile-tab {
	text-align: center !important;
}
a#myTabDrop1 {
	text-align: center !important;
}
.dropdown-menu {
  left: 16px !important;
}
/*--/typography-page--*/
/*--blog & single-pages--*/
/*--blog--*/
.blog-left{
	float: left;
	border-right: 1px solid #B6B3B3;
	padding-right: 1.5em;
}
.blog-top {
    padding: .5em 0 2em;
}
.top-blog {
	float: left;
	margin: 0.5em 0em 0em 2em;
	width: 90%;
}
.blog-left b{
	font-size:3.5em;
	color:#3f67bf;
	display:block;
	height:55px;
}
.blog-left span{
	font-size:1.7em;
	color:#3f67bf;
}
ul.men-grid li{
	display:inline-block;
}
.top-blog p{
  font-size: .95em;
  color: #A09F9F;
  line-height: 1.8em;
}
.top-blog p a{
	text-decoration:none;
	color:#3f67bf;
}
.top-blog  a.fast{
  text-decoration: none;
  font-size: 1.3em;
  color: #3f67bf;
	  
}
.top-blog a.fast:hover,.top-blog p a:hover,ul.popular li a:hover,a.more-dummy:hover{
	color: #3f67bf;
}
.pagination > .active > a,.pagination > .active > a:hover{
	background:#3f67bf;
	border-color:#3f67bf;
}
.pagination {
  margin: 0;
}
.pagination > li > a:hover{
  color: #FFFFFF;
  border-color: #0ACF66;
  background: #0ACF66;
}
a.more {
  color: #fff;
  background: #0ACF66;
  padding: 0.5em 1em;
  display: inline-block;
  text-decoration: none;
}
a.more:hover {
  background: #3f67bf;
}
p.sed {
  margin: 0.5em 0 1em;
}
/*--//blog--*/
/*--single--*/
.single-middle h3{
font-size: 2.5em; 
  color: #2d2d2d;
  text-align:center;
    margin: 0 0 1em;
}
.single-bottom {
  padding: 0em 0 4em;
}
.single-bottom input[type="text"], .single-bottom textarea {
  width: 100%;
  padding: 1em;
  margin-bottom: 2em;
  background: none;
  outline: none;
  border: 1px solid #000;
  font-size: 1em;
  color:#000;
  -webkit-appearance: none;
}
.yzm{/*验证码*/
	border: 0px solid #CCCCCC;
	width:50px;
	height:20px;
	
	margin-top:28px;
	
	background-color: #39F;
	color:#ffffff;
	font-weight: bold;
	font-size:30px;
}
.single-bottom  input[type="submit"]{
	width: 10%;
	font-size: 1.3em;
	background: #000;
	padding: 0.4em 0.8em;
	text-align: center;
	color: #fff;
	border: none;
	outline:none;
	-webkit-appearance: none;
	  margin: 0 0.8em;
	    transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
.single-bottom  input[type="submit"]:hover{
	background:#0291FF;
		transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
 .single-bottom textarea {
	resize:none;
	min-height:180px;
	 margin: 1em 1em;
	width: 97.6%;
 }
.media-body h4{
	  font-size: 1.3em; 
}
.media-body h4 a{
  color: #2d2d2d;
  text-decoration:none;
}
.media-body p {
  margin: 0.7em 0 0em;
  font-size: .95em;
  color: #A09F9F;
  line-height: 1.6em;
}
.media {
  margin: 0em 0 3em;
}
.single-bottom h3 {
  font-size: 2.5em; 
  color: #2d2d2d;
  text-align: center;
  margin: 0.5em 0 1em;
}
.md-in{
	padding:0;
}
.in-media{
	padding:0 0 0 5em;
}
 ul.grid-part li{
	list-style:none;
}
 ul.grid-part li a{
	color:#A09F9F;
	text-decoration:none;
	padding:0.2em 0;
	display:block;
	font-size: 1.1em;
}
ul.grid-part li a i{
	background: #0ACF66;
	width:5px;
	height: 5px;
	display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
 ul.grid-part li a:hover{
	color:#3f67bf;
	padding-left:0.2em;
}
ul.grid-part {
  margin: 0.5em 0 2em;
}
.single {
  padding: 1em 15px 0;
}
.single-inline {
  padding-top: 0em;
}
/*--//single--*/
/*--/blog & single-pages--*/
/*-- gallery --*/
.works-section {
  padding: 4em 0;
    background: #f5f5f5
}
.works-header h3 {
  font-family: 'Metamorphous', cursive;
  letter-spacing: 2px;
  font-size: 2.3em;
  font-weight: 600;
  margin: 0;
  text-align: center;
  color: #339966;
}
div#portfolio {
  padding-top: 2.5em;
}
/* Default Skin */
	.wmuSliderPagination a {
	display: block;
	text-indent: -9999px;
	width:15px;
	height:15px;
	
	border-radius:10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
}


/*-----------------------------------------------------------------------------------*/
.b-link-stripe{
	position:relative;
	display:inline-block;
	vertical-align:top;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	overflow:hidden;
	  width: 100%;
}
.b-link-stripe .b-wrapper{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-align:center;
	color:#ffffff;
	overflow:hidden;
}
.b-link-stripe .b-wrapper:hover {
  background: rgba(0, 130, 194, 0.55);
  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;
}
/*-----------------------------------------------------------------------------------*/
/*	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;
	font-size:1.1em;
	font-weight:700;
	width: 75%;
	margin: 0 auto;
	top:45%;
	color: #FFD670;
}
.b-animate img{

	display: -webkit-inline-box;
}
/* lt-ie9 */
.b-animate-go:hover .b-animate{
	visibility:visible;
}
.b-from-left{
	position:relative;
	left:-100%;
}
.b-animate-go:hover .b-from-left{
	left:0;
}
.zoom-icon {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  display: block;
  left: 0;
  top: -152px;
  width: 290px;
  height: 219px;
  background: rgba(0, 89, 142, 0.58) url(../images/zoom-icon.png) center center no-repeat;
  cursor: pointer;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}
.grid_box .zoom-icon {
	top: -50px;
	width:100%;
	height: 220px;	
}
.grid_box a:hover .zoom-icon {
	top:20px;
	opacity: 1;
	filter: alpha(opacity=99); 
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=99)";
}
#portfoliolist .portfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	width: 23%;
	display:block;
	float:left;
	overflow:hidden;
	margin: 0px 2% 2% 0;
}
div#portfoliolist {
	padding: 19px 6px 0px 19px;
}	
.portfolio-wrapper {
	overflow:hidden;
	position: relative !important;
}
.portfolio img {
	max-width:100%;
	transition: all 300ms!important;
	-webkit-transition: all 300ms!important;
	-moz-transition: all 300ms!important;
}
.portfolio .label {
	position: absolute;
	width: 100%;
	height:40px;
	bottom:-40px;
}
.portfolio .label-bg {
	background: #22B4B8;
	width: 100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
}
.portfolio .label-text {
	color:#fff;
	position: relative;
	z-index:500;
	padding:5px 8px;
}
.portfolio .text-category {
	display:block;
	font-size:9px;
	font-size: 12px;
	text-transform:uppercase;
}
/* Self Clearing Goodness */
.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; 
}
.row:after,
.clearfix:after {
  clear: both; 
}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.moments {
  padding: 4em 0;
}
.moments-bottom {
  margin-top: 2em;
}
.moments h3 {
  font-family: 'Metamorphous', cursive;
  font-size: 3em;
  color: #339966;
  text-align: center;
}
.moments-left img {
  width: 100%;
}
.moments-left {
  padding-right: 10px;
  padding-left: 0;
  padding-bottom: 10px;
}
.moments-left img:hover {
  opacity: .5;
}
/*-- /gallery --*/
/*-- contact --*/
.contact{
	padding:4em 0em;
}
.contact-top{
	  padding-top: 3em;
}
.contact-top-left iframe{
	width: 100%;
	height: 528px;
}
.contact-textarea input[type="text"] {
	width: 100%;
	color: #000;
	outline: none;
	font-size: 17px;
	padding: 18px 16px;
	border: none;
	margin-bottom: 1em;
	-webkit-appearance: none;
	background: none;
    border: 1px solid rgba(153, 153, 153, 1);
	border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-o-border-radius: 0.3em;
	-ms-border-radius: 0.3em;
}
.contact-textarea textarea {
	resize: none;
	width: 100%;
	color: #000;
	font-size: 17px;
	outline: none;
	padding: 18px 16px;
	border: none;
	min-height: 13em;
	-webkit-appearance: none;
	background: none;
	   border: 1px solid rgba(153, 153, 153, 1);
	border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-o-border-radius: 0.3em;
	-ms-border-radius: 0.3em;
}
.contact-textarea input[type="submit"] {
  border: none;
  outline: none;
  color: #fff;
  background: #3f67bf;
  width: 49%;
  padding: 15px 0px;
  font-size: 18px;
    margin: 10px 7px 0px 0px;
  -webkit-appearance: none;
  border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  -o-border-radius: 0.3em;
  -ms-border-radius: 0.3em;
}
.contact-textarea input[type="submit"]:hover {
	background:#0ACF66;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
}
.contact-textarea input[type="reset"] {
border: none;
  outline: none;
  color: #fff;
  background: #3f67bf;
  width: 49%;
  padding: 15px 0px;
  font-size: 18px;
  margin: 10px 0px 0px 0px;
  -webkit-appearance: none;
  border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  -o-border-radius: 0.3em;
  -ms-border-radius: 0.3em;
  cursor: pointer;
}
.contact-textarea input[type="reset"]:hover {
	background:#0ACF66;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
}
/*-- //contact --*/
/*--/inner-pages--*/
/*--to-top--*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 14px;
	right: 3%;
	overflow: hidden;
	width: 40px;
	height: 40px;
	border: none;
	text-indent: 100%;
	background: url("../images/to-top1.png") no-repeat 0px 0px;
}
/*--/to-top--*/
/*----responsive-menu-start--*/
media(max-width:1024px){
	.logo a img {/*智能手机界面*/
	  width: 25.27%;
      margin-top: 3px;
	}
	.banner-slide{
		min-height: 350px;
	}
	.banner1{ 
		min-height: 350px;
	}
	.banner2{
		min-height: 350px;
	}
	.banner-title h2 {
		  font-size: 4em;
		  padding-top: 2em;
		    margin-left: .9em;
	}
	.banner-title p {
	  width: 58%;
	    margin-left: 2.9em;
	}
	.banner5 {
	  min-height: 100px;
	}
	.product-grd {
	  margin: 0;
	}
	.features-left img {
	  height: 303px;
	}
	.features-left1 img {
	  height: 308px;
	}
	.testimonials-quote h5 {
	  font-size: 1.8em;
	}
	.testimonials-text {
	  padding-top: 6em;
	  padding-left: 3em;
	  min-height: 250px;
	}
	.testimonials-quote {
	  min-height: 235px;
	}
	.top-blog {
	  width: 89%;
	}
	.blog-left {
	  padding-right: 1em;
	}
	.team-grid1 img {
	  width: 100%;
	}
	.contact-textarea input[type="submit"] {
	  width: 48%;
	    margin: 10px 8px 0px 0px;
	}
	.products {
	  padding: 2em 0;
	}
	.product-grid {
	  width: 33%;
	  float: left;
	}
	.testimonials {
	  margin: 0em 0 3em;
	}
	.ftr-logo a h3 {
	  font-size: 2.7em;
	}
	.footer {
	  padding: 3em 0;
	}
	.abouts, .services, .blog, .gallery, .contact {
	  padding: 2em 0;
	}
}
@media(max-width:768px){
	.logo a img {/*智能手机界面*/
	  width: 30.27%;
      margin-top: 3px;
	}
	.banner-title h2 {
	  font-size: 3em;
	  padding-top: 2.5em;
	  margin-left: 1.2em;
	}
	.banner-title p {
	  width: 66%;
	  font-size: 1.2em;
	    margin-left: 3.1em;
	}
	.banner-bottom-strip p {
	  font-size: 1.2em;
	}
	.product-grd {
	  margin: 0;
	  width: 31.3%;
	  float: left;
	  margin-left: 1.6%;
	}
	.features-left {
	  padding-left: 0;
	}
	.features-right {
	  width: 50%;
	  float: left;
	}
	.features-left {
	  width: 50%;
	  float:left;
	}
	.features-right p {
	  overflow: hidden;
	  height: 130px;
	}
	.features-right1 p {
	  overflow: hidden;
	  height: 130px;
	}
	.features-right1 {
	  width: 50%;
	  float: left;
	}
	.features-left1 img {
	  width: 100%;
	  float: left;
	    height: 263px;
	}
	.features-left img {
	  height: 258px;
	}
	.testimonials-text {
	  padding-left: 5em;
	}
	.testimonials-quote {
	  min-height: 168px;
	}
	.about-top-left {
	  width: 50%;
	  float: left;
	}
	.team-grid {
	width: 50%;
	  float: left;
	  padding-left: 15px;
	  padding-right: 15px;
	  margin-bottom: 2em;
	}
	.testimonials-text {
	  min-height: 200px;
	    padding-top: 5em;
	}
	.banner-bottom-strip {
	  padding: 15px 0;
	}
	.team-grid1 img {
	  width: 100%;
	}
	.team-grid1 {
	  width: 50%;
	  float: left;
	  padding-left: 15px;
	  padding-right: 15px;
	}
	.top-blog {
	  width: 84%;
	}
	.team-grid1 p {
	  margin-bottom: 2em;
	}
	.ftr {
	  width: 50%;
	  float: left;
	  margin-bottom: 2em;
	    padding-left: 7px;
	}
	.ftr-logo {
	  margin-top: 18em;
	}
	.products {
	  padding: 2em 0;
	}
	.features-info1 {
	  margin-top: 2em;
	}
	.features-info1 {
	  margin-top: 2em;
	}
	.team-work {
	  margin-bottom: 1em;
	    margin-top: 0;
	}
	.testimonials {
 		 margin: 1em 0 3em;
	}
	.features-info {
	  margin-top: 2em;
	}
	.logo a h1 {
	  font-size: 2.6em;
	}
	.logo {
	  margin-top: 19px;
	}
	.features1 {
	  padding: 0em 0 4em;
	}
	.features {
	  padding: 1em 0 4em;
	}
	.features1 {
	  padding: 0em 0 2em;
	}
	h3.team {
	  margin-bottom: .7em;
	}
	.about-top-right h4 {
	  letter-spacing: 0;
	  font-size: 1.1em;
	  line-height: 1.8em;
	}
	.abouts, .services, .blog, .gallery, .contact {
	  padding: 2em 0;
	}
	.single-inline {
	  padding-top: 2em;
	}
	.about-top {
	  margin-top: 2em;
	}
	.grid_4 {
	  margin-top: 2em;
	    padding: 0em 0em 1em 1em;
	}
	.grid_5 {
	  padding: 1em 0em 1em 1em;
	}
	section#tables {
	  padding: 1em 0em 1em 1em;
	}
	.moments-left {
	  width: 33%;
	  float: left;
	}
	.contact-top-left iframe {
	  height: 300px;
	}
	.contact-top-right {
	  margin-top: 2em;
	}
	.label {
	  font-size: 61%;
	}
	.single {
	  padding: 0;
	}
	.single-bottom input[type="text"], .single-bottom textarea {
	  margin-bottom: 10px;
	}
	.single-bottom textarea {
	  margin: 0;
	    width: 100%;
	}
	.comment {
	  padding: 0;
	}
	.moments-bottom {
	  margin-left: 1.2em;
	}
	.service_info {
	  margin-top: 2em;
	}
	.single-bottom input[type="submit"] {
	  margin: .5em 0.8em 0 0;
	}
	.single-bottom {
	  padding: 0em 0 3em;
	}
	.product-grid {
	  width: 50%;
	  float: left;
	}
	.single-bottom input[type="submit"] {
	  width: 13%;
	}
	.contact-textarea input[type="submit"] {
	  margin: 10px 16px 0px 0px;
	}
	.footer {
	  padding: 2em 0 1em;
	}
	.contact-top {
	  padding-top: 2em;
	}
}
@media(max-width:736px){
	.logo a img {/*智能手机界面*/
	  width: 40.27%;
      margin-top: 3px;
	}
}
@media(max-width:667px){
	.logo a img {/*智能手机界面*/
	  width: 40.27%;
      margin-top: 3px;
	}
}
@media(max-width:640px){
	.banner-title h2 {
	  font-size: 2.5em;
	  margin-left: 0.4em;
	}
	
	.banner-title p {
	  width: 100%;
	  font-size: 1.2em;
	  margin-left: .9em;
	}
	.banner1 {
	  min-height: 270px;
	}
	.banner-slide{
		min-height: 270px;
	}
	.banner2{
		min-height: 270px;
	}
	.banner-bottom-strip {
	  padding: 16px 0;
	}
	.banner-bottom-strip p {
	  font-size: 1.1em;
	}
	.logo {
	  margin-top: 15px;
	}
	.logo a h1 {
	  font-size: 2.5em;
	}
	.welcome h3 {
	  font-size: 2.2em;
	}
	.features h3 {
	  font-size: 2.2em;
	}
	.project-grid-text1 p {
	  font-size: 13px;
	}
	.features1 h3 {
	  font-size: 2em;
	}
	.product-grids1 {
	  margin-bottom: 1.5em;
	}
	.banner5 {
	  min-height: 100px;
	}
	.blog-to {
	  margin-top: 0;
	}
	.top-blog {
	  width: 78%;
	}
	.single-bottom input[type="submit"] {
	  width: 17%;
	}
	.single-bottom {
	  padding: 0em 0 2em;
	}
	.service_info {
	  margin-top: 2em;
	}
	.features {
	  padding: 1em 0 4em;
	}
	.contact-top-right {
	  padding: 0;
	}
	.contact-top-left {
	  padding: 0;
	}
	.contact-textarea input[type="submit"] {
	  margin: 10px 12px 0px 0px;
	}
	.logo a img {/*智能手机界面*/
	  width: 40.27%;
      margin-top: 3px;
	}
}
@media(max-width:480px){
	.logo a h1 {
	  font-size: 2em;
	}

	.banner1 {
	  min-height: 180px;
	}
	.banner-slide{
		min-height: 180px;
	}
	.banner2{
		min-height: 180px;
	}
	.banner-title h2 {
	  font-size: 2em;
	  margin-left: 0.4em;
	  padding-top: 1.5em;
	}
	.banner-title p {
	  width: 80%;
	  font-size: 1em;
	  margin-left: .9em;
	}
	.banner-bottom-strip p {
	  font-size: 1em;
	  line-height: 1.8em;
	}
	.features h5 {
	  font-size: 1em;
	}
	.features-left {
	  width: 100%;
	  float: none;
	}
	.features-right {
	  width: 100%;
	  float: none;
	}
	.features-right1 {
	  width: 100%;
	  float: none;
	}
	.features-left1 img {
	  width: 100%;
	  float: none;
	  height: 263px;
	}
	.features h3 {
	  font-size: 2em;
	}
	.welcome h3 {
	  font-size: 2em;
	}
	.features1 h3 {
	  font-size: 1.8em;
	}
	.features {
	  padding: 2em 0 2.5em;
	}
	.product-grid {
	  
	  width:50%;
	  padding-right: 4px;
	  padding-left: 4px;
	}
	.features-info {
	  margin-top: 1em;
	}
	.welcome h5 {
	  font-size: 1em;
	}
	.features1 h5 {
	  font-size: 1em;
	}
	.testimonials-text {
	  min-height: 167px;
	  padding-top: 3.9em;
	  padding-left: 2em;
	}
	.testimonials-quote h5 {
	  font-size: 1.6em;
	}
	.ftr {
	  width: 47%;
	}
	.about-top-right h4 {
	  font-size: 1em;
	}
	.who_are h4 {
	  font-size: 1.1em;
	}
	.top-blog {
	  width: 74%;
	}
	.media-body p {
	  line-height: 1.8em;
	}
	.contact-textarea input[type="submit"] {
	  margin: 10px 5px 0px 0px;
	}
	.contact-top {
	  padding-top: 2em;
	}
	.logo {
	  margin-top: 18px;
	}
	.ftr-logo a h3 {
	  font-size: 2em;
	}
	.banner5 {
	  min-height: 100px;
	}
	.abouts h3, .services h3, .blog h3, .gallery h3, .contact h3 {
	  font-size: 2.5em;
	}
	.single-bottom input[type="submit"] {
	  width: 22%;
	}
	.moments-bottom {
	  margin-left: .5em;
	}
	.moments-left {
	  padding-right: 5px;
	  padding-bottom: 5px;
	}
	.logo a img {/*智能手机界面*/
	  width: 50.27%;
      margin-top: 3px;
	}
}
@media(max-width:414px){
	.logo a img {/*智能手机界面*/
	  width: 50.27%;
      margin-top: 3px;
	}
}
@media(max-width:384px){
	.logo a img {/*智能手机界面*/
	  width: 50.27%;
      margin-top: 3px;
	}
@media(max-width:375px){
	.logo a img {/*智能手机界面*/
	  width: 50.27%;
      margin-top: 3px;
	}
}
@media(max-width:320px){
	.banner-title h2 {
	  font-size: 1.7em;
	  margin-left: .8em;
	  padding-top: 1.9em;
	}
	.banner-title p {
	  width: 90%;
	  font-size: .9em;
	   margin-left: 1.7em;
	}
	.banner-bottom-strip p {
	  font-size: .9em;
	}
	.welcome {
  		padding: 2em 0 0;
	}
	.welcome h3 {
	  font-size: 1.5em;
	}
	.welcome h5 {
	  font-size: .9em;
	  line-height: 1.8em;
	}
	.product-grid {
	  width: 50%;
	  float: left;
	  padding: 0;
	  margin-bottom: 1.5em;
	}

	.features {
	  padding: 0em 0 2.5em;
	}
	.products {
	  padding: 2em 0 0;
	}
	.products {
	  padding: 1em 0 0;
	}
	.features h3 {
	  font-size: 1.5em;
	}
	.features-right {
	  padding: 1.1em;
	}
	.features1 h3 {
	  font-size: 1.3em;
	  line-height: 1.4em;
	  margin-bottom: .6em;
	}
	.features-info1 {
	  margin-top: 1em;
	}
	.features-right1 {
	  padding: 1.1em
	}
	.features-left img {
	  height: 180px;
	}
	.features-left1 img {
	  height: 180px;
	}
	.project-grid-text1 h4 {
	  font-size: 1.071em;
	  margin: 0 0 .2em;
	}
	.project-grid-text1 p {
	  font-size: .95em;
	  line-height: 1.6em;
	}
	.features h5 {
	  font-size: .95em;
	  line-height: 1.6em;
	}
	.features-right p {
	  font-size: .95em;
	  line-height: 1.7em;
	}
	.features-right1 p {
	  font-size: .95em;
	  line-height: 1.7em;
	}
	.testimonials-quote h5 {
	  font-size: 1.2em;
	  line-height: 1.5em;
	}
	.testimonials-text {
	  min-height: 140px;
	  padding-top: 2.5em;
	  padding-left: 2em;
	}
	.testimonials-quote {
	  min-height: 118px;
	}
	h3.team {
	  margin-left: 0;
	  font-size: 2em;
	}
	.testimonials {
	  margin: 0em 0 2em;
	}
	.team-grid {
	  width: 100%;
	  float: none;
	  padding-left: 0;
	  padding-right: 0;
	}
	.team-work {
	  margin-bottom: 0;
	}
	.features1 h5 {
	  font-size: .95em;
	  line-height: 1.6em;
	}
	.ftr {
	  width: 100%;
	  text-align: center;
	}
	.ftr-logo {
	  text-align: center;
	    padding: 0;
	    margin-bottom: 1em;
	}
	.banner5 {
	  min-height: 60px;
	}
	.abouts h3, .services h3, .blog h3, .gallery h3, .contact h3 {
	  font-size: 2.2em;
	}
	.abouts, .services, .blog, .gallery, .contact {
	  padding: 1.5em 0;
	}
	.about-top {
	  margin-top: 1.5em;
	}
	.grid_4 {
	  margin-top: 1.5em;
	}
	.single-inline {
	  padding-top: 0.5em;
	}
	.moments-bottom {
	  margin-top: 1.5em;
	}
	.contact-top {
	  padding-top: 1.5em;
	}
	.banner-bottom-strip {
	  padding: 5px 0;
	}
	.about-top-left {
	  width: 100%;
	  float: none;
	  padding-right: 0;
	}
	.about-top-right {
	  padding: 0;
	  margin-top: 1em;
	}
	.who_are {
	  margin-top: 2em;
	}
	.team-work1 {
	  margin-top: 2em;
	}
	.team-grid1 {
	  width: 100%;
	  float: none;
	  padding-left: 0;
	  padding-right: 0;
	}
	h4.team {
	  margin-bottom: .8em;
	    text-align: center;
	}
	.team-grid1 p {
	  margin-bottom: 1.5em;
	}
	.grid_4 {
	  padding: 0em 0em 0em 0em;
	}
	.grid_5 {
	  padding: 0em 0em 0em 0em;
	  margin-top: 0em;
	}
	.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	  padding: 0 !important;
	}
	section#tables {
	  padding: 0em 0em 0em 0em;
	  margin-top: 0em;
	}
	.blog-left b {
	  font-size: 2em;
	  height: 36px;
	}
	.blog-left span {
	  font-size: 1.3em;
	}
	.blog-left {
	  padding-right: .6em;
	}
	.top-blog {
	  margin: 0.5em 0em 0em 1em;
	   width: 79%;
	}
	.top-blog p {
	  margin-top: .6em;
	}
	.single-bottom h3 {
	  font-size: 1.9em;
	  margin: 0.5em 0 .6em;
	}
	.media {
	  margin: 0em 0 2em;
	}
	.single-bottom input[type="submit"] {
	  width: 34%;
	}
	.moments-bottom {
	  margin-left: 0;
	}
	.moments-left {
 	 width: 100%;
	  float: none;
	  padding: 0;
      margin-bottom: 1em;
	}
	.contact-top-left {
	  padding: 0;
	}
	.contact-top-right {
	  padding: 0;
	}
	.contact-textarea input[type="text"] {
	  padding: 11px 14px;
	}
	.contact-textarea textarea{
		 padding: 11px 14px;
		   min-height: 10em;
	}
	.contact-top-left iframe {
	  height: 200px;
	}
	.contact-textarea input[type="submit"] {
	    margin: 0px 4px 0px 0px;
	}
	.top-blog a.fast {
	  font-size: 1.1em;
	}
	.product-grid {
		float:left;	  
	}
	.product-grid img {
	  width: 100%;
	  margin: 0 auto;
	}
	.about-top-left img {
	  width: 80%;
	  margin: 0 auto;
	}
	.team-grid img {
	  width: 80%;
	}
	.team-grids {
	  text-align:center;
	}
	.team-grid1 img {
	  width: 80%;
	}
	.project-grid-text1 {
	  text-align: left;
	}
	.contact-textarea input[type="submit"] {
	  padding: 10px 0px;
	}
	.contact-textarea input[type="reset"] {
	  padding: 10px 0px;
	    margin: 5px 0px 0px 0px;
	}
	ul.grid-part li a {
	  padding: 0.4em 0;
	  font-size: .9em;
	}
	ul.grid-part {
	  margin: 0.5em 0 1em;
	}
	.single-middle h3 {
	  font-size: 2em;
	}
}


































































































