@charset "utf-8";
.mainBox{
    width: 100%;
	height: auto;
    background-color:red;
	background: url(ljx_ew_background.png) left top;
	background-size: 100% auto;
}
.header{
	width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
}
.header .banner {
	width: 100%;
    height: auto;
    position: relative;
    margin: 0 auto;
}
.header .banner img {
	width: 100%;
    height: auto;
}
.header .logo {
    width: 900px;
    position: relative;
    margin: 0 auto;
}
.header .logo img{
	position: absolute;
    top: 40px;
    left: 0px;
    z-index: 3;
	width: 263px;
	height: 47px;
}
.logoright {
	position: absolute;
	top: 40px;
	right: 0;
	z-index: 99;
}
.logoright a {
	color: #000;
}
.header .nav {
	width: 100%;
	height: 50px;
	margin: -5px 0 auto;
	background:#377D47;
	position: relative;
    text-align: center;
}
.header .nav ul {
	width: 90vw;
	margin: 0 auto;
	height: 50px;
	display: flex;
}
.header .nav ul li {
	line-height: 50px;
	margin: 0 66px;
}
.header .nav ul li a {
	font-size: 20px;
	white-space: nowrap;
	color: #fff;
	font-weight: 500;
}
.header .nav ul li a:hover {
	color: #99ff99;
}
.main {
	width: 100%;
	height: auto;
	/* margin: -25px auto 0; */
	/* background: url(background.png) no-repeat; */
}
.top{
	width: 100%;
	/* height: 1200px; */
	height: auto;
	/* background: url(xlts_1.png) no-repeat; */
	background-size: 100%;
}
.top p img{
	width: 100%;
	height: auto;
}
.main-content {
    width: 100%;
	height: auto;
	background-color: #f1fcf4; 
	background: url(ljx_ew_main_bg.png) no-repeat;
	background-size: 100% auto; 
    margin: -40px auto 0;
	text-align: center;
    padding-bottom: 350px;
}
.main-content img {
	width: 100%;
	height: auto;
}

.jbjs {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-top: 180px;
}

.jbjs img {
    width: 48%;
    height: auto;
}

.jsls {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-top: 230px;
}

.jsls img {
    width: 45%;
    height: auto;
}

.xgxy {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-top: 50px;
}

.xgxy img {
    width: 45%;
    height: auto;
}

.dzxz {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-top: 80px;
}

.dzxz img {
    width: 48%;
    height: auto;
}

.author {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 30px;
    text-align: center;
}

.author p {
    font-size: 16px;
    color: #000;
    line-height: 35px;
}


/*底部*/
.footer{
	width: 100%;
	height: 360px;
	/* margin-top: 30px; */
	/* background:#f1fcf4; */
    background: url(ljx_ew_background.png) left top;
	background-size: 100% auto;
	clear: both;
}
.foot{
	width: 1200px;
	height: auto;
	margin: 0 auto;
	text-align: center;
	padding-top: 50px;
	border-top: solid 1px #ccc; 
}
.foot p{
	font-size: 18px;
	color: #7d7d7d; 
	line-height: 34px;

}
.foot a{
	display: inline-block;
	/* padding-top: 15px; */
}