             .box {
				    width: 100%;
				    height: auto;
				    position: relative;
				}
			  .content {
				    width: 1200px;
				    margin: 0 auto;
				}
				.footer-copyright .item-box {
				    float: left;
				    width: 160px;
				    height: auto;
				    padding-top: 40px;
				}
				.footer-copyright .item-box li a.tit {
					    font-size: 14px;
					    color: #fff;
					    margin-bottom: 14px;
					}
					.footer-copyright .item-box li a {
					    display: block;
					    font-size: 12px;
					    color: #999;
					    line-height: 2em;
					}
					.footer-copyright .code-box {
					    float: left;
					    width: 200px;
					    height: auto;
					    padding-top: 40px;
					    text-align: center;
					    color: #fff;
					}

					.mb32 {
					    margin-bottom: 32px;
					}
					.footer-copyright .code-box .h4 {
					    font-size: 14px;
					    text-align: center;
					}

					.mb16 {
					    margin-bottom: 16px;
					}
                    .footer-copyright .code-box .footer-code-bg {
				    display: inline-block;
				    width: 88px;
				    height: 88px;
				    background: #fff;
				    padding: 3px;
				    
				  }
				  .footer-copyright .code-box .footer-code-bg span{
				  	display: inline-block;
				  	width: 88px;
				    height: 88px;
				  	background: url(../images/wxqr.png) no-repeat;
				    background-size: cover; 
				  }
				  .footer-copyright .code-box .h2 {
					    font-size: 24px;
				}
					.footer-copyright .code-box .h2 span {
					    display: inline-block;
					    width: 18px;
					    height: 18px;
					    background-position: -55px -705px;
					    margin-right: 10px;
					}
					.footer-copyright .copyright {
					    width: 100%;
					    height: auto;
					    padding-top: 32px;
					    border-top: 1px solid #888;
					}

					.lf {
					    float: left;
					}
					.footer-copyright .copyright .link {
					    font-size: 12px;
					    color: #999;
					}
					.footer-copyright .copyright p {
					    display: inline-block;
					    font-size: 12px;
					    line-height: 3em;
					    color: #999;
					    padding-right: 62px;
					}
					.footer-copyright .copyright .link a {
						    font-size: 12px;
						    color: #999;
						}
					.footer-copyright li a:hover,.copyright .link a:hover{
                          color: #fff;
					}