#banner{
  height: 450px;
  /* padding: 180px 0 0 0; */
  background: url(../images/banner.jpg?version=2016) center top no-repeat;
  overflow: hidden;
}
#banner_inner{
  position: relative;
  width: 1000px;
  margin: 0 auto;
  height: 400px;
}
#banner p{
  position: absolute;
  left: 36%;
  top: 145px;
  z-index: 5;
  width: 280px;
  font-size: 20px;
  /* color:#81340f; */
  color: #333;
  opacity: 0; 
  -webkit-animation:pop 1 .8s ease-out forwards;
  -moz-animation:pop 1 .8s ease-out forwards;
  animation:pop 1 .8s ease-out forwards;
}
#banner h2{
  position: absolute;
  left: 36%;
  top: 215px;
  z-index: 5;
  width: 722px;
  height: 40px;
  margin: 16px auto 0;
  opacity: 0;
  font-weight: normal;
  font-size: 44px;
  color: #333;;
  -webkit-animation:pop 1 .8s .2s ease-out forwards;
  -moz-animation:pop 1 .8s .2s ease-out forwards;
  animation:pop 1 .8s .2s ease-out forwards;
}
#banner a{
  display: block;
  width: 190px;
  height: 44px;
  color: #ea5514;
  margin: 90px auto 0;
  text-align: center;
  line-height: 44px;
  border:2px #ea5514 solid;
  border-radius: 5px;
  -webkit-transition:all .3s ease;
}
#banner a:hover{
  background: #ea5514;
  color: #fff;
}
@-webkit-keyframes pop{
  0%{ -webkit-transform:translate3d(40px,0,0); opacity: 0; }
  70%{ -webkit-transform:translate3d(-5px,0,0); opacity: 1; }
  100%{ -webkit-transform:translate3d(0,0,0); opacity: 1; }
}

@-moz-keyframes pop{
  0%{ -moz-transform:translate3d(40px,0,0); opacity: 0; }
  70%{ -moz-transform:translate3d(-5px,0,0); opacity: 1; }
  100%{ -moz-transform:translate3d(0,0,0); opacity: 1; }
}

@keyframes pop{
  0%{ transform:translate3d(40px,0,0); opacity: 0; }
  70%{ transform:translate3d(-5px,0,0); opacity: 1; }
  100%{ transform:translate3d(0,0,0); opacity: 1; }
}



#about_us{
  padding: 50px 0 0 0;
}

#about_us h2 {
    width: 127px;
    height: 58px;
    margin: 0 auto;
    background: url(../images/title_en.png) no-repeat;
}

#about_us p{
  width: 800px;
  font-size: 16px;
  color: #666;
  font-family: '微软雅黑';
  margin:  0 auto 10px;
  text-align: justify;
  line-height: 1.7;
}

#team{
  padding: 30px 0 30px 0;
}

#team h2 {
    width: 127px;
    height: 58px;
    margin: 0 auto;
    background: url(../images/title_en.png) 0 -58px no-repeat;
}

#team ul {
    width: 1100px;
    margin: 0 auto;
   	text-align: center;
}

#team li{
  margin-left: 120px;
  margin-bottom: 30px;
  display: inline-block;
}

#team li.first{
  margin-left: 0;
}

#team li.last{
  margin-right: 0;
}

#team li:nth-child(4n){
 /* margin: 0 0 15px 0; */
}
#team ul img{
  display: block;
  width: 180px;
  height: 180px;
  margin: 0 0 10px 0;
}
#team h3{
  text-align: center;
  font-family: '微软雅黑';
  color: #ea5514;
  font-size: 18px;
  font-weight: normal;
}
#team p{
  text-align: center;
  font-family: '微软雅黑';
  color: #666;
  font-size: 14px;
}

#project{
  padding: 80px 0 100px 0;
}
#project h2{
  width: 127px;
  height: 58px;
  margin: 0 auto;
  background: url(../images/title.png) 0 -174px no-repeat;
}
#project ul{
  width: 940px;
  margin: 0 auto;
}
#project ul li{
  float: left;
  width: 160px;
  margin: 0 100px 25px 0;
}
#project ul li:nth-child(4n){
  margin: 0 0 20px 0;
}
#project ul li a{
  display: block;
  width: 100%;
}
#project ul li a img{
  width: 100%;
}

