ul {
	padding: 0;
}

li {
	list-style: none;
	padding: 0;
	margin: 0;
}

a:link {
	text-decoration: none;
}

.row {
	width: 100%;
	padding: 0;
	margin: 0;
}

p {
	margin: 0px;
}

body {
	background-color: #fff;
	background-image: url('../img/bg.jpg');
	background-size: 100%;
	width: 1200px;
	margin: 0 auto;
}

.nav {
	background: #8b0000;
	padding: 5px;
}

.nav-item {
	padding: 10px;
}

.nav-link {
	font-size: 16px;
	width: 175px;
	text-align: center;
}

.nav-link:hover {
	color: #ff0;
}

.nav-item a {
	color: #fff;
}

.carousel img {
	min-height: 260px;
	max-height: 1000px;
}

.picture img {
	width: 100%;
	margin: 20px auto;
	display: block;
}

.box {
	margin-top: 30px;
}

.boxone {
	text-align: center;
	font-size: 16px;
	margin-top: 5px;
	color: rgb(128, 128, 128);
}

.boxtwo {
	text-align: center;
	font-family: 微软雅黑;
	font-size: 18px;
	color: #fff;
	padding: 10px;
	width: 300px;
	background-color: #900;
	border-radius: 10px;
	border-left: 2px #ffff00 solid;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
	margin: 60px auto;
}

.footer {
	bottom: 0;
	width: 100%;
	background-color: #8b0000;
	padding: 15px;
	text-align: center;
	font-size: 16px;
	font-family: 微软雅黑;
	color: #fff;
	line-height: 2;
	clear: both;
}

.on {
	border-radius: 5px;
	color: #fff !important;
	font-weight: 700;
}

.word img {
	width: 500px;
	height: 380px;
	float: left;
	margin-right: 50px;
	border-radius: 20px;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}

.msg {
	width: 100%;
}

.box p {
	text-indent: 2em;
}

.name {
	padding: 5px;
	background-color: #ef8378;
	color: #fff;
	text-align: center;
}

.introduce {
	padding: 10px;
	font-size: 16px;
	text-indent: 2em;
}

.figure2 {
	font-size: 16px;
	text-indent: 2em;
}

.figure1 p {
	text-align: center;
	margin-top: 10px;
}

.figure img {
	width: 200px;
	height: 200px;
	margin: auto;
	display: block;
	border-radius: 50%;
	overflow: hidden;
}

input {
	width: 70%;
	margin: 0 auto 20px auto;
	display: block;
	padding: 5px;
	border: 1px solid #6b1b2b;
	border-radius: 10px;
}

table {
	width: 100%;
	border-collapse: collapse;
	margin: 50px auto;
}

th,
td {
	padding: 8px;
	text-align: left;
	border-bottom: 1px solid #ddd;
}

th {
	background-color: #f2f2f2;
}

.container1 {
	background-color: #fff2f2;
	border-left: 5px #990000 solid;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
	padding: 30px;
}

audio {
	float: left;
	margin-right: 20px;
}

video {
	border-radius: 20px;
}

.song {
	line-height: 30px;
}

.plot {
	width: 20%;
	margin-top: 10%;
}

.text {
	width: 76%;
	margin-right: 35px;
	float: left;
	line-height: 30px;
}

.text p {
	text-indent: 2em;
}

.message {
	width: 100%;
	margin-top: 50px;
	border-radius: 10px;
	padding: 25px;
	background-color: #fee;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
	line-height: 40px;
}

.message img {
	width: 220px;
	border-radius: 50%;
	position: relative;
	margin: 0 auto;
	display: block;
	margin:30px;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
	transition: transform 0.5s ease;
}

.message img:hover {
	transform: rotate(360deg);
}

.box p {
	text-indent: 2em;
}

.message h3 {
	font-size: 16px;
	background-color: #930;
	padding: 10px;
	color: #fff;
	text-align: right;
}

.picture img {
	width: 100%;
	border-radius: 15px;
}

.judge {
	display: flex;
	border: 5px #fc9 dashed;
	padding: 30px;
}

.judge img {
	width: 300px;
}

.judge-msg {
	padding: 30px;
	background-color: #fff0f0;
		box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);

}

.judge-msg p {
	text-indent: 2em;
}

.login {
	position: relative;
	left: 5%;
	width: 50%;
	border-radius: 10px;
	float: left;
}

.login hr {
	border: 2px #993333 dashed;
}

.login p {
	text-align: center;
	margin: 60px 0 0 0;
	font-size: 26px;
	color: #6b1b2b;
	font-weight: 600;
}

.login button {
	width: 70%;
	background: #987334;
	padding: 5px;
	text-align: center;
	color: #fff;
	margin: 20px auto;
	display: block;
	border-radius: 5px;
	border: none;
}

.login button:hover {
	background-color: #900;
}

.login-img {
	width: 45%;
	float: left;
	position: relative;
	top: 50px;
	border-radius: 5px;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}

.part {
	clear: both;
}

.carousel-item img:hover {
	opacity: 0.7;
}

video {
	margin: -20px auto 50px auto;
	display: block;
}

main {
	background-color: #fff;
	padding: 20px;
}

.slideshow {
	position: relative;
	height: 550px;
}

.slideshow img {
	display: none;
	width: 100%;
	height: 550px;
}

.slideshow img.active {
	display: block;
}

.slideshow .slide-number {
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	text-align: center;
}

.slideshow .slide-number .number {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	border-radius: 50%;
	background-color: #964b00;
	color: #fff;
	line-height: 20px;
	font-size: 14px;
}

.slideshow .slide-number .number.active {
	background-color: #333;
}

.tp {
	float: left;
	margin-right: 20px;
	padding: 20px;
	border: 2px #993333 solid;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}

.col-4 img {
	border: 7px #ffe0c1 solid;
	border-radius: 0px;
	border-bottom: 10px #990000 solid;
	border-top: 10px #990000 solid;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}

h3 {
	margin-bottom: 50px;
	color: #900;
}