/* 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;
}
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: #404040;
}
/*整体页面格式------*/
a:link, a:visited {
	color: #547CD1;
	text-decoration: underline;
}
a:hover {
	color: #999;
	text-decoration: none;
}
#v2tech-home {
	background:url(../images/v2tech_home_bkg.gif) repeat-x;
}
#v2tech-content {
	background:url(../images/v2tech_content_bkg.gif) repeat-x;
}
#v2tech-other {
	background:url(../images/v2tech_content_bkg.gif) repeat-x;
}
#container {
	width: 880px;
	margin:0px auto;
}
#header {
	height:100px;
	position:relative;
}
#logo {
	float:left;
}
#quickLinks {
	text-align:right;
	line-height:25px;
	height: 25px;
	background-color:#3e3e3e;
}
#quickLinks img{
	border:0px;
	vertical-align: middle;
}
#quickLinks a {
	padding:0px 8px;
}
#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:#ddd;
	text-decoration:underline;
}
/* nav 一级导航----------------------*/				
#nav {
	float:right;
}
#nav ul {
	list-style-type:none;
}
#nav li {
	display:inline;
	position:relative;
	line-height:20px;
	float:left;
}
#nav li a, #nav li a:visited {
	display: block;
	padding:0px 20px 10px 20px;
	line-height:65px;
	font-weight:bold;
	color:#000;
	white-space : nowrap;
	font-size:12px;
	text-decoration:none;
	background: url(../images/nav_bkg_normal.gif) no-repeat right;
}
#nav li a:hover {
	color:#0099da;
	text-decoration:underline;
}
#nav li.selected a, #nav li.selected a:visited {
	display: block;
	padding:0px 20px 10px 20px;
	line-height:65px;
	font-weight:bold;
	color:#0099da;
	white-space : nowrap;
	font-size:12px;
	text-decoration:none;
	background: url(../images/nav_bkg_selected.gif) no-repeat right;
}
#nav li.selected a:hover {
	color:#0099da;
	text-decoration:underline;
	background: url(../images/nav_bkg_selected.gif) no-repeat right;
}
#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;
}
#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(../images/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: #CCCCCC;
}
#bottom .hd .more a:hover {
	color:#fff;
}
#bottom .bd {
	border: 1px solid #ccc;
	padding:10px;
}
.bd li {
	line-height:20px;
}
#content {
}
#v2tech-home #slides {
	height:223px;
}
/* 页面插图------*/
#slides {
	height:100px;
}
#slides .pic {
	float:left;
}
#slides #flash {
	width: 588px;
	float:left;
}
#slides #demo {
	width:362px;
	float:left;
	background: url(../images/home_pic2.jpg) repeat-y;
	height: 250px;
}
.trybtn {
	margin: 200px 0px 0px 12px;
}
.trybtn a, .trybtn a:visited {
	background:url(../images/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(../images/try_btn.gif) no-repeat 0 0;
	color:#000;
}
.bookopen li {
	padding-left:22px;
	background:url(../images/news_icon.jpg) no-repeat 0 2px;
}
/*页面宣传语*/
.pageTitle {
	font-size:14px;
	color:#fff;
	text-align:right;
	padding-top:60px;
}
#v2tech-other #depthpath {
	margin-left: 0px;
	margin-top:15px;
}
#depthpath {
	margin-left: 220px;
	margin-top:15px;
}
#depthpath li {
	display:inline;
	color:#999999;
}
#depthpath a {
	background:url(../images/depthpath_icon.gif) no-repeat right;
	padding: 0px 12px 0px 0px;
}
/* subnav 二级三级导航-----------------*/		
#subnav {
	float:left;
	width: 200px;
}
#subnav .top {
	background:url(../images/subnav_top.gif) repeat-x;
	height:17px;
}
#subnav .bottom {
	background:url(../images/subnav_bottom.gif) no-repeat;
	height:113px;
}
#subnav a {
	text-decoration:none;
	background:url(../images/subnav_bkg.gif) no-repeat;
	display:block;
}
#subnav ul a:link, #subnav ul a:visited {
	background-position: 0px 0px;
	line-height:30px;
	color:#666;
	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:#666;
}
#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:#666;
	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;
}
#main {
	margin-left: 220px;
}
#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(../images/footer_bkg.gif) repeat-x;
	height:88px;
	padding-top:30px;
	margin-top: 20px;
}
#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:#666;
	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: #666666;
	margin: 5px 5px 5px 110px;
}
.medialink {
	color: #000000;
	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;
}
.award td {
	padding:4px;
}
.step {
	color:#547CD1;
	float:left;
	width:120px;
	text-align:right;
	padding:5px 20px 5px 0px;
}
.step2 {
	color:#547CD1;
	float:left;
	vertical-align:top;
}
.stepcontent {
	margin-left:140px;
	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: 21%;
	float:left;
	padding:0px 10px;
	display:block;
}
.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:#666;
	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: #999999;
	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;
}
.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 #0099da;
	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: 12px;
	font-weight:bold;
	color:#999;
	border-top:1px solid #e5e5e5;
	padding:0px 8px;
	border-bottom: 1px solid #e5e5e5;
}
.listbox-topic span a, .listbox-topic span a:visited {
	
	font-weight:normal;
	text-decoration:none;
	color:#999;
}
.listbox-topic span a:hover {
	color:#666;
}
.listbox-content2 {
	padding:10px;
}
.listbox-content2 h1 {
	font-size:12px;
	font-weight:bold;
	color:#999;
	margin-bottom:10px;
}
.listbox-content2 h1 a, .listbox-content2 h1 a:visited {
	color:#999;
	text-decoration:none;
}
.listbox-content2 h1 a:hover {
	color:#666;
}
.listbox-content2 p {
	color: #999;
	line-height:20px;
}
.newslist, .avlist, .solutionlist {
	margin:5px 0px;
}
.newslist a, .newslist a:visited {
	line-height:22px;
	padding-left:32px;
	background:url(../images/news_icon.jpg) no-repeat 6px 2px;
	color:#999;
	text-decoration: none;
	display:block;
	width: 250px;
	overflow:hidden;
	height:22px;
}
.avlist a, .avlist a:visited {
	line-height:22px;
	padding-left:32px;
	background:url(../images/know_icon.jpg) no-repeat 6px -3px;
	color:#999;
	text-decoration: none;
}
.solutionlist li {
	float:left;
}
.solutionlist a, .solutionlist a:visited {
	display:block;
	float:left;
	line-height:22px;
	width:90px;
	color:#999;
	padding:0px 10px;
	text-decoration:none;
	padding-left:32px;
	background:url(../images/news_icon.jpg) no-repeat 6px 2px;
}
.productlist a, .productlist a:visited {
	line-height:26px;
	padding-left:10px;
	color:#999;
	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:#999;
}
.contentlist a, .contentlist a:visited {
	color:#999;
	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;
}
