﻿html {
	text-align: center;
	/*background: #EDEDED url(../images/main_bg.jpg) repeat-x left top;*/
}
body {
	/*width: 940px;*/
	text-align: left;
	margin: 0 auto;
	background: #fff;
	font-family: 微软雅黑,Microsoft YaHei,Helvetica Neue,Helvetica,sans-serif,宋体;
}
td {
	font-size: 14px;
	line-height: 22px;
	color: #333;
}
img {
	border: none;
}
p,ul,ol,li,form {
	margin: 0;
	padding: 0;
	list-style: none;
}
a {
	color: #045db1;
	text-decoration: none;
}
.content {
}
.sider {
	width: 300px;
}
.homepage .sider {
	width: 230px;
}
h2{
    font-size: 1.3em;
    text-align: left;
}
.btn-outline{
	border: 1px solid #025db0;
    border-radius: 5px;
    line-height: 40px;
    padding: 0 15px;
    width: 210px;
    margin-bottom: 40px;
}
input[type="submit"]{
	background-color:#025db0;
	color:#fff;
	height: 36px;
    padding: 0px 50px;
    font-weight: bold;
    cursor: pointer;
}
/** 页头区 **/
.top {
	border-bottom: 1px solid #DCDCDC;
}
.top td {
	background: #F4F4F4;
}
.top table td {
	padding: 3px 10px;
}
.top a {
}
.top .inputText {
	height: 14px;
	border: 1px solid #999;
}
.top .inputSub {
	height: 19px;
}

/** 导航 **/
/* 所有class为menu的div中的ul样式 */
div.menu ul
{
    list-style:none; /* 去掉ul前面的符号 */
    margin: 0px; /* 与外界元素的距离为0 */
    padding: 0px; /* 与内部元素的距离为0 */
    width: auto; /* 宽度根据元素内容调整 */
}
/* 所有class为menu的div中的ul中的li样式 */
div.menu ul li
{
    float:left; /* 向左漂移，将竖排变为横排 */
}
/* 所有class为menu的div中的ul中的a样式(包括尚未点击的和点击过的样式) */
div.menu ul li a
{
    background-color: #ffffff; /* 背景色 */
    border: 0px #085dae solid; /* 边框 */
    color: #333; /* 文字颜色 */
    display: block; /* 此元素将显示为块级元素，此元素前后会带有换行符 */
    line-height: 89px;
    padding: 14px 20px 4px;
    text-decoration: none; /* 不显示超链接下划线 */
    white-space: nowrap; /* 对于文本内的空白处，不会换行，文本会在在同一行上继续，直到遇到 <br> 标签为止。 */
    border-bottom-color:#FFFFFF;
    border-bottom-width:3px;
	font-size: 14px;
    font-weight: bold;
}
/* 所有class为menu的div中的ul中的a样式(鼠标移动到元素中的样式) */
div.menu ul li a:hover,div.menu ul a.active
{
    background-color: #ffc40e; /* 背景色 */
    color:#fff; /* 文字颜色 */
    text-decoration: none; /* 不显示超链接下划线 */
    border-bottom-color:#085dae;
    border-bottom-width:3px;
}
/* 所有class为menu的div中的ul中的a样式(鼠标点击元素时的样式) */
div.menu ul li a:active
{
    background-color: #ffffff; /* 背景色 */
    color: #000000; /* 文字颜色 */
    text-decoration: none; /* 不显示超链接下划线 */
}



/* 子栏目导航菜单距离调整 */
#tabnav_div_1 {
}
#tabnav_div_2 {
	padding-left: 100px;
}
#tabnav_div_3 {
	padding-left: 200px;
}
#tabnav_div_4 {
	padding-left: 300px;
}
#tabnav_div_5 {
	padding-left: 400px;
}
#tabnav_div_6 {
	padding-left: 500px;
}
#tabnav_div_7 {
	padding-left: 600px;
}
#tabnav_div_8 {
	padding-right: 40px;
	text-align: right;
}

