﻿@charset "utf-8";
/* CSS Document */

#banner {
	height:304px;
	padding:7px 10px 6px;
	_padding:7px 10px;
	position:relative;
}
.pika_main{
	display:block;
	position:relative;
}
.pika_main_img{
	position:absolute;
	top:0;
	left:0;
}
.pika_back_img{
	position:absolute;
	top:0px;
}
.mask {
	height:70px;
	width:940px;
	position:absolute;
	bottom:6px;
	background:#000;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity: 0.7;
}
.galleryList {
	position:absolute;
	bottom:6px;
	overflow:hidden;
	height:70px;
	width:940px;
	z-index:10;
}
.galleryList li {
	float:left;
	display:inline;
	width:290px;
	margin:10px;
	overflow:hidden;
	position:relative;
	height:70px;
}
.galleryList li img {
	margin:4px 0 0;
	cursor:pointer;
}
.galleryList li a.textLink {
	display:block;
	width:150px;
	line-height:24px;
	color:#aaa;
	position:absolute;
	left:85px;
	top:0px;
}
#content {
	overflow:hidden;
	margin:21px 0 0;
	clear:both;
}
#main {
	float:left;
}
#main .tabList {
	overflow:hidden;
	height:34px;
	width:712px;
}
#main .tabList li {
	float:left;
	margin:0 0 0 4px;
}
#main .tabList li.first {
	margin:0;
}
#main .tabList li a {
	display:block;
	height:30px;
	/*width:173px;  4个宽度*/
	width:230px;
	line-height:32px;
	vertical-align:middle;
	text-align:center;
	text-decoration:none;
	cursor:pointer;
}
#main .tabList li a.selected {
	height:34px;
}
#main .content {
	width:712px;
	height:286px;
	margin:0 0 0 -5px;
	padding:0 5px;
	position:absolute;
	z-index:10;
	overflow:hidden;
}
#webcare .main{
	float:left;
	width:310px;
	padding:40px 0 0 30px;
}
#webcare .main p {
	margin:20px 0 35px;
	line-height:20px;
}
#webcare .sub{
	float:right;
	width:300px;
	margin:25px 25px 0 0;
}
#maintain .main{
	width:370px;
	margin:40px 25px 0 0;
	float:right;
}
#maintain .sub{
	margin:20px 0 0 15px;
	float:left;
}
#maintain p {
	line-height:24px;
	margin:0 0 20px 0;
}
#webApp p{
	line-height:24px;
	margin:0 0 20px 0;
}
#news {
	float:right;
	width:226px;
	height:314px;
}
#news h3 {
	height:31px;
	line-height:31px;
	vertical-align:middle;
	text-align:center;
}
#news .content {
	height:260px;
	padding:10px 11px;
}
#news .content .pic {
	display:block;
	margin:0 0 5px 0;
}
#news .content .txt {
	line-height:20px;
}
#news .content .newsList {
	margin:10px 0 0;
	line-height:24px;
}
#access {
	margin:20px 0 0;
	clear:both;
}
#access .awards, #access .clients {
	margin:0 16px 0 0;
}
#access .liveChat {
	display:inline;
}
#main .tabList {
	font-size:1.15em;
	font-weight:bold;
	background:url(../images/line_1px.jpg) bottom repeat-x;
}
#main .tabList li a {
	background:#DBDBDB;
	color:#666;
	border:1px solid #DBDBDB;
}
#main .tabList li a.selected, #main .tabList li a:hover {
	background:#fff;
	border-bottom:none;
	color:#333;
}
#main .content {
	background:url(../images/index_main_bg.png) no-repeat;
}
#news {
}
#news h3 {
	background:url(../images/index_news_header_bg.jpg) repeat-x;
	font-size:1.15em;
	color:#333;
	border:1px solid #ccc;
	border-bottom:none;
}
#news .content {
	background:url(../images/index_news_content_bg.jpg) repeat-x;
	border:1px solid #ccc;
}
#news .content .pic {
	border:1px solid #999;
}
#news .content a{
	color:#666;
	text-decoration:none;
}