﻿/*系统样式，CMS定义*/
body {
	font-family: "arial";
	font-size: 12px;
	color: #1D406E;
	margin:0px;
	SCROLLBAR-HIGHLIGHT-COLOR: buttonface;
	SCROLLBAR-3DLIGHT-COLOR: buttonhighlight;
	SCROLLBAR-TRACK-COLOR: #eeeeee;
	SCROLLBAR-DARKSHADOW-COLOR: buttonshadow;
	background-color: #224B81;
	overflow-x: hidden;
	overflow-y: auto;
	text-align:center;
}
td {
	font-family:"arial";
	font-size: 12px;
	color: #1D406E;
}
p {margin:0px;padding:0px;border:0px}
/*支持png图片*/
img{border:0px;
	behavior:url("images/systemfiles/pngbehavior.htc");
}
/*搜索高亮关键词*/
.keyword{background-color: #FFFF00;}
/*去掉点击虚线*/
a {behavior:url("images/systemfiles/onfocus.htc")}

/*Titlt样式*/
div#qTip {
  padding-right: 2px;
  padding-left: 3px;
  padding-bottom: 1px;
  border: 1px solid #ABAB98;
  display: none;
  background: #FEFEDA;
  color: #5F5F52;
  font-family:"Tahoma";
  font-size: 12px;
  text-align: left;
  position: absolute;
  z-index: 1000;
  line-height:16px;
}
div#qTip2 {
  border: 4px solid #0F5030;
  display: none;
  opacity:0.9;
  filter:alpha(opacity=90);
  background-color:#ffffff;
  color: #00460F;
  font-family:"Tahoma";
  font-size: 12px;
  text-align: left;
  position: absolute;
  z-index: 1000;
  line-height:20px;
  padding-left:6px;
  padding-right:6px;
  padding-bottom:6px;
}
/*Titlt样式结束*/
.bt {
	border-top:1px solid #617A9A;
	border-left:1px solid #617A9A; 
	border-right:1px solid #1D406E; 
	border-bottom:1px solid #1D406E; 
	PADDING-top: 3px; 
	FONT-SIZE: 12px; 
	CURSOR: pointer; 
	COLOR: #FFFFFF; 
	BACKGROUND-COLOR: #1D406E;
}
.bt2 {
	border:1px solid #1D406E;
	PADDING-top: 3px; 
	FONT-SIZE: 12px; 
	BACKGROUND-COLOR: #ffffff;
}

.input {
	COLOR: #1D406E;
	BACKGROUND-COLOR: #FEFEFE;
	text-decoration: none;
	width:100%;
	height:23px;
	line-height:20px;
	border-top: 1px solid #99A5B5;
	border-left: 1px solid #99A5B5;
	border-right: 1px solid #E7EDF2;
	border-bottom: 1px solid #E7EDF2;
	font-family:Tahoma;
	font-size:12px;

}
.search-input{
	COLOR: #1D406E;
	BACKGROUND-COLOR: #FFFFFF;
	text-decoration: none;
	width:100%;
	border: 1px solid #FFFFFF;
	background-image: url(bg_search.gif);
	background-repeat: repeat-x;
	background-position: top;
	height:19px;
	line-height:15px;
	font-family:Tahoma;
	font-size:11px;
	padding-left:3px;
}

.login-input{
	COLOR: #DC3200;
	BACKGROUND-COLOR: #FFFFFF;
	width:100%;
	border:1px solid #E1E1E1;
	background-image: url(bg_login.gif);
	background-repeat: repeat-x;
	background-position: top;
	height:21px;
	line-height:18px;
	font-weight:bold;
	padding-left:3px;
	font-size:12px;
	font-family:Tahoma;
}


a:link {
	color: #054C82;
	text-decoration: none;
}
a:visited {
	color: #054C82;
	text-decoration: none;
}
a:hover {
	color: #E73E0C;
	text-decoration: underline;
}
/*morepic图片框*/
.morepic{
	border:3px solid #000000;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
}
.morepic2{
	border-top:1px solid #000000;
	height:25px;
	background-color:#FEFEDA;
}

