/* 头部 */
.header-wrap{
  height:70px;
  background: #fff;
}
.header-left .big-title h1{
  line-height: 70px;
  padding-left:12px;
  font-size: 30px;
  color:#dd2c00;
  font-weight: bold;
  float:left;
}
.header-left .big-title-icon{
  width:42px;
  height:42px;
  float:left;
  margin-top:14px;
  background: url(/global/header_icon1_03.png) no-repeat left top;
}
.header-right{
  border-left:1px solid #e0e0e0;
  padding-left:22px;
}
.header-right a{
  color:#666;
  font-size: 17px;
  line-height: 70px;
}
.header-right a:hover{color:#dd2c00;}
.header-right .back-link{
  display: inline-block;
  vertical-align: middle;
  margin-right:7px;
}
.header-right .back-icon{
  width:28px;
  height:28px;
  display: inline-block;
  vertical-align: middle;
  background: url(/global/back_icon_03.png) no-repeat left bottom;
}

/* 主体 */
.layout-center{
  width:1200px;
  margin:0 auto;
}

/* 底部 */
.footer-wrap{
  background:#fff;
  padding:18px 0;
  margin-top:60px;
}
.footer-center{
  text-align: center;
  line-height: 24px;
  color:#999;
  width:85%;
  margin:0 auto;
}
.footer-center p span{
  display: inline-block;
  margin-right:12px;
}
.footer-center p span:last-child{margin-right:0;}
/* 阴影 */
.shadow-style{
  box-shadow: 0 1px 18px rgba(128,128,128,.2);
}

