@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: 300px;
  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: 100%;
  
  margin: 0 auto;
  font-size: 0;
  text-align: center;
}
.two-nav .content .container .child {
  width: 16.6%;
  height: 100%;
  font-size: 22px;
  color: #444;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  overflow: hidden;
  text-align: center;
}
.two-nav .content .container .in {
  
  color: #333;
  font-size: 20px;
}
.two-nav .content .container .child:hover{
  color: #52949d;
  text-decoration:underline;
}
.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;
  white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.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;
}
.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{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:32%;*width:22%;margin:1% 1% 1% 0;display:none;float:left;overflow:hidden;
    background: #d6e9ed;
    padding: 10px;}
.portfolio .imgs {
      width: 55%;
    margin: 15% auto 0;
  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;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%;height: 50px;margin: 0 auto;padding: 18px 0;text-align: center;color: #999999; line-height:180%}
.portfolio .readMore {
	width: 138px;
    height: 36px;
    display: block;
    border: 1px solid #d6d9dd;
	background-color: #59848b;
    text-align: center;
    line-height: 36px;
    font-size: 12px;
    color: #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    margin: 10px auto 20px;
	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 :hover .readMore {
	background: #fdb434;
	border: 1px solid #fdb434;
	color: #fff;
}
.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) {
  
}
.container-top {
    position: relative;
    overflow: hidden;
    padding: 0px 0 50px;
    height: 44px;
    line-height: 44px;
}

.container-top h2 {
    font-size: 30px;
    color: #fdb434;
    float: left;
}

.container-top h2 span {
    padding-left: 0;
    margin-left: 0;
    color: #000;
	font-weight:bold;
    background: url(../../../../static/modules/cms/images/titlebg_01.jpg) no-repeat left center;
    font-family: Arial;
}

.newsshow {
    padding-top: 25px;
}

.newsview {
    min-height: 400px;
    margin-top: 30px;
    border-top: 1px solid #fff;
    margin-bottom: 25px;
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 33px;
    color: #777;
}

.newsview img{
	width:100%;
}

.allow_visitor{
    font-size: 16px;
    padding: 2%;
    text-align: center;
    background: #f7f7f7;
    border: 1px solid #ddd;
}

.newsshow h2 {
    color: #333333;
    font-size: 2.5rem;
    font-weight: normal;
}

.main_r_nav {
    float: left;
	text-align: left;
    width: 754px;
    height: 66px;
    padding: 10px 0;
    font-size: 14px;
    margin-left: 20px;
    display: inline;
}

.main_r_nav a {
    color: #777;
    float: left;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 33px;
    font-size: 14px;
}

.main_r_nav a:hover {
    color: #f90712;
}

.returnlist {
    width: 50px;
    height: 56px;
    padding: 15px 18px;
    display: inline;
    float: right;
    color: #fff;
    line-height: 30px;
    font-size: 12px;
    background: #2f2e2e;
}

.returnlist a {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-family: "microsoft yahei";
    width: 100%;
    display: block;
}

.viewpage {
    background: #eee;
    width: 100%;
    float: left;
    margin-bottom: 20px;
}


