@charset "utf-8";
/* CSS Document */

body {font-family: "Microsoft YaHei";}
.navbar-default{
  min-height: 60px;
  margin-bottom: 0; 
  padding-top: 5px;
}
.navbar-default
.navbar-brand {
  font-family: "Microsoft YaHei", "宋体", "Helvetica Neue",Helvetica,Arial,sans-serif;  
  font-weight: bold;
  font-size: 16px;
  color: #2f2e2e; 
  letter-spacing:5px;
}
.navbar-default 
.navbar-brand img{
  height: 30px;
  margin-top: -6px;
  display: inline;
}
.navbar-default 
.navbar-nav>li>a {
  color: #2f2e2e; 
}
.navbar-default 
.navbar-nav>li>a:hover {
  color: #f00; 
}


#fixed-list {
  position: fixed;
  list-style-type: none; /* 移除默认列表样式 */
  flex-direction: column;
  display: flex;
}
.navbar-toggle {
  border: none;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #2f2e2e;
}
.navbar-toggle .icon-bar {
  width: 28px;
  height: 3px;
}
.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 5px;
}

.fade.modal {
  overflow-x:hidden;
}

.modal.fade .modal-dialog {
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.5s;
}

.modal.in .modal-dialog {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.modal-backdrop{
  background:rgba(0,0,0,0.8);
}

.modal-backdrop.in{
  opacity:1;
  filter:alpha(opacity=100);
}

.modal-content{
  border:none;
  border-radius:0;
  box-shadow:none;
}

.modal-header{
  border:none;
  padding:0;
}

.modal-header .close{
  font-size:25px;
  line-height:1;
  margin-bottom:10px;
  opacity:1;
  color:#f8f8f8;
  -webkit-transition:all 0.2s ease-out;
  transition:all 0.2s ease-out;
}

.modal-header .close:hover{
  color:#ccc;
  opacity:1;
}

.modal-body{
  padding: 0;
}

.modal-body .loader {
  position:absolute;
  left:50%;
  top:0;
  margin-top:27%;
  margin-left:-10px;
  width:30px;
  height:30px;
  background:#9C6
}

.modal-body .owl-controls{
  margin-top: 20px;
}

.modal-body .owl-carousel .owl-controls .owl-page.active span {
  background: rgba(255,255,255,0);
  border: 2px solid #000;
}

.modal-body .owl-carousel .owl-controls .owl-page span {
  background: #000;
}

header {
	background-color:#CCC;
  -webkit-background-size: cover;
   -moz-background-size: cover;
     -o-background-size: cover;
  background-size: cover;
  background-attachment: scroll;
}
	
.card{
  width:360px;
  height: 465px;
  margin: 300px auto;
  background-color: #fff;
  padding: 70px 60px;
  filter:alpha(Opacity=80);
  -moz-opacity:0.8;
  opacity: 0.8;
}  
.card p {
	font-family: "微软雅黑","Microsoft YaHei";
	font-size: 80px;
	line-height: 1;
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
}

.card a{
  color: #2f2e2e;
}

.card i{
  font-size:80px;
  line-height: 0.5;
}

.card:hover [class*=fa]{
  -webkit-transform:scale(1.3);
  transform:rotate(360deg);
  -webkit-transition:all 0.5s ease-out;
  transition:all 0.5s ease-out;
}

.title h4{
  font-family: "Microsoft YaHei", "宋体", "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 4px;
  text-indent: 6px;
  color: #2f2e2e;
}

.title div{
  height: 3px;
  width: 40px;
  background-color: #f00;
  margin: 20px auto 35px auto;
}

#services{
  padding: 120px 0 100px 0;
}

#services .container{
  max-width: 950px;
}

.service-item{
  margin-top: 40px;
  padding: 35px;
  text-align:center;
}

.service-item h4{
  margin-top:-50px;
  margin-bottom:40px;
}

.service-item p{
  margin: auto;;
  max-width: 160px;
  line-height: 1.6;
  text-align: center;
}

.service-item p i{
  font-size: 20px;
}

.service-icon{
  position:relative;
  display:block;
  text-align:center;
  width:120px;
  height:120px;
  margin:20px auto;
  font-size:56px;
  line-height:1.3;
  color:#2F2E2E;
  -webkit-transition:all 0.2s ease-out;
  transition:all 0.2s ease-out;
}

.service-icon1{
  position:relative;
  display:block;
  text-align:center;
  width:120px;
  height:180px;
  margin:20px auto;
  font-size:56px;
  line-height:1.3;
  color:#2F2E2E;
  -webkit-transition:all 0.2s ease-out;
  transition:all 0.2s ease-out;
}

