﻿/*通用类*/
*{
	margin:0;
	padding:0;	
}
body{		
	min-width:1000px;
	margin:0 auto;
	font-size:12px;	
	background: url(../images/timg.jpg) center top no-repeat fixed;
	text-align:justify;	

}
h1,h2,h3,h4{	
	font-weight:500;	
}
img{
	border:none;	
}
a{
	cursor:pointer;
	color:#000;
	text-decoration:none;	
	outline:none;
}
a:hover{
	color:#424683;	
}
ul{
	list-style-type:none;	
}

div.clear{
	font: 0px Arial; line-height:0;
	height:0; 
	overflow:hidden;	
	clear:both;	
}

.audio{
	color: #fff;
	margin-top: 320px;
	text-align: center;
}

/*wrapin 主体容器宽度*/
.wrapin{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}
.right{ float:right; width:670px; color:#84bcf5}
.right a{ color:#84bcf5}
.right ul li{ margin:10px 0; display:block}
.title{ text-align:center; padding:20px}
.top { padding:80px 0; margin:0 auto; text-align:center;width:200px;}
.top .tx {width:100px; height:100px; border-radius:50%; overflow:hidden; border:5px solid #6699CC; margin:0 auto}
.top .tx img {width:100%}
.Name { font-size:18px; margin:10px 0;}
.index_word1 {background:url(../images/a1.jpg); height:530px; width:300px; background-size:100% ;  float:left;}
.personal {padding:20px}
.index_word1 h3 { font-size:18px; }
.index_word1 p {font-size:14px; margin:10px 0}
.bar{ border-bottom:#fff solid 1px; color:#fff; margin-bottom:10px}
.index_word2 { background:rgba(0, 0, 0, 0.5); float:right; width:94%;padding:3%; font-size:16px; margin-bottom:20px}
.menu { text-align:center; padding-bottom:40px}
.index_word2 li p{ padding-top:20px; font-size:12px ; border-bottom:#ccc solid 1px; padding-bottom:40px}
.menu a{ display:inline-block; padding:10px 20px; background:rgba(0, 0, 0, 0.5); margin:0 20px; font-size:18px; color:#fff; border-radius:5px}
form div{ margin:5px 0}

form .ip{ width:400px;}

.banner {
	width: 1000px;
	height: 500px;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 50px;
}
 
#photo {
	width: 4000px;
	animation: switch 5s ease-out infinite;
}
 
#photo > img {
	float: left;
	width: 1000px;
	height: 500px;
}
 
@keyframes switch {
	0%, 15% {
		margin-left: 0;
	}
	25%, 45% {
		margin-left: -1000px;
	}
	55%, 75% {
		margin-left: -2000px;
	}
	85%, 100% {
		margin-left: -3000px;
	}
}