﻿/* reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
.clear {
	clear:both;
}
/*字体-------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	font:12px Verdana, Arial, Helvetica, sans-serif;
	line-height:1.4em;
	color:#555;
}
/*整体页面格式------*/
a:link, a:visited {
	color:#547CD1;
	text-decoration: none;
}
a:hover {
	color:#666666;
	text-decoration:none;
}
#v2tech-home {
	background:url(/static/img/home_bkg_02.jpg) repeat-x  center top #fff;
	background-color:#fcfcfc;
}
#v2tech-content {
	background:url(/static/img/v2tech_content_bkg.gif) repeat-x;
}
#v2tech-other {
	background:url(/static/img/other_bkg.jpg) repeat-x center top #fff;
}
#v2tech-gift {
	background:url(/static/img/gift_bkg.jpg) repeat-x center top #fff;
}
#container {
	width: 900px;
	margin:0px auto;
}
#header {
	height:95px;
	position:relative;
}
#logo {
	float:left;
}
#quickLinks {
	text-align:right;
	line-height:25px;
	height: 25px;
}
#quickLinks a {
	padding:0px 8px;
	margin:0px;
}
#quickLinks #jumpMenu {
	width: 100px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
#quickLinks a, #quickLinks a:visited {
	color:#88b0ff;
	text-decoration:none;
}
#quickLinks a:hover {
	color:#fff;
}
/* nav 一级导航----------------------*/				
#nav {
	float:right;
}
#nav ul {
	list-style-type:none;
}
#nav li {
	display:inline;
	position:relative;
	float:left;
}
#nav li a, #nav li a:visited {
	display: block;
	padding:0px 15px 0px 15px;
	line-height:70px;
	font-weight:bold;
	color:#fff;
	white-space : nowrap;
	font-size:14px;
	text-decoration:none;
}
#nav li a:hover {
	color:#86c2ff;
}
#nav li.selected {
	background:url(/static/img/nav_selected_left.gif) no-repeat left 23px;
}
#nav li.selected a, #nav li.selected a:visited, #nav li.selected a:hover {
	color:#86c2ff;
	background: url(/static/img/nav_selected_right.gif) no-repeat right 23px;
}
#nav li.selected dd a, #nav li.selected dd a:visited {
	font-weight:normal;
	line-height:24px;
	display:block;
	padding:0px;
	background-image:none;
	font-size:12px;
	font-weight:normal;
	display:block;
	padding:0px 14px;
	line-height:26px;
	color:#000;
}
#nav li.selected dd a:hover {
	background-image:none;
	background-color:#eee;
	text-decoration:none;
	color:#0099da;
}
.menu {
	position:absolute;
	right:1px;
	top:50px;
	border:1px solid #ddd;
	background-color:#f9f9f9;
	visibility:hidden;
	z-index:100;
}
#nav dd a {
	font-weight:normal;
	line-height:24px;
	display:block;
	padding:0px;
	background-image:none;
	font-size:12px;
	font-weight:normal;
	display:block;
	padding:0px 14px;
	line-height:26px;
}
#nav dd a:hover {
	background-color:#eee;
	text-decoration:none;
	color:#0099da;
}
#nav dd a:visited {
	font-weight:normal;
	line-height:24px;
	display:block;
	padding:0px;
	background-image:none;
	font-size:12px;
	font-weight:normal;
	display:block;
	padding:0px 14px;
	line-height:26px;
}
/* home 首页内容的格式--------*/
	

