@media screen and (min-width: 1200px) {


	i,
	em {
		font-style: normal;
	}

	.footWrap {
		background: #272727;
		padding-top: 50px;
		height: auto;
		overflow: hidden;
		font-family: "Microsoft Yahei";
		position: relative;
		z-index: 2;
		padding-bottom: 30px;
	}


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

	.code {
		width: 280px;
		overflow: hidden;
	}

	.code span {
		display: block;
		float: left;
		margin-right: 20px;
		text-align: center;
		font: 12px "Microsoft YaHei";
		line-height: 30px;
		color: #fff;
		margin-top:0;
		padding-left: 50px;
	}

	.code span img {
		display: block;
		width: 100px;
		height: 100px;
		border: 2px solid #fff;
	}

	.tit2 {
		font: 20px "Microsoft YaHei";
		font-weight: bold;
		color: #d7d7d7;
		font-weight: bold;
		height: 34px;
	}

	.fwz {
		width: 560px;
		background: url(../images/fline.png) no-repeat right 10px;
		padding: 0 0 0 30px;
		font: 14px "Microsoft YaHei";
		line-height: 32px;
		color: #b3b3b3;
	}

	.fnav {
		width: 260px;
		overflow: hidden;
		background: url(../images/fline.png) no-repeat right 10px;
		padding: 0 0 0 30px;
	}

	.fnav p {
		font: 14px "Microsoft YaHei";
		line-height: 32px;
	}

	.fnav p a {
		display: block;
		width: 120px;
		height: 28px;
		line-height: 28px;
		overflow: hidden;
		float: left;
		color: #b3b3b3;
	}

	.fnav p a:hover,
	.qit a:hover {
		font-weight: bold;
		color: #eb3434;
	}

	.qit {
		width: 300px;
		padding:0;
		font: 14px "Microsoft YaHei";
		line-height: 32px;
		color: #b3b3b3;
	}

	.qit a {
		color: #b3b3b3;
	}
	
	
	
	.link {
		font: 14px "Microsoft YaHei";
		padding: 5px 0;
	}
	
	.link a {
		display: inline-block;
		padding: 0 10px;
		line-height: 24px;
	}
	
	.link a:hover {
		font-weight: bold;
		color: #eb3434;
	}
	

}





@media (max-width: 768px) {
	

	i,
	em {
		font-style: normal;
	}
	
	.footWrap {
		background: #272727;
		height: auto;
		font-family: "Microsoft Yahei";
		position: relative;
		z-index: 2;
		overflow: hidden;
	}
	
	
	.footer {
		width: 98%;
		padding: 1%;
		height: auto;
		margin: 0 auto;
	}
	
	.code {
		display: none;
		width: 100%;
		overflow: hidden;
	}
	
	.code span {
		display: block;
		float: left;
		margin-right: 20px;
		text-align: center;
		font: 12px "Microsoft YaHei";
		line-height: 30px;
		color: #fff;
		margin-top: 20px;
	}
	
	.code span img {
		display: block;
		width: 88px;
		height: 88px;
		border: 10px solid #fff;
	}
	
	.tit2 {
		font: 20px "Microsoft YaHei";
		font-weight: bold;
		color: #d7d7d7;
		font-weight: bold;
		height: 34px;
	}
	
	.fwz {
		width: 98%;
		padding: 1%;
		font: 14px "Microsoft YaHei";
		line-height: 32px;
		color: #b3b3b3;
	}
	
	.fnav {
		display: none;
		width: 252px;
		overflow: hidden;
		background: url(../images/fline.png) no-repeat right 10px;
		padding: 0 20px 0 30px;
	}
	
	.fnav p {
		font: 14px "Microsoft YaHei";
		line-height: 32px;
	}
	
	.fnav p a {
		display: block;
		width: 126px;
		height: 32px;
		height: 32px;
		overflow: hidden;
		float: left;
		color: #b3b3b3;
	}
	
	.fnav p a:hover,
	.qit a:hover {
		font-weight: bold;
		color: #eb3434;
	}
	
	.qit {
		display: none;
		width: 188px;
		padding: 34px 0 0 0;
		font: 14px "Microsoft YaHei";
		line-height: 32px;
		color: #b3b3b3;
	}
	
	.qit a {
		color: #b3b3b3;
	}
	
	
	
	.link {
		display:none;
		width: 98%;
		padding: 1%;
		font: 14px "Microsoft YaHei";
	}
	
	.link a {
		display: inline-block;
		padding: 0 10px;
		line-height: 24px;
	}
	
	.link a:hover {
		font-weight: bold;
		color: #eb3434;
	}


}