@charset "utf-8";
.mainBox{
    width: 100%;
	height: auto;
	background-color: #020c18;
	background: url(jyg_background.png) left top no-repeat;
	background-size: 100% auto;
}
.header{
	width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
}


.header .banner {
	width: 100%;
    height: auto;
	text-align: center;
    margin: 0 auto;
}
.header .banner img {
	width: 100%;
    height: auto;
	margin: 0 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 -5px 0;
	background-image: url(jyg_top_1.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	position: relative;
    text-align: center;
}
.header .nav ul {
	width: 900px;
	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: #fdf5c1;
}
.main {
	width: 100%;
	height: auto;
	/* margin: -25px auto 0; */
	
}
.main-content {
    width: 100%;
	height: auto;
	background-size: 100% auto; 
    margin: 0 auto 0;
	text-align: center;
}
.main-content img {
	width: 100%;
	height: auto;
}

.dlwz {
    width: 100%;
    height: auto;
    margin: 0 auto;
	position: relative;
}

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

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

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

.htyx {
    width: 100%;
    height: auto;
    margin: -4vh 0 auto;
    position: relative;
}

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

.author {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding-bottom: 3%;
    text-align: center;
}

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


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

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