﻿
/*
-------------------------------------------
layout
-------------------------------------------*/
body {
	background-color: #585858;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	text-align: center;
	color: #FFFFFF;
       
}
p {
	margin: 0px;
}

.content {
	color:#333333;
	width: 960px;
}
.navbar,.content,.footer{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
}
.leftcol {
	width: 180px;
	float: left;
	text-align: center;
}
.middlecol {
	width: 540px;
	float: left;
}
.rightcol {
	width: 240px;
	float: left;
	text-align: center;
}
/*
-------------------------------------------
navbar
-------------------------------------------*/
#menu { 
	height: 90px; 
	background: url(../images_/bg_nav.gif) repeat-x; 
	margin: 0px; 
	padding: 0; 
	position: relative;
}
#menu span {
	display: none;
}
#menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#menu li {
	margin: 0px; 
	padding: 0px; 
	list-style: none; 
	position: absolute;
}
#menu li, #menu a {
	height: 90px; 
	display: block;
}
.cvlogo {
	left: 0;
	width: 287px;
	background-image: url(../images_/nav_cvlogo.gif);
	height: 90px;
	background-position: 29px;
	background-repeat: no-repeat;
}
.logo_information {
	left: 0;
	width: 260px;
	background-image: url(../images_/logo_information.gif);
	height: 42px;
	background-position: 29px 28px;
	background-repeat: no-repeat;
}
.logo_digital {
	left: 0;
	width: 260px;
	background-image: url(../images_/logo_digital.gif);
	height: 42px;
	background-position: 29px 28px;
	background-repeat: no-repeat;
}
.logo_service {

	left: 0;
	width: 260px;
	background-image: url(../images_/logo_service.gif);
	height: 42px;
	background-position: 29px 28px;
	background-repeat: no-repeat;
}
.logo_event {

	left: 0;
	width: 260px;
	background-image: url(../images_/logo_event.gif);
	height: 42px;
	background-position: 29px 28px;
	background-repeat: no-repeat;
}
.english {
	left: 157px;
	width: 122px;
	vertical-align: bottom;
	top: 3px;
	clip: rect(auto,auto,40px,auto);
}
.information {
	left: 287px;
	width: 113px;
	background-image: url(../images_/nav_information.gif);
}
.digital {
	left: 398px;
	width: 113px;
	background-image: url(../images_/nav_digital.gif);
}
.service {
	left: 511px;
	width: 113px;
	background-image: url(../images_/nav_service.gif);
}
.event {
	left: 623px;
	width: 113px;
	background-image: url(../images_/nav_event.gif);
}
.search {
	left: 735px;
	width: 113px;
	background-image: url(../images_/nav_search.gif);
}
.visualbbs {
	left: 847px;
	width: 113px;
	background-image: url(../images_/nav_visualbbs.gif);
	background-repeat: no-repeat;
}
.display {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a.dlsply:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.nav_box{
	background-repeat: repeat-x;
	text-align: center;
	background-position: top;
	padding-top: 3px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
.nav01{
	background-image: url(../images_/bg_nav01.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	float: left;
	line-height:normal;
	margin-top:3px;
	width: 100%;
}
.nav01 img {
	float: left;
	margin: 4px 0 0 12px;
}

.nav01 ul {
	margin:0;
	list-style:none;
	padding: 0px 10px 0 30px;
}
.nav01 li {
	float: left;
	background-image: url(../images_/home_nav_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin:0;
	padding: 0 0 0 0px; 
}
.nav01 li a {
	float:left;
	display:block;
	margin:0;
	text-decoration:none;
	background-image: url(../images_/home_nav_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	color: #333333;
	padding: 4px 15px 3px 13px;
}
.nav01 li a {
	float:none;
}
.nav01 li a:hover {
	text-decoration: none;
	background-position: left -25px;
	color: #000000;
}

.nav01 .current {
	background-position: 0 -25px;
}
.nav01 .current a {
	background-position: 100% -25px;
}
.nav02,.nav03{
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(../images_/bg_nav_box.gif);
	background-repeat: repeat-x;
	padding-top: 8px;
	padding-bottom: 5px;
	margin: 0px;
}
.nav02 a {
	padding-right: 4px;
	color:#FFFFFF;
	margin-bottom: 3px;
	margin-top: 3px;
}
.nav03 a {
	padding-right: 10px;
	color:#FFFFFF;
	margin-bottom: 3px;
	margin-top: 3px;
}
.nav02 a:hover,.nav03 a:hover{
	color:#FFFFFF;
	}

.nav02 img {
	vertical-align: 5%;
	margin-bottom:-2px;
}
.current_where {
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 3px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #DD1515;
}


/*
-------------------------------------------
footer
-------------------------------------------*/
.footer {
	padding-top: 5px;
	padding-bottom: 5px;
}
.cv_change,.sitemap,.copyright,medialink {
	text-align: center;
}
.copyright{
	color:#FFFFFF;
}
.cv_change p {
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
}
.sitemap {
	padding: 5px 5px 0 5px;
	color: #FFFFFF;
}
.sitemap a,.sitemap a:hover{
	color:#fff;
	padding-right: 5px;
	padding-left: 3px;
}

.medialink {
	background-repeat: repeat-x;
	padding-top: 4px;
	background-color: #666666;
	padding-bottom: 20px;
	padding-right: 4px;
	padding-left: 4px;
	text-align: center;
	background-position: bottom;
}
.medialink .l_01 {
	padding-top: 3px;
	padding-bottom: 3px;
	color: #FFFFFF;
}
.medialink .l_01 a,.medialink .l_02 a {
	color: #ffffff;
	padding-top: 0;
	padding-right: 1px;
	padding-bottom: 0;
	padding-left: 1px;
}
.medialink .l_01 a:hover,.medialink .l_02 a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.medialink .l_02 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #888888;
	padding-top: 3px;
	padding-bottom: 3px;
}
.medialink .l_01 strong,.medialink .l_02 strong {
	font-size: 12px;
}
/*---------------------------
user
-----------------------------*/
ul,li{
	text-align: left;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	list-style-position: outside;
}
img {
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
}
.more {
	float: right;
	padding-right: 10px;
	margin: 0px;
	vertical-align: middle;
}

.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
}
a{
	color: #444444;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: #444444;
	text-decoration: underline;
}
.t12{
	color: #FFFFFF;
	font-weight: normal;
}
a.t12:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
body,.display,.t12,ul,nav04,.caption,h2,medialink{
	font-family:宋体，Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	line-height: 18px;
	font-weight: normal;
}

.l_heading,.r_heading,.galleryheading,.topheadline,.onecolhdr,.pre_caption{
	font-family:"宋体，Geneva", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: normal;
}
.homecol{
	background-image: url(../images_/bg_homecol.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}
.citycol{
	background-color: #FFFFFF;
}
.homecol,.ad,.citycol{
	padding: 0px;
	height: 100%;
	margin: 0px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #585858;
	width: 960px;
}

.bottom_line {
	display: block;
	width: 960px;
	background-image: url(../images_/bg_bottom_line.gif);
	background-repeat: repeat-x;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.bottom_line01 {
	display: block;
	width: 960px;
	background-image: url(../images_/bg_bottom_line.gif);
	background-repeat: repeat-x;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}
.left_ad {
	float:left;
	text-align: center;
	padding-right: 3px;
	padding-left: 2px;
}
.right_ad {
	float:left;
	text-align: center;
	padding-left: 3px;
	padding-right: 2px;
}
.ad .threecolumn_ad {
	float: left;
	padding-right: 5px;
	padding-left: 5px;
}
.commend_ad{
	float:left;
	text-align: center;
	padding-left: 5px;
}

.r_heading{
	background-image: url(../images_/bg_r_heading.gif);
	background-color: #D91A1A;
	background-repeat: repeat-y;
	margin: 0px;
	text-align: left;
	background-position:left;
	padding-bottom: 3px;
	padding-left: 12px;
	padding-top: 5px;
}	
.r_heading img {
	vertical-align: top;
	margin-right: 5px;
}
.r_heading a ,.r_heading a:hover {
	color: #FFFFFF;
	font-weight: bold;
}

/*---------------------------
form
-----------------------------*/
form {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
input {
	color: #333333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #aaa;
	border-right-color: #eee;
	border-bottom-color: #eee;
	border-left-color: #aaa;
	margin: 0px;
	padding: 0px;
}
input, textarea, select {
	margin:0px;
	padding: 0px;
	font-size: 12px;
	line-height: normal;
}
.current_where01 {
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-top: 3px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #DD1515;
}
.pic_content {
	width: 960px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.picture_col {
	background-color: #FFFFFF;
	margin-top: 4px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}.pic_column01 {
	padding-bottom: 10px;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
	color: #333333;
}
.pic_column02 {
	padding-bottom: 20px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 810px;
}
.pic_column02 img {
	border: 1px solid #CCCCCC;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
.pic_heading{
	font-size: 28px;
	padding-top: 20px;
	margin: 0px;
	padding-bottom: 10px;
	color: #DD0000;
	font-family: "黑体", Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.pic_heading01 {
	font-size: 12px;
	color: #333333;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.pic_heading01 a:hover {
	
}.art_textinfo {
	text-align: left;
	padding-top: 5px;
}
.art_textinfo img {
	border: 1px solid #909090;
}
}.art_textinfo01 {
	text-align: right;
}
.art_textinfo01 img {
	margin-right: 5px;
	vertical-align: text-top;
	margin-top: 5px;
}
#trai {
	CLEAR: both; WIDTH: 191px
}
#trai_c {
	PADDING-RIGHT: 0px; PADDING-LEFT: 12px; BACKGROUND: url(../images_/bg2.jpg) repeat-x; PADDING-BOTTOM: 4px; MARGIN: 2px 0px 0px; PADDING-TOP: 3px; BORDER-BOTTOM: #c77e8f 1px dashed; HEIGHT: 147px
}
#trai_c LI {
	PADDING-RIGHT: 0px; PADDING-LEFT: 24px; BACKGROUND: url(../images_/libg2.gif) no-repeat; FLOAT: left; PADDING-BOTTOM: 0px; WIDTH: 64px; PADDING-TOP: 5px; HEIGHT: 23px
}
#trai1 {
	CLEAR: both; WIDTH: 180px
}
#trai1_c {
	PADDING-RIGHT: 0px; PADDING-LEFT: 12px; BACKGROUND: url(../images_/bg2.jpg) repeat-x; PADDING-BOTTOM: 2px; MARGIN: 2px 0px 0px; PADDING-TOP: 3px; BORDER-BOTTOM: #c77e8f 1px dashed; HEIGHT: 147px
}
#trai1_c LI {
	PADDING-RIGHT: 0px; PADDING-LEFT: 24px; BACKGROUND: url(../images_/libg2.gif) no-repeat; FLOAT: left; PADDING-BOTTOM: 1px; WIDTH: 60px; PADDING-TOP: 5px; HEIGHT: 23px
}
.tdbg{
    
    line-height: 120%;
}
.tdbgmouseover{
    background:#BFDFFF;
    line-height: 120%;
}
.tdbgmouseout1{
    background:#ffffff;
    line-height: 120%;
}
.nTab{
	float: left;
	width: 350px;
	margin: 0 auto;
	background-position:left;
	background-repeat:repeat-y;
	margin-bottom:2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #888888;
}
.nTab .TabTitle{
clear: both;
height: 22px;
overflow: hidden;
}
.nTab .TabTitle ul{
border:0;
margin:0;
padding:0;
}
.nTab .TabTitle li{
	float: left;
	width: 62px;
	cursor: pointer;
	padding-top: 4px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 2px;
	list-style-type: none;
	text-align: center;
}
.nTab .TabTitle .active{
	background:#fff;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #888888;
	border-right-color: #888888;
	border-bottom-color: #fff;
	border-left-color: #888888;
}
.nTab .TabTitle .normal{
	border:1px solid #888888;
	background-color: #888888;
	color: #FF0000;
}
.nTab .TabContent{
	width:auto;
	background:#fff;
	margin: 0px auto;
	padding:10px 0 0 0;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.none {
	display:none;
	padding-left: 5px;
}
