﻿@CHARSET "UTF-8";

html {
/* 	height:100%; !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!这里不兼容ie，不能设置100%*/
	/* background: -moz-linear-gradient(#F2F2F2, #FFFFFF 20%) repeat scroll 0 0 transparent;
	background: -webkit-gradient(#F2F2F2, #FFFFFF 20%) repeat scroll 0 0 transparent; */
	/**filter: progid:DXImageTransform.Microsoft.gradient(#F2F2F2, #FFFFFF 20%) repeat scroll 0 0 transparent;**/
	-webkit-text-size-adjust: none;
}
body {
	font-family: 'Helvetica';
	background-color: #ddd !important;
	/* background: url("images/bg.jpg") repeat-x !important; */
	margin: 0;
	padding: 0;
	font-size: 12px;
	/* color: #005391; *//* 修改前的 */
	color: #333333;
	text-align: left;
}

/* ===================================添加按钮样式============================================= */
.button1{
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A6C9E2', endColorstr='#4787ED',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #A6C9E2 0%,#4787ED 65%) repeat scroll 0 0 transparent; /* W3C */
    cursor: pointer;
    height: 25px;
    -moz-transition: border 0.2s ease 0s;
    -webkit-transition: border 0.2s ease 0s;
    background: -moz-linear-gradient(center top , #A6C9E2, #4787ED) repeat scroll 0 0 transparent;
    background: -webkit-linear-gradient(top, #A6C9E2 0%,#4787ED 65%) repeat scroll 0 0 transparent; /* Chrome10+,Safari5.1+ */
   	background: -ms-linear-gradient(top, #A6C9E2 0%,#4787ED 65%) repeat scroll 0 0 transparent; /* IE10+ */
    background: -webkit-linear-gradient(center top , #A6C9E2, #4787ED) repeat scroll 0 0 transparent;
    border: 1px solid #3079ED !important;
    border-radius: 4px 4px 4px 4px;
    display: inline-block;
    font: bold 12px/17px Helvetica,Arial,sans-serif;
    margin: 2px;
    padding: 0px 6px 3px;
    text-decoration: none;
    color:white;
    text-shadow: 0 1px 0 #2F5BB7 !important;
}

.button1:hover{
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4787ED', endColorstr='#4C8FFD',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top,#4787ED 0%, #4C8FFD 65%) repeat scroll 0 0 transparent; /* W3C */
    -moz-transition: border 0.2s ease 0s;
    -webkit-transition: border 0.2s ease 0s;
    background: -moz-linear-gradient(center top, #4787ED , #4C8FFD) repeat scroll 0 0 transparent;
    background: -webkit-linear-gradient(top, #4787ED 0%,#4C8FFD 65%) repeat scroll 0 0 transparent; /* Chrome10+,Safari5.1+ */
   	background: -ms-linear-gradient(top,#4787ED 0%, #4C8FFD 65%) repeat scroll 0 0 transparent; /* IE10+ */
    background: -webkit-linear-gradient(center top, #4787ED , #4C8FFD) repeat scroll 0 0 transparent;
    border: 1px solid #0561AE !important;
}

.button1:active{
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4C8FFD', endColorstr='#4787ED',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #4C8FFD 0%,#4787ED 65%) repeat scroll 0 0 transparent; /* W3C */
    -moz-transition: border 0.2s ease 0s;
    -webkit-transition: border 0.2s ease 0s;
    background: -moz-linear-gradient(center top , #4C8FFD, #4787ED) repeat scroll 0 0 transparent;
    background: -webkit-linear-gradient(top, #4C8FFD 0%,#4787ED 65%) repeat scroll 0 0 transparent; /* Chrome10+,Safari5.1+ */
   	background: -ms-linear-gradient(top, #4C8FFD 0%,#4787ED 65%) repeat scroll 0 0 transparent; /* IE10+ */
    background: -webkit-linear-gradient(center top , #4C8FFD, #4787ED) repeat scroll 0 0 transparent;
    border: 1px solid #0561AE !important;
    box-shadow:0 0 0 1px #FFFFFF inset,0 0px 0px rgba(0,0,0,0,1);
}

/* =================================== 左側菜單=====================================*/

.ui-accordion .ui-accordion-header .ui-icon{
	background:url("images/pansoft_left_ico.png") no-repeat; 
}

.ui-accordion .ui-accordion-content{
	background:url("images/pansoft_left_menu_bg.jpg")repeat-x scroll 0 0 transparent; 
}	

.ui-accordion .ui-accordion-header{
	background:url("images/pansoft_left_menu_bg2.png")repeat-x scroll 0 0 transparent; 
}

/* =================================== */

/* ==================================NewsEvents開始================================= */
	#mainTable{
		background: url("images/rightC_bg.png") no-repeat scroll 530px 0 #FFFFFF;
	    box-shadow: 0 2px 5px #999999;
	    margin: 0 auto 30px;
	    position: relative;
	    width: 960px;
	    min-height: 445px;
	    padding: 0 0 15px;
	}
	#Searchresult{
		width:960px;
		/* border: 1px solid lightgrey; */
	    height: 530px;
	    width: 585px;
	}
	#Searchresult .ShowTableTr a{
		display: block;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	    width: 470px;
	    font-family: arial;
	}
	#editContent{
	    height: auto;
	    line-height: 25px;
	    min-height: 530px;
	    padding: 0px;
		/* border: 1px solid lightgrey; */
	}
	#leftMenu{
	    height: 550px;
	    left: 20px;
	    margin-right: 20px;
	    position: absolute;
	    text-align: center;
	    top: 48px;
	    width: 175px;
	}
	.leftMenu_title{
		background: none repeat scroll 0 0 #E0E0E0;
	    display: block;
	    font-size: 16px;
	    height: 31px;
	    line-height: 31px;
	    padding: 0 0 0 20px;
	    text-align: left;
	    width: 155px;
	}
	#leftMenuForAdmin{
		width:225px;
		padding-top:0px;
		height:auto;
		margin-top:0px;
		position:relative;
		top:0;
		left:0px;
	 	text-align: center;
	}
	#ShowDiv{
	    padding: 0 0px 20px;
	    width: 745px;
	    font-size: 12px;
   		line-height: 1.5;
   		position: relative;
   		font-family: "微软雅黑";
   		min-height:510px;
   		/* overflow:scroll; */
	}
	#newsDetail{
		width: 585px;
		padding: 20px 0 0;
		position: relative;
	}
	#rightD{
		padding: 20px 0 0;
	    position: absolute;
	    right: 20px;
	    top: 0;
	    width: 120px;
	}
	#rightD .right_reportList,#rightD .right_announceList{
		margin-bottom: 15px;
	}
	#rightD .rightT{
		background: url("images/arrow.png") no-repeat scroll 0 8px transparent;
	    border-bottom: 1px solid #CCCCCC;
	    color: #C51015;
	    display: block;
	    font-size: 13px;
	    font-weight: bold;
	    height: 27px;
	    line-height: 25px;
	    padding: 0 0 0 20px;
	}
	#rightD .rightT a{
	    color: #C51015;
	    font-size: 13px;
	    font-weight: bold;
	}
	#rightD .right_reportList .itemsR{
		border-bottom: 1px dotted #B4B4B4;
	    min-height: 35px;
	    padding: 10px 0;
	}
	#rightD .right_reportList .listR{
		display: inline-block;
	    margin-left: 35px;
	    padding: 0;
	    position: relative;
	    width: 85px;
	}
	#rightD .right_reportList .itemsR:last-child{
		border-bottom: none;
	}
	#rightD .right_announceList .itemsR{
		border-bottom: 1px dotted #B4B4B4;
    	padding: 10px 0;
	}
	#rightD .right_announceList .itemsR:last-child{
		border-bottom: none;
	}
	#rightD .right_announceList .listR{
		display: inline-block;
	}
	#rightD .imageR{
		display: inline-block;
	    height: 35px;
	    margin: 0 10px 0 0;
	    overflow: hidden;
	    position: absolute;
	    width: 27px;
	}
	#rightD .imageR img{
	    width: 27px;
	}
	#rightD .dateR{
		color: #666666;
		display: block;
	}
	#rightD .mapR{
		
	}
	#PicDiv{
		/* margin: 0 auto;
	    position: relative;
	    width: 980px;
	    height: 103px; */
	}
	.PicDivText span{
		color: #FFFFFF;
	}
	#RightPic{
		width:710px;
		height: 270px;
		margin: 0 auto;
		position: relative;
		overflow:hidden;
	}
	
	.RightPic_container{
		height: 270px;
	}

	.RightPic_container img{
	  /* width: 710px; */
	  	width: auto;
	  	height: 270px;
	}
	#MenuLocation{
		font-size: 13px;
	    height: 38px;
	    line-height: 25px;
	    width: 745px;
	    position: relative;
	}
	.LeftMenuButton{
		background-image:url("images/gsjj_button.png");
		width:198px;
		height:32px;
		display:block;
		margin:10px auto;
	    text-decoration:none;
		color: #333333;
		line-height:40px;
	}
	.LeftMenuButton2{
		background-image:url("images/gsjj_button4.png");
		width:155px;
		height:32px;
		display:block;
		margin:10px auto;
	    text-decoration:none;
		color: #333333;
		line-height:40px;
	}
	.btn2_hover,.LeftMenuButton2:hover{
		background-image:url("images/gsjj_button3.png");
		width:155px;
		height:32px;
		display:block;
		margin:10px auto;
	    text-decoration:none;
		color:#EB6100;
		line-height:40px;
	}
	.btn_hover,.LeftMenuButton:hover{
		background-image:url("images/gsjj_button2.png");
		width:198px;
		height:32px;
		display:block;
		margin:10px auto;
	    text-decoration:none;
		color:#EB6100;
		line-height:40px;
	}
	.btn_select{
		color: #C51015;
    	font-weight: normal;
		
	}
	 #RightContent{
	 	height: 100%;
	    left: 215px;
	    margin-left: 0px;
	    margin-top: 0;
	    padding-top: 0;
	    position: relative;
	    top: 5px;
	    width: 745px;
	 }
	 #FristMenuTitle{
	  border-top:2px solid #C80F17;
	  width:175px;
	  padding: 5px 0 0;
	 	/* position:absolute;
	 	top:0;
	 	left:20px; */
	 }
	 #SecondMenuTitle{
	 	position:absolute;
	 	bottom:0;
	 	left:10px;
	 }
	 .RedJiao{
	 	background: url("images/jiao_red.png") no-repeat scroll left center transparent;
		display: block;
		font-size: 12px;
		height: 31px;
		line-height: 32px;
		margin-left: 20px;
		padding-bottom: 0;
		padding-left: 15px;
		text-align: left;
		width: 160px;
		overflow: hidden;
		text-overflow: ellipsis;
    	white-space: nowrap;
	 }
	 .RedJiao_Child{
	 	background: url("images/jiao_red.png") no-repeat scroll left center transparent;
		display: block;
	    font-size: 12px;
	    height: 32px;
	    line-height: 32px;
	    margin-left: 12px;
	    overflow: hidden;
	    padding-bottom: 0;
	    padding-left: 10px;
	    text-align: left;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	    width: 145px;
	    word-spacing: -0.1em;
	 }
	 .ShowTableTr{
	 	height:25px;
	 	border-bottom: 1px solid #DDD;
	 }
	 #mainFormToDelete .ShowTableTr{
	 	border-bottom: none;
	 }
	 .ShowTableTr td,#Searchresult th{
	 	padding-left:0px;
	 	padding-top:10px;
	 }
	 a{
	 	 text-decoration:none; 
	 }
	 #MenuLocation1{
	 	font-size: 13px;
	    height: 37px;
	    line-height: 45px;
	    padding-left: 15px;
	    text-align: left;
	    width: 945px;
	 }
	 #MenuLocation3{
	 	border-bottom: 3px solid #626469;
	    color: #C51015;
	    font-size: 22px;
	    height: 35px;
	    line-height: 30px;
	 }
	 #M3{
	 	border-bottom: 3px solid #999999;
	    display: block;
	    height: 35px;
	    position: absolute;
	    right: 0;
	    top: 0;
	    width: 140px;
	 }
	 #menuTitleSpan{
	 	font-size:15px;
	 }
	.jiao_blue{
    	/* background-image: url("images/jiao_blue.png"); */
  	}
  	.jiao_blue2{
   	 /* background-image: url("images/jiao_blue2.png"); */
  	}
  .MenuDiv{
    width:155px;
    height:31px;
    background-position:5px 10px;
    background-repeat:no-repeat;
    padding-left:20px;
    overflow:hidden;
    font-size:14px;
    color:black;
    line-height:31px;
  }
  .MenuDiv:hover{
    /* background-color: #EEEEEE; */
  }
  .MenuDiv a:hover{
    color: #C51015;
  }
  .MenuDiv_Inner{
    width:140px;
    height:31px;
    background-position:10px 10px;
    background-repeat:no-repeat;
    padding-left:15px;
    overflow:hidden;
    font-size:14px;
    color:black;
    line-height:31px;
  }
   .ellipsisA{
    text-overflow:ellipsis; 
    overflow:hidden; 
    white-space:nowrap; 
    width:155px;
    height:31px;
    text-align:left;
    font-size:13px;
    *+line-height: 31px;
    cursor: pointer;
  }
  .ellipsisB{
    text-overflow:ellipsis; 
    overflow:hidden; 
    white-space:nowrap; 
    width:140px;
    text-align:left;
    font-size:13px;
    height:31px;
    cursor: pointer;
  }
  .ellipsisC{
    text-overflow:ellipsis; 
    overflow:hidden; 
    white-space:nowrap; 
    width:110px;
    text-align:left;
    font-size:13px;
    height:31px;
    cursor: pointer;
  }
