@charset "utf-8";

/*网站导航高度默认52px*/

.navbar-default{
	padding:24px 0;
	background:#FFFFFF;	
}

/*logo*/

.logo{
	padding:0;
	display: inline-block;	
}


/*导航下拉*/
 .dropdown-menu {
 	position: absolute;
	top:74px;
	

}

/*导航点击*/
 .nav a{
	color: #333333;
	
}

.nav a:hover{
	color:#336666
}

/*按钮*/


.banner{
	
}


#about h1{
	font-size:30px;
	color: #009999;
	text-align:center;
	letter-spacing: 5px;
	line-height:2;	
}

#about h3 {
	font-size:20px;
	color: #009999;
	text-align:center;
	letter-spacing: 5px;
	line-height:2;	
}

#about p{
	font-size:17px;
	color: #666;
	line-height:2;
}
/*特色*/


#tese{
	overflow:hidden;
	
}

#tese h1{
	font-size:30px;
	color: #009999;
	text-align:center;
	letter-spacing: 5px;
	line-height:2;	
}


#tese .text-center{
	margin-bottom:15px;
}

#tese p{
	font-size:17px;
	color: #666;
	line-height:2;
}




#tese .text-right h4{
	font-size:20px;
	color: #009999;
	line-height:2;	


}

#tese .text-left h4{
	font-size:20px;
	color: #009999;
	line-height:2;	


}

#tese .text-right p{
	font-size:17px;
	color: #666;
	line-height:1.2;


}

#tese .text-left p{
	font-size:17px;
	color: #666;
	line-height:1.2;


}


/*--------------------
---Features Styles---
----------------------*/
.features .section-description{
    margin-bottom:80px;
}

.features .media .pull-right{
    margin-left:10px;
    padding: 0;
}

.features .media .pull-left{
    margin-right:10px;
    padding: 0;
}

.features .icon {
    width:80px;
    height:80px;
    text-align:center;
    background:transparent;
    color:#009999;
    font-size:28px;
    line-height:80px;
    border:1px solid #009999;
    border-radius:50%;
    -webkit-transition:all .3s ease-out 0s;
    transition:all .3s ease-out 0s;
}

.features .media:hover .icon {
    background:#009999;
    color: #fff;
}

.features .icon .icon-1 {
    width:80px;
    opacity:1;
    -webkit-transform:scale(1);
    transform:scale(1);
    -webkit-transition:all .3s ease-out .0s;
    transition:all .3s ease-out .0s;
}

.features .icon .icon-2 {
    width:80px;
    position:relative;
    top:-80px;
    opacity:0;
    -webkit-transform:scale(2);
    transform:scale(2);
    -webkit-transition:all .3s ease-out 0s;
    transition:all .3s ease-out 0s;
}

.features .media:hover .icon .icon-1 {
    opacity:0;
    -webkit-transform:scale(0);
    transform:scale(0);
    -webkit-transition:all .3s ease-out 0s;
    transition:all .3s ease-out 0s;
}

.features .media:hover .icon .icon-2 {
    opacity:1;
    -webkit-transform:scale(1);
    transform:scale(1);
    -webkit-transition:all .3s ease-out .0s;
    transition:all .3s ease-out .0s;
}

.features .media {
    margin-bottom:40px;
}

.features .media-body p{
    font-size:16px;
}

.features .media h4 {
    -webkit-transition:color .3s ease-out;
    transition:color .3s ease-out;
}

.features .media:hover h4 {
    color:#6ca7e9;
}

/*图*/

.pic {
	overflow:hidden;
	
}

.pic .col-sm-6 {
	padding-left:10px;
	padding-right:10px;
	
}


.pic h1{
	font-size:30px;
	color: #009999;
	text-align:center;
	letter-spacing: 5px;
	line-height:2;
	font-weight:bold;	
}


.pic p{
	font-size:17px;
	color: #666;
	line-height:2;
}

