@charset "utf-8";
.mainBox{
    width: 100%;
	height: auto;
    background-color:red;
	background: url(lzxq_us_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: 30px;
    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: -8px 0 auto;
	background:#a41721;
	position: relative;
    text-align: center;
}
.header .nav ul {
	width: 50vw;
	margin: 0 auto;
	height: 50px;
	display: flex;
}
.header .nav ul li {
	line-height: 50px;
	margin: 0 40px;
}
.header .nav ul li a {
	font-size: 15px;
	white-space: nowrap;
	color: #fff;
	font-weight: 500;
}
.header .nav ul li a:hover {
	color: #efddbe;
}
.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(lzxq_us_main_bg.png) no-repeat;
	background-size: 100% auto; 
    margin: -40px auto 0;
	text-align: center;
}
.main-content img {
	width: 100%;
	height: auto;
}

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

.xqgk img {
    width: 100%;
    height: auto;
}

.cybj {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.cybj img {
    width: 100%;
    height: auto;
}

.cxkf {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.cxkf img {
    width: 100%;
    height: auto;
}

.csgn {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.csgn img {
    width: 100%;
    height: auto;
}

.yjmb {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.yjmb img {
    width: 100%;
    height: auto;
}
.author {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
}

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


/*底部*/
.footer{
	width: 100%;
	/* margin-top: 30px; */
	/* background:#f1fcf4; */
    background: url(lzxq_us_top_4.png) left top;

	background-size: 100% auto;
	clear: both;
}
.foot{
	width: 1200px;
	height: auto;
	margin: 0 auto;
	text-align: center;
	padding-top: 20px;
	border-top: solid 1px #ccc; 
}
.foot p{
	font-size: 18px;
	color: #7d7d7d; 
	line-height: 34px;

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