.layout {
  width: 1200px;
  margin: 0 auto; }

.header .header-logo {
  height: 230px;
  background: url(/sdpx/static/images/img-01.jpg) repeat-x; }
  .header .header-logo .layout {
    height: 230px;
    background: url(/sdpx/static/images/img-02.jpg) center no-repeat; }
  .header .header-logo .layout.t2 {
    height: 230px;
    background: url(/sdpx/static/images/img-05.jpg) center no-repeat;
    color: #fff;
    font-size: 15px;
    position: relative; }
    .header .header-logo .layout.t2 .editBtn {
      background: #faef3f;
      padding: 5px;
      padding-left: 20px;
      padding-right: 20px;
      border-radius: 20px;
      font-weight: 900;
      color: #e64657;
      font-size: 20px; }
.header .headerTip {
  width: 1250px; }
  .header .headerTip .headerTip-content {
    background-color: #fff;
    padding: 10px;
    margin-left: 50px; }
    .header .headerTip .headerTip-content .headerTip-desc {
      background-color: #ddf3f5;
      color: #59c2cf;
      height: 60px;
      line-height: 40px;
      padding: 10px;
      font-size: 15px;
      font-weight: 600; }
      .header .headerTip .headerTip-content .headerTip-desc .tipIcon {
        float: left;
        margin-right: 20px;
        width: 45px; }
.header .header-nav {
  height: 60px;
  background-color: #fff; }
.header .header-nav ul {
    display: table;
}
  .header .header-nav ul li {
    display: table-cell;
    text-align: center;
  }
    .header .header-nav ul li a {
      display: inline-block;
      line-height: 60px;
      font-size: 22px;
      font-weight: normal;
      color: #323232;
      /*
      margin-right: 58px;
      margin-left: 58px;
      */
      margin-right: 44px;
      margin-left: 44px; }
      .header .header-nav ul li a.cur {
        color: #f52f3e;
        font-weight: bold; }
.header .header-nav.t2 ul li a {
  margin-right: 30px;
  margin-left: 30px; }

.header-nav .header-nav-list li{
				position: relative;
			}
			.header-nav ul li ul{
				position: absolute;
				top:40px;
				left: 0; 
				display: none;
				z-index: 999;
				background:#03af70;
				margin-top: 16px;
				}
				.header-nav .header-nav-list li ul li{
						float: none;
						display:inline-block!important;	
						width: 100%;
			}
			.header-nav .header-nav-list li:hover ul{
				display: block;
			}   

.footer {
  background: #fff; }
  .footer .footer-wrapper {
    text-align: center;
    height: 160px;
    padding-top: 20px; }
    .footer .footer-wrapper div {
      margin-top: 6px; }
      .footer .footer-wrapper div span {
        font-size: 14px;
        color: #555555;
        margin-right: 30px;
        display: inline-block;
        line-height: 24px; }
        .footer .footer-wrapper div span.last {
          margin-right: 0; }
      .footer .footer-wrapper div a {
        font-size: 14px;
        color: #444; }
        .footer .footer-wrapper div a i {
          display: inline-block;
          width: 18px;
          height: 20px;
          background: url(/sdpx/static/images/icp-logo.png) no-repeat;
          vertical-align: -3px; }

/*# sourceMappingURL=publicStyle.css.map */