/* ==================================NewsEvents结束================================= */

/* ===================================首页样式开始=================================== */
/* CSS Document */
ul,li,p {
	list-style: none;
	margin: 0;
	padding: 0;
}

a,img {
	font-size: 12px;
	text-decoration: none;
	border: 0;
	z-index: -1;
}

.zsjgd_wh {
	border-bottom: 3px solid #FFFFFF;
    margin: 0 auto;
    position: relative;
    width: 960px;
}

.zsjgd_logo {
	height: 27px;
    padding-top: 47px;
    position: relative;
    background: none repeat scroll 0 0 #FFFFFF;
    /* background: none repeat scroll 0 0 #FAFDFE; */
}
.web_logo{
	position: absolute;
    top: 3px;
}
.web_logo img{
	cursor: pointer;
}

.zsjgd_lang {
	height: 20px;
    padding-left: 0;
    position: absolute;
    right: -11px;
    top: 15px;
}

.zsjgd_lang li {
	border-left: 1px solid #CCCCCC;
    display: block;
    float: left;
    list-style: none outside none;
    width: 70px;
}

.zsjgd_lang li a {
	color: #999999;
    display: block;
    height: 14px;
    line-height: 14px;
    padding: 0 8px;
    text-align: center;
}

.zsjgd_lang li a:hover {
	color: #666666;
	text-decoration: underline;
}