/* 页尾区 */
.footer{
	background-color:#e1e1e1;
	height:70px;
}
.footer p{
	text-align:left;
	color: #666;
    font-size: 14px;
    padding: 10px 70px 0 50px;
}
/** 公共定义 **/
.main{
	background-color:#FFFFFF;
	width:1130px;
	padding: 25px;
	overflow: hidden;
	box-shadow: 0px 5px 5px #ccc;
    border: 1px solid #dedede;
}
.title td {
	font-size: 14px;
	line-height: 26px;
	color: #07519A;
	padding: 0px 10px;
}
.box {
	border: 1px solid #AACCEE;
	border-width: 0 1px 1px 1px;
}
.box ul {
	list-style: none;
	padding: 8px;
}
.box ul li {
	background: url(../images/bullet.gif) no-repeat left center;
	line-height: 1.6;
	padding: 2px 0 2px 8px;
}
.no_doc ul li {
	background: url(none);
	padding-left: 0px;
}
.box ul li p {
	margin: 0 0 4px;
	padding: 0 0 5px;
	color: #666;
	border-bottom: 1px dashed #CCC;
}
.box ul li strong {
	display: block;
}
.rank {
	margin: 0px;
	padding: 8px 6px;
}
.rank li {
	padding-left: 18px;
	line-height: 23px;
}
.rank li.no1 {
	background: url(../images/1.gif) no-repeat 4px center;
}
.rank li.no2 {
	background: #F2F8FD url(../images/2.gif) no-repeat 4px center;
}
.rank li.no3 {
	background: url(../images/3.gif) no-repeat 4px center;
}
.rank li.no4 {
	background: #F2F8FD url(../images/4.gif) no-repeat 4px center;
}
.rank li.no5 {
	background: url(../images/5.gif) no-repeat 4px center;
}
.rank li.no6 {
	background: #F2F8FD url(../images/6.gif) no-repeat 4px center;

}
.rank li.no7 {
	background: url(../images/7.gif) no-repeat 4px center;
}
.rank li.no8 {
	background: #F2F8FD url(../images/8.gif) no-repeat 4px center;
}
.rank li.no9 {
	background: url(../images/9.gif) no-repeat 4px center;
}
.rank li.no10 {
	background: #F2F8FD url(../images/10.gif) no-repeat 4px center;
}
.news_title {
	margin-top: 10px;
}
.news_title strong {
	background: #f4f4f4 url(../images/h2_icon.gif) no-repeat 8px center;
	display: block;
	padding-left: 20px;
	line-height: 2;
	margin: 0 8px;
	font-size: 14px;
}
.news_title p {
	margin: 6px 8px 0px;
	padding: 0 0 8px;
	color: #666;
	border-bottom: 1px dashed #CCC;
}
.focus {
	margin-top: 10px;
	background: url(../images/focus_bg.jpg) repeat-x left top;
	border: 1px solid #AACCEE;
}
.focus strong {
	font-size: 16px;
	line-height: 32px;
	margin-bottom: 6px;
	text-align: center;
	display: block;
	border-bottom: 1px dashed #ccc;
}
.margin_top {
	margin-top: 10px;
}
.inputText {
	border: 1px solid #ccc;
}
.banner_ad {
	padding: 0 10px;
}
.picText {
	margin-bottom: 10px;
	background: #F8F8F8;
}
.picText strong {
	display: block;
}
.picText img {
}
.picList {
	padding:35px 0 0;
}
.picList table td img {
	margin-bottom: 1px;
}
.tprice span {
	text-decoration: line-through;
}
.price {
	color: #f60;
}