#team i,
#project i,
#news i,
#about_us i{
  display: block;
  width: 31px;
  height: 22px;
  margin: 20px auto 15px;
  background: url(../images/circle-icon.png) no-repeat;
}
#news{
  padding: 80px 0 0 0;
}
#news h2{
  width: 352px;
  height: 58px;
  margin: 0 auto;
  background: url(../images/title.png) 0 -230px no-repeat;
}
#news_flow{
  position: relative;
  width: 976px;
  margin: 0 auto 20px;
  padding: 10px 0 40px 0;
  overflow: hidden;
  #background: url(../images/news-line-bg.png) repeat-y;
}
#news_flow li{
  margin: 0 0 30px 0;
  clear: both;
}
#news .date{
  float: left;
  position: relative;
  width: 117px;
  height: 39px;
  margin: 0 38px 0 0;
  font-family: 'Candara';
  font-size: 24px;
  line-height: 35px;
  text-align: center;
  color: #3e3e3e;
  border:2px #ea5514 solid;
  border-radius: 5px;
}
#news .date em{
  position: absolute;
  right: -12px;
  top: -2px;
  z-index: 5;
  width: 14px;
  height: 11px;
  background: url(../images/news-date-tri.png) no-repeat;
}
#news .dot{
  float: left;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: -5px 30px 0 0;
  background: url(../images/news-dot.png) no-repeat;
}
#news .content{
  float: right;
  width: 700px;
  margin: -5px 0 15px 0;
}
#news .content span{
  width: 20px;
  float: left;
  color: #ccc;
  font-size: 16px;
  font-weight: bold;
}
#news .content p{
  float: left;
  width: 680px;
  font-family: '微软雅黑';
  font-size: 14px;
}
#news .content p a{
  color: #666;
  font-size: 16px;
  line-height: 1.7;
  text-align: justify;
}
#news .content p a:hover{
  color: #ea5514;
}
.news_more{
  position: absolute;
  left: 50%;
  bottom: -50px;
  z-index: 5;
  width: 16px;
  height: 43px;
  margin: 0 0 0-8px;
  background: url(../images/news-more.png) no-repeat;
}

#load-news{
  display: block;
  width: 175px;
  height: 36px;
  padding: 8px 0 0 15px;
  margin: 90px auto 0;
  border:2px #ea5514 solid;
  border-radius: 5px;
  -webkit-transition:all .3s ease;
}
#load-news span{
  float: left;
  display: inline-block;
  width: 39px;
  height: 24px;
  margin: 4px 13px 0 0;
  background: url(../images/load-news-icon.png) no-repeat;
}
#load-news strong{
  float: left;
  color: #ea5514;
  margin: 6px 0 0 0;
  font-weight: normal;
}



/* edit */

.row {
  margin-right: -5px;
  margin-left: -5px;
}

.col-md-6{
  #padding-right: 5px;
  #padding-left: 5px;
  float: left;
  width: 490px;
}

.news-list-wrapper {
  position: relative;
  #padding: 3px;
  background-color: #f7f7f7;
  margin-bottom: 10px;
}

.news-list-wrapper .left-images {
  float: left;
}

.views-responsive-grid a {
  color: #6d6c6c;
  text-decoration: none;
}

.news-list-wrapper .right-info {
  margin-left: 159px;
  padding: 5px;
}

img {
  vertical-align: middle;
}

.right-news-category {

  color: #ea5514;
  font-size: 16px;
  line-height: 19px;
  height: 20px;
  overflow: hidden;
  text-transform: uppercase;
  font-family: 'dinprobold';
  margin-bottom: 5px;
  font-weight: bold;
}

.right-news-category a {
  color: #ea5514;
}

.right-news-category span{
	font-weight: normal;
	font-size:16px;
}

.views-field-created, .right-news-date, .right-news-created {
  color: #f5ab20;
}

.right-news-title {
  height: 180px;
  #overflow: hidden;
  text-transform: uppercase;
  line-height: 18px;
  #font-family: 'dinprobold';
  font-size:12px;
  text-align:justify;
  padding: 0 5px;
  color: #6d6c6c;
  text-justify: newspaper;
}

.view-news-list a {
  color: #6d6c6c;
  text-decoration: none;
}

.right-news-links {
  height: 23px;
  line-height: 23px;
  overflow: hidden;
}

.views-column-1 {
	margin-right:6px;
}

#news #remark {
  width: 500px;
  #display: block;
  font-size:12px;
  color: #808080;
  float:left;
  #margin: 0 auto 25px;
}

/*

#portfolio {
    zoom: 1;
    height: 300px;
    background: url(../images/road_blur.jpg) fixed no-repeat 50% 100%;
    background-size: 1920px 650px;
    

    border-radius: 10px;
	border: 3px solid #BADA55;
	
}

*/

#portfolio .wrap {
    position: relative;
    padding-top: 35px;
    margin: 0 auto;
    width: 1100px;
}


#portfolio p {
    transition: all, .5s;
    padding: 10px 10px;
    border-radius: 3px;
    text-decoration: none;
    font-size: 16px;
    margin: 0 auto;
    color: #666;
    line-height: 29px;
    text-align: justify;
}

.switch-bar {
	width: 780px;
	margin: 0 auto;
    padding-top: 5px;
    padding-bottom: 70px;
}

.switch-bar a.active {
    font-weight: bold;
    background-color: #f7f7f7;
}
.switch-bar a {
    width: 49%;
    text-align: center;
    height: 36px;
    line-height: 36px;
    float: left;
    border: 1px solid #ccc;
    color: #666;
    cursor: pointer;
    margin-left: 0.5%;
}

.switch-bar a.first{
    margin-left: 0;
}

.switch-bar a, :after, :before{box-sizing:border-box}

.tab-content{
	display: none;
}

.tab-content.current{
	display: inherit;
}
.hide-on-pc {
	display: none;
}

#portfolio {
	margin-bottom: 50px;
}