.zsjgd_nav {
	background: url(images/menubg_gray.png) repeat-x;
	height: 37px;
	/* border-top: 5px solid #F0F9FD; */
}

.zsjgd_nav_l {
	/* float: left;
	padding-left: 20px; */
	position: absolute;
	width: 960px;
	height: 37px;
	/* z-index: 9999; */
}

.zsjgd_nav_l li {
	float: left;
/* 	padding: 0 8px; */
	display: block;
}

/* .zsjgd_nav_l li a {
	font-size: 14px;
	color: #FFFFFF;
	display: block;
	height: 27px;
	padding: 9px 6px 0 8px;
} */

.menuhover {
	text-decoration: none;
	background: url(images/menubg_gray_h.png) repeat-x;
	display: block;
	height: 37px;
	color:#2274AC;
	z-index: 1;
}

/* .zsjgd_nav_l li a:hover {
	text-decoration: none;
	background: url(images/zshgd_nav2.png) repeat-x;
	display: block;
	height: 27px;
} */

.zsjgd_nav_r {
	background: url("images/search_icon.png") no-repeat scroll 5px 5px transparent;
    float: right;
    height: 25px;
    position: relative;
    top: -5px;
    width: 235px;
}

.zsjgd_search {
	background: url("images/search_box.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    font-size: 12px;
    height: 22px;
    left: 3px;
    width: 125px;
    padding: 0 5px 0 20px;
}
#search_label{
	width:26px;
	heidht:25px;
	overflow:hidden;
	 border-color: #7F9DB9;
    display:inline;
   
}
.search_button {
	background: url("images/search_btn.png") no-repeat scroll 0 0 transparent;
    border-width: 0;
    color: #FFFFFF;
    cursor: pointer;
    /* font-family: 微软雅黑; */
    height: 22px;
    padding: 0 0 3px;
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
}

.search_button:active {
	
}

.zsjgd_top_img {
	/* height: 186px; */
	border-top: 3px solid #FFFFFF;
    height: 186px;
    position: relative;
    width: 940px;
    margin: 0 auto;
}