.service-icon1 img{
	height:120px;
	width:auto;
	}

.service-icon [class*=fa]{
  -webkit-transform:scale(1);
  transform:rotate(0);
  -webkit-transition:all 0.3s ease-out;
  transition:none;
}

.service-item:hover [class*=fa]{
  -webkit-transform:scale(1.3);
  transform:rotate(360deg);
  -webkit-transition:all 0.5s ease-out;
  transition:all 0.5s ease-out;
}

.scrollimation.fade-in.in{
	background-color: #ddd;
	padding-top:20px;
	padding-bottom:20px;
	}

#portfolio .section-title {
  font-weight:300;
  margin-bottom:60px;
}

#portfolio .section-title [class*=fa]{
  color:#fff;
}

#portfolio-header {
  padding:80px 0;
  background:#f5f5f5;
  border-top:1px solid #ddd;
  border-bottom:1px solid #ddd;
}

#filter-works ul {
  list-style:none;
  padding:0;
  margin:0;
}

#filter-works ul li{
  display:inline-block;
  padding:0;
  line-height:24px;
  background:transparent;
  margin:0 0 0 10px;
}

.masonry-wrapper{
  margin:0 auto;
  padding:0;
  overflow:hidden;
}

#projects-container {
  margin:0 auto;
  visibility:hidden;
}

#projects-container .project-item{
  display:block;
  position:relative;
  margin:5px;
  width:250px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity:1;
  filter:alpha(opacity=100);
  overflow:hidden;
}


.project-item img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition:-webkit-transform 0.3s ease-out;
  transition:transform 0.3s ease-out;
}

.project-item:hover img {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform:scale(1.3);
}

.project-item .hover-mask {
  position:absolute;
  padding:0;
  width:100%;
  height:100%;
  top:0;
  left:0;
  background:#000;
  opacity:0;
  filter:alpha(opacity=0);
  -webkit-transition:all 0.3s ease-out;
  transition:all 0.3s ease-out;
}

.project-item:hover .hover-mask {
  opacity:0.8;
  filter:alpha(opacity=100);
  padding:20px;
}

.no-csstransitions .project-item:hover .hover-mask {
  opacity:0;
  filter:alpha(opacity=0);
}

.project-item .hover-mask:after {
  position:absolute;
  content:"";
  width:100%;
  height:100%;
  top:0;
  left:0;
  background:transparent;
  border:0px solid rgba(255,255,255,0.2);
  -webkit-transition:border 0.3s ease-out;
  transition:border 0.3s ease-out;
}

.project-item .hover-mask:hover:after {
  border-width:20px;
}

.project-item .hover-mask .project-title {
  color:#fff;
  margin:0;
  padding:16px;
  font-size:21px;
  line-height:24px;
  font-weight:300;
}

.project-item .hover-mask p {
  color:#fff;
  margin:0;
  padding:16px;
  font-size:16px;
  line-height:24px;
  font-weight:300;
  position:absolute;
  bottom:0;
  right:0;
  text-align:right;
  -webkit-transition:all 0.3s ease-out;
  transition:all 0.3s ease-out;
}

.project-item .hover-mask:hover p {
  bottom:20px;
  right:20px;
}

.no-opacity .project-item .hover-mask p {
  visibility:hidden;
}

.no-opacity .project-item .hover-mask:hover p {
  visibility:visible;
}

.masonry,
.masonry .masonry-brick {
  -webkit-transition-duration: 0.7s;
   -moz-transition-duration: 0.7s;
    -ms-transition-duration: 0.7s;
     -o-transition-duration: 0.7s;
      transition-duration: 0.7s;
      
   transition-timing-function:ease-in-out;  
}

.masonry {
  -webkit-transition-property: height, width;
   -moz-transition-property: height, width;
    -ms-transition-property: height, width;
     -o-transition-property: height, width;
      transition-property: height, width;
}

.masonry .masonry-brick {
  -webkit-transition-property: left, right, top, -webkit-transform, opacity;
   -moz-transition-property: left, right, top, -moz-transform, opacity;
    -ms-transition-property: left, right, top, -ms-transform, opacity;
     -o-transition-property: left, right, top, -o-transform, opacity;
      transition-property: left, right, top, transform, opacity;
}

#project-modal .project-title{
  margin:40px 0 10px;
  font-size:30px;
}

#project-modal .project-descr{
  padding-bottom:40px;
}