.btn-quattro,
.btn-quattro:focus {
    border: none;
    font-size: 18px;
    cursor: pointer;
    padding: 20px 40px;
    display: inline-block;
    margin:20px 0;
    text-decoration: none;
    outline: none;
    position: relative;
    background: #009999;
    color: #fff;
    border-radius: 5px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.btn-quattro:hover,
.btn-quattro:active {
    color: #fff;
    background: #6396d0;
    text-decoration: none;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

/*第二个图标*/
.fw{
	overflow-x:hidden;
}

.fw h1{
	font-size:30px;
	color: #009999;
	text-align:center;
	letter-spacing: 5px;
	line-height:2;	
}
.fw h3{
	font-size:17px;
	color: #666;
	line-height:2;
}

.fw p{
	font-size:17px;
	color: #666;
	line-height:2;
}

.services{
    margin-top:80px;
    margin-bottom:40px;
	
}

.services .icon {
    position:relative;
    width:150px;
    height:150px;
    margin:0 auto;
    text-align:center;
    line-height:150px;
    font-size:48px;
    color:#fff;
    background: #009999;
    border:1px solid #009999;
    border-radius:50%;
    box-shadow:0 0 0 0 rgba(0,0,0,0.0);
    margin-bottom:40px;
    -webkit-transition:all .3s ease-out;
    transition:all .3s ease-out;
}

.services .item:hover .icon {
    color:#009999;
    background: #fff;
    border:1px solid #ddd;
}

.nub{
	background:#000000;
	padding:50px 0;
}
.counter{
    margin-top:20px;
    font-size:98px;
    line-height: 1.05em;
    font-weight:100;
    color:#F1CF0F;	
}

.counter + p {
    font-size:18px;
    color:#aaa;
	line-height:2;
}


/*-----------------------
--- Portfolio Styles ----
-------------------------*/

#portfolio{
    background:#fff;
    color:#313131;
}

#portfolio h1{
   	font-size:30px;
	color: #009999;
	text-align:center;
	letter-spacing: 5px;
	line-height:2;	
}

#filter-works ul {
    list-style:none;
    padding:0;
    margin:10px 0;
    text-align:center;


}

#filter-works ul li{
    position:relative;
    display:inline-block;
    background:transparent;
    margin:0;

}

#filter-works ul li a{
    display:block;
    font-size:16px;
    line-height:48px;
    height:48px;
    text-transform:uppercase;
    border:1px solid #ddd;
    padding:0px 15px;
    -webkit-transition:all .2s ease-out;
    transition:all .2s ease-out;
}

/*#filter-works ul li a,
#filter-works ul li a:active,
#filter-works ul li a:hover{
    font-weight:300;
    background:transparent;
    color:#313131;
    text-decoration:none;
}

#filter-works ul li.active a,
#filter-works ul li:hover a{
    color:#fff;
    background: #6ca7e9;
    border:1px solid #6ca7e9;
}*/




#filter-works ul li a{
    font-weight:300;
    background:transparent;
    color:#313131;
    text-decoration:none;
}


#filter-works ul li:hover a{
    color:#fff;
    background: #6ca7e9;
    border:1px solid #6ca7e9;
}



/*图*/
.grid {
	padding:7px;
	
}

.grid figure {
	position: relative;
	z-index: 1;
	display: inline-block;
	text-align: center;
	cursor: pointer;	
}

.grid figure img {
	position: relative;
	display: block;
	width:265px;
	height:200px;
	
}

.grid figure figcaption {
	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 a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 30px;
}

figure.effect-sadie figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.60);
	content: '';
	opacity: 0;
	
}


figure.effect-sadie figcaption::before,
figure.effect-sadie p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie p {
	position: absolute;
	bottom: 40%;
	left: 0;
	width: 100%;
	opacity: 0;
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
}


figure.effect-sadie:hover figcaption::before ,
figure.effect-sadie:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}