.zsjgd_con1 {
	height: 260px;
	border-top: #FFFFFF 8px solid;
}

.zjsgd_news {
	height: 258px;
	border: #d8d8d8 solid 1px;
	width: 700px;
	float: left;
	position: relative;
}

.zjsgd_news_l {
	border-right: 1px solid #CCCCCC;
    height: 246px;
    padding: 6px 5px;
    position: relative;
    width: 270px;
}

.zjsgd_report {
	background: url("images/report_bg.png") repeat-x scroll 0 0 transparent;
    border: 1px solid #CCCCCC;
    float: right;
    height: 200px;
    margin-top: 10px;
    position: relative;
    width: 230px;
    z-index: 999;
}

.zjsgd_calendar {
	margin-top: 10px;
    top: 170px;
}

.zjsgd_report_title {
	padding: 5px 0 6px 10px;
	color: #d40000;
	font-weight: bold;
	font-size: 14px;
}

.zjsgd_report_year {
	padding: 0 10px 10px;
	height: 74px;
    overflow: hidden;
    position: relative;
}

.zjsgd_report_year p {
	color: #d40000;
	font-size: 12px;
	text-indent: 0;
}

.zjsgd_report_year li {
	padding-left: 15px;
    position: relative;
    width: auto;
    width: 90px;
}

.zjsgd_report_year li .li_icon{
	height: 0;
    left: 0;
    position: absolute;
    top: 7px;
    width: auto;
}

.zjsgd_report_year li img{
	margin: 0 5px;
}

.zjsgd_report_year li a {
	font-size: 12px;
	color: #333333;
}

.zjsgd_report_year li a:hover {
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
}

.zsjgd_con2 {
	height: 200px;
	margin-top: 9px;
}

.zjsgd_stock {
	width: 700px;
	height: 198px;
	border: #d8d8d8 solid 1px;
	float: left;
}

.zjsgd_stock_title {
	background: url(images/zsjgd_title_bg.png) repeat-x;
	height: 25px;
    line-height: 15px;
}

.zjsgd_stock_title_l {
	font-size: 14px;
	color: #d40000;
	font-weight: bold;
	padding: 5px 0 0 12px;
	float: left;
}

.zjsgd_stock_title_r {
	float: right;
	font-size: 12px;
	color: #666;
	padding: 6px 10px 0 0;
}

.zjsgd_resp {
	width: 230px;
	height: 115px;
	background: url(images/report_bg.png) repeat-x;
	float: right;
	border: #CCCCCC solid 1px;
}

.zjsgd_resp_tilte {
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    padding: 0;
}

.zjsgd_resp_tilte li:hover,.Menubox_head:hover,.title_hover{
	color: #D40000;
}

.zjsgd_resp_tilte li{
	border-right: 1px solid #CCCCCC;
    float: left;
    padding: 2px 10px 1px;
}

.zjsgd_resp li{
	float: left;
}

.zjsgd_resp_con {
	padding: 4px 0 0 10px;
}
/* 
.zjsgd_resp_con .activities{
	background-image: url(images/shz_bg.png);
	height: 84px;
    width: 194px;
    text-align: left;
}

.zjsgd_resp_con .activities a{
	position: relative;
	font-size: 14px;
	top: 33px;
	left: 10px;
	color: #D40000;
}

.zjsgd_resp_con .socialRespon{
	background-image: url(images/shz_jb.png);
	height: 84px;
    width: 194px;
    text-align: left;
}

.zjsgd_resp_con .socialRespon a{
	position: relative;
	font-size: 14px;
	top: 28px;
	left: 10px;
	color: #D40000;
} */

.zjsgd_resp_con li {
	margin-top: 4px;
}

.zsjgd_con3 {
	height: 200px;
    margin-top: 10px;
}

.zjsgd_business {
	width: 700px;
	height: 198px;
	border: #d8d8d8 solid 1px;
	float: left;
	overflow: hidden
}

.zjsgd_business_title {
	background: url(images/zsjgd_title_bg.png) repeat-x;
	height: 25px;
    line-height: 15px;
}

.zjsgd_business_title_l {
	font-size: 14px;
	color: #d40000;
	font-weight: bold;
	padding: 5px 0 0 12px;
	float: left;
}

.zjsgd_business_title_r {
	float: right;
	font-size: 12px;
	color: #666;
	padding: 6px 10px 0 0;
}

.zjsgd_recr {
	background: url(images/report_bg.png) repeat-x;
	border: 1px solid #CCCCCC;
    bottom: 0;
    float: right;
    height: 135px;
    margin-top: 10px;
    position: absolute;
    right: 0;
    width: 230px;
}

.zjsgd_recr_tilte {
	font-size: 14px;
    font-weight: bold;
    height: 30px;
    padding: 0;
}

.zjsgd_zhaop {
	padding: 0;
}

.zjsgd_zhaop li {
	margin-top: 8px;
}

.zjsgd_link {
	height: 40px;
	border: #cdcdcd solid 1px;
	background: #f4f4f4;
	margin-top: 10px;
}

.zjsgd_link_l {
	color: #EF5E03;
	font-weight: bold;
	font-size: 14px;
	padding: 10px 0 0 10px;
	float: left;
}

.zjsgd_link_r {
	float: left;
    padding: 12px 20px 0;
}

.zjsgd_link_r li{
	float: left;
}

.zjsgd_link_r a{
    padding: 0px 10px;
    text-decoration:underline;
}

.zjsgd_link_r a:hover {
	text-decoration: underline;
	color: #D40001;
}

.zjsgd_foot {
	border-top: solid #de0000 2px;
	margin-top: 6px;
	background-color: #ececec;
	text-align: center;
	height: 45px;
	color: #666666;
	font-size: 12px;
	line-height: 24px;
	width: 982px;
}

