@import "page.css";
body {
	text-align: center;
	margin: 0px;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
img {
	border: 0;
}
a:link {
	color: #003399;
	text-decoration: none;
}
a:visited {
	color: #003399;
	text-decoration: none;
}
a:hover {
	color: #FF3333;
	text-decoration: underline;
}
a:active {
	color: #FF3333;
	text-decoration: underline;
}
#wrapper {
	text-align: center;
	width: 960px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	text-align: left;
	width: 960px;
	background-image: url(../img/home/index_02.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 80px;
	margin: 0px;
	padding: 0px;
}
#header span {
	float: left;
}
#header span.menu {
	float: right;
	width: 500px;
}
#item {
	background-image: url(../img/home/index_09.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	float: left;
	width: 356px;
	height: 438px;
	margin: 0px;
}
#item span.news {
	background-image: url(../img/home/index_05.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	display: block;
	height: 137px;
}
#item .news marquee {
	text-align: left;
	height: 100px;
	width: 292px;
	float: right;
	margin-right: 6px;
	margin-top: 6px;
}
.runwd {
	font-size: 13px;
	line-height: 16px;
	color: #333333;
	letter-spacing: 1px;
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
}
.runwd2 {
	font-size: 15px;
	line-height: 18px;
	color: #3333CC;
	letter-spacing: 1px;
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
}
#show {
	margin-top: 0px;
	float: right;
	position: absolute;
	top: 80px;
	right: 0px;
}
#item ul {
	width: 310px;
}
#item ul li {
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 1px;
	text-align: left;
	float: left;
	height: 24px;
	width: 150px;
	list-style-type: none;
	background-image: url(../img/line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin: 1px;
}
#wrapper #item li.long {
	width: 300px;
}
#footer {
	background-image: url(../img/home/index_18.gif);
	background-repeat: repeat-x;
	height: 34px;
	clear: both;
}
#address {
	height: 112px;
	margin-top: 20px;
	width: 604px;
	background-image: url(../img/home/productshow.gif);
	background-position: 214px 4px;
	background-repeat: no-repeat;
}
#address span.maininfo {
	background-image: url(../img/home/index_10.gif);
	background-repeat: no-repeat;
	background-position: right;
	float: left;
	width: 232px;
	height: 122px;
}
#picrun {
	display: inline;
	height: 92px;
	width: 342px;
	float: left;
	margin-top: 15px;
	margin-left: 5px;
	text-align: left;
	overflow: auto;
}
#address .maininfo p {
	font-size: 13px;
	line-height: 18px;
	color: #003366;
	text-align: left;
	padding-top: 15px;
	padding-left: 15px;
	letter-spacing: 1px;
}
.titlewd {
	font-size: 15px;
	font-weight: bold;
	color: #336666;
}
.menu iframe {
	width: 500px;
	height: 80px;
	border: none;
	padding: 0;
}
.homeShow {
	background-image: url(../img/home/show.jpg);
	width: 604px;
	height: 294px;
	position: relative;
}
#slogan {
	position: absolute;
	display:flex;
	flex-direction: column;
	top: 25px;
	right: 0;
	width:120px;
	height: 120px;
}
#slogan>span {
	background-color: #48AEC7;
	border-radius: 16px;
	border-bottom: 1px dotted rgba(255,255,255,.4);
	color: #f1f1f1;
	display:flex;
	align-items: center;
	justify-content: center;
	font-size: 130%;
	font-family: 'Times New Roman', Times, serif;
	font-weight: 600;
	letter-spacing: 3px;
	width: 80px;
	height: 36px;
	text-align: center;
	margin-bottom: 4px;
}
#slogan>span:first-child { margin-left: 20px;}
#slogan>span:last-child { margin-left: -20px;}

#homePic {
	position: relative;
	width:420px;
	height: 160px;
	z-index: 3;
}
#homePic span {
	position: absolute;
	top: 8px;
}
#homePic span.picA { left: 70px;}
#homePic span.picB { left: 100px;}
#homePic span.picC { left: 60px;}
#homePic span.picD { 
	top: 0;
	left: 110px;
}
#homePic span.picE {
	top: 25px;
	left: 60px;}
#homePic img {
	width: 96%;
	height: auto;
	border: none;
}
#pic1 {
	position: absolute;
	bottom: 50px;
	left: 25px;
}
#pic2 {
	position: absolute;
	bottom: 40px;
	left: 130px;
}
#pic3 {
	position: absolute;
	bottom: 25px;
	left: 230px;
}
#pic4 {
	position: absolute;
	bottom: 56px;
	right: 190px;
}
#pic5 {
	position: absolute;
	bottom: 0;
	right: 60px;
}
.picLight { opacity: .3;}