/*放大*/


#team{
	overflow:hidden;
}

#team h1{
	font-size:30px;
	color: #009999;
	text-align:center;
	letter-spacing: 5px;
	line-height:2;	
}
#team h4{
	font-size:17px;
	color: #666;
	line-height:2;
	text-align:center;
}

#team p{
	font-size:17px;
	color: #666;
	line-height:1.5;
	text-align:center;
	margin:10px 0;
}


.team-member {
    margin-bottom:30px;
    position: relative;
}

.member-thumb{
    position: relative;
    text-align:center;
    border:1px solid #ddd;
    border-bottom: none;
    overflow:hidden;
	padding:4px;
}

.member-thumb img{
    -webkit-transition:-webkit-transform .2s ease-out;
    transition:transform .2s ease-out;
	
}

.team-member:hover .member-thumb img{
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
}

.member-details h4{
    margin:0;
    font-size:21px;
}

.member-details .title{
    margin:0 0 10px;
    font-size: 16px;
    color:#6ca7e9;
    -webkit-transition:all .3s ease-out;
    transition:all .3s ease-out;
}

.member-details p{
    margin:0;
    font-size: 14px;
}

.member-details p.alllight{
	height:200px;
	overflow:hidden;
}

.team-member .member-details {
    margin:0;
    position:relative;
    padding:20px;
    background:#fff;
    border:1px solid #ddd;
    border-top: none;
    -webkit-transition:all .3s ease-out;
    transition:all .3s ease-out;
}

.team-member:hover .member-details {
    background:#6ca7e9;
    color:#fff;
}

.team-member:hover .member-details .title{
    color:#fff;
}

.team-member .member-socials {
    bottom:20px;
    position: absolute;
    list-style:none;
    margin:0;
    padding:0;
    width:100%;
}



.team-member .member-socials li a{
    display:inline-block;
    padding:0;
    min-width:40px;
    height:40px;
    font-size:21px;
    line-height:40px;
    color:#6ca7e9;
    background:rgba(255,255,255,.8);
    border-radius:5px;
    -webkit-transition:all .3s ease-out;
    transition:all .3s ease-out;
}

.team-member .member-socials li a:hover{
    background:#6ca7e9;
    color:#fff;
}



/*-----------------------
-----dropdown------
------------------------*/ 

.dropdown > a:after{
    content:"\f0d7";
    font-size:14px;
    margin-left:5px;
    font-family:fontAwesome;
}

.dropdown .dropdown > a:after{
    position: absolute;
    right:10px;
    content:"\f0da";
    font-size:14px;
    line-height: 18px;
    margin-left:5px;
    font-family:fontAwesome;
}

.dropdown .left-side.dropdown > a:after{
    left:5px;
    right:auto;
    content:"\f0d9";
}

.dropdown-menu{
    padding:0;
    left:-10px !important;
    right:auto !important;
    display: block;
    border-radius: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity:0;
    -webkit-transition:opacity .2s ease-out,-webkit-transform .2s ease-out;
    transition:opacity .2s ease-out,transform .2s ease-out;
}

.dropdown-menu .dropdown-menu{
    top:-4px;
    left:100% !important;
    right:auto !important;
}

.dropdown-menu .left-side .dropdown-menu{
    top:-4px;
    left:auto !important;
    right:100% !important;
}

.dropdown:hover > .dropdown-menu{
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity:1;
}


 .dropdown:hover > a{
    opacity: 1;
}

.dropdown-menu li{
    padding:0;
    margin:0;
}

.dropdown-menu a{
    padding:17px 50px 17px 30px;
    font-size:14px;
    font-weight: 300;
    line-height: 14px;
    color: #313131;
    text-transform: none;
    -webkit-transition:all .2s ease-out;
    transition:all .2s ease-out;
}