/* 添加下拉菜单样式 */

#topmenu_ul li {
	display: block;
	float: left;
	/* list-style: none; */
	font: 12px/36px Tahoma, Arial;
	/* padding: 0;
    text-align: center;
    width: 180px;
    position: relative; */
}
.topmenu_list {
	display: block;
	float: left;
	/* list-style: none; */
	font: 12px/36px Tahoma, Arial;
	padding: 6px 0 0 0;
	top: -6px;
    text-align: center;
    width: 163px;
    position: relative;
    *+line-height: normal;
}

#topmenu_ul img{
	margin: 0 1px 2px 0;
}

#topmenu_ul .menulist {
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	height: 37px;
	padding: 0;
}

/* #topmenu_ul .menulist:hover {
	text-decoration: none;
	background: url(images/zshgd_nav2.png) repeat-x;
} */

#topmenu_ul .menulistbox,.childrenmenulist {
	background-color: white;
    border-bottom: 1px solid grey;
    border-left: 1px solid grey;
    border-right: 1px solid grey;
    box-shadow: 2px 2px 3px #919191;
    cursor: default;
    display: none;
    height: auto;
    overflow: visible;
    padding: 10px 0;
/*     padding-bottom: 10px;
    padding-top: 10px;
    position: absolute; */
    /* width: auto; */
    z-index: 999;
    position: relative;
    left: -5px;
    top: 0px;
    width: 161px;
    margin-left:5px;
}

.childrenmenulist {
	left: 156px;
    position: absolute;
    top: -1px;
    border: 1px solid grey;
}

#topmenu_ul li ul li {
	float: none;
	display: block;
	position: relative;
	text-align: left;
}

.menulist_child{
	width: 100px;
	height: 20px;
}

.Topmenuhover{
	background-image: url(images/TopMenuBg.jpg);
	background-repeat: no-repeat;
}

#topmenu_ul .list_menulist {
    color: #888D92;
    padding: 3px 3px 3px 6px;
    /* width: 126px !important; */
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
	display: block;
	height: 21px;
    line-height: 20px;
    word-spacing: -0.1em;
}

.moreIcon{
	display: inline-block;
	background-image: url(images/ui-icons_888888_256x240.png);
	background-position: -34px -16px;
	width: 13px;
	height: 13px;
	background-repeat: no-repeat;
	position: absolute;
	right: 0px;
	/* 	top:10px; */ /* 修改前 */
	overflow: visible;
	/* 修改后 */
	top: 6px;
}
.menuJBBgColor1{
	background-color : #F5F5F5;
}
.menuJBBgColor2{
	background-color : #DCDCDC;
}
.menuJBBgColor3{
	background-color : #CFD7D9;
}
/* 下拉菜单样式添加完毕 */

/* 添加新闻框的样式 */
a {
	text-decoration: none;
	color: #727272;
}

a:hover {
	text-decoration: none;
	color: #D40001;
}

.zjsgd_news_r {
    height: 215px;
    left: 282px;
    overflow: hidden;
    padding: 5px 5px 5px 7px;
    position: absolute;
    text-overflow: clip;
    top: 0;
    width: 405px;
}

.zjsgd_news_r p span{
    font-size: 13px !important;
}

.zjsgd_news_r p{
	color: #333333;
	line-height: 24px;
}

.zjsgd_news_r h2{
	margin: 0 0 10px;
}

.zjsgd_news_r h2 a{
	color: #D40000;
	font-size: 14px;
	font-weight: bold;
}

.Menubox {
	border-bottom: 2px solid #D40000;
	padding: 0 0 5px;
	height: 17px;
}

.Menubox ul {
	padding: 0 10px;
}

.Menubox_head {
	display: block;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
    float: left;
    padding: 2px 8px 1px;
    cursor: pointer;
}

.head_right {
	border-right: none;
}

.head_invalid{
	border-right: none !important;
	border-bottom: 1px solid #CCCCCC;
	width: 48px;
}

.Menubox_last {
	padding-right: 0 !important;
}

.Menubox_head a {
	font-size: 12px;
	font-weight: bold;
	word-spacing: -0.1em;
}

.Menubox_head a:hover,.menubox_hover {
	color: #D40000;
}

.hidden {
	display: none;
}

.Contentbox {
	padding: 6px 0 0 0;
	position: absolute;
}

.Contentbox   ul {
	margin: 0;
	padding: 0 0 0 20px;
}

.Contentbox li {
	border-bottom: 1px dotted #D8D8D8;
	padding: 5px 0;
}

.Contentbox a {
	font-size: 14px;
	font-weight: normal;
}

.timeShow {
	display: inline;
	float: right;
}
/* 新闻框样式添加完毕 */

/* 添加幻灯片放映效果 */
#slide {
	position: absolute;
}

#slide .pic {
	float: left;
    overflow: hidden;
    padding: 0 0 5px;
    position: relative;
}

#slide .pic img {
	border: 1px solid #E4E4E4;
	height: 236px;
    width: 270px;
/* 	height: 190px; */
}

.slide_pic{
	height: 236px;
    width: 270px;
}

#slide .pagination {
	background-color: #5C6773;
    bottom: 5px;
    opacity: 0.8;
    position: absolute;
    text-align: left;
    width: 269px;
    right: 0;
}

#slide .pagination li {
	margin: 0;
}


#slide .pagination li a {
	background-image: none;
    background-position: 0 0;
    border-right: 1px solid #FFFFFF;
    color: #FFFFFF;
    display: block;
    float: left;
    height: 12px;
    line-height: 12px;
    margin: 0;
    overflow: hidden;
    padding: 3px;
    text-align: center;
    width: 12px;
	
}

#slide .pagination li.current a {
	background-color: #C3C3C3;
    border-right: 1px solid #FFFFFF;
    color: #333333;
}

