#p1 {
  height: 125px;
  background: #FFFFFF; }
  #p1 .order {
    width: 220px;
    height: 115px;
    padding: 10px 15px 0 15px; }
    #p1 .order p {
      font-size: 14px;
      margin-bottom: 10px; }
    #p1 .order button {
      font-size: 14px;
      width: 220px;
      height: 32px;
      margin-top: 10px;
      cursor: pointer;
      color: #FFFFFF;
      border: none;
      outline: none;
      background-color: #00c1de; }
  #p1 .userlist {
    width: 460px;
    padding: 12px 20px 0 20px; }
    #p1 .userlist p {
      font-size: 14px; }
      #p1 .userlist p a {
        font-size: 12px;
        float: right;
        color: #00c1de; }
  #p1 .myad img {
    float: left; }

#p2 {
  margin-top: 20px; }
  #p2 .p2-normal {
    float: left;
    width: 288px;
    height: 260px;
    background-color: #FFFFFF; }
    #p2 .p2-normal .hd {
      padding: 10px 0 10px 25px;
      border-left: 2px solid #00c1de; }
      #p2 .p2-normal .hd h3 {
        font-size: 20px;
        font-weight: 400; }
    #p2 .p2-normal .bd i {
      float: left;
      padding: 25px;
      color: #00c1de; }
    #p2 .p2-normal .bd .bt {
      font-size: 16px;
      padding-top: 20px; }
    #p2 .p2-normal .bd .bts {
      color: #9b9ea0; }

#p2 .p2-2, #p2 .p2-3, #p2 .p2-4 {
  margin-left: 16px; }

#industry {
  margin-bottom: 40px;
  padding: 20px 0;
  border-top: 1px solid #ededed;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background: #FFFFFF; }
  #industry li.nLi {
    line-height: 30px;
    float: left;
    position: relative;
    width: 258px;
    height: 30px;
    margin: 5px 10px;
    padding: 0 10px;
    border: 1px solid #f2f2f2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
    #industry li.nLi > a {
      color: #999;
      text-decoration: none; }
    #industry li.nLi > span {
      float: right;
      color: #9b9ea0; }
    #industry li.nLi.on {
      -webkit-transition: color .5s;
      -moz-transition: color .5s;
      -ms-transition: color .5s;
      -o-transition: color .5s;
      transition: color .5s;
      color: #00c1de;
      border-color: #00c1de; }
      #industry li.nLi.on > span {
        color: #00c1de; }
      #industry li.nLi.on > a {
        color: #00c1de; }

#industry .sub {
  display: none;
  width: 100%;
  left: -1px;
  top: 26px;
  position: absolute;
  background: #fff;
  line-height: 26px;
  padding: 5px 0;
  border-left: 1px solid #00c1de;
  border-right: 1px solid #00c1de;
  border-bottom: 1px solid #00c1de;
  border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  z-index: 999; }
  #industry .sub li {
    border-bottom: 1px dotted #e0e0e0;
    height: 26px;
    line-height: 26px;
    margin: 0 10px; }
    #industry .sub li a {
      color: #9b9ea0; }

/*# sourceMappingURL=index.css.map */
