@keyframes scaleIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  80% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes scaleIn {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(1.02);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}

.lookMore {
    width: 138px;
  height: 36px;
  background: #eb6100;
  display: block;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 36px;
  cursor: pointer;
    margin: 0px auto 30px;
}
.banner {
  width: 100%;
  height: 550px;
  background: no-repeat center center;
  background-size: cover;
  -webkit-background-size: cover;
}
.banner h6 {
  font-size: 52px;
  color: #1c62b0;
  padding-top: 180px;
  padding-bottom: 30px;
}
.banner p {
  font-size: 28px;
  color: #727171;
  line-height: 44px;
}
.nav-box {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #e5e5e5;
}
.two-nav {
  width: 82%;
  height: 80px;
  line-height: 80px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.two-nav .content {
  width: 100%;
  height: 100%;
  background: #e5e5e5;
  position: absolute;
  left: 0;
  top: 0;
}
.two-nav .content .container {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  font-size: 0;
  text-align: center;
}
.two-nav .content .container .child {
  width: 33%;
  height: 100%;
  font-size: 22px;
  color: #444;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.two-nav .content .container .child:hover,
.two-nav .content .container .in {
  background: #035cc2;
  color: #fff;
  font-size: 26px;
}
.two-nav .btn {
  width: 42px;
  height: 42px;
  background: #bcbcbc;
  line-height: 42px;
  text-align: center;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  cursor: pointer;
}
.two-nav .btn img { margin-top:12px;}
.two-nav .btn:hover {
  background: #035cc2;
}
.two-nav .left-btn {
  left: 0;
}
.two-nav .right-btn {
  right: 0;
}
.main {
  overflow: hidden;
  background: #f5f5f5;
}
.main .case{width:82%; margin:60px auto;}
.main .case: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;}
.row,.clearfix{zoom:1;}
/* filters */
#filters{margin:1% 0;padding:0;list-style:none;}
#filters li{float:left; margin:0 10px 5px 0;}
#filters li span{display:block;padding:10px 20px;text-decoration:none;color:#666;cursor:pointer; font-size:16px; background:#e5e5e5;}
#filters li span.active{background:#1c62b0;color:#fff;}
#portfoliolist .portfolio{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;width:24%;*width:22%;margin:1% 1% 1% 0;display:none;float:left;overflow:hidden;}
.portfolio .imgs {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.portfolio .imgs img {
  width: 100%;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.portfolio .label{overflow: hidden;background: #fff;transition-duration: 0.3s;-webkit-transition-duration: 0.3s;-moz-transition-duration: 0.3s;-ms-transition-duration: 0.3s;-o-transition-duration: 0.3s;}
.portfolio .label-text{width: 94%;margin: 0 auto;padding: 18px 0;text-align: left;}
.portfolio .label-text h5{font-size: 16px;color: #666;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;background: url(../images/arrow.png) no-repeat right center;}
.portfolio:hover .imgs img{-webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);}

@media (max-width: 639px) {
  .banner {
    height: 200px;
  }
  .banner h6 {
    padding-top: 50px;
    padding-bottom: 6px;
    font-size: 22px;
  }
  .banner p {
    font-size: 14px;
    line-height: 22px;
  }
  .two-nav .content .container .child {
    font-size: 12px;
  }
  .two-nav .content .container .child  .span_txt{width:48px;margin:0 auto;overflow:hidden;}
  .lookMore{width:80px;height:30px;line-height:30px;font-size:12px;}
  .two-nav .content .container .child:hover,
  .two-nav .content .container .in {
    font-size: 12px;
  }
  .two-nav {
    width: 100%;
    height: 50px;
    line-height: 50px;
  }
  .two-nav .content .container {
    width: 86%;
  }
  .two-nav .btn {
    width: 26px;
    height: 26px;
    line-height: 30px;
  }
  .two-nav .btn img { margin-top:4px;}
  .main .case{width:96%; margin:30px auto;}
  #filters{margin:2% 0;}
  #filters li{width:100%;}
  #filters li span{padding:10px 20px;font-size:14px;}
  #portfoliolist .portfolio{
		width:48%;
		margin:1%;
	}
  .portfolio .label-text h5{font-size: 14px;background: none;}
}
@media (min-width: 640px) and (max-width: 1023px) {
  .banner {
    height: 400px;
  }
  .banner h6 {
    padding-top: 100px;
    padding-bottom:26px;
    font-size: 48px;
  }
  .banner p {
    font-size: 24px;
    line-height: 32px;
  }
  
  
  .two-nav .content .container .child {
    font-size: 18px;
  }
  .two-nav .content .container .child:hover,
  .two-nav .content .container .in {
    font-size: 20px;
  }
  .two-nav {
    width: 93.75%;
    height: 70px;
    line-height: 70px;
  }
  .two-nav .content .container {
    width: 86%;
  }
  .main .case{width:96%; margin:30px auto;}
  #filters{margin:2% 0;}
  #filters li span{padding:10px 20px;font-size:14px;}
  #portfoliolist .portfolio{
		width:48%;
		margin:1%;
	}
  .portfolio .label-text h5{font-size: 14px;background: none;}

}
@media (min-width: 1024px) and (max-width: 1335px) {
  
}