.slides_container {
	width: 940px;
	height: 186px;
}

.pagination {
	position: absolute;
	bottom: 5px;
	right: 500px;
	margin: 0;
	width: auto !important;
	z-index: 99999;
}

#placeholder {
	width: 940px;
	height: 186px;
	position: relative;
	/* z-index: -1; */
}

.slides_container img{
	width: 940px;
	/* height: 186px; */
}

p {
	/* text-indent: 2em; */ /*em是相对单位，2em即现在一个字大小的两倍*/
}
/* 幻灯片放映效果添加完毕 */

object{
	position: relative;
}

.stock_info{
	z-index: -1;
    position:absolute;  
    top: 140px; 
}

.disclaimer{
	color: #797777;
    font-size: 11px;
    line-height: 10px;
    padding: 0 10px;
    width: 680px;
}

.more_info a{
	bottom: 6px;
    color: #D40000;
    font-weight: bold;
    position: absolute;
    right: 15px;
    z-index: 9999;
}

#textfield{
	color: #AAA;
	/* background-color: #FFF; */
}


.zjsgd_business_box {
	padding: 2px 5px;
}

.zjsgd_business_menu {
	background-color: #EEEEEE;
    border-bottom: 2px solid #D4D4D4;
    height: 20px;
    line-height: 20px;
    width: 100%;
}

.zjsgd_business_menu ul {
	padding: 0 10px;
}

.content_text{
	height: 75px;
    left: 0;
    overflow: hidden;
    padding: 0 5px;
    position: relative;
    top: 0;
    width: 220px;
}

.rep_contentBox{
	position: relative;
	height: 84px;
}

.ContentBox{
	bottom: 0;
    height: 100px;
    position: absolute;
}

.ContentBox img{
	height: 140px;
	width: auto;
    left: 5px;
    position: absolute;
    top: 1px;
}

#nested{
	margin: 0 auto;
}

#acc .acc-section {
    background: none repeat scroll 0 0 #EFF8FD !important;
}

#nested .acc-section {
    background: none repeat scroll 0 0 #EFF8FD !important;
}

#nested h3{
	padding: 0;
	width: 196px;
	color: #333333;
}

#acc .acc-content{
	padding: 10px;
    width: 197px;
}

#nested .acc-content{
	width: 166px;
}

.stock_trend,.word_map{
	overflow: hidden;
	font-size: 12px !important;
    /* padding: 0 5px !important;
    width: 740px !important; */
}
/* ===================================首页样式结束=================================== */
input,button,select,textarea{outline:none}
p{
	line-height: 30px;
	text-align:Justify;/*(火狐)*/
	text-justify:inter-ideograph;/*(IE)*/
}
.line{
	font-weight: normal;
    position: absolute;
    right: -2px;
    z-index: 0;
	*top: -2px;
}
#jointLink{
	border-bottom: 1px solid #CCCCCC;
    line-height: 40px;
    position: relative;
    width: 585px;
}
#jointLink a{
	text-decoration: none;
	color: #C51015;
    font-size: 19px;
}
#jointLink a:hover{
	/* text-decoration: underline; */
}
#jointItems{
	display: block;
    height: 275px;
    padding: 5px 0 0;
    position: relative;
    width: 585px;
    display: none;
}
#jointItems ul li{
	border-bottom: 1px dotted #CCCCCC;
    float: left;
    height: 40px;
    margin: 0 20px 0 0;
    padding: 10px 0;
    width: 282px;
}
#jointItems ul li.second{
    margin: 0;
}
#jointItems .jointImg{
	display: inline-block;
    position: relative;
}
#jointItems .jointImg img{
	
}
#jointItems .jointName{
	display: inline-block;
    margin: 0 0 0 10px;
    position: absolute;
}
#AttShow{
	font-size: 12px;
}

/* ============================内页图片=============================== */

#PicDiv {
    position: relative;
    width:753px !important;
    margin:0 auto !important;
    height: 270px !important;
}
.PicDivText{
	background: url("images/section_bar.png") repeat scroll 0 0 transparent;
    bottom: 13px;
    color: #FFFEB4;
    display: block;
    /* font-family: 宋体; */
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    margin: 0 auto;
    overflow: hidden;
    position: absolute;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 753px;
    z-index: 9;
}
.PicDivText span{
	left: 30px;
    top: 13px;
    z-index: 9;
}
.firstList{
	left: 90px;
    position: relative;
    top: 20px;
}
.secondList{
	left: 140px;
    position: relative;
    top: 15px;
}
.thirdList{
	left: 180px;
    position: relative;
    top: 10px;
}

.news_rightC{
	border: 1px solid #DDDDDD;
    border-radius: 5px 5px 0 0;
    height: auto;
    position: absolute;
    right: 0;
    top: 323px;
    width: 240px;
}
.news_rightC_head{
	background: none repeat scroll 0 0 #EEEEEE;
    border-radius: 5px 5px 0 0;
    height: 25px;
    position: relative;
}
.rightC_1{
    border-bottom: 1px dotted #DDDDDD;
    height: auto;
    margin: 10px;
    position: relative;
}
.rightC_2{
    border-bottom: 1px dotted #DDDDDD;
    height: auto;
    margin: 10px;
    position: relative;
}
.rightC_3{
    height: auto;
    margin: 10px;
    position: relative;
}
.news_rightC .ShowList{
	padding: 0 0 10px;
}
.news_rightC .ShowList li{
	
}
.news_rightC .ShowList li img{
	margin: 0 10px 1px 0;
}
.news_rightC .ShowList li a{
	display: block;
    overflow: hidden;
    padding: 5px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 220px;
}
.right_title{
	background: url("images/nav_bg_1.png") repeat scroll 0 0 transparent;
    border: 1px solid #DDDDDD;
    border-radius: 5px 5px 5px 5px;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    margin: 0 0 15px;
    padding: 3px 10px;
}