/*小号中文字体*/
.smallcnfont{
	font-family: "PMingLiU";
	font-size: 11px;
}
/*英文*/
.enfont{
	font-family:"Tahoma";
	font-size: 11px;
}
.enfont a:link{
	font-family:"Tahoma";
	font-size: 11px;
}
.enfont a:visited{
	font-family:"Tahoma";
	font-size: 11px;
}

/*当前样式*/
.this {
	COLOR: #E73500;
	font-weight:bold;
}
/*加粗*/
.bold{
	font-weight:bold;
}

.font14{
	font-size: 14px;
}
/*以下自定义*==============================/

/*内容行高样式*/
.h18{
	line-height: 18px;
	WORD-WRAP: break-word;
}
.h20{
	line-height: 20px;
	WORD-WRAP: break-word;
}

.h22 {
	line-height: 22px;
	WORD-WRAP: break-word;
}

.content{
	word-break:break-all;
	text-align:justify;
	text-justify:inter-ideograph;
}
/*整体文字色定义*/
.font1{
	COLOR: #E11500;
	text-decoration: none;
}
.font1 a:link{
	COLOR: #E11500;
	text-decoration: none;
	}
.font1 a:visited{
	COLOR: #E11500;
	text-decoration: none;
}
.font1 a:hover{
	COLOR: #E11500;
	text-decoration: underline;
}

.font2{
	COLOR: #CB2903;
	text-decoration: none;
}
.font2 a:link{
	COLOR: #CB2903;
	text-decoration: none;
	}
.font2 a:visited{
	COLOR: #CB2903;
	text-decoration: none;
}
.font2 a:hover{
	COLOR: #CB2903;
	text-decoration: underline;
}	

.font3{
	COLOR: #FFFFFF;
	text-decoration: none;
}
.font3 a:link{
	COLOR: #FFFFFF;
	text-decoration: none;
	}
.font3 a:visited{
	COLOR: #FFFFFF;
	text-decoration: none;
}
.font3 a:hover{
	COLOR: #FFF000;
	text-decoration: none;
	font-weight:normal;
}

.font4{
	COLOR: #00367D;
	text-decoration: none;
}
.font4 a:link{
	COLOR: #00367D;
	text-decoration: none;
	}
.font4 a:visited{
	COLOR: #00367D;
	text-decoration: none;
}
.font4 a:hover{
	COLOR: #CB2903;
	text-decoration: none;
	font-weight:normal;
}

.font5{
	COLOR: #FFDE00;
	text-decoration: none;
}
.font5 a:link{
	COLOR: #FFDE00;
	text-decoration: none;
	}
.font5 a:visited{
	COLOR: #FFDE00;
	text-decoration: none;
}
.font5 a:hover{
	COLOR: #FFFFFF;
	text-decoration: underline;
}

.font6{
	COLOR: #004D04;
	text-decoration: none;
}
.font6 a:link{
	COLOR: #004D04;
	text-decoration: none;
	}
.font6 a:visited{
	COLOR: #004D04;
	text-decoration: none;
}
.font6 a:hover{
	COLOR: #073E09;
	text-decoration: underline;
}

