﻿@charset "utf-8";
/* CSS Document */

.clear{

clear:both;
}

.left {float:left;}
.right {float:right;}
div,p,h1,h2,h3,h4,h5,h6,img,ul,li,ol,dl,dt,dd,form{
margin:0px;
padding:0px;
border:0px;
}
ul,li,ol{
list-style:none;
}

input { padding-top:0; padding-bottom:0; font-family: "SimSun","宋体";vertical-align:middle;}

a{
text-decoration:none;
color:#333;
}
a:link,a:visited{
text-decoration:none;
color:#333;
}
a:hover{
color:#a60707;
text-decoration:underline;
}

.bb{border-bottom:1px solid #ccc;}
.bord{ border:1px solid #ccc;}
.m10{ margin-top:10px;}
body{
font-size:12px;
text-align:center;
margin:0px;
padding:0px;
color:#515151;
background:url(../images/bg_02.jpg) repeat-x #ffffff;
}

/*头部样式开始*/
#header{ width:950px; margin:0 auto; text-align:left;}
.huanying{ height:29px; width:950px;}
.hy{ float:left; line-height:29px; margin-left:15px; display:inline; width:370px;}
.rx{ float:left; background:url(../images/tf_05.jpg) no-repeat; width:176px; height:20px; margin-top:4px; display:inline; margin-left:27px; line-height:20px; color:#ba2636; padding-left:20px;}
.wx{ float:right; width:320px;}
.wx dl{ line-height:29px;}
.wx dl dd a{ margin-left:5px;}
/*topfl*/
.topfl{ width:950px; height:44px; line-height:44px;}
.topfl ul{}
.topfl li{ float:left; color:#333333; width:86px; font-size:14px;}
.topfl li a:link,.topfl li a:visited{ color:#333333;}
.topfl li a:hover{ color:#333333; text-decoration:underline;}
.topfl li a{ float:left; text-align:center; width:85px;}
.tb2{ float:right; width:1px; margin-top:14px; display:inline;}


/*tf*/
.tf{ width:950px; height:89px;}

/*搜索样式开始*/
.sous{ height:44px; margin-top:15px; border-bottom:1px solid #dddddd;width:950px;}
.ss1{ float:left;}
.ss1 ul{}
.ss1 li{ float:left; height:44px; line-height:44px; margin:0 2px; display:inline;}
.tp{ float:left; margin-right:5px; display:inline; margin-top:5px;}
.ss2 {
    display: inline;
    float: left;
    height: 22px;
    margin-left: 22px;
    margin-top: 10px;
    width: 195px;
}
.ss2_1{ float:left;}
.ss2_2{ float:right;}
.rm{ float:right; height:44px; line-height:44px; margin-right:10px; display:inline;}
.rm ul{}
.rm li{ float:left; color:#666666; margin:0 4px; display:inline;}
.rm li a:link,.rm li a:visited{ color:#cc0000;}
.rm li a:hover{ color:#cc0000; text-decoration:underline;}



.logo_box{ height:54px;}
.logo{ float:left; margin-top:6px; display:inline; width:325px;}
.wz{ float:left; margin-left:10px; display:inline; width:200px;}
.wz ul{}
.wz li{ float:left; height:54px; line-height:54px;}
.fx{ float:right; margin-top:20px; display:inline;}


.nav{ height:38px; line-height:38px;}
.nav ul{}
.nav li{ float:left; font-size:14px; font-weight:800; width:120px;}
.nav li a{ float:left; width:118px; text-align:center;}
.nav li a:link,.nav li a:visited{ color:#FFFFFF;}
.nav li a:hover{ color:#FFFFFF;}
.tb1{ float:right; width:2px;}

/*中间部分样式开始*/
.main{ width:950px; margin:0 auto; }
.tb{width:950px; margin-bottom:5px; margin-top:5px;}
.sp_1{ width:107px; height:32px;background:url(../images/bt2_43.jpg) no-repeat; float:left;}
.sp_1 p{ line-height:32px; text-align:left; color:#FFFFFF; font-weight:bold; font-size:14px; padding-left:25px;}
.sp_2{ width:843px; height:32px;background:url(../images/bt1_41.jpg) repeat-x; float:right;}
.fl{width:948px;  border:1px solid #ccc;  border-top:none; border-bottom:none;}
.secitem{width:948px; line-height:30px; text-align:left; display:inline; float:left; height:30px; }
.secitem dt{float:left; padding-left:10px;}
.secitem dd{ float:left;}
.secitem a{margin-right:10px;}
.select{background:#0099FF;}
.on11{cursor: pointer;text-align: center;font-size: 12px;color: #fff; height:26px;width:50px;border-right:1px solid #ccc; background:#b30606;}
.non11{background: #fff;cursor: pointer;text-align: center;border-right:1px solid #ccc;color: #000000; height:26px;width:50px;}
.block{display: block;}
.unblock{display: none;}

/*底部样式开始*/
#footer{width:950px; margin:0 auto}
.bot1{ width:950px; height:28px; background:#f4f4f4; margin-top:10px; margin-bottom:10px; }
.bot1 p{ line-height:28px; text-align:center;}
.bot2{ width:950px; }
.bot2 p{ line-height:24px; text-align:center;}



/*账户单页的样式*/
div.sdmenu {
	width: 180px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	background: #f9f9f9 ;
	color: #fff;
	 margin-top:10px;
}
div.sdmenu div {
	background:#4e90d0;
	overflow: hidden;
}
div.sdmenu div:first-child {
	background:#4e90d0;
}
div.sdmenu div.collapsed {
	height: 25px;
}
div.sdmenu div h3 {
	display: block;
	padding: 5px 25px;
	font-weight: bold;
	color: white;
	background: url(../images/expanded.gif) no-repeat 10px center;
	cursor: default;
	border-bottom: 1px solid #ddd;
}
div.sdmenu div.collapsed span {
	background-image: url(../images/collapsed.gif);
}
div.sdmenu div a {
	padding: 5px 10px;
	background: #f9f9f9;
	display: block;
	border-bottom: 1px solid #ddd;
	color: #333;
}
div.sdmenu div a.current {
	background : #f9f9f9;
}
div.sdmenu div a.childmenu:hover{
	background : #ba2636 url(../images/linkarrow.gif) no-repeat right center;
	color: #fff;
	text-decoration: none;
}
div.sdmenu div a:hover {
	background : #ba2636 no-repeat right center;
	color: #fff;
	text-decoration: none;
}
.rcont{ float:right; width:753px; margin-top:10px;}
.lcont{float:left; width:180px; margin-top:10px;}
.sj_1{ width:100%; height:31px;background:url(/images/btbg001_11.jpg) repeat-x;}
.sj_1 p{ padding-top:8px; padding-left:40px; font-size:14px; font-weight:bold; text-align:left;}
.sj_2{width:100%;}
.sj_2 p{ line-height:24px; text-align:left;}
.sj_2 h4{ line-height:24px; text-align:left; font-size:14px;}
.kl{ width:360px; margin-top:10px; }
.kl dl dt {width:360px;height:22px;font-size:12px;text-decoration:none;text-align:left;line-height:20px; padding-left:3px; padding-top:5px;color:#000;}

.kl dl dd  {width:360px; font-size:12px; line-height:20px;text-align:left;padding-left:3px; border-bottom:1px dashed #CCCCCC; padding-bottom:5px;color:#ba2636;}


/*生态图页面*/

.main h2{ padding:10px; color:#ba2636; font-size:20px; font-family:"微软雅黑";}

/*资管产品单页*/

.center{ width:950px; margin:0 auto; text-align:left; margin-top:10px;}

/*tf01样式开始*/
.tf01{ background:url(../images/bg001_03.jpg) no-repeat; width:950px; height:77px;}
.tf011{ background:url(../images/bg001_03.jpg) no-repeat; width:950px; height:77px;}
.tf01_left{ float:left; background:url(../images/bg003_06.jpg) no-repeat; width:221px; height:46px; margin-top:16px; margin-left:27px; display:inline; font-family:"微软雅黑"; font-size:18px; line-height:46px; text-align:center; color:#000000; margin-right:12px;}
.tf01_right{ float:right; width:650px;}
.tf01_right01{ width:650px; height:30px; margin-top:10px; }
.tf01_right01 ul{}
.tf01_right01 li{ font-size:14px; color:#000000; line-height:30px; width:210px; float:left;}
.tf01_right02{ width:650px; height:30px; }
.tf01_right02 ul{}
.tf01_right02 li{ font-size:14px; color:#000000; line-height:30px; width:210px; float:left;}


/*box01样式开始*/
.box01{ margin-top:10px;   width:950px;}
.box010{ margin-top:10px;   width:948px; border:1px solid #dddddd;}
.box010_left{ float:left; width:630px; margin-left:16px; margin-top:20px; display:inline;}
.box010_left img{ height:403px; width:630px; margin-bottom:15px;}
.box010_right{ float:right; width:263px; margin-right:20px; display:inline; margin-top:41px;}


/*ox02样式开始*/
.box02{ width:950px; margin:0 auto; text-align:left;}
.box020{ margin-top:10px;}
.box020_left{ float:left; width:663px;}

.cpys{ width:661px; }
.cpys_bt{ background:url(../images/btbg001_11.jpg) repeat-x; height:31px; font-size:14px; font-weight:800; color:#333333; line-height:31px; border:1px solid #ccc;}
.tb001{ float:left; margin-right:8px; display:inline; margin-left:11px; margin-top:4px;}


.cpzx{ margin-top:10px; }
.tb002{ float:left; margin-right:8px; display:inline; margin-left:11px; margin-top:7px;}
.cpzx_nr{padding-top:3px;}



.tb003{ float:left; margin-right:8px; display:inline; margin-top:10px;}


.top02 { width:100%;  color:#000; font-size:12px; }
.top02 th{ padding-left:6px; height:30px; background:#fff;font-weight:normal;border-bottom:1px solid #ccc; }
.top02 tr td {padding-left:6px;  height:30px;line-height:25px; font-size:12px; border-bottom:1px solid #ccc;}



.postlist { padding:10px; }
.postlist LI {BORDER-BOTTOM: #e0e0e0 1px dashed; PADDING-BOTTOM: 0px; LINE-HEIGHT: 30px; PADDING-LEFT: 25px;  PADDING-RIGHT: 0px; BACKGROUND: url(../images/tb003_21.jpg) no-repeat 10px 10px;  HEIGHT: 30px; PADDING-TOP: 0px; vertical-align:top;}
.postlist LI H3 {WIDTH:800px; FLOAT: left; FONT-SIZE: 14px; FONT-WEIGHT: normal; text-align:left;}
.postlist LI SPAN {TEXT-ALIGN: right; WIDTH: 100px; COLOR: #787878;}
.wpagenavi {TEXT-ALIGN: center; LINE-HEIGHT: 34px; MARGIN: 5px auto 15px; WIDTH: 98%; HEIGHT: 34px; BORDER-TOP: #ddd 1px solid; PADDING-TOP: 5px}


.box020_right{ float:right; width:281px;}
.sylpm{}
.sylpm_bt{ background:url(../images/btbg002_11.jpg) no-repeat; width:281px; height:31px; line-height:31px;}
.bt_zou00{ float:left; font-size:14px; color:#000000; font-weight:800; margin-left:10px; display:inline;}
.more00{ float:right; margin-right:12px; display:inline; margin-top:10px;}
.sylpm_nr{ border:1px solid #cedbe2; border-top:none; width:279px;}
.clpm{ margin-top:10px;}
.clpm_nr{ border:1px solid #cedbe2; border-top:none; width:279px;}
.lxpm{ margin-top:10px;}
.hspm{ margin-top:10px;}


/*box03样式开始*/

.box03{ width:950px; margin:0 auto; text-align:left;}
.box030{ margin-top:10px;}
.box030_bt{ background:url(../images/btbg003_21.jpg) repeat-x; height:35px; line-height:35px; font-size:14px; font-weight:800; color:#000000;}
.tb004{ float:left; margin-right:8px; display:inline; margin-left:11px; margin-top:9px;}

.box030_nr{ padding-top:10px;}



/*投资经理页面样式开始*/

/*tf001样式开始*/
.tf001{ width:950px; margin:0 auto; text-align:left;}
.tf0011{ margin-top:10px; background:url(../images/tf0002_03.jpg) no-repeat; width:950px; height:168px;}
.tupian11{ float:left; background:url(../images/tu0001bg_03.jpg) no-repeat; width:100px; height:127px; margin-left:40px; margin-top:20px; display:inline;}
.tupian11 img{ width:90px; height:119px; margin:4px 5px;}
.tf0011_nr{ width:750px; float:right; margin-left:10px; margin-right:10px; margin-top:18px; font-size:14px;}

/*about样式开始*/
.about{ width:950px; margin:0 auto; text-align:left;}
.about01{ margin-top:10px;}
.about01_bt{ background:url(../images/btbg004_03.jpg) no-repeat; width:940px; height:31px; line-height:31px; font-size:14px; font-weight:800; color:#000000; padding-left:10px;}
.about01_nr{ width:928px; border:1px solid #cedbe2; border-top:none; font-size:14px; color:#333333; line-height:25px; text-indent:28px; padding:10px;}


/*grjj样式开始*/
.grjj{ margin:0 auto; text-align:left;  width:950px;}

.grjj1{ margin-top:10px;width:950px;}
.grjj_nr{ border:1px solid #ccc; border-top:none;}
.grjj_nr_left{ float:left; font-size:14px; color:#000000; text-indent:28px; line-height:25px; margin-left:20px; display:inline; width:430px; margin-top:15px;}

.grjj_nr_right{ float:right; background:url(../images/aboutbg_07.jpg) no-repeat; width:430px; height:160px; margin-right:12px; display:inline; margin-top:15px; margin-bottom:8px;}
.nr000{ margin-left:41px; margin-top:10px;}

.bt111{ background:url(../images/bt000001_07.jpg) no-repeat; width:300px; height:28px; line-height:28px; font-size:14px; font-weight:800; color:#FFFFFF; padding-left:17px;}

.nr22{}
.nr22 ul{ padding-top:10px; margin-left:5px;}
.nr22 li{ font-size:14px; color:#000000; line-height:27px;}


/*glcp样式开始*/

.glcp{ width:950px; margin:0 auto; text-align:left;}

.glcp1{ margin-top:10px;}

.glcp1_nr{}


.new2_nr11{ border:1px solid #cedbe2; width:279px; border-top:none; height:150px; padding-top:26px; }

.nr11_left{ float:left; background:url(../images/003_14.jpg) no-repeat; width:18px; height:52px; margin-left:27px; display:inline; margin-top:40px;}
.nr11_tu{ float:left; margin-left:21px; display:inline;}
.nr11_tu img{ width:140px; height:131px;}
.nr11_you{ float:right; background:url(../images/004_17.jpg) no-repeat; width:18px; height:51px; margin-right:27px; display:inline; margin-top:40px; }



/*liuyan样式开始*/
.liuyan{ margin:0 auto; text-align:left;  width:948px;}
.liuyan1{ margin-top:10px;  width:948px;}

.liuyan1_nr{ padding:5px;}

.kl1{ width:460px; margin-top:10px; }
.kl1 dl dt {width:460px;height:22px;font-size:12px;text-decoration:none;text-align:left;line-height:20px; padding-left:3px; padding-top:5px;color:#000;}

.kl1 dl dd  {width:460px; font-size:12px; line-height:20px;text-align:left;padding-left:3px; border-bottom:1px dashed #CCCCCC; padding-bottom:5px;color:#ba2636;}


/*new_box样式开始*/

.new_box{ width:950px; margin:0 auto; text-align:left;}
.new_box1{ margin-top:10px;}
.new1{ float:left; width:661px; }
.new2{ float:right; width:281px;}
.bt_zou001{ float:left; font-size:14px; color:#000000; font-weight:800; margin-left:5px; display:inline;}

.new2_nr{ border:1px solid #cedbe2; width:279px; border-top:none; padding-top:10px; padding-bottom:12px;}



/*投资顾问页面样式开始*/

.tf01_right011{ width:690px; height:15px; }
.tf01_right011 ul{ margin-top:15px;}
.tf01_right011 li{ font-size:14px; color:#000000;  width:340px; float:left;}
.tf01_right022{ width:690px; height:15px; }
.tf01_right022 ul{ margin-top:15px;}
.tf01_right022 li{ font-size:14px; color:#000000;  width:340px; float:left;}

/*about样式开始*/
.about{ width:950px; margin:0 auto; text-align:left;}
.about01{ margin-top:10px;}
.about01_bt{ background:url(../images/btbg004_03.jpg) no-repeat; width:940px; height:31px; line-height:31px; font-size:14px; font-weight:800; color:#000000; padding-left:10px;}
.about01_nr{ width:928px; border:1px solid #cedbe2; border-top:none; font-size:14px; color:#333333; line-height:25px; text-indent:28px; padding:10px;}


/*gzcp样式开始*/
.gzcp{ width:950px; margin:0 auto; text-align:left;}
.gzcp01{ margin-top:10px;}

.gzcp01_nr{ width:948px; border:1px solid #cedbe2; border-top:none; padding-top:20px; padding-bottom:20px;}

.gzcp01_nr1{ float:left; width:260px; border-right:1px dashed #dddddd; margin-left:40px; display:inline;}
.gzcp01_nr1 img{ float:left; margin-right:16px; display:inline;}

.nr1_nr{}
.nr1_nr ul{}
.nr1_nr li{ color:#333333; line-height:20px;}
.ts00{ font-size:14px; font-weight:800; color:#004986;}

.gzcp01_nr2{ float:left; border-right:1px dashed #dddddd; width:280px;}
.gzcp01_nr2 ul{}
.gzcp01_nr2 li{ text-align:left; line-height:22px; color:#333333; height:22px; padding-left:20px;}

.ts001{ float:left; margin-left:10px; display:inline; margin-top:3px;}

.gzcp01_nr3{ float:left; width:270px;}
.gzcp01_nr3 ul{}
.gzcp01_nr3 li{ text-align:left; line-height:22px; color:#333333; height:22px;padding-left:20px;}

.gzcp01_nr4{ float:left; width:170px; margin-left:60px; display:inline;}


/*tztd样式开始*/
 .tztd{ width:950px; margin:0 auto; text-align:left;}
.tztd01{ margin-top:10px;}
.tztd01_nr{ width:948px; border:1px solid #cedbe2; border-top:none;  padding-bottom:15px;}

.tztd01_nr01{}
.tztd01_nr01 ul{ margin:0 10px; padding-top:20px;}
.tztd01_nr01 li{ line-height:25px; font-size:14px; color:#000000;}
.tztd01_nr01 li a:link,.tztd01_nr01 li a:visited{ font-size:14px; font-weight:800; color:#000000;}
.tztd01_nr01 li a:hover{ color:#FF0000;}


/*clln样式开始*/

.clln{ margin:0 auto; text-align:left;  width:948px;}
.clln01{ margin-top:10px; width:948px;}

.clln01_nr{ padding:12px 10px; line-height:25px; font-size:14px; text-indent:28px; color:#000000; border:1px solid #cedbe2;}


/*qxcp样式开始*/

.qxcp{ width:950px; margin:0 auto; text-align:left;}
.qxcp01{  margin-top:10px;}
.qxcp01_nr{}

/*热门产品*/
.pic-recommend {
    background: none repeat scroll 0 0 #f6f9fe;
    border: 1px solid #ddd;
}
.pic-recommend .dotted-head {
    background: url("../images/sprite-bar.jpg") repeat-x scroll 0 0 transparent;
    height: 30px;
}
.pic-recommend .dotted-head .ico {
    margin-right: 10px;
    background: url("../images/sprite-ico.png") no-repeat scroll -60px -160px transparent;
    height: 30px;
    width: 16px;
    float: left;
}
.pic-recommend .dotted-head .title .words {
    color: #2c479e;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    float:left;
}
.top02 {
    color: #000;
    font-size: 12px;
    width: 100%;
}
.top02 th {
    border-bottom: 1px solid #ccc;
    font-weight: normal;
    height: 30px;
    padding-left: 6px;
    background: none repeat scroll 0 0 #f6f9fe;
}
a.yuyue, a.yuyue:link, a.yuyue:visited, a.active:link{
	background:none repeat scroll 0 0 #a40000;
	color:#fff;
	font-size:12px;
	height:20px;
	line-height:20px;
	text-align:center;
	width:36px;
	display:block;
}
table.zxyudin td {
  padding: 10px;
  font-size:14px;
  text-align:left;
}
.w240 {
  width: 240px;
}
.h30 {
  height: 30px;
  line-height: 30px;
}
select, input {
  vertical-align: middle;
}
select, input, textarea {
  font-size: 12px;
  margin: 0;
}
input {
  font-family: "SimSun","宋体";
  padding-bottom: 0;
  padding-top: 0;
}