#home-show {
	width:568px;
}
#home-news {
	float:right;
	width:362px;
}
#home-media {
	width:274px;
	float:left;
	margin-right:20px;
}
#home-report {
	width:274px;
	float:left;
	margin-right:20px;
}
#home-products {
	float: left;
	width: 332px;
	background:url(/static/img/home_news_bkg.jpg) no-repeat;
	padding:10px 15px;
}
#home-products h4 {
	font-weight: bold;
	color: #000;
	border-top:1px dashed #9ac2db;
	padding-top:4px;
	margin:4px 0px;
}
#home-products .hd {
	height:24px;
}
#home-products .hd .title {
	font-size:14px;
	font-weight:bold;
	float:left;
	line-height:24px;
}
#home-products .hd .more {
	float:right;
	line-height:24px;
}
#home-products .bd {
	line-height:18px;
}
#home-products .bd .pic {
	float:left;
}
#home-products .bd .pic img {
	margin-right:6px;
	padding:4px;
	border:1px solid #9ac2db;
	background-color:#fff;
}
#bottom {
	margin:10px 0px 20px 0px;
}
#bottom .hd {
	background-color:#3e3e3e;
	height:28px;
}
#bottom .hd .title {
	font-size:14px;
	float:left;
	line-height:28px;
	padding:0px 10px;
	color: #87afff;
	font-weight:bold;
}
#bottom .hd .more {
	font-size:12px;
	float:right;
	line-height:28px;
	padding:0px 10px;
}
#bottom .hd .more a, #bottom .hd .more a:visited {
	color:#555;
}
#bottom .hd .more a:hover {
	color:#fff;
}
#bottom .bd {
	border: 1px solid #555;
	padding:10px;
}
.bd li {
	line-height:20px;
}
#content {
	margin:20px 0px;
}
#v2tech-home #slides {
	height:223px;
}
/* 页面插图------*/
#slides {
	height:125px;
	position:relative;
}
#slides .pic {
	float:left;
}
#slides #flash {
	width: 588px;
	float:left;
}
#slides #demo {
	width:362px;
	float:left;
	background: url(/static/img/home_pic2.jpg) repeat-y;
	height: 250px;
}
.trybtn {
	margin: 200px 0px 0px 12px;
}
.trybtn a, .trybtn a:visited {
	background:url(/static/img/try_btn.gif) no-repeat 0 -35px;
	display:block;
	width:336px;
	line-height:35px;
	text-align: center;
	font-size:14px;
	font-weight: bold;
	text-decoration:none;
	color:#3d5d25;
}
.trybtn a:hover {
	background:url(/static/img/try_btn.gif) no-repeat 0 0;
	color:#000;
}
.bookopen li {
	padding-left:22px;
	background:url(/static/img/book_open.gif) no-repeat 0 2px;
}
/*页面宣传语*/
.pageTitle {
	font-size:14px;
	color:#fff;
	text-align:right;
 padding-top:;
}
.btn-signup a, .btn-signup a:visited {
	background:url(/static/img/btn_signup_01.gif) no-repeat;
	width:216px;
	height:50px;
	margin:37px 10px;
	display:block;
	float:right;
	line-height:50px;
	text-align:center;
}
.btn-signup a:hover {
	background:url(/static/img/btn_signup_02.gif) no-repeat;
}
#v2tech-other #depthpath {
	margin-left: 0px;
	margin-top:15px;
}
#depthpath {
	margin-left: 220px;
	margin-top:15px;
}
#depthpath li {
	display:inline;
	color:#555;
}
#depthpath a {
	background:url(/static/img/depthpath_icon.gif) no-repeat right;
	padding: 0px 12px 0px 0px;
}
/* subnav 二级三级导航-----------------*/		
#subnav {
	float:left;
	width: 200px;
}
#subnav .top {
	background:url(/static/img/subnav_top.gif) repeat-x;
	height:30px;
}
#subnav .bottom {
	background:url(/static/img/subnav_bottom.gif) no-repeat;
	height:113px;
}
#subnav a {
	text-decoration:none;
	background:url(/static/img/subnav_bkg.gif) no-repeat;
	display:block;
}
#subnav ul a:link, #subnav ul a:visited {
	background-position: 0px 0px;
	line-height:30px;
	color:#555;
	font-weight:bold;
	padding-left:20px;
	width: 180px;
}
#subnav ul a:hover {
	background-position: 0px -30px;
	color:#0099da;
}
#subnav ul .selected a, #subnav ul .selected a:visited, #subnav ul .selected a:hover {
	background-position: 0px -60px;
	color:#0099da;
}
/*展开的二级菜单*/
#subnav ul a.open, #subnav ul a.open:visited, #subnav ul a.open:hover {
	background-position: 0px -30px;
	color:#555;
}
#subnav ul a.selected, #subnav ul a.selected:visited, #subnav ul a.selected:hover {
	background-position: 0px -60px;
	color:#0099da;
}
/*三级菜单*/
#subnav ol a:link, #subnav ol a:visited {
	background-position: 0px -90px;
	line-height:26px;
	color:#555;
	padding-left:35px;
	width: 165px;
	font-weight:normal;
}
#subnav ol a:hover {
	background-position: 0px -150px;
	color:#0099da;
}
#subnav ol .selected a, #subnav ol .selected a:visited, #subnav ol .selected a:hover {
	background-position: 0px -120px;
	color:#0099da;
}
/* main 主要美容部分--------------*/
#v2tech-other #main {
	margin:0px 5px;
	width:870px;
}
#main {
	width: 660px;
	float:right;
}
#main h1, #main h2, #main h3, #main h4, #main h6 {
	font-weight:bold;
	margin:0.8em 0;
}
#main h1 {
	font-size:22px;
	color: #547cd1;
}
#main h2 {
	font-size:16px;
}
#main h3 {
	font-size:14px;
}
#main h4 {
	font-size:12px;
}
#main h6 {
	font-size: 12px;
	color: #547cd1;
	border-bottom: 1px solid #CCCCCC;
}
.main-ol {
	list-style:outside decimal;
	margin:1em 0 1em 30px;
}
.main-ul {
	list-style:outside disc;
	margin:1em 0 1em 30px;
}
.main li {
	padding:0.3em 0;
}
#main p {
	margin:1.2em 0px;
	line-height: 20px;
}
#main .link {
	margin:20px 0px 10px 0px;
	padding:10px;
	background-color:#f6f6f6;
}
/*页脚-------------------------------*/
#footer {
	text-align:center;
	background:  url(/static/img/footer_bkg.gif) repeat-x;
	height:88px;
	padding-top:30px;
	margin-top: 40px;
}
#footer li {
	display:inline;
	padding:0px 3px;
}
/*具体内容相关格式--------------------*/
/*办事处联系方式*/
.add {
	border-top: 1px solid #CCCCCC;
	clear:both;
}
.add h2 {
	float:left;
	width: 120px;
	text-align:right;
}
.add h2 span {
	display:block;
	font-size:12px;
	font-weight:normal;
}
.add ul {
	display:block;
	margin:10px 10px 10px 20px;
	float:left;
}
.add ul li {
	list-style:none;
}
/*注释文字块*/
.block {
	margin:10px 50px;
	border:1px #ddd solid;
	background:#FFFFf6;
	padding:5px 15px;
}
/*表单内容*/
.formunit {
	padding:0px 0px 10px 0px;
	border-top: 1px solid #89C1EB;
}
.formunit h2 {
	margin:0px;
}
.formunit .input {
	width: 260px;
}
.form-tb td {
	padding:5px;
	vertical-align: top;
}
.form-title {
	text-align:right;
	width: 220px;
}
.btn-panel input {
	padding:0px 10px;
}
/*多级列表项*/
.level1 li {
	padding-bottom:6px;
}
.level2 {
	margin:2px 30px;
}
/*表格样式*/
.table01 {
	border:2px solid #ddd;
	margin:10px;
}
.table01 td {
	padding:5px;
	border:1px solid #ddd;
}
.table01 ol {
	list-style:outside decimal;
	margin:0 0 0 26px;
}
.table01 .title {
	background:#f9f9f9;
	color:#000;
}
.table02 td {
	width: 230px;
	padding:3px;
}
.table02 .title {
	font-size:14px;
	font-weight:bold;
}
/*产品基本描述*/
.themes {
	background: #f0f0f0;
	height: 131px;
}
.themes p {
	font-size:14px;
	padding:10px 20px;
}
.themes img {
	float:left;
}
/*第三级导航*/
#thirdnav {
	background:#555;
	height: 26px;
	padding:0px 10px;
}
#thirdnav li {
	float:left;
}
#thirdnav a, #thirdnav a:visited {
	display:block;
	padding:0px 18px;
	line-height:26px;
	color: #fff;
	text-decoration: none;
}
#thirdnav a:hover {
	background: #888;
}
#thirdnav .selected a, #thirdnav .selected a:visited, #thirdnav .selected a:hover {
	background:#fff;
	border-top: 2px solid #696969;
	line-height:24px;
	color: #000;
	text-decoration: none;
	font-weight:bold;
}
/* news ----------------------*/	
.newsdate {
	float:left;
	width:100px;
	line-height:20px;
}
.newstitle {
	font-size:14px;
	line-height:20px;
	margin-left: 110px;
	font-weight:bold;
}
.newscontent {
	color: #555;
	margin: 5px 5px 5px 110px;
}
.medialink {
	color: #555;
	margin: 5px 5px 10px 110px;
}
#page {
	text-align:right;
	margin:10px;
}
/* contact ----------------------*/	
#contact {
	width:600px;
	margin-top:15px;
}
#contact img {
	margin: 0px 0px 10px 20px;
}
#jobs {
	padding:10px;
	background-color: #f6f6f6;
	border: 1px solid #ddd;
}
#jobs ul {
	clear:both;
}
#jobs li {
	float:left;
	line-height:24px;
	padding:0px 10px;
}
.col4 {
	width:100%;
}
#jobs .col4 li {
	width: 157px;
}
.list01 li {
	list-style: outside disc;
	margin-left: 20px;
	font-weight:bold;
}
.list01 ol li {
	list-style: circle;
	margin-left: 30px;
	font-weight:normal;
}
.list03 li {
	font-size:12px;
	list-style:  disc;
	margin: 10px 15px 10px 30px;
	font-weight:normal;
}
.list03 a:link {
	text-decoration:none;
}
.list03 a:visited {
	text-decoration:none;
}
.list04 li {
	font-size:12px;
	list-style: none;
	margin: 10px 15px 10px 0px;
	font-weight:normal;
}
.list04 a:link {
	text-decoration:none;
}
.list04 a:visited {
	text-decoration:none;
}
.award td {
	padding:4px;
}
.step {
	color:#547cd1;
	float:left;
	width:80px;
	text-align:right;
	padding:5px 20px 5px 0px;
}
.step2 {
	color:#547cd1;
	float:left;
	vertical-align:top;
}
.stepcontent {
	margin-left:95px;
	padding:5px 0px 15px 0px;
}
.six {
	width:620px;
}
.jiang {
	float:left;
	width:33%;
	height:110px;
	padding-right: 0px;
}
.jiang2 {
	float:left;
	width:33%;
	height:90px;
	padding-right: 0px;
}
.jbt {
	float: left;
	margin-top:40px;
}
.fr {
	float: left;
}
.jbt2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
	color: #3366CC;
	border-bottom: 1px solid #CCCCCC;
	padding: 10px 0px 2px 0px;
}
.jiang img {
	margin: 0px 10px;
	text-align:left
}
.jiang2 img {
	margin: 0px 10px;
	text-align:left
}
.solution {
	border-top: 1px solid #ddd;
	padding:5px;
}
.solution .logo {
	float:left;
	width: 200px;
	text-align:right;
}
.solution .title {
	font-size: 14px;
	margin-left:220px;
	font-weight:bold;
}
.solution .introduction {
	margin-left:220px;
	clear:right;
}
.rightbox {
	float:right;
}
.app-list li {
	width: 17%;
	float:left;
	padding:0px 10px;
}
.hang .title td {
	background: #f3f3f3;
	border-top:1px #ddd solid;
	border-top:1px #ddd solid;
	font-weight:bold;
	color:#000;
}
.hang td {
	border-bottom:1px #ddd solid;
	padding:4px 4px;
}
.list02 {
	list-style: square;
	padding-left:30px;
}
.list02 li {
	line-height:20px;
}
.suojin {
	padding-left:20px;
}
#manav {
	background:#555;
	height:35px;
	padding-left:10px;
	margin-top:15px;
}
#manav li {
	float:left;
	width:140px;
}
#manav a, #manav a:visited {
	display:block;
	padding:0px 18px;
	color: #fff;
	text-decoration: none;
	padding-top:5px;
}
#manav a:hover {
	background: #888;
	padding-top:5px;
}
#manav .selected a, #manav .selected a:visited, #manav .selected a:hover {
	background:#fff;
	height:35px;
	border-top: 2px solid #696969;
	color: #000;
	text-decoration: none;
	padding-top:5px;
}
.case {
	border-top: 1px dashed #ddd;
	padding:10px 0px;
	height:60px;
}
.case .logo {
	float:left;
	margin-right:10px;
}
.case h5 {
	margin:0px;
	padding:0px;
	font-size:14px;
	font-weight:bold;
}
.case span {
	margin:5px 0px;
	padding:5px 0px;
}
.maps {
	background-color: #f6f6f6;
	border-top: 1px solid #ddd;
	padding:10px 0px
}
.map {
	float:left;
	width: 135px;
	margin:5px;
}
.map h3 {
	border-bottom:2px solid #547cd1;
}
.map ul li {
	list-style: disc;
	margin-left: 20px;
	color: #555;
	line-height:25px;
}
.map ol li {
	margin-left: 15px;
}
#worklist h3 {
	color:#547cd1;
}
#pro img {
	margin:2px 15px 0px 0px;
}
#pro a {
	text-decoration:none;
}
#pro2 a {
	text-decoration:none;
}
.chanpin {
	margin-bottom:30px;
}
.chanpin2 {
	margin-bottom:20px;
}
#pro {
	margin:40px 0px;
}
#main dt {
	font-size: 12px;
	color: #547cd1;
}
#main dd {
	margin-bottom: 10px;
}
.listbox {
	border-top: solid 5px #547cd1;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	margin-top:15px;
}
.listbox-topic {
	line-height:35px;
	font-size: 14px;
	font-weight:bold;
	color:#547cd1;
	border-top:1px solid #e5e5e5;
	padding:0px 8px;
	border-bottom: 1px solid #e5e5e5;
}
.listbox-topic span a, .listbox-topic span a:visited {
	font-size: 12px;
	margin-left: 165px;
	font-weight:normal;
	text-decoration:none;
	color:#555;
}
.listbox-topic span a:hover {
	color:#555;
}
.listbox-content2 {
	padding:10px;
}
.listbox-content2 h1 {
	font-size:12px;
	font-weight:bold;
	color:#555;
	margin-bottom:10px;
}
.listbox-content2 h1 a, .listbox-content2 h1 a:visited {
	color:#555;
	text-decoration:none;
}
.listbox-content2 h1 a:hover {
	color:#555;
}
.listbox-content2 p {
	color:#555;
	line-height:20px;
}
.newslist, .avlist, .solutionlist {
	margin:5px 0px;
}
.newslist a, .newslist a:visited {
	line-height:30px;
	padding-left:32px;
	background:url(/static/img/news_icon.jpg) no-repeat 6px 2px;
	color:#555;
	text-decoration: none;
	display:block;
	width: 240px;
	overflow:hidden;
	height:22px;
}
.avlist a, .avlist a:visited {
	line-height:22px;
	padding-left:32px;
	background:url(/static/img/know_icon.jpg) no-repeat 6px -3px;
	color:#555;
	text-decoration: none;
}
.solutionlist li {
	float:left;
}
.solutionlist a, .solutionlist a:visited {
	display:block;
	float:left;
	line-height:22px;
	width:90px;
	color:#555;
	padding:0px 10px;
	text-decoration:none;
	padding-left:32px;
	background:url(/static/img/news_icon.jpg) no-repeat 6px 2px;
}
.productlist a, .productlist a:visited {
	line-height:26px;
	padding-left:10px;
	color:#555;
	text-decoration: none;
	display:block;
	border-bottom: 1px solid #e5e5e5;
	width:273px;
}
.productlist a:hover {
	background-color: #f8f8f8;
}
.contentlist {
	margin:5px 0px;
}
.contentlist li {
	line-height:22px;
	padding-left:32px;
	color:#555;
}
.contentlist a, .contentlist a:visited {
	color:#555;
	text-decoration:none;
}
.newslist a:hover, .avlist a:hover, .solutionlist a:hover, .productlist a:hover, .contentlist a:hover {
	color:#666;
}
.awards {
	background:#f5f5f5;
	border:1px solid #e5e5e5;
	margin:15px 0px;
	text-align:center;
}
.mo {
	padding:0px 8px;
	border-top:1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	line-height:35px;
	font-size: 12px;
	font-weight:bold;
	color:#555;
}
.mo a, .mo a:visited {
	text-decoration:none;
	color:#555;
}
h5 {
	font-weight:bolder;
	margin-left:8px;
}
.yingjian {
	height:123px;
	padding:10px 0px;
	border-top:1px solid #CCCCCC;
}
.yingjian img {
	margin:2px 20px 2px 0px;
	padding:0px;
}
#main .yingjian ul {
	margin-left:50px;
	list-style:inside disc;
}
.left1 {
	float:left;
	Width:225px;
}
.right3 {
	float:right;
	width: 625px;
}
.left2 {
	float:left;
	Width:435px;
}
.right2 {
	float:right;
	width: 435px;
}
.left3 {
	float:left;
	Width:635px;
}
.right1 {
	float:right;
	width: 245px;
	clear:right;
}
.text {
	margin: 10px 0;
	position: relative;
	overflow: hidden;
}
.text label {
	float: left;
	width: 25%;
	text-align:right;
	padding-right:10px;
	color:#000;
}
.text input {
	display: block;
	position: relative;
	padding: 0.3em 0.3em;
	width: 58.5%;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000;
}
.error {
	border: 1px #FFB3B3 dashed;
	background:  #FFF6F6;
	padding: 0.5em;
}
.error .message {
	color: #900;
	margin-left: 26%;
	padding:2px 20px;
	background: url(/static/img/icon/exclamation.png) 3px 0 no-repeat;
	line-height:24px;
}
.message {
	color: #666;
	margin-left: 26%;
	padding:2px 20px;
	background:url(/static/img/icon/lightbulb.png) 3px 0 no-repeat;
	line-height:24px;
}
.text select {
	display: block;
	position: relative;
	padding: 0.3em 2px 0.3em 1px;
	width: 60%;
	cursor: pointer;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
#content h1 {
	font-size:24px;
	color:#000;
	margin:10px 0px;
}
#content h2 {
	font-size:20px;
	color:#000;
	margin:15px 0px;
}
#content h3 {
	font-size:16px;
	color:#000;
	margin:15px 0px;
	font-weight:bold;
}
#content p {
	padding:10px 0px;
	line-height:20px;
}
.pricing {
	margin:10px 0px;
	width:100%;
	border-collapse:collapse;
}
.pricing th {
	background:url(/static/img/pricing_th.gif) #b0dbff;
	padding:6px 10px;
	color:#000;
	font-weight:bold;
	border-top:1px #eee solid;
	border-bottom:1px #eee solid;
}
.pricing td {
	background:#fff;
	padding:6px 10px;
	color:#000;
	border-top:1px #eee solid;
	border-bottom:1px #eee solid;
}
.pricing td span {
	font-size:14px;
	font-weight:bold;
	color:#42a9ff;
}
.setup {
	border:3px solid #E6F4FF;
	padding:20px 20px;
	background: #FBFEFF;
}
.type-button {
	padding:10px 27%;
}
.type-button input#submit {
	border: 3px #b4ddff solid;
	color: #fff;
	font-weight:bold;
	background: #52b0ff url(/static/img/btn_submit.gif) top left repeat-x;
	padding: .4em 2em;
}
.type-button input#submit:hover {
	border: 3px #94ceff solid;
	color: #fff;
	font-weight:bold;
	background: #52b0ff url(/static/img/btn_submit_2.gif) top left repeat-x;
	padding: .4em 2em;
}
.disable {
	border: none;
	background:#FBFEFF;
	color:#000;
}
.list05 {
	padding:0px 30px;
	list-style:outside;
	list-style-image:url(/static/img/icon/accept.png);
}
.list05 li {
	margin:10px 0px;
}
.id-info {
	margin:20px 0px;
}
.id-info th {
	font-size:12px;
	text-align:right;
	padding:5px 6px;
}
.id-info td {
	font-size:16px;
	font-weight:bold;
}
.b01 {
	float:left;
	width:290px;
	margin:0px 0px;
}
.b02 {
	float:right;
	width:290px;
}
.b03 {
	float:right;
	width:200px;
	margin:0px 0px;
}
.box {
	padding:10px;
	position:relative;
}
.box img {
	margin-right:10px;
}
.box h3 {
	font-size:18px;
	font-weight:bold;
	color:#444;
	margin:8px 0px;
}
.box p {
	line-height:20px;
	margin:7x 0px;
	clear:both;
}
.middle {
}
.center {
	margin:0px auto;
	width:900px;
}
.quick {
	background:url(/static/img/quick_bkg.png) no-repeat;
	width:232px;
	height:43px;
	margin:10px 5px 10px 5px;
	padding:0px;
	position:relative;
}
.quick .logininput {
	border:1px solid #b7c0cd;
	height:21px;
	width:106px;
	background:url(/static/img/login_text.png) repeat-x;
	font-weight:bold;
	padding:0px 5px;
	position: absolute;
	left:10px;
	top:10px;
}
.quick .quickbtn {
	background:url(/static/img/quick_btn.png);
	width:89px;
	height:28px;
	font-weight:bold;
	border:none;
	position:absolute;
	top:8px;
	right:10px;
	color:#000;
}
.quick .quickbtn:hover {
	color:#2d76b8;
}
.quick .quickbtn:active {
	background:url(/static/img/quick_btn.png) 0px 28px;
	color:#2584d9;
}
.loginbox {
	background:url(/static/img/loginbox_bkg.png);
	width:232px;
	height:204px;
	margin:5px;
}
.loginbox h1 {
	font-weight:bold;
	font-size:14px;
	color:#fff;
	line-height:35px;
	padding:0px 10px 2px 10px;
}
.loginbox .tip {
	margin:4px 15px 2px 93px;
}
.login-text {
	position:relative;
	height:28px;
}
.loginbox label {
	width:80px;
	display:block;
	position:absolute;
	left:15px;
	top:10px;
	color:#000;
}
.loginbox .logininput {
	border:1px solid #b7c0cd;
	height:21px;
	width:115px;
	background:url(/static/img/login_text.png) repeat-x;
	padding:0px 5px;
	font-weight:bold;
	position:absolute;
	right: 15px;
	top:8px;
}
.register .logininput {
	border:1px solid #b7c0cd;
	padding: 4px;
	width:150px;
	background:url(/static/img/login_text.png) repeat-x;
	font-weight:bold;
	margin:2px 2px;
}
.login-buttom {
	position:relative;
	padding:5px 0px;
	text-align:center;
}
.login-buttom input {
	background:url(/static/img/login_btn.png) 0px 0px;
	width:89px;
	height:29px;
	border:none;
	color:#000;
	font-weight:bold;
	margin:0px 2px;
}
.login-buttom input:hover {
	background:url(/static/img/login_btn.png) 0px 0px;
	color:#2d76b8;
}
.login-buttom input:active {
	background:url(/static/img/login_btn.png) 0px 29px;
	color:#2584d9;
}
.space2 {
	background:url(/static/img/space_2.gif) repeat-x;
	height:8px;
	margin:0px 10px;
	clear:both;
}
.phone {
	margin:20px 0px 10px 0px;
	background:url(/static/img/phone.gif) center no-repeat;
	position:relative;
	height:184px;
}
.phone div{
	position:absolute;
}
.phone img{
	margin-right:2px;
}
.phone a, .phone a:visited{
	color:#000;
}
.phone a:hover{
	color:#547CD1;
}
h6 {
	font-size:16px;
	color:#069;
	font-weight:bold;
	border-bottom:1px solid #ccc;
	margin:10px 0px;
}
h4 {
	font-size:14px;
	margin:10px 0px;
	font-weight:bold;
}
.loginbox2 {
	background: #f6f6f6;
	border: 1px solid #eee;
	float: left;
	padding: 10px 20px;
}
.guest_into{
	margin-left:22px;
}
.guest_into li{
	line-height:22px;
}