/* 懂事会简介样式 */
.boardList{
	
}
.boardList h2 {
    border-bottom: 3px solid #999999;
    color: #333333;
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-decoration: none;
}
.boardList .record-list {
    margin-bottom: 30px;
    width: 679px;
}

.boardList .record-list a.even {
    background-color: #EDEDED;
}
.boardList .record-list a.selected {
    background-color: #9EB6C2;
    color: #FFFFFF;
}
.boardList .record-list > a {
	color: #434343;
    display: block;
    font-family: 'Helvetica';
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
    width: 659px;
}
.display{
	display: block !important;
}
.boardList .record-list > p {
	color: #333333;
    font-family: 'Helvetica';
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 30px;
    display: none;
    text-indent: 2em;
    margin-top: 10px;
}
.page_bottom{
	color: #333;
    position: relative;
    text-align: left;
    width: 960px;
    margin: 0 auto;
}
.page_bottom .bottom_links{
	display: block;
    height: 20px;
}
.page_bottom .bottom_links ul a{
	color: #333;
}
.page_bottom .bottom_links ul a:hover{
	text-decoration: underline;
}
.page_bottom .bottom_links ul li{
	border-right: 1px solid #333;
    display: block;
    float: left;
    height: 12px;
    line-height: 12px;
    padding: 0 10px;
}
.page_bottom .bottom_links ul li:first-child{
	padding: 0 10px 0 0;
}
.page_bottom .bottom_links ul li:last-child{
	border-right: none;
}
.imageLink{
    width: 112px;
    height: 52px;
    position: absolute;
    top: 4px;
    text-align: right;
    left: 348px;
}
.FriendlyLink{
	position: absolute;
    right: 0;
    text-align: left;
    top: -3px;
    width: auto;
}
.FriendlyLink .linksTitle{
	display: block;
    font-size: 12px;
    height: 20px;
}
.FriendlyLink .links a{
	color: #333;
	font-size: 14px;
}
.FriendlyLink .links a:hover{
	text-decoration: underline;
}
.FriendlyLink .links li{
	background: url("images/icon_small.png") no-repeat scroll 0 0 transparent;
    float: left;
    font-size: 14px;
    height: 20px;
    line-height: 22px;
    margin: 0 15px 0 0;
    padding: 0 0 0 23px;
}

.new_compInfo{
	background: none repeat scroll 0 0 #FFFFFF;
    210-radius: 2px 2px 2px 2px;
    box-shadow: 0 3px 5px #999999;
    height: 205px;
    left: 0;
    position: absolute;
    width: 370px;
}
.new_compNews{
    float: left;
    height: 26px;
    width: auto;
}
.new_stoInfo{
	background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 3px 5px #999999;
    height: 195px;
    padding: 10px 0 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 230px;
}
.new_compInfo_top{
	font-size: 14px;
    font-weight: bold;
    height: 36px;
    line-height: 26px;
    padding: 0 5px;
}

.new_compInfo_detail{
	height: 153px;
    overflow: hidden;
    padding: 11px 10px 5px;
}
.new_stoInfo_detail{
	overflow: hidden;
}
.new_compInfo_top span,.new_stoInfo_top span{
	background-image: url("images/bar_bg.png");
    color: #FFFFFF;
    height: 26px;
    cursor: pointer;
    padding: 0 10px;
    position: absolute;
}
.new_compNews_top span:hover{
	background-image: url("images/bar_bg_h.png");
}
.new_compInfo_top span{
	left: 0;
    top: 10px;
    width: 350px;
}
.new_compNews_top span{
	color: #FFFFFF;
    cursor: pointer;
    display: block;
    height: 26px;
    padding: 0 10px;
    text-align: center;
    width: auto;
}
.new_stoInfo_top span{
	width: 210px;
	left: 0;
}
.new_viewmore{
    position: absolute;
    right: 5px;
    bottom: 13px;
    height: 12px;
}
.new_refresh{
	/* background: url("images/refresh.png") no-repeat scroll 0 0 transparent;
    padding: 0 0 0 15px; */
    position: absolute;
    right: 5px;
    top: 44px;
    bottom: 13px;
    height: 12px;
    line-height: 11px;
}
.new_refresh:hover{
	/* background: url("images/refresh_h.png") no-repeat scroll 0 0 transparent; */
}
.new_viewmore a{
    position: relative;
    top: -3px;
    *top: -10px;
    z-index: 1;
    color: #C51015;
}
.new_viewmore a:hover{
    color: #C51015;
    text-decoration: underline;
}

