body{
	margin:0;
	font-family:"Microsoft Yahei";
	background: #fff;  
}
body a{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	text-decoration:none;
	outline:none;
}
h1,h2,h3,h4,h5,h6{
	margin:0;  
	font-family:"Microsoft Yahei";
}
p{
	margin:0;
}
ul,label{
	margin:0;
	padding:0;
}
body a:hover,body a:focus{
	text-decoration:none;
	outline: none;
} 
h4{
	font-size: 2.2em;
	text-align: center;
	font-weight: 600;
}
h5{
	font-size: 1.5em;
	text-align: center;
	font-weight: 600;
}
/*-- top-nav --*/
.top-nav {
    text-align: center;
    background-color: #fff; 
} 
nav.navbar-default {
    background-color: inherit;
    border: none;
    margin: 0;
}	
ul.nav.navbar-center li {
    display: inline-block;
}
.navbar-default > li > a:hover, .navbar-default > li > a:focus, .navbar-default li a.active {
    color:#848790 !important;
}
/* Effect 11: text fill based on Lea Verou's animation http://dabblet.com/gist/6046779 */
.top-nav ul li a {
    text-decoration: none;
    letter-spacing: 1px;
    font-size: 1.2em;
    padding: 2.2em 1.5em;
	color:#848790;
	font-weight: 200;
}
.top-nav ul li a:hover, .top-nav ul li a:focus {
    outline: none;
}
.cl-effect-15 a::before {
	color: #848790;
	content: attr(data-hover);
	position: absolute;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
} 
.cl-effect-15 a:hover::before,
.cl-effect-15 a:focus::before {
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	transform: scale(0.9);
	opacity: 0;
}
/*-- //top-nav --*/
.slide-image{
	width: 100%;
}
/* ourservice */
.ourservice{
	margin-top: 3%;
}
h4.bg{
	background: url(../images/beijing13_2.png) no-repeat 0 50%;
	text-align: center;
	font-weight: 600;
}
.txt{
	text-align: center;
	font-size: 1.2em;
}
.bor{
	width: auto;
	height: 17em;
	border: 1px solid #e7e7e7;
	padding: 8% 0;
	margin: 1% 8%;
}
.bor h5{
	margin-bottom: 3%;
}
.bor p{
	font-size: 1.2em;
}
.img{display: inline-block;margin-bottom: 2vmin;position: relative;transition: all 1s ease-in-out;-moz-transition: all 1s ease-in-out;-webkit-transition: all 1s ease-in-out;}
.bor:hover{box-shadow: 0 0 5px 1px #00b1ee;}

@keyframes danc{0%{bottom: 0;}50%{bottom:10px;}100%{bottom: 0;}}
.bor:hover .img{animation: danc 1s ;}

/* //ourservice */
/* achievement */
.achievement{
	margin-top: 3%;
}
/* //achievement */
/* devolop */
.develop{
	margin: 3% 0;
}
/* //develop */
/* case */
.webcase{
	background: rgba(213,44,37,0.8);
	padding-top: 5%;
	padding-bottom: 5%;
	overflow: hidden;
}
.webcase .word{
	padding: 2% 5%;
	color: white;
	margin: 10% 0;
}
.word h4{
	text-align: center;
	margin-bottom: 4%;
}
.webcase p{
	color: white;
	font-size: 1.4em;
	line-height: 2em;
}
.three{
	background: url(../images/00011.png) no-repeat center center;
	background-size: 100% 100%;
	padding-top: 5%;
	padding-bottom: 5%;
	overflow: hidden;
}
.three .word{
	padding: 2% 5%;
}
.three p{
	color: black;
	font-size: 1.2em;
	line-height: 2em;
}
.ourcase{
	background: black;
	padding-top: 5%;
	padding-bottom: 5%;
	overflow: hidden;
}
.ourcase h4{
	text-align: center;
	margin-bottom: 2%;
	color: white;
}
.ourcase .item,.carousel-caption{
	width: 100%;
	height: 30em;
}
.carousel-caption{
	left: 0;
	top: 0;
	padding: 0;
}
.carousel-caption img{ 
	margin: 0 1%;
}
/* //case */
/* ourclient */
.ourclient{
	padding-top: 5%;
	padding-bottom: 5%;
	overflow: hidden;
}
.ourclient h4{
	text-align: center;
	margin-bottom: 2%;
	color: black;
}
.ourclient p{
	color: black;
	font-size: 1.2em;
	line-height: 2em;
	text-align: center;
	margin-bottom: 3%;
}
.ourclient img{
	width: 100%;
}
.no-padding{
	padding: 0;
	border: 1px solid #b6b9bf;
}
@keyframes transform-5{
	from{transform:perspective(400px) rotateY(0deg)}
	to{transform:perspective(400px) rotateY(180deg)}
}
.no-padding img:hover { animation: transform-5 2s infinite alternate;transform:perspective(400px) rotateY(0deg)}
/* //ourclient */
/* ourteam */
.ourteam{
	margin-top: 3%;
}

.ourteam p{
	font-size: 1.2em;
	text-indent: 2em;
	margin: 2% 0;
}
/* //ourteam */
/* cooper */
.cooper{
	margin-top: 2%;
}

.cooper .row{
	margin: 2% 0;
}
/* //cooper */

/*-- services --*/  
.wthree-services-grid{
	text-align:center;
	margin-top: 2%;
}

.wthree-services-icon img {
    width: 6em;
	height: 6em;
	background: none;
    border: solid 2px #FF5722;
    border-width: 2px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.wthree-services-info h5 {
    color: #222;
    font-size: 1.5em;
    margin: 1.2em 0 0.5em;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
} 
.wthree-services-grid:hover .wthree-services-icon img{
    background:#FF5722; 
    color: #fff;
}
.wthree-services-grid:hover .wthree-services-info h5{
	color:#008080;
} 
/*-- //services --*/
/*-- gallery --*/

.grid {
	position: relative;
	clear: both;
	margin: 0 auto;
	max-width: 1000px;
	list-style: none;
	text-align: center;
	background: rgba(0, 0, 0, 0.86);
} 
/* Common style */
.grid {
	position: relative;	
	overflow: hidden;
	margin: 10px 0;
	height: auto;
	text-align: center;
	cursor: pointer;
} 
.grid img {
	position: relative;
	display: block;
	width: 100%;
	opacity: 0.8;
}

.grid .figcaption {
	padding: 2em;
	color:rgba(0, 0, 0, 0.5);
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
} 
.grid .figcaption,
.grid .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  .figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
} 
.grid p {
	letter-spacing: 1px;
	font-size: 68.5%;
}
/*-----------------*/
/***** Apollo *****/
/*-----------------*/ 
.effect-apollo img {
	opacity: 0.95;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.05,1.05,1);
	-moz-transform: scale3d(1.05,1.05,1);
	-o-transform: scale3d(1.05,1.05,1);
	-ms-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
} 
.effect-apollo .figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:rgba(0, 0, 0, 0.5);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}
.effect-apollo p {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    margin: 3em;
    padding: 0 1em;
    max-width: 150px;
    border-right: 4px solid #fff;
    text-align: right;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
} 
.effect-apollo:hover img { 
    -webkit-transform: scale3d(1,1,1);
	-moz-transform: scale3d(1,1,1);
	-o-transform: scale3d(1,1,1);
	-ms-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
	opacity: 0.4;
}
.effect-apollo:hover .figcaption::before {
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}
.effect-apollo:hover p {
	opacity: 1;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
/*-- //gallery --*/

/*-- footer --*/
.foot{
	background-color: #5c5c5c;
	color: white;
	font-size: 2.2vmin;
}
.foot ul li{
	list-style: none;
}
.contact{
	padding: 1% 0;
}
.fl a{
	color: white;
	margin: 0 5px;
}
.fl a:hover, .fl a:link, .fl a:visited{
	text-decoration: none;
}
.address{
	text-align: center;
	margin-top: 5%;
	border: 1px solid lightgray; 
	border-top: none; 
	border-bottom: none;
}
.footer{
	background-color: #6f6e6a;
	background-color: rgba(49,49,49,0.4);
	padding: 10px 0;
	font-size: 1.8vmin;
}
/*-- //footer --*/
.jarallax {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
/*-- slider-up-arrow --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 3%;
	right: 3%;
	overflow: hidden;
	width: 48px;
	height: 48px;
	border: none;
	text-indent: 100%;
	background: url("../images/move-up.png") no-repeat 0px 0px;
	z-index:999;
}
#toTopHover {
	width: 48px;
	height: 48px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*-- //slider-up-arrow --*/

/*-- responsive-design --*/ 
@media(max-width:1366px){

} 
@media(max-width:1080px){
.top-nav ul li a { 
    padding: 1.2em 1.4em; 
}
.w3-agile-view .w3lmask { 
    padding: 3em 1em 1em 1em;
}
.wthree-services-icon img { 
    width: 100px;
    height: 100px;  
}
h4{
	font-size: 2em;
}
h5{
	font-size: 1.2em;
}
h4.bg{
	background: url(../images/beijing13_2.png) no-repeat 50% 50%;
}
.txt{
	font-size: 1em;
}
.bor{
	height: 16em;
}
.bor p{
	font-size: 1em;
}
.webcase p{
	font-size: 1.3em;
	line-height: 1.5em;
}
.three p{
	font-size: 1.1em;
	line-height: 2em;
}
.ourcase .item,.carousel-caption{
	width: 100%;
	height: 25em;
}
} 
@media(max-width:991px){
.top-nav ul li a {
    padding: 1.1em 1.8em;
}

.agile_team_grid:nth-child(2) {
    margin-bottom: 2em;
}
.wthree-services-info h5 { 
    margin: 0.8em 0 0.5em; 
}
.gallery-grid {
    padding: 0 .5em;
}
.effect-apollo p { 
    margin: 2em; 
} 
.grid .figcaption {
    padding: 1em; 
}
}
@media(max-width:800px){
.header { 
    padding: 1em 0; 
}
h4{
	font-size: 1.5em;
}

.bor{
	height: 16em;
	padding: 8% 0;
	margin: 1% 15%;
}
.webcase p{
	font-size: 1.1em;
	line-height: 1.3em;
}
.three p{
	line-height: 1.3em;
}
.top-nav ul li a {
    padding: 1em;
    font-size: 1.1em;
}
.wthree-services-grid:nth-child(4) {
    margin-bottom: 2em;
}
.wthree-services-info h5 { 
    font-size: 1.2em; 
}
.ourcase .item,.carousel-caption{
	width: 100%;
	height: 20em;
}
.ourclient p{
	font-size: 1.1em;
	line-height: 1.6em;
}
.ourteam p{
	font-size: 1.1em;
	text-indent: 2em;
}  
}
@media(max-width:767px){
.agileits-logo h1 {
    font-size: 3.2em; 
}
.agile_social_banner { 
    margin-top: 0.7em;
}
.agileits_social_list li { 
    margin-left: 0.5em;
}
button.navbar-toggle {
    float: none;
    margin: 1em 0;
    border-color: #fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
    /* background-color: #fff; */
}
div#bs-example-navbar-collapse-1 {
    position: absolute;
    width: 100%;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.71);
    border: none;
	padding: 0;
}
ul.nav.navbar-center li {
    display: block;
}
.top-nav ul li a {
    padding: 1em 1.8em;
    font-size: 1.1em;
}
.wthree-services-icon img {
    width: 80px;
    height: 80px;
}
.wthree-services-grid { 
    margin-top: 1.5em;
}
.wthree-services-grid:nth-child(4) {
    margin-bottom: 0;
}
}
@media(max-width:667px){


}
@media(max-width:600px){
.ourcase .item,.carousel-caption{
	width: 100%;
	height: 15em;
} 

}
@media(max-width:480px){

.grid .figcaption { 
    font-size: 1.1em; 
}
.agile_team_grid { 
    padding: 0 .5em;
}
.agileits_social_icons .agileits_social_list li:nth-child(2) {
    margin: 0 0.5em;
}
.ourcase .item,.carousel-caption{
	width: 100%;
	height: 12em;
} 
h4.bg{
	background: #fff;
}
}
@media(max-width:414px){
.agile_team_grid {
    padding: 0 3.5em;
    width: 100%;
}
.agile_team_grid:nth-child(2) {
    margin: 1em 0;
}
.agile_team_grid:nth-child(3) {
    margin-bottom: 1em;
}
.wthree-services-grid { 
    padding: 0 .5em;
}
.wthree-services-icon img {
	width: 70px;
    height: 70px;
}
.ourcase .item,.carousel-caption{
	width: 100%;
	height: 11em;
} 
h4.bg{
	background: #fff;
}
.top-nav ul li a { 
    font-size: 1em;
} 
.agileits_social_list li a { 
    padding: .45em 0;
}
}
@media(max-width:384px){
.wthree-services-info h5 { 
    font-size: 1em; 
}
.ourcase .item,.carousel-caption{
	width: 100%;
	height: 10em;
}
.gallery-grid { 
    width: 100%;
}
h4{
	font-size: 1.2em;
}
h5{
	font-size: 1.1em;
	text-align: center;
	font-weight: 600;
}
.txt{
	font-size: .8em;
}
.bor{
	height: 15em;
}
.bor p{
	font-size: .9em;
}
.webcase p{
	font-size: 1em;
	line-height: 1.3em;
}
.three h5{
	font-size: 1em;
	line-height: 2em;
}
.three p{
	font-size: .9em;
	line-height: 1.2em;
}
.ourclient p{
	font-size: 1em;
	line-height: 1.2em;
}  
.ourteam p{
	font-size: 1em;
}
.address{
	text-align: center;
	margin-top: 5%;
	border: none;
} 
}
@media(max-width:375px){
.agileits_social_list li a { 
    font-size: 0.9em; 
    width: 28px;
    height: 28px;
}
.agileits_social_list li {
    margin-left: 0.3em;
}
.agileits-logo h1 {
    font-size: 2.8em;
}
.agile_social_banner {
    margin-top: 0.6em;
}
.header {
    padding: 0.6em 0;
}
}
@media(max-width:320px){
.agile_team_grid {
    padding: 0 0.5em; 
}
.wthree-services-info h5 { 
    font-size: 1em; 
}

}
/*-- //responsive-design --*/