#about{
  padding: 120px 0 145px 0;
}
#about .container{
  max-width: 900px;
}
#about .logo{
  margin-top: 110px;
}
#about .logo h1{
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;;
  padding: 0;
  margin: 0;
  font-size: 52px;
  color:#666;
  line-height: 0.87;
  font-weight: bold;
}
#about .logo h1 span{
  display: block;
}
#about .logo h4{
  font-family: "Microsoft YaHei", "宋体", "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 24px;
  color:#666;
  line-height:30px;
  font-weight: bold;
  letter-spacing: 4px;
  text-indent: 4px;
}
#about .slogon{
  margin-top: 100px;
  letter-spacing: 1px;
}
#about .city img{
  width:100%;
  max-height:70px;
  margin-top: 0px;
}
#about .addr address{
  margin: 15px 0 0 4px;
  letter-spacing: 2px;
}

#huoban{
  
  -webkit-background-size: cover;
   -moz-background-size: cover;
     -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
#huoban .dark-bg{
  padding: 90px 0 120px 0;
  background-color: rgb(249, 250, 251);
  color: #000;
}
#huoban .dark-bg p{
  margin: 25px 100px;
  font-size: 15px;
  line-height: 1.8;
}
#huoban .dark-bg h4{
	font-size: 22px;
	color: #FFF;
}
#huoban .container-icon{
  margin-top: 10px;
  font-size: 38px;
}
#huoban .owl-controls{
  margin-top: 10px;
}
#huoban .huoban-btn img{
  margin: 70px 0 20px 0;
  width: 180px;
  height: 180px;
}
#huoban .huoban-btn h4{
  font-size: 16px;
  line-height: 1.5;
}
#huoban .huoban-btn p{
  font-size: 16px;
  margin: 5px;
}
#huoban .clients{
  margin-bottom: 50px;
}
#huoban .clients img{
  width: 130px;
}
#huoban-modal .wechat{
  width: 260px;
  height: 260px;
}
#huoban-modal .huoban-descr{
  margin:35px;
}

#contact{
  padding: 120px 0 145px 0;
}
#contact .container{
  max-width: 900px;
}
#contact .logo{
  margin-top: 120px;
}
#contact .logo h1{
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;;
  padding: 0;
  margin: 0;
  font-size: 65px;
  color:#666;
  line-height: 0.87;
  font-weight: bold;
}
#contact .logo h1 span{
  display: block;
}
#contact .logo h4{
  font-family: "Microsoft YaHei", "宋体", "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 24px;
  color:#666;
  font-weight: bold;
  letter-spacing: 4px;
  text-indent: 4px;
}
#contact .slogon{
  margin-top: 100px;
  padding-left: 0;
  letter-spacing: 1px;
}
#contact .city img{
  width:100%;
  max-height:70px;
  margin-top: 0px;
}
#contact .addr address{
  margin: 15px 0 0 4px;
  letter-spacing: 2px;
}


footer{
  background-color: #2f2e2e;
  color:#999;
  padding: 30px 0;
  line-height: 1.6;
}

