body {
    font-family: "Microsoft Yahei", "Arial", "sans-serif", "simsun";
	background: #f1f1f1 url(../images/lfdh_banner.jpg) no-repeat 50% 110px;
}

a:hover {
    cursor: pointer;
}

.left {
    float: left;
}

.right {
    float: right;
}

.hide {
    display: none;
}

.layui-container {
    width: 1200px \0;
    *width: 1200px;
    box-sizing: content-box;
}

.site-banner {
	padding-bottom: 980px;
}

.site-logo {
	display: block;
	padding-top: 10px;
	width: 100%;
	height: 100%;
}

.site-logo .animated {
	margin-left: 45px;
}

.site-texe1 {
	display: block;
	margin-top: 30px;
	width: 100%;
	height: 100%;
}

.site-texe1 img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	max-width: 100%;
	height: auto;
}

.site-texe2 {
	display: block;
	margin-top: 35px;
	width: 100%;
	height: 118px;
}

.site-texe2 img {
	display: block;
	float: left;
	margin-left: 10%;
	max-width: 100%;
	height: auto;
}

.site-title img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	max-width: 100%;
	height: auto;
}

.news-list {
	padding-bottom: 50px;
	margin-bottom: 90px;
	padding-top: 15px;
	background: #fff;
	border-radius: 10px;
	box-shadow: -4px 2px 15px 15px #e7e7e7;
}

.news-list li {
	margin: 0 3%;
	line-height: 59px;
	color: #121212;
	font-size: 18px;
	border-bottom: 1px dashed #d1d1d1;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news-list li span {
	float: right;
}

.news-list li a {
	margin-left: 8px;
	padding-left: 47px;
	background: url(../images/gh_spot.png) no-repeat left center;
}

.news-list li:hover a {
	color: #1672b9;
}

.site-bottom {
	min-height: 128px;
	padding-top: 17px;
	background: #39c;
}

.bottom-left {
	float: left;
}

.bottom-left img {
	float: right;
}

.img1 img {
	margin-top: 25px;
}

.img2 img {
	margin-top: 15px;
}

.bottom-right p {
	line-height: 28px;
	color: #fff;
	padding-left: 50px;
}

/* @media (max-width: 650px){
    .site-banner {
        padding-bottom: 101px;
    }

	.site-logo .animated {
		margin: 0;
		width: 80%;
	}

	.site-texe1 {
		margin-top: 80px;
	}

	.site-texe2 {
		margin-top: 80px;
	}

	.site-texe2 img {
		width: 50%;
	}

	.site-title .layui-container {
		background: url(../images/gh_tite.png) no-repeat center;
		min-height: 40px;
		margin: 20px auto 40px;
	}

	.site-title img {
		display: none;
	}

	.bottom-left {
		float: none;
	}

	.img1 {
		width: 50%;
		float: right;
	}

	.img1 img {
		float: left;
	}

	.img2 {
		width: 43%;
		float: left;
	}

	.img2 img {
		float: right;
	}

	.bottom-right {
		text-align: center;
		padding-bottom: 20px;
	}

	.bottom-right p {
		padding: 0;
	}
} */