/*白色透影*/
.whitety {
	filter: DropShadow(Color=#ffffff, OffX=1, OffY=1, Positive=1);
	text-decoration: none;
}

/*选项卡*/
.Menubox {
	height:22px;
	line-height:22px;
	margin-left:15px;
}
.Menubox ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
.Menubox li{
	color:#FFFFFF;
	float:left;
	text-align:center;
	display:block;
	cursor:pointer;
	width:72px;
	list-style:none;
	margin-right:1px;
	padding:0px;
	background-image: url(tab_off.gif);
	background-repeat: no-repeat;

}
.Menubox li.hover{
	color:#1D406E;
	font-weight:bold;
	background-image: url(tab_on.gif);
	background-repeat: no-repeat;
}


.Menubox-en {
	height:22px;
	line-height:22px;
	margin-left:15px;
}
.Menubox-en ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
.Menubox-en li{
	color:#FFFFFF;
	float:left;
	text-align:center;
	display:block;
	cursor:pointer;
	width:90px;
	list-style:none;
	margin-right:1px;
	padding:0px;
	background-image: url(tab_off_en.gif);
	background-repeat: no-repeat;

}
.Menubox-en li.hover{
	color:#1D406E;
	font-weight:bold;
	background-image: url(tab_on_en.gif);
	background-repeat: no-repeat;
}
/*选项卡结束*/


/*轮显图片样式*/
.Swichpc-box{
	width:220px;
    height:150px;
}
.Swichpc-side{
	border: 1px solid #000000;
}
.Swichpc-title{
    height:25px;
    line-height:25px;
}
.Swichpc-swf{
	z-index:1;
	top:3px;
	position:absolute;
}
.Swichpc-swf2{
	z-index:2;
	top:119px;
	left:223px;
	position:absolute;
}

.Swichpc-on{
	color:#ffffff;
	width:15px;
	height:15px;
	line-height:15px;
	font-size: 11px;
	font-weight:bold;
	cursor: pointer;
	background-color: #DB0000;
	text-align:center;
	border-bottom: 1px solid #FFFFFF;
	font-family:Tahoma;
}
.Swichpc-off{
	color:#ffffff;
	width:15px;
	height:15px;
	line-height:15px;
	font-size: 11px;
	cursor: pointer;
	background-color: #000;
	text-align:center;
	border-bottom: 1px solid #FFFFFF;
	font-family:Tahoma;
}
/*结束*/
.style1{
	background-image: url(style1.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.style2{
	background-image: url(style2.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height:11px;
}
.style3{
	background-image: url(style5.gif);
	background-repeat: repeat-x;
	width:942px;
	height:11px;
	overflow:hidden;
	margin-left:auto; 
	margin-right:auto; 
	margin-top:7px;
}

.style4{
	background-image: url(style8.gif);
	background-repeat: repeat-y;
}
.style5{
	background-image: url(style6.gif);
	background-repeat: repeat-y;
}

.style6{
	background-image: url(style4.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.style7{
	background-image: url(style3.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height:11px;
}
.style8{
	background-image: url(style7.gif);
	background-repeat: repeat-x;
	width:942px;
	height:11px;
	overflow:hidden;
	margin-left:auto; 
	margin-right:auto; 
	margin-bottom:7px;
}
.bg-head{
	background-image: url(bg_head.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.bg-top{
	background-image: url(bg_top.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.bg-menu{
	background-image: url(bg_menu.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.bg-menu a{
	padding-left:6px;padding-right:6px
}
.bg-menu-line{
	background-image: url(bg_menu_line.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.p-case1{
	background-image: url(pc_case1.gif);
	background-repeat: no-repeat;
	background-position: left;
	background-color: #1D406E;
}
.p-case2{
	background-image: url(pc_case2.gif);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #1D406E;
}
.p-case3{
	background-image: url(pc_case3.gif);
	background-repeat: no-repeat;
	background-position: right;
	height:29px;
}
.p-case4{
	background-image: url(pc_case4.gif);
	background-repeat: no-repeat;
	background-position: left;
	height:29px;
}
.p-case5{
	background-image: url(pc_case5.gif);
	background-repeat: repeat-x;
	background-position:top;
}
.p-case6{
	background-image: url(pc_case6.gif);
	background-repeat: repeat-y;
	background-position:right;
}
.p-case7{
	background-image: url(pc_case7.gif);
	background-repeat: repeat-y;
	background-position:left;
}
.p-case8{
	background-image: url(pc_case8.gif);
	background-repeat: repeat-y;
	background-position:right;
}
.p-case9{
	background-image: url(pc_case9.gif);
	background-repeat: repeat-y;
	background-position:left;
}
.nav{
	background-image: url(line1.gif);
	background-repeat: no-repeat;
	background-position:center bottom;
	padding-left:50px;
	padding-top:9px;
	padding-bottom:6px;
	text-align:left;
}
.nav-en{
	background-image: url(line1.gif);
	background-repeat: no-repeat;
	background-position:center bottom;
	padding-left:20px;
	padding-top:9px;
	padding-bottom:6px;
	text-align:left;
}
.nav2{
	background-image: url(line1.gif);
	background-repeat: no-repeat;
	background-position:center bottom;
	padding-left:22px;
	padding-top:9px;
	padding-bottom:6px;
	text-align:left;
	width:100%;
}
.nav3{
	background-image: url(line1.gif);
	background-repeat: no-repeat;
	background-position:center bottom;
	padding-left:22px;
	padding-top:7px;
	padding-bottom:4px;
	text-align:left;
	width:100%;
}

.bbs{
  margin-top:20px;width:650px;margin-left:20px;
}
.bbs .out {
  background:#E8E8E8;
}
.bbs .in {
  background:#FFFFFF;border:1px solid #99A5B5;position:relative; top:-4px;left:-4px;
}
.bbsbg{
	background-image: url(pc_bbsbg.gif);
	background-repeat: repeat-x;
	background-position:top;
}
.line{
	border-bottom: 1px dashed #C5D5E1;
}

/*信息列表*/
.news1 {
	padding-left:6px;
	padding-top:4px;padding-bottom:4px;
	background:url(systemfiles/ico.gif) 0px 8px;
	background-repeat:no-repeat;
	margin:0px;
}
.news1 p{float:right;}
.news2 {
	padding-left:12px;
	padding-top:5px;padding-bottom:5px;
	background:url(systemfiles/ico1.gif) 0px 8px;
	background-repeat:no-repeat;
	margin:0px;
}
.news2 p{float:right;}
.dmapico{
	background-image:url(dmap_ico.gif);
	background-repeat: no-repeat;
	background-position:right bottom;
}

.dmapico-en{
	background-image:url(dmap_ico_en.gif);
	background-repeat: no-repeat;
	background-position:right bottom;
}
.dmap{
	background-image:url(dmap.jpg);
	background-repeat: no-repeat;
	background-position:center center;
	width:350px;
	height:496px;
}

.dmap2{
	background-image:url(dmap2.jpg);
	background-repeat: no-repeat;
	background-position:center center;
	width:672px;
	height:465px;
}

/*dmap 框架*/

.dmap-c1{
	background-image:url(dmap_c1.gif);background-repeat: no-repeat;background-position:left top;
	width:10px;height:10px;
}
.dmap-c2{
	background-image:url(dmap_c2.gif);background-repeat: no-repeat;background-position:right top;
	width:10px;height:10px;
}
.dmap-c3{
	background-image:url(dmap_c3.gif);background-repeat: no-repeat;background-position:left bottom;
	width:10px;height:10px;
}
.dmap-c4{
	background-image:url(dmap_c4.gif);background-repeat: no-repeat;background-position:right bottom;
	width:10px;height:10px;
}
.dmap-cx-top{
	background-image:url(dmap_c5.gif);background-repeat: repeat-x;background-position:top;
	height:10px;
}
.dmap-cx-bottom{
	background-image:url(dmap_c5.gif);background-repeat: repeat-x;background-position:bottom;
	height:10px;
}
.dmap-cy-left{
	background-image:url(dmap_c5.gif);background-repeat: repeat-y;background-position:left;
	width:10px;
}
.dmap-cy-right{
	background-image:url(dmap_c5.gif);background-repeat: repeat-y;background-position:right;
	width:10px;
}
.dmap-Point{
	position:absolute;visibility: visible;z-index:1000;
}
/*dmap point*/
.dmap-x1{
	background-image:url(dmap_x1_.gif);background-repeat:no-repeat;
	margin:33 176;width:66px;height:13px;
}
.dmap-x1-over{
	background-image:url(dmap_x1.gif);background-repeat:no-repeat;
	margin:33 176;width:66px;height:13px;
}

.dmap-x1-en{
	background-image:url(dmap_x1_en_.gif);background-repeat:no-repeat;
	margin:37 176;width:72px;height:9px;
}
.dmap-x1-over-en{
	background-image:url(dmap_x1_en.gif);background-repeat:no-repeat;
	margin:37 176;width:72px;height:9px;
}

.dmap-x1-1{
	background-image:url(dmap_x1_.gif);background-repeat:no-repeat;
	margin:14 215;width:66px;height:13px;
}
.dmap-x1-1-over{
	background-image:url(dmap_x1.gif);background-repeat:no-repeat;
	margin:14 215;width:66px;height:13px;
}
.dmap-x1-1-en{
	background-image:url(dmap_x1_en_.gif);background-repeat:no-repeat;
	margin:14 215;width:72px;height:9px;
}
.dmap-x1-1-over-en{
	background-image:url(dmap_x1_en.gif);background-repeat:no-repeat;
	margin:14 215;width:72px;height:9px;
}
/****************/
.dmap-x2{
	background-image:url(dmap_x2_.gif);background-repeat:no-repeat;
	margin:185 120;width:66px;height:13px;
}
.dmap-x2-over{
	background-image:url(dmap_x2.gif);background-repeat:no-repeat;
	margin:185 120;width:66px;height:13px;
}

.dmap-x2-en{
	background-image:url(dmap_x2_en_.gif);background-repeat:no-repeat;
	margin:185 120;width:77px;height:9px;
}
.dmap-x2-over-en{
	background-image:url(dmap_x2_en.gif);background-repeat:no-repeat;
	margin:185 120;width:77px;height:9px;
}

.dmap-x2-1{
	background-image:url(dmap_x2_.gif);background-repeat:no-repeat;
	margin:165 230;width:66px;height:13px;
}
.dmap-x2-1-over{
	background-image:url(dmap_x2.gif);background-repeat:no-repeat;
	margin:165 230;width:66px;height:13px;
}
.dmap-x2-1-en{
	background-image:url(dmap_x2_en_.gif);background-repeat:no-repeat;
	margin:165 230;width:77px;height:9px;
}
.dmap-x2-1-over-en{
	background-image:url(dmap_x2_en.gif);background-repeat:no-repeat;
	margin:165 230;width:77px;height:9px;
}
/****************/
.dmap-x3{
	background-image:url(dmap_x3_.gif);background-repeat:no-repeat;
	margin:250 57;width:53px;height:29px;
}
.dmap-x3-over{
	background-image:url(dmap_x3.gif);background-repeat:no-repeat;
	margin:250 57;width:53px;height:29px;
}

.dmap-x3-en{
	background-image:url(dmap_x3_en_.gif);background-repeat:no-repeat;
	margin:250 10;width:169px;height:25px;
}
.dmap-x3-over-en{
	background-image:url(dmap_x3_en.gif);background-repeat:no-repeat;
	margin:250 10;width:169px;height:25px;
}

.dmap-x3-1{
	background-image:url(dmap_x3_1_.gif);background-repeat:no-repeat;
	margin:303 56;width:66px;height:29px;
}
.dmap-x3-1-over{
	background-image:url(dmap_x3_1.gif);background-repeat:no-repeat;
	margin:303 56;width:66px;height:29px;
}
.dmap-x3-1-en{
	background-image:url(dmap_x3_1_en_.gif);background-repeat:no-repeat;
	margin:303 26;width:167px;height:25px;
}
.dmap-x3-1-over-en{
	background-image:url(dmap_x3_1_en.gif);background-repeat:no-repeat;
	margin:303 26;width:167px;height:25px;
}
/****************/
.dmap-x1-6{
	background-image:url(dmap_x1_6_.gif);background-repeat:no-repeat;
	margin:400 5;width:79px;height:13px;
}
.dmap-x1-6-over{
	background-image:url(dmap_x1_6.gif);background-repeat:no-repeat;
	margin:400 5;width:79px;height:13px;
}
.dmap-x1-6-en{
	background-image:url(dmap_x1_6_en_.gif);background-repeat:no-repeat;
	margin:400 0;width:129px;height:11px;
}
.dmap-x1-6-over-en{
	background-image:url(dmap_x1_6_en.gif);background-repeat:no-repeat;
	margin:400 0;width:129px;height:11px;
}


.dmap-x1-7{
	background-image:url(dmap_x1_7_.gif);background-repeat:no-repeat;
	margin:400 90;width:79px;height:13px;
}
.dmap-x1-7-over{
	background-image:url(dmap_x1_7.gif);background-repeat:no-repeat;
	margin:400 90;width:79px;height:13px;
}

.dmap-x1-7-en{
	background-image:url(dmap_x1_7_en_.gif);background-repeat:no-repeat;
	margin:417 105;width:129px;height:11px;
}
.dmap-x1-7-over-en{
	background-image:url(dmap_x1_7_en.gif);background-repeat:no-repeat;
	margin:417 105;width:129px;height:11px;
}

/****************/
.dmap-xb{
	background-image:url(dmap_xb_.gif);background-repeat:no-repeat;
	margin:450 15;width:53px;height:13px;
}
.dmap-xb-over{
	background-image:url(dmap_xb.gif);background-repeat:no-repeat;
	margin:450 15;width:53px;height:13px;
}

.dmap-xb-en{
	background-image:url(dmap_xb_en_.gif);background-repeat:no-repeat;
	margin:440 25;width:203px;height:27px;
}
.dmap-xb-over-en{
	background-image:url(dmap_xb_en.gif);background-repeat:no-repeat;
	margin:440 25;width:203px;height:27px;
}


.dmap-xq{
	background-image:url(dmap_xq_.gif);background-repeat:no-repeat;
	margin:450 80;width:53px;height:13px;
}
.dmap-xq-over{
	background-image:url(dmap_xq.gif);background-repeat:no-repeat;
	margin:450 80;width:53px;height:13px;
}
/****************/
.dmap-x43{
	background-image:url(dmap_x43_.gif);background-repeat:no-repeat;
	margin:35 265;width:66px;height:13px;
}
.dmap-x43-over{
	background-image:url(dmap_x43.gif);background-repeat:no-repeat;
	margin:35 265;width:66px;height:13px;
}
.dmap-x43-en{
	background-image:url(dmap_x43_en_.gif);background-repeat:no-repeat;
	margin:35 260;width:79px;height:8x;
}
.dmap-x43-over-en{
	background-image:url(dmap_x43_en.gif);background-repeat:no-repeat;
	margin:35 260;width:79px;height:8px;
}

/****************/
.dmap-x4{
	background-image:url(dmap_x4_.gif);background-repeat:no-repeat;
	margin:62 110;width:92px;height:13px;
}
.dmap-x4-over{
	background-image:url(dmap_x4.gif);background-repeat:no-repeat;
	margin:62 110;width:92px;height:13px;
}
.dmap-x4-en{
	background-image:url(dmap_x4_en_.gif);background-repeat:no-repeat;
	margin:62 80;width:151px;height:9px;
}
.dmap-x4-over-en{
	background-image:url(dmap_x4_en.gif);background-repeat:no-repeat;
	margin:62 80;width:151px;height:9px;
}

/****************/
.dmap2-over{
	background-image:url(dmap_ico_flash3_on.gif);background-repeat:no-repeat;
	width:16px;height:16px;
}
.dmap2-out{
	background-image:url(dmap_ico_flash3.gif);background-repeat:no-repeat;
	width:16px;height:16px;
}
/****************/

.dmap2-x{
	width:16px;height:16px;
}
.dmap2-x-over{
	background-image:url(dmap_ico_x.gif);background-repeat:no-repeat;
	width:41px;height:17px;
}
.dmap2-x-over-en{
	background-image:url(dmap_ico_x_en.gif);background-repeat:no-repeat;
	width:65px;height:17px;
}
/****************/

#map-box {margin:auto;position:absolute;z-index:2000;}
.map-style{
	margin:0px;
	width:auto;
	opacity:0.95;
	filter:alpha(opacity=95);
	text-decoration: none;
	background-color:#ffffff;
}
A {
text-decoration: none;
	FILTER: progid:dximagetransform.microsoft.gradientwipe(duration=-1); BEHAVIOR: url(images/systemfiles/link.htc);height:1px;cursor:pointer;
}