/* tab选项卡 */
.tbtncon {
	height:26px;
}
.tbtn1 {
	font-size:12px;
	font-weight:normal;
}
.tbtncon li{
	border-left:none;
	border-top:none;
	color:white;
	cursor:pointer;
	display:block;
	float:left;
	text-align:center;
	text-decoration:none;
	line-height:30px;
	padding: 2px 25px;
    margin-right: 20px;
	background:#FFC40E;
	font-weight: bold;
}
.tbtncon li.curr{
	background:#045DB1;
	color:white;
	cursor:default;
}

/* 频道和列表页 */
.position {
	background: #E9F2FB url(../images/title_bg.gif) repeat-x left top;
	color: #07519A;
	border: 1px solid #AACCEE;
	border-bottom: none;
	margin-bottom: 10px;
}
.position td {
	line-height: 26px;
	padding: 0px 10px;
	font-family: "宋体";
}
.channle .box {
	margin-bottom: 10px;
}
.listpage .news_list .box {
	border-width: 1px;	
	padding: 0 10px;
}
.listpage .list_content .box{
	border-width: 1px;	
	padding: 10px;
}
.listpage .news_list .box ul {
	border-bottom: 1px dashed #ccc;
}
.news_list .box ul li {
	clear: both;
	padding: 0 0 0 8px;
	line-height: 28px;
	height: 28px;
}
.news_list .box ul li a {
	font-size: 14px;
	float: left;
}
.news_list .box ul li span {
	font-size: 14px;
	float: right;
}
.flash_list .line_bottom {
	color: #666;
	margin-bottom: 4px;
	border-bottom: 1px dashed #ccc;
}
.flash_list .flashsay {
	color: #666;
}
.movie_list .line_bottom {
	color: #666;
	margin-bottom: 4px;
	border-bottom: 1px dashed #ccc;
}
.movie_list .titlepic img {
	border: 1px solid #ccc;
	padding: 3px;
}
.shop_list .line_bottom {
	color: #666;
	margin: 8px 0;
	border-bottom: 1px dashed #ccc;
}
.shop_list .line_bottom table {
	margin-bottom: 8px;
}
.photo_list .line_bottom {
	color: #666;
	margin: 8px 0;
	border-bottom: 1px dashed #ccc;
}
.photo_list .line_bottom table {
	margin-bottom: 8px;
}
.info_list .line_bottom {
	color: #666;
	margin: 8px 0;
	border-bottom: 1px dashed #ccc;
}
.info_list .line_bottom .titlepic {
	width: 90px;
}
.info_list .titlepic img {
	border: 1px solid #ccc;
	padding: 3px;
}
.info_list .line_bottom .click {
	color: #f60;
}
.info_list .line_bottom .smalltext {
	color: #666;
}
/*首页*/
.index-left-block{
	background:url(../images/index-left-1.png)-2px no-repeat;
	overflow:hidden;
	padding-left: 79px;
}
.index-right-block{
	background:url(../images/index-right-1.png) no-repeat;
	overflow:hidden;
	padding-left:75px;
}
.index-left-item{
	float:left;
	margin: 49px 16px;
}
.index-right-item{
	float:left;
	margin:22px 3px;
}
.index-left-item p,.index-right-item p{
	color:#333;
	margin-top: 10px;
}
.index-left-item a:hover,.index-right-item a:hover{
	text-decoration:none;
}
.index-left-item a:hover p,.index-right-item a:hover p{
    color: #07519A;
	text-decoration:none;
}
/* 内容页 */
.showpage .main .box {
	border-width: 1px;
}
.news .main .box {
	padding: 0 20px;
	background: #F7FDFF;
}
.info .main .box {
	padding: 0 20px;
}
.showpage .main .title_info {
	margin-top: 15px;
	text-align: center;
}
.showpage .main .title_info h1 {
	font-size: 24px;
	line-height: 2;
	margin: 0px;
	padding: 0px;
}
.showpage .main .title_info .info_text {
	border-bottom: 1px dashed #ccc;
	line-height: 2;
	padding-bottom: 6px;
	color: #666;
}
.showpage .digg {
	background: url(../images/digg_bg.gif) no-repeat left top;
	width: 62px;
	margin-bottom: 10px;
}
.showpage .digg td {
	text-align: center;
	padding-right: 4px;
}
.showpage .digg .diggnum {
	height: 38px;
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
}
.showpage .digg .diggit {
	height: 30px;
	line-height: 24px;
}
.showpage .main #text {
	font-size: 14px;
	line-height: 1.8;
}
.showpage .main #text p {
	margin: 1em 0;
}
.showpage #plpost {
	margin-top: 10px;
	border: 1px solid #AACCEE;
}
.showpage #plpost .title {
	border: 0px solid #AACCEE;
}
.showpage #plpost .title span {
	color: #CC0000;
}
.showpage #plpost #saytext {
	display: block;
	margin: 0 0 10px;
	padding: 8px;
	height: 100px;
	width: 90%;
	border: 1px solid #ccc;
}

