@charset "utf-8";
.mainBox{
    width: 100%;
	height: auto;
    background-color:red;
	background: url(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;
    z-index: 1;
}
.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%;
	min-height: 60px;
	height: auto;
	margin: 0;
	background:#a41721;
	position: relative;
    text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 10px 0;
	z-index: 2;
}
.header .nav ul {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
}
.header .nav ul li {
	margin: 0 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
.header .nav ul li a {
	font-size: 20px;
	white-space: nowrap;
	color: #fff;
	font-weight: 500;
	display: inline-block;
	line-height: 1.4;
	padding: 8px 0;
}
.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(main_bg.png) no-repeat;
	background-size: 100% auto; 
    margin: 0 auto;
	text-align: center;
	position: relative;
	z-index: 1;
}
.main-content img {
	width: 100%;
	height: auto;
}

/* 内容区块样式 */
.content-section {
	width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
	display: block;
}

.section-image-wrapper {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}

.section-image {
	width: 100%;
	height: auto;
	display: block;
	margin: 0;
	padding: 0;
}

.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;
    padding-top: 30px;
    padding-bottom: 15px;
    text-align: center;
}

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


/*底部*/
.last-image-wrapper {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
}

.last-image-wrapper img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0;
	padding: 0;
}

.footer{
	width: 100%;
	position: absolute;
	bottom: 50px;
	left: 0;
	z-index: 10;
	margin: 0;
	padding: 0;
}
.foot{
	width: 1200px;
	height: auto;
	margin: 0 auto;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 0;
	border-top: solid 1px #ccc; 
}
.foot p{
	font-size: 18px;
	color: #7d7d7d; 
	line-height: 34px;
	margin: 0;
}
.foot p:last-child {
	margin-top: 10px;
	margin-bottom: 0;
}
.foot a{
	display: inline-block;
	margin: 0 10px;
	vertical-align: middle;
}
.foot a img {
	margin-bottom: 0;
	vertical-align: bottom;
}

/* 响应式样式 - 屏幕宽度小于1200px时 */
@media screen and (max-width: 1199px) {
	.author {
		padding-top: 20px;
		padding-bottom: 10px;
	}
	
	.author p {
		font-size: 14px;
		line-height: 28px;
	}
	
	.foot {
		width: 100%;
		max-width: 1200px;
		padding-top: 30px;
		padding-left: 20px;
		padding-right: 20px;
		box-sizing: border-box;
	}
	
	.foot p {
		font-size: 16px;
		line-height: 28px;
	}
	
	.foot p:last-child {
		margin-top: 8px;
	}
	
	.foot a {
		margin: 0 8px;
	}
	
	.footer {
		bottom: 40px;
	}
}