@charset "utf-8";
#zhuti #dingbu {
	background-image: url(dmtync_logo.png);
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-repeat: repeat;
	background-position: center;
}
#zhuti #daohang {
	background-image: url(zzgh_tc.png);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-position: center;
}
#zhuti #neirong {
	background-image: url(zzgh_tc.png);
	background-repeat: repeat;
	margin: 0px;
	padding: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-position: center;
}
#zhuti #dibu1 {
	background-image: url(dibu.png);
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-repeat: repeat;
	background-position: center;
}
h1 {
	font-family: "黑体";
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	text-indent: 0;
	letter-spacing: 6px;
}
body {
	background-color: #E3FCA0;
}
h2 {
	font-family: "黑体";
	font-size: 22px;
	color: #F00;
	text-align: center;
	margin: 5px;
	padding: 0px;
}
h3 {
	text-align: left;
	margin: 5px;
	font-family: "仿宋";
	font-size: 22px;
	font-weight: bold;
}

em {
	font-style: normal;
	color: #F00;
}
p {
	font-size: 20px;
	font-family: "新宋体";
	padding: 0px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
	text-indent: 40px;
	line-height: 25px;
}
input {
	font-size: 18px;
	outline-style: none ;
    border: 1px solid #ccc;
}
#hengtiao-zhai {
	background-color: #3C0;
	margin: 0px;
	padding: 0px;
	height: 6px;
	width: 100%;
	float: left;
}
#middledh {
	width: 100%;
	height: 18px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#zhuti tr #neirong #middledh ul a {
	font-family: "黑体";
	font-size: 18px;
	color: #000;
	text-decoration: none;
}
#zhuti tr #neirong #middledh ul em {
	font-family: "黑体";
	font-size: 18px;
	color: #FFF;
	background-color: #0C0;
}
#zhuti tr #neirong #middledh ul {
	float: left;
	position: relative;
	text-align: center;
	overflow: visible;
	padding: 0;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#zhuti tr #neirong #middledh ul li {
	position: absolute;
	top: 24px;
	left: -36px;
	display: block;
	width: 500px;
}
#zhuti tr #neirong #middledh ul li ul {
	float: left;
	padding: 0;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
}
#zhuti tr #neirong #middledh ul a:hover {
	color: #FFF;
	background-color: #3C0;
}
#zhuti tr #neirong #middledh ul #xbdaohang {
	position: absolute;
	top: -24px;
	left: -36px;
	display: block;
	width: 500px;
}
/* 定位下拉列表 */
select {
  background-color: #f8f8f8; /* 背景颜色 */
  border: 1px solid #ccc; /* 边框 */
  padding: 5px; /* 内边距 */
  font-size: 16px; /* 字体大小 */
  border-radius: 5px; /* 边框圆角 */
  -webkit-appearance: none; /* 移除iOS默认样式 */
  -moz-appearance: none; /* 移除Firefox默认样式 */
  appearance: none; /* 移除标准浏览器默认样式 */
}
 
/* 定位下拉列表中的选项 */
select option {
  background-color: #f8f8f8; /* 选项的背景颜色 */
  color: black; /* 选项的文本颜色 */
  padding: 3px; /* 选项的内边距 */
}
 
/* 当用户鼠标悬停时改变下拉列表样式 */
select:hover {
  background-color: #ddd;
  border-color: #bbb;
}
/* 按钮美化 */
.button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    margin: 2px 1px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
	border-radius: 15%;
}

.button1 {
    background-color: white; 
    color: black; 
    border: 3px solid #4CAF50;
}

.button1:hover {
    background-color: #4CAF50;
    color: white;
}
.button2 {
    background-color: white; 
    color: black; 
    border: 3px solid #008CBA;
}

.button2:hover {
    background-color: #008CBA;
    color: white;
}

.button3 {
    background-color: white; 
    color: black; 
    border: 3px solid #f44336;
}

.button3:hover {
    background-color: #f44336;
    color: white;
}
/*设置超链接样式*/
a {
	color: #F63;
	text-decoration: none;
}
 
a:hover {
	color: #F0F;
	background: #66ff66;
}
 
a:active {
    color: yellow;
}
table {
	border-color: #D19275;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	overflow: auto;
}
#juzhong {
	text-align: center;
	font-size: 20px;
}
/*滚动字幕*/
 .scroll-text {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    animation: scroll 30s linear infinite;
  }
 
  @keyframes scroll {
    0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(-100%);
    }
  }#changwenben {
	padding: 0px;
	height: auto;
	width: 1060px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	overflow: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
