@charset "utf-8";
/* CSS Document */
body {
	margin:0 auto;
	text-align:center;
	background:url(../img/body1.jpg) no-repeat top center;
	font-family:Arial, Helvetica, sans-serif;
	overflow-x:hidden;
}
.total {
	width:1000px;
	margin:0 auto;
}
.top {
	float:left;
	width:1000px;
	height:110px;
	background:url(../img/top_logo.png) no-repeat;
}
.top1 {
	float:left;
	width:1000px;
	height:110px;
	background:url(../img/top_logo_index.png) no-repeat;
}
.top_title {
	float:right;
	width:760px;
	height:110px;
}
.tt_btn{
	float:right;
	width:170px;
	height:20px;
	margin-top:25px;
}
.index{
	float:left;
	width:60px;
	height:20px;
}
.dd_list{
	float:left;
	width:110px;
	height:20px;
}
.dd_list a{
	float:left;
	width:90px;
	height:20px;
	font-size:12px;
	text-decoration:none;
	color:#fff;
	line-height:20px;
	overflow:hidden;
	font-family:Arial;
}
.flash {
	float:left;
	width:1000px;
	height:430px;
}
.mid {
	float:left;
	width:1000px;
	height:140px;
}
.mid_left{
	float:left;
	width:270px;
	height:140px;
	margin-left:10px;
	display:inline;
}
.mid_left .mid_left_title{
	float:left;
	width:270px;
	height:22px;
	background:url(../img/mid_title_bg.png) 0 7px no-repeat;
	border-bottom:none;
}
.mid_left_title p{
	float:left;
	height:22px;
	line-height:24px;
	overflow:hidden;
	font-size:16px;
	font-weight:bold;
	color:#1451dc;
	text-indent:10px;
}
.more{
	float:right;
	height:22px;
	line-height:24px;
	overflow:hidden;
	font-size:12px;
	text-decoration:none;
	font-family:Arial;
	margin-right:10px;
	display:inline;
	color:#1451dc;
}
.mid_left li{
	float:left;
	width:260px;
	height:25px;
	margin-left:5px;
	display:inline;
	border-bottom:1px dashed #ddd;
}
.mid_left li .list_dot{
	float:left;
	width:3px;
	height:3px;
	background:#666;
	margin-top:11px;
	overflow:hidden;
}
.mid_left li .news_title{
	float:left;
	height:25px;
	line-height:27px;
	overflow:hidden;
	font-size:13px;
	color:#666;
	margin-left:5px;
	display:inline;
	text-decoration:none;
}
.mid_left li .list_date{
	float:right;
	height:25px;
	line-height:27px;
	overflow:hidden;
	color:#666;
	font-size:12px;
	font-family:Arial;
}
.mid_mid{
	float:left;
	width:500px;
	height:140px;
}
.mm_title{
	float:left;
	width:500px;
	height:22px;
	background:url(../img/mid_title_bg.png) 30px 7px no-repeat;
}
.mm_title p{
	float:left;
	height:22px;
	line-height:24px;
	overflow:hidden;
	font-size:16px;
	font-weight:bold;
	color:#1451dc;
	text-indent:40px;
}
.mid_right{
	float:left;
	width:215px;
	height:140px;
	background:url(../img/index_contact.png) 0 -5px no-repeat;
}
.under {
	float:left;
	width:1000px;
	height:60px;
	margin-top:10px;
	border-top:1px solid #e0eaf8;
	background:url(../img/under_logo.png) 0 5px no-repeat;
}
.under p {
	float:left;
	width:600px;
	line-height:20px;
	margin-top:30px;
	font-size:12px;
	color:#1959a2;
	margin-left:200px;
	display:inline;
	text-align:left;
}
.f_link{
	float:left;
	width:180px;
	height:20px;
	margin-top:20px;
}
img {
	border:none;
}
ul {
	margin:0;
	padding:0;
	list-style:none;
}
li {
	margin:0;
	padding:0;
}
p{
	margin:0;
}
/*JS_link_banner*/
ul#topnav {
	float:left;
	width:760px;
	height:28px;
	margin-top:5px;
}
ul#topnav li {
	float: left;
	position: relative;
}
ul#topnav li a {
	float: left;
	text-indent: -9999px;
	height: 30px;
	color:#fff;
	font-size:12px;
}
ul#topnav li:hover a, ul#topnav li a:hover {
}
ul#topnav a.home {
	width:100px;
	background:url(../img/title.png) no-repeat;
}
ul#topnav a.about {
	width:88px;
	background:url(../img/title.png) -100px 0 no-repeat;
}
ul#topnav a.products {
	width:94px;
	background:url(../img/title.png) -188px 0 no-repeat;
}
ul#topnav a.news {
	width:94px;
	background:url(../img/title.png) -282px 0 no-repeat;
}
ul#topnav a.support {
	width:95px;
	background:url(../img/title.png) -376px 0 no-repeat;
}
ul#topnav a.photo {
	width:94px;
	background:url(../img/title.png) -471px 0 no-repeat;
}
ul#topnav a.message {
	width:94px;
	background:url(../img/title.png) -565px 0 no-repeat;
}
ul#topnav a.contact {
	width:85px;
	background:url(../img/title.png) -659px 0 no-repeat;
}
ul#topnav li .sub {
	position: absolute;
	top: 30px;
	left: 0;
	float: left; /*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px; /*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none;
}
ul#topnav li .sub ul {
	list-style: none;
	float: left;
	width:380px;
	height:25px;
	background:url(../img/title_links.png) no-repeat;
}
ul#topnav .sub ul li {
	float:left;
	width:75px;
	height:25px;
	line-height:27px;
	overflow:hidden;
	color: #fff;
}
ul#topnav .sub ul li a {
	float: none;
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	display: block;
	text-decoration: none;
	color: #fff;
}

.zh{width:200px; height:62px; float:left; margin-bottom:-62px; overflow:hidden;}