.dropdown-menu a:hover{
    padding:17px 50px 17px 30px;
    font-size:14px;
    font-weight: 300;
    line-height: 14px;
    color: #313131;
    text-transform: none;
    background: #f9fbfc;
    -webkit-transition:all .2s ease-out;
    transition:all .2s ease-out;
}


.dropdown-menu a:before{
    display: none !important;
}

/*end dropdown*/
/*-----------------------
-----Scrollimations------
------------------------*/   
.scrollimation.fade-in{
    opacity:0;
    -webkit-transition:opacity 0.6s ease-out;
    transition:opacity 0.6s ease-out;
}

.scrollimation.fade-in.in{
    opacity:1;
}

.scrollimation.scale-in{
    opacity:0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform:scale(0.5);
    -webkit-transition: -webkit-transform .6s cubic-bezier(.17,.89,.67,1.57), opacity .6s ease-out;
    transition: transform .6s cubic-bezier(.17,.89,.67,1.57), opacity .6s ease-out;
}

.scrollimation.scale-in.in{
    opacity:1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform:scale(1);
}

.scrollimation.fade-right{
    opacity:0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform:translateX(-100px);
    -webkit-transition: -webkit-transform .4s ease-out,opacity .4s ease-out;
    transition: transform .4s ease-out,opacity .4s ease-out;
}

.scrollimation.fade-right.in{
    opacity:1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform:translateX(0px);
}

.scrollimation.fade-left{
    opacity:0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform:translateX(100px);
    -webkit-transition: -webkit-transform .4s ease-out,opacity .4s ease-out;
    transition: transform .4s ease-out,opacity .4s ease-out;
}

.scrollimation.fade-left.in{
    opacity:1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform:translateX(0px);
}

.scrollimation.fade-up{
    opacity:0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform:translateY(100px);
    -webkit-transition: -webkit-transform .4s ease-out,opacity .4s ease-in;
    transition: transform .4s ease-out,opacity .4s ease-in-out;
}

.scrollimation.fade-up.in{
    opacity:1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform:translateY(0px);
}


.scrollimation.fade-down{
    opacity:0;
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform:translateY(-100px);
    -webkit-transition: -webkit-transform .4s ease-out,opacity .4s ease-in;
    transition: transform .4s ease-out,opacity .4s ease-in-out;
}

.scrollimation.fade-down.in{
    opacity:1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform:translateY(0px);
}



.scrollimation.d1{
    transition-delay:.2s;
}

.scrollimation.d2{
    transition-delay:.4s;
}

.scrollimation.d3{
    transition-delay:.6s;
}

.scrollimation.d4{
    transition-delay:.8s;
}


.touch .scrollimation.fade-in{
    opacity:1;
}

.touch .scrollimation.scale-in{
    opacity:1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform:scale(1);
}

.touch .scrollimation.fade-right{
    opacity:1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform:translateX(0px);
}

.touch .scrollimation.fade-left{
    opacity:1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform:translateX(0px);
}

.touch .scrollimation.fade-up{
    opacity:1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform:translateY(0px);
}

.touch .scrollimation.fade-down{
    opacity:1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform:translateY(0px);
}

/*媒体查询，参考部分Bootstrap 框架*/
/*当页面大于1200px 时，大屏幕，主要是PC 端*/
@media (min-width: 1200px) {
	
}
/*在992 和1199 像素之间的屏幕里，中等屏幕，分辨率低的PC*/
@media (min-width: 992px) and (max-width: 1199px) {



	



}
/*在768 和991 像素之间的屏幕里，小屏幕，主要是PAD*/
@media (min-width: 768px) and (max-width: 991px) {


	
}
/*在480 和767 像素之间的屏幕里，超小屏幕，主要是手机*/
@media (min-width: 480px) and (max-width: 767px) {
	
 


}
/*在小于480 像素的屏幕，微小屏幕，更低分辨率的手机*/
@media (max-width: 479px) {
	

	
}