@media (max-width: 768px){ 
  body,html {
    height: 100%;
  }
  .navbar-default{
    padding: 12px 0 10px 0;
    background-color: rgba(255,255,255,1);
  }
  .navbar-default .navbar-collapse{
    margin-top:11px;
  }
  .navbar-default .navbar-brand {
    font-size: 19px;
    line-height:1.3;
    letter-spacing:4px;
  }
  .navbar-default .navbar-brand img{
    height: 35px;
    margin-top: -8px;
  }
  .navbar-toggle .icon-bar {
    width: 26px;
    height: 3px;
  }
  .modal-body .owl-controls{
    margin-top: 10px;
  }
  .modal-header .close{
    margin-top:20px;
  }

  .service-item{
    padding:20px;

  }
  header{
    background-color:#CCC;
    height: auto;
  }
  .card{
    width:220px;
    height: 284px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left:-110px;
    margin-top:-110px;
    background-color: rgba(255,255,255,1);
    padding: 40px 40px;
  }  
  .card p{
    font-size: 60px;
    line-height: 0.92;
    margin-bottom: 10px;
  }
  .card i{
    font-size:70px;
    line-height: 0.5;
  }
  .service-item{
    margin-top:30px;
  }
  .service-item p{ 
    max-width: 300px;
    text-align: center;
  } 
  .service-icon{
    font-size: 70px;
    line-height: 1;
  }
  #services,#about{
    padding-bottom: 90px;
  }
  #projects-container .project-item{
    margin:0;
    width:100%;
  }
  #projects-container .project-item img{
    width:100%;
	border-bottom:3px solid #FFF;
	border-top:3px solid #FFF;
  }
  #project-modal .project-title{
    margin:20px 0 5px;
    font-size:20px;
  }
  #project-modal .project-descr{
    padding-bottom:25px;
  }
  .scrollimation.fade-in.in{
	background-color: #ddd;
	padding-top:0px;
	padding-bottom:0px;
	}
  #about .logo{
    margin-top: 50px;
  }
  #about .logo h1{
    font-size: 26px;
    text-align: center;
    letter-spacing: 1px;
  }
  #about .logo h1 span{
    display: inline;
  }
  #about .logo h4{
    font-size: 18px;
	letter-spacing: 1px;
    text-align: center;
  }
  #about .slogon{
    margin-top: 20px;
    padding: 0 20px;
    text-align: center;
  }
  #about .slogon p{
    margin: 20px;
  }
  #about .addr{
    margin-top: 40px;
    font-weight:bold;
    text-align: center;
  }
  #about .addr address{
    font-weight:bold;
  }
  #about .city{
    padding: 0;
    text-align: center;
  }
  #about .city img{
    margin: 20px 0 0;
    width: 65%;
  }
  #huoban .dark-bg p{
    margin: 25px 0px;
  }

  #huoban .dark-bg{
    padding: 70px 0 90px 0;
  }
  #huoban .dark-bg p{
    font-size: 15px;
  }
  #huoban .dark-bg h4{
    font-size: 16px;
  }
  #huoban .container-icon{
    margin-top: 0;
    font-size: 36px;
  }
  #huoban .huoban-descr h4{
    line-height: 1.6;
  }
  #huoban .huoban-btn h4{
    margin: 15px 20px;
    font-size: 15px;
  }
  #huoban .huoban-btn p{
    margin: 5px;
    font-size: 15px;
  }
  #huoban .huoban-btn img{
    width: 150px;
    height: 150px;
  }
  #huoban .clients{
    padding: 0;
  }  
  #huoban .clients img{
    width: 100px;
    margin: 0;
  }  
  #huoban .quotes{
    padding: 0 30px;
  }  
  
   #contact .logo{
    margin-top: 50px;
  }
  #contact .logo h1{
    font-size: 26px;
    text-align: center;
    letter-spacing: 1px;
  }
  #contact .logo h1 span{
    display: inline;
  }
  #contact .logo h4{
    font-size: 18px;
	letter-spacing: 1px;
    text-align: center;
  }
  #contact .slogon{
    margin-top: 20px;
    padding: 0 20px;
    text-align: center;
  }
  #contact .slogon p{
    margin: 20px;
  }
  #contact .addr{
    margin-top: 40px;
    font-weight:bold;
    text-align: center;
  }
  #contact .addr address{
    font-weight:bold;
  }
  #contact .city{
    padding: 0;
    text-align: center;
  }
  #contact .city img{
    margin: 20px 0 0;
    width: 65%;
  }
  .xiaochengxu {
	position: absolute;
	display: none;
}
  .xiaochengxu2 {
	position: absolute;
	display: none;
}
footer{
  background-color: #2f2e2e;
  color:#999;
  padding: 30px 0;
  line-height: 1.6;
}
}

.xiaochengxu {
	width:120px;
	height: 120px;
	
	border-radius: 10px;
	background-position: center center;
	background-repeat:no-repeat;
	background-color:#FFF;
	-webkit-background-size: 92% 92%;
	-moz-background-size: 92% 92%;
	-o-background-size: 92% 92%;
	background-size: 92% 92%;
	background-attachment: scroll;
	z-index:9999;
}
.xiaochengxu2 {

  width:120px;
  height: 120px;
  
  border-radius: 10px;
  background-position: center center;
  background-repeat:no-repeat;
  background-color:#64865a;
  -webkit-background-size: 92% 92%;
  -moz-background-size: 92% 92%;
  -o-background-size: 92% 92%;
  background-size: 92% 92%;
  background-attachment: scroll;
  z-index:9999;
}

.xiaochengxu1 {
  position: absolute;
  margin-top:10px;
  margin-left:-100px;
  width:200px;
  height: 200px;
  display: none;
  border-radius: 10px;
  background-position: center center;
  background-repeat:no-repeat;
  background-color:#FFF;
  -webkit-background-size: 95% 95%;
  -moz-background-size: 95% 95%;
  -o-background-size: 95% 95%;
  background-size: 95% 95%;
  background-attachment: scroll;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index:9999;
}
.btn-azul:focus+.xiaochengxu1 {
  display: block;
}