@media screen and (min-width:1024px) {
	body {
		margin:0;
		padding:0;
		font-family:微软雅黑;
	    background-image: url(../images/bg.jpg); 
	    background-size: 100%;
	    background-repeat: no-repeat;
	    background-attachment:fixed;
	}
	.content{margin:50px auto;padding:20px 20px 20px;width:50%;background:rgb(255, 255, 255,0.9);border-radius:20px;text-align:center;}
}
@media screen and (max-width: 1024px) {
	body {
		margin:0;
		padding:0;
		font-family:微软雅黑;
	    background-image: url(../images/bj.png); 
	    background-size: 100% 100%;
	    background-repeat: no-repeat;
	    background-attachment:fixed;
	}
	.content{margin:50px auto;padding:20px 20px 20px;width:80%;background:rgb(255, 255, 255,0.9);border-radius:20px;text-align:center;}
}

a {
	text-decoration:none;
	color:#fff;
}

/*滚动条 start*/  
      ::-webkit-scrollbar {  
        width: 10px;  
        height: 4px;  
        background-color: #616161;  
      }  
      /*定义滚动条轨道 内阴影+圆角*/  
      ::-webkit-scrollbar-track {  
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);  
        background: #fff ;  
      }  
      /*定义滑块 内阴影+圆角*/  
      ::-webkit-scrollbar-thumb {  
        border-radius: 3px;  
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);  
        background-color:#616161;  
      }  
      ::-webkit-scrollbar-thumb:hover {  
        border-radius: 3px;  
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);  
        background-color:#424242;  
      }  


.nav-t {
	width:100%;
	position:fixed;
	top:0;
	z-index:999
}

#nav {
	width:50%;
	height:75px;
	font-weight:999;
	background:#000;
	padding-top:75px;
	margin:-75px auto 0px;
	border-radius:100px;
	position:relative;
	opacity:0.8;
	font-size:1.5em;
	text-align:center;
	color:#fff;
	line-height:75px;
	z-index:999
}

@media (max-width: 600px) {
	#nav {
		width:80%;
		height:50px;
		padding-top:50px;
		background:#000;
		margin:-50px auto 0px;
		border-radius:100px;
		line-height:50px;
		font-size:1.2em;
	}
}

#index-header {
	width:100%;
	padding-top:100px;

}

.top-logo {
	width:150px;
	height:150px;
	margin:50px auto 0px;
	border:5px solid #ffffff;
	border-radius:500px;
	z-index:10;
	position:relative;
}

@keyframes rotate{
	from{-webkit-transform:rotate(0deg)}
	to{-webkit-transform:rotate(360deg)}
}

@-webkit-keyframes rotate{
	from{-webkit-transform:rotate(0deg)}
	to{-webkit-transform:rotate(360deg)}
}
@-moz-keyframes rotate{
	from{-moz-transform:rotate(0deg)}
	to{-moz-transform:rotate(360deg)}
}
@-ms-keyframes rotate{
	from{-ms-transform:rotate(0deg)}
	to{-ms-transform:rotate(360deg)}
}
@-o-keyframes rotate{
	from{-o-transform:rotate(0deg)}
	to{-o-transform:rotate(360deg)}
}

.top-logo img {
	width:100%;
	height:100%;
	border-radius:500px;
}

.box-t {
	width:80%;
	height:1px;
	background:#000;
	margin:0px auto 10px;
}

.text {
	width:30%;
	padding:120px 20px 20px;
	margin:-100px auto 0px;
	background:#fff;
	opacity:0.7;
	color:#000;
	text-align:center;
	z-index:1;
	position:relative;
	border-radius:20px;
	font-size:1em;
}

.text-btn {
	width:20%;
	padding:20px;
	margin:-20px auto 0px;
	background:#000;
	color:#fff;
	font-weight:bold;
	opacity:0.7;
	z-index:1;
	position:relative;
	border-radius:20px;
	font-size:1.2em;
	text-align:center;
}

@media (max-width: 600px) {
	.top-logo {
		width:150px;
		height:150px;
		margin:0px auto 0px;
		border:5px solid #ffffff;
		border-radius:500px;
	}
	.text {
		width:65%;
		padding:80px 20px 20px;
		margin:-75px auto 0px;
		background:#fff;
		opacity:0.7;
		z-index:1;
		position:relative;
		min-width:250px;
		font-size:1em;
	}
	.text-btn {
		margin:-20px auto 0px;
		opacity:0.7;
		z-index:1;
		position:relative;
		width:200px;
		font-size:1em;
	}
}


#footer {
	width:100%;
	background:#0000009c;
	line-height:40px;
	font-size:1.2em;
	font-weight:bold;
	text-align:center;
	color:#fff;
	padding-top:68px;
	padding-bottom:30px;
}

.footer-nav {
	width:50%;
	margin:80px auto -30px;
	height:110px;
	background:rgba(0,0,0, 0.5);
	position:relative;
	z-index:2;
	/*border-right:5px solid #FFf;
	border-left:5px solid #FFf;*/
}

@media (max-width: 600px) {
	.footer-nav {
		width:97%;
		height:110px;
		background:rgba(0, 0, 0, 0.5);
		position:relative;
		z-index:2;
	}
}

.nav-btn {
	float:left;
	width: 46%;
	margin-right: 2%;
	margin-left: 2%;
}

.footer-nav a:hover {
	opacity:.8;
	
}

.footer-nav a {
    position: relative;
    display: inline-block;
    width: 95%;
    height: 40px;
    padding: 0 5px;
    margin: 0;
    margin-top: 10px;
    overflow: hidden;
    font-size: 20px;
    font-weight: 900;
    line-height: 40px;
    background: -webkit-linear-gradient(left,#ff9a77 0,#ff6142 100%);
    background: -o-linear-gradient(left,#ff9a77 0,#ff6142 100%);
    background: linear-gradient(to right,#ff9a77 0,#ff6142 100%);
    border-radius:10px;
    text-align:center;
}


@media (max-width: 999px) {
	.footer-nav a {
		font-size:1em;
	}
}

.bgm {
	width:30%;
	min-width:300px;
	margin:10px auto 0px;
	border-radius:200px;
	border-left:20px solid rgba(0, 0, 0, 0.8);
	border-right:20px solid rgba(0, 0, 0, 0.8);
}

audio {
	width:100% !important;
}
@media screen and (min-width:1024px) {
	.content img{width:775px;}
	.my_pc{display:block;}
	.my_mobile{display:none}
}
@media screen and (max-width: 1024px) {
	.content{font-size:12px;}
	.content img{width:100%;}
	.my_pc{display:none;}
	.my_mobile{display:block}
}