html,body { height: 100%;}
body {
	margin: 0;padding: 0;
	-webkit-font-smoothing: antialiased; 
	-moz-osx-font-smoothing: grayscale;
}
ol,ul,li { list-style: none; margin: 0;	padding: 0; }
a { text-decoration:none; }
/*-----------页头------------*/
.header {
	height: 90px;
}
.header .logo {
	background: url(/yx/images/logo.jpg) no-repeat;
	height: 90px;
}

/*-----------页脚------------*/
.footer {
	margin-top: 30px;
	padding-top: 30px;
    color: #ffffff;
    font-size: 12px;
    background-color: #003aa5;
}
.footer-logo {
	margin-top: 20px;
	height: 56px;
    background: url(/yx/images/footer-logo.png) no-repeat;
}
.footer .grids {
	margin-top: 30px;
	padding: 20px;
	border-top: 1px solid #ffffff;
}
.footer .address {
	margin: 0;	
	padding: 0;
}
.footer .address li {
	line-height: 26px;
}
.footer .address li i {
	font-size: 22px;
	margin-right: 10px;
}
.footer .weblink {
	margin-top: 20px;
}
.footer .weblink .weblink1,.footer .weblink .weblink2 {
	width: 48%;
	display: inline-block;
}

.footer .weblink .weblink1 h2 {
	margin-bottom: 20px;
	font-size: 16px;
	display: inline-block;
	line-height: 20px;
	position: absolute;
	left: 32px;
	top: -16px;
}
.footer .weblink .weblink1 i {
	font-size: 26px;
	height: 30px;
	line-height: 30px;
	display: inline-block;	
}
.footer .weblink .weblink1 li,.footer .weblink .weblink2 li {
	height: 24px;
	line-height: 24px;
}
.footer .weblink .weblink1 li a,.footer .weblink .weblink2 li a {
	color: #ffffff;
}
.footer .weblink .weblink1 li a:hover,.footer .weblink .weblink2 li a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.footer .qr-code {
	margin: 20px 0px 0px 80px;
}
.footer .qr-code p {
	margin-top: 20px;
}
.footer .qr-code p i {
	margin-top: 20px;
	font-size: 20px;
}
.footer .copyright {
	height: 60px;
	border-top: 1px solid #707070;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
/* 大屏幕（大桌面显示器，小于等于 1200px） */
@media screen and (max-width:1200px) {
	.footer .qr-code {
	margin: 20px 0px 0px 0px;
	}
}

/* 中等屏幕（桌面显示器，大于等于 992px） */
@media screen and (max-width: 992px) {
	.footer .qr-code {
	margin: 20px 0px 0px 0px;
	}
}

/* 小屏幕小于 767px */
@media screen and (max-width: 767px) { 
	.col-md-4 {
		margin-left: 20px;
	}
}