.new_report_announce{
	background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 3px 5px #999999;
    height: 205px;
    left: 399px;
    position: absolute;
    top: 0;
    width: 300px;
}
.new_report_announce .items{
	background: url("images/bar_bg.png") repeat scroll 0 0 transparent;
    height: 26px;
    margin: 10px 0 0;
    width: 290px;
    padding: 0 5px;
}
.new_report,.new_announce{
    float: left;
    height: 26px;
    width: auto;
}
.new_report{
	right: 0;
}
.new_announce{
	left: 0;
}
.new_report_top,.new_announce_top,.new_compNews_top,.new_stoInfo_top{
    font-size: 14px;
    font-weight: bold;
    height: 26px;
    line-height: 26px;
}
.new_report_top span,.new_announce_top span{
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    height: 26px;
    padding: 0 10px;
    text-align: center;
    width: auto;
}
.new_report_top span:hover,.new_announce_top span:hover{
	/* background-image: url("images/bar_bg_h.png"); */
}
.new_hover{
	background-image: url("images/bar_bg_h.png");
}
.new_announce_top span{
	
}
.new_report_top span{
	
}
.new_report_detail,.new_announce_detail{
	background: none repeat scroll 0 0 #FFFFFF;
	height: 140px;
    left: 0;
    overflow: hidden;
    padding: 15px 10px;
    position: absolute;
    width: 280px;
}
.new_announce_detail{
	padding: 5px 10px;
	height: 160px;
}
.new_report_detail,.new_compNews_detail{
	display: none;
	z-index: 9;
}
.new_announce:hover .new_announce_detail,.new_report:hover .new_report_detail,.new_compNews:hover .new_compNews_detail{
	display: block;
}
.new_announce:hover .new_announce_top span,.new_report:hover .new_report_top span,.new_compNews:hover .new_compNews_top span{
	/* background-image: url("images/bar_bg_h.png"); */
}
.new_compNews_detail{
	background: none repeat scroll 0 0 #FFFFFF;
	height: 160px;
    padding: 5px 10px;
    position: absolute;
    right: 0;
    width: 280px;
}
.new_compNews_detail li,.new_report_detail li,.new_announce_detail li{
	position: relative;
	height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 25px;
	border-bottom: 1px dotted #999;
}
.new_report_detail ul a,.new_announce_detail ul a,.new_compNews_detail ul a{
	color: #666666;
    left: 0;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    top: 3px;
    white-space: nowrap;
    width: 195px;
    z-index: 1;
    *top: 0px;
    *line-height: 25px;
}
.new_report_detail a,.new_announce_detail a{
	width: 155px;
}
.new_report_detail a:hover,.new_announce_detail a:hover,.new_compNews_detail a:hover {
	text-decoration: underline;
}
.li_icon img{
	margin: 10px 0 0 0;
	width: 3px;
}
.li_img{
	width: 77px;
	height: 103px;
	display: block;
}
.li_img img{
	margin: 0;
	width: 77px;
}
.new_report_detail ul li a{
	display: block;
	position: relative;
	left: 0;
	width: 85px;
}
.new_compNews_detail .class_time,.new_announce_detail .class_time{
	float: right;
	position: absolute;
	left: 0;
	line-height: 16px;
	width: 75px;
	height: 15px;
	margin: 7px 0 0 0;
	border-right: 2px solid #999;
    *line-height: 11px;
}

.stock_info_tran{
	background-image: url("main/img/tran_bg.png");
    height: 180px;
    left: 0;
    position: absolute;
    top: 34px;
    width: 370px;
    z-index: 9999;
}

.new_compInfo_stock{
	height: 210px;
    margin: 25px auto 0;
    position: relative;
    width: 960px;
}
#frend_link{
	border-bottom: 2px solid #0250a4;
    border-top: 2px solid #0250a4;
    padding: 5px 0 10px;
    position: absolute;
    top: 301px;
    width: 200px;
}
.links_title{
	display: block;
    font-size: 14px;
    height: 25px;
    padding: 0 20px;
}
.link_icon{
	margin-right: 3px;
    position: relative;
    top: 1px;
}
.link_items{
	
}
.new_serch_filed{
	background: url("images/search_icon.png") no-repeat scroll 5px 5px transparent;
    /* border: 1px solid #7F9DB9; */
    bottom: 12px;
    height: 22px;
    position: absolute;
    right: 0;
    width: 235px;
}
.new_leftmenu_toptile{
	color: #333;
    font-size: 13px;
    font-weight: bold;
    line-height: 25px;
    padding: 0 5px;
    position: relative;
    text-align: center;
    top: -18px;
}
.new_sto_title{
	position: relative;
	left: 10px;
}
object{
	left: -22px;
}
.new_sto_img{
	height: 185px;
    left: -3px;
    position: relative;
    top: -4px;
    width: auto;
}


.compInfo_pic{
	display: inline-block;
    height: 145px;
    width: 145px;
}
.new_compInfo_detail .detailC{
	display: inline-block;
    height: 140px;
    width: 195px;
    margin-left: 5px;
    position: absolute;
}
.new_compInfo_detail .detailC p,.new_compInfo_detail .detailC span,.new_compInfo_detail .detailC div{
	line-height: 21px !important;
	color: #666;
}
.new_compInfo_detail .detailC p img{
	display:none;
}
#mainForm{
	padding: 15px 0 0;
	background-color: #FFF;
}

#footerMenu{
  	width:960px;
  	margin:0 auto;
  	background: none;
  	float: right;
}
.footer_p{
  	margin-top:6px;
  	cursor: pointer;
}
#btmNavBtn{
  	width:750px;
  	height:29px;
  	margin:0 auto;
}
#footer_CompanyInfo{
  	float:left;
  	width:280px;
}
#footer_service{
  	/* display:none; */
  	height:220px;
  	width:960px;
  	/* background-image:url('images/footer_bg.jpg'); */
  
}
.footer_Div{
  	width:124px;
  	float:left;
  	padding-left:15px;
  	border-left:1px dashed lightgrey;
  	margin-bottom: 20px;
}
.footer_ellipsis{
  	text-overflow:ellipsis; 
  	overflow:hidden; 
  	white-space:nowrap; 
  	width:108px;
  	height:18px;
  	text-align:left;
  	font-size:13px;
  	color:grey;
  	position: relative;
  	line-height: 20px;
  	padding: 0 13px 0 0;
}
.footer_Menu_bg1{
	background:url('images/ya_btm_arrow1.jpg');
}
.footer_Menu_bg2{
	background:url('images/ya_btm_arrow2.jpg');
}
.footer_Menu_bg3{
	background:url('images/ya_btm_arrow3.jpg');
}
.footer_Menu_bg4{
	background:url('images/ya_btm_arrow4.jpg');
}
.class_time{
	float: right;
    position: absolute;
    right: 0;
    line-height: 0;
    *line-height: 0px;
}
.openings a:hover{
	text-decoration: underline;
}