/* 系统文件表格样式 */
.header	{ 
	background: #E9F2FB url(../images/title_bg.gif) repeat-x left top;
	color: #07519A;
	border: 1px solid #AACCEE;
	border-bottom: none;
}
.header a { color: #000000 }
.tableborder input,.tableborder textarea{
	border: 1px solid #ccc;
    line-height: 36px;
    border-radius: 5px;
    margin-bottom: 15px;
}
.tableborder .title{
	float: left;
    text-align:center;
    width: 60px;
	line-height: 36px;
}
.tableborder textarea{
	width:98%;
	height:110px;
	resize:none;
}
/* 分页样式*/
.list_page {
	/*margin: 15px 5px;*/
}
.pageLink a,
.list_page a,
.list_page b {
	padding: 4px 4px 2px;
	border: 1px solid #D2EFFF;
	background: #F0F8FF;
	text-align: center;
	display: inline;
	font-size: 14px;
	}
.pageLink a:hover,
.list_page a:hover{
	border: 1px solid #D2EFFF;
	background: #fff;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	}

/*分页样式2*/
.showpage .epages {
	text-align: center;
	}
.epages{margin:3px 0;font:11px/12px Tahoma}
.epages *{vertical-align:middle;}
.epages a{padding:1px 4px 1px;border:1px solid #A6CBE7;margin:0 1px 0 0;text-align:center;text-decoration:none;font:normal 12px/14px verdana;}
.epages a:hover{border:#659B28 1px solid;background:#f3f8ef;text-decoration:none;color:#004c7d}
.epages input{margin-bottom:0px;border:1px solid #659B28;height:15px;font:bold 12px/15px Verdana;padding-bottom:1px;padding-left:1px;margin-right:1px;color:#659B28;}

/*图片自动缩图*/
.photoresize {
	max-width:560px;
	myimg:expression(onload=function(){
	this.style.width=(this.offsetWidth > 560)?"560px":"auto"}
		   );
	}

.ecomment {margin:0;padding:0;}
.ecomment {margin-bottom:12px;overflow-x:hidden;overflow-y:hidden;padding-bottom:3px;padding-left:3px;padding-right:3px;padding-top:3px;background:#FFFFEE;padding:3px;border:solid 1px #999;}
.ecommentauthor {float:left; color:#F96; font-weight:bold;}
.ecommenttext {clear:left;margin:0;padding:0;}


/*新闻中心 新增*/
.newsList{ height:146px; margin-bottom:25px;
           transition:background-color 1s ease 0s;
-ms-transition:background-color 1s ease 0s;
-moz-transition:background-color 1s ease 0s;
-webkit-transition:background-color 1s ease 0s;
-o-transition:background-color 1s ease 0s;}


.new_list ul{ list-style:none;}
.new_list ul li{line-height:40px; border-bottom:1px #c1c0c0 dotted; height:40px; overflow:hidden; 
                transition:background-color 1s ease 0s;
-ms-transition:background-color 1s ease 0s;
-moz-transition:background-color 1s ease 0s;
-webkit-transition:background-color 1s ease 0s;
-o-transition:background-color 1s ease 0s;}
.new_list ul li a{ text-decoration:none; display:block; width:390px;text-align:left;}
.new_list ul li span{float:right; color:#808080; font-size:10px; display:block;width:80px;}

.new_list ul li.hover{background:#f2f2f2;}
.new_list ul li.hover a{ color:#0072c5}
.new_list ul li.hover span{color:#0072c5}
.news h1{
	color:#fff;
	font-size: 17px;
    text-align: left;
}
.news h1 span{
	background-color:#045db1;
	padding: 6px 30px;
}
.news-head{
	margin-bottom:20px;
}
.news-head h2{
	border-bottom:1px solid #ccc;
	text-align: center;
    font-size: 22px;
    padding-bottom: 20px;
	position:relative;
	margin-bottom: 10px;
}
.news-head h2 a{
	font-size: 14px;
    font-weight: normal;
    position: absolute;
    right: 8px;
    bottom: 5px;
}
.news-head p{
    text-align: center;
    color: #999;
}
.news-head p span{
	margin:0 10px;
}
.article{
	padding-top:10px;
}
.article img{
	max-width:100%;
}
.article p{
	margin:5px 0;
}
/* 新增分页样式 */
.shpa{ 
width: 420px; 
} 
.shpa b{ 
padding:0 5px 0; 
margin-top:13px; 
color:#d04e00; 
display:inline-table; 
border:1px solid #ccc; 
} 
.shpa a{ 
padding:0 5px 0; 
color:#1F3A87; 
display:inline-table; 
border:1px solid #ccc; 
} 
.shpa a:hover{ 
color:#fff; 
background:#1f3a87; 
border:1px solid #1f3a87; 
} 


/* 投资者关系  */
.ggList{ }
.ggList ul{ display:block;height:44px; border-bottom:1px #c1c0c0 dashed;}
.ggList li{ float:left; line-height:44px; text-align:left; }
.ggList li a{ display:block; overflow:hidden;}
.ggList li.li0{ width:100px;}
.ggList li.li1{ width:520px;}
.ggList li.li2{ width:110px; background:url(../images/icon-4.png) left  no-repeat; text-indent:26px;}
.ggList li.li3{ width:70px; background:url(../images/icon-5.png) left  no-repeat; text-indent:26px;}
.ggList li.li1 a{ height:44px; overflow:hidden; margin-right:40px;}
.ggListHover a{ color:#005eb0;}
.ggListHover li.li2{width:110px;background:url(../images/icon-4-s.png) left no-repeat;text-indent:26px;}
.ggListHover li.li3{width:70px;background:url(../images/icon-5-s.png) left no-repeat;text-indent:26px;}
.hotline{
	overflow:hidden;
	margin-top:20px;
}
.hotline-item{
	float:left;
	width: 39%;
    padding: 0 50px 0 0px;
	height: 400px;
}
.hotline-item:first-child{
	border-right:2px solid #efefef;
	margin-right: 50px;
}
.hotline-item h3{
	background-color:#f2f2f2;
	line-height: 40px;
    font-size: 20px;
    padding-left: 20px;
}
.hotline-item p{
	padding-left:20px;
	font-size: 15px;
    line-height: 30px;
}
.hotline-item p.name{
	font-size:20px;
	margin:30px 0 23px;
}

/* 股票信息  */
.stockTabs{ height:30px; line-height:30px; border-bottom:1px #e5e5e5 solid; padding-left:50px;}
.stockTabs li{ float:left; width:120px; text-align:center;line-height:29px;border:1px #fff solid;border-bottom:1px #e5e5e5 solid;   font-size:14px;}
.stockTabs a{ display:block;}
.stockTabs li.current,.stockTabs li.hover{ border:1px #e5e5e5 solid; border-bottom:none; background:#f2f2f2;}

.stockC{ display:none; padding:20px 10px; border:1px #e5e5e5 solid; border-top:none; padding-left:50px;}
/*招聘*/
.joblist{
	width:100%;
	border-collapse:collapse;
}
.joblist tr:first-child{
	background-color:#f1f1f1;
	border:0 none;
}
.joblist .title{
	width:25%;
	text-align:center;
}
.joblist td{
	line-height:40px;
	text-align:center;
}
.joblist tr{
	border-bottom:1px solid #d3d3d3;
}
.job-title h3{
	background-color:#f2f2f2;
	line-height:40px;
	padding-left: 20px;
    margin-bottom:10px;
}
.job-title h3 a{
	font-size: 14px;
    font-weight: normal;
    float: right;
    margin-right: 20px;
}
.job-title ul li{
	display:inline-block;
	border-bottom: none;
    width: 24%;
}
.job-detail{
	line-height:24px;
	padding: 20px 0;
    border-top: 1px solid #ccc;
}
.job-send .btn{
	line-height: 40px;
    padding: 0 30px;
    display: block;
    background-color: #045db1;
    color: #fff;
    width: 72px;
    font-size: 18px;
	margin-bottom: 25px;
}
.job-send ul li{
	display:inline-block;
	width: 180px;
    height: 85px;
    border: 0;
}

/*主营业务*/
.main-tab{
	background-color:#f3f3f3;
	float: left;
    margin: -25px;
    width: 160px;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}
.main-tab .tab-item{
	height:172px;
}
.main-tab .tab-item a{
	display:block;
	width:100%;
	height:100%;
	position:relative;
}
.main-tab .tab-item a p{
	position: absolute;
    bottom: 28px;
    width: 100%;
    font-size: 18px;
	color:#4a4a4a;
	font-weight:bold;
}
.main-tab .tab-item.active a p{
	color:#fff;
}
.main-tab .tab-item .dc{
	background:url(../images/icon-1.png) center 36px  no-repeat;
}
.main-tab .tab-item.active .dc{
	background:url(../images/icon-1-w.png) center 36px  no-repeat;
}
.main-tab .tab-item .ky{
	background:url(../images/icon-2.png) center 36px  no-repeat;
}
.main-tab .tab-item.active .ky{
	background:url(../images/icon-2-w.png) center 36px  no-repeat;
}
.main-tab .tab-item .rent{
	background:url(../images/icon-3.png) center 36px  no-repeat;
}
.main-tab .tab-item.active .rent{
	background:url(../images/icon-3-w.png) center 36px  no-repeat;
}
.main-tab .tab-item .credit{
	background:url(../images/icon-6.png) center 36px  no-repeat;
}
.main-tab .tab-item.active .credit{
	background:url(../images/icon-6-w.png) center 36px  no-repeat;
}
.main-tab .tab-item .at{
	background:url(../images/index-left-4.png) center 36px  no-repeat;
}
.main-tab .tab-item.active .at{
	background:url(../images/index-left-4-w.png) center 36px  no-repeat;
}
.main-tab .tab-item .hotel{
	background:url(../images/index-left-5.png) center 36px  no-repeat;
}
.main-tab .tab-item.active .hotel{
	background:url(../images/index-left-5-w.png) center 36px  no-repeat;
}

.main-tab .tab-item.active{
	background-color:#045db1;
}

.zy-main{
	overflow:hidden;
}
.zy-left{
	float:left;
	margin: 0 13px 0 -15px;
}
.zy-right{
	float:left;
	width:500px;
}
.zy-conternt h3{
	color:#055db6;
}
.zy-conternt .text-info{
	line-height:24px;
}
.zy-main table {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 10px 0;
}
.zy-main table td{
	border-top: 1px solid #ccc;
    padding: 5px;
    border-left: 1px solid #ccc;
}