﻿.adviceBox{margin:80px auto;}
  .adviceTit{font-size: 21px; font-weight: normal; line-height: 32px; text-align: center; margin:55px auto 0 auto;}
  .adviceHr{width: 107px; height: 3px;margin:10px auto 59px auto}
  .adviceBox dl{width: 1355px; height: 254px; margin:0 auto;}
  .adviceBox dl dd{display: block; float:  left; width: 252px; height: 252px; margin:auto 6.5px; border:2px solid #fff; cursor: pointer;}
  .adviceBox dl dd a{display:block; width:100%; height:100%;}
  .adviceBox dl dd p{font-size: 18px; color:#4f4f4f; line-height: 22px; margin:0 auto;}
  .adviceBox dl dd:nth-child(1) p{width: 29%}
  .adviceBox dl dd:nth-child(2) p{width: 29%}
  .adviceBox dl dd:nth-child(3) p{width: 37%}
  .adviceBox dl dd:nth-child(4) p{width: 51%}
  .adviceBox dl dd:nth-child(5) p{width: 38%}
  .adviceBox dl dd div{display: block; width:152px; height: 116px; margin:0 auto; margin-top: 25px;}
  .adviceBox dl dd .advicepic1{background: url("../image/a_01.png") no-repeat center;}
  .adviceBox dl dd .advicepic2{background: url("../image/a_02.png") no-repeat center;}
  .adviceBox dl dd .advicepic3{background: url("../image/a_03.png") no-repeat center;}
  .adviceBox dl dd .advicepic4{background: url("../image/a_04.png") no-repeat center;}
  .adviceBox dl dd .advicepic5{background: url("../image/a_05.png") no-repeat center;}
  .adviceBox dl dd .advicepic6{background: url("404.png") no-repeat center;}

  .adviceBox dl dd:hover{ border:2px solid #32c5ca; }
  .adviceTit, .adviceBox dl dd:hover p{color: #32c5ca;}
  .adviceHr{background: #32c5ca;}