/*--------------------------*\
    * trjcn.com V6 home
    * Date: 2015-4-15
    * author: dbj
    * ©: 2015 www.trjcn.com
\*--------------------------*/

/* 首页框架 */
.home-main {
    width: 100%;
}
.home-sidebar {
    float: right;
    width: 240px;
}
/* 用户信息 */
.userinfo {
    height: 180px; overflow: hidden; border: 1px solid #ddd; background:#f1f1f1;
}
/* 会员信息栏 */
.member-information{
	overflow:hidden;
	zoom:1;
	position:relative;
	z-index:11;
}
.member-information .userinfo { width:550px; }
/* 用户头像 */
.portrait {
    float: left;
    width: 150px;
    height: 1850px;
    background-color: #f5f5f5;
    border-right: 1px solid #eee;
	position:relative;
}
.portrait-pic {
    display: block;
    padding: 10px 5px;
    overflow: hidden;
}
.portrait-edit {
    display: block;
    text-align: center;
    color: #666;
}
.icon-portrait-arrow-a,.icon-portrait-arrow-b{
    position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	border: 8px dashed transparent;
}
.icon-portrait-arrow-a{
	top: 60px;
	right:-16px;
	z-index:10;
    border-left: 8px solid #f5f5f5;
}
.icon-portrait-arrow-b{
	top: 60px;
	right:-17px;
    border-left: 8px solid #eee;
}

/* 信息指南 */
.info-guide {
    margin-top: 10px;
    width: 546px;
    border: 2px solid #95d7ec;
    border-radius: 5px;
	position:relative;
	z-index:1000;
	background:#fff;
}
.info-guide-group {
    padding: 8px 0 8px 7px;
}
.info-guide-item {
    float: left;
    _display: inline;
    position: relative;
    padding-right: 8px;
    width: 100px;
    height: 130px;
    border-radius: 5px;
    text-align: center;
}
.info-guide-item-last{
    padding-right: 0;
}
.info-guide-value {
    display: block;
    margin-top: -6px;
    height: 32px;
    line-height: 30px;
    font-size: 30px;
    color: #c82a00;
}
.
.info-guide-title {
    display: block;
    font-size: 12px;
    line-height: 1.2;
    color: #333;
	width:100%; 
	height:20px;
}
.info-guide-item .info-guide-item-part{
    display: block;
    width: 100px;
    height: 130px;
    border-radius: 5px;
    background-color: #f4f4f4;
	position:relative;
	z-index:10;
}
.info-guide-item a.info-guide-item-part:hover {
    background-color: #ffe8d0;
    text-decoration: none;
}
.icon-info-guide {
    display: block;
    margin-left: 21px;
    padding-top: 9px;
    width: 77px;
    height: 71px;
    background-image: url(../images/icon-info-guide.png);
    background-repeat: no-repeat;
    -webkit-transition: all 375ms;
    transition: all 375ms;
}
.icon-info-guide-01 {
    background-position: left -72px;
}
.icon-info-guide-02 {
    background-position: -86px -72px;
}
.icon-info-guide-03 {
    background-position: -172px -72px;
}
.icon-info-guide-04 {
    background-position: -258px -72px;
}
.icon-info-guide-05 {
    background-position: -343px -72px;
}
.info-guide-item a:hover .icon-info-guide-01 {
    background-position: left 9px;
}
.info-guide-item a:hover .icon-info-guide-02 {
    background-position: -86px 9px;
}
.info-guide-item a:hover .icon-info-guide-03 {
    background-position: -172px 9px;
}
.info-guide-item a:hover .icon-info-guide-04 {
    background-position: -258px 9px;
}
.info-guide-item a:hover .icon-info-guide-05 {
    background-position: -343px 9px;
}
.info-guide-item a:hover .info-guide-title {
    color: #c82a00;
}
.icon-question-mark{
    position: absolute; 
    right: 0; 
    top: 0;
	margin:0;
    background-position: -102px -82px;

}
/* 投递次数提示栏 */
.delivery-times-msg{
	top: 132px;
	left:-62px;
	position:absolute;
	border: 1px solid #999;
	border-radius: 5px;
	background-color: #fffdde;
	width:204px; 
	padding:10px;
	z-index:36;
	display:none;
}
.delivery-times-msg p a{
	margin:10px 0 5px;
}
.delivery-times-msg .ui-dialog-arrow-a, .delivery-times-msg .ui-dialog-arrow-b {
    position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	border: 8px dashed transparent;
	display:none;
}
.delivery-times-msg .ui-dialog-arrow-a{
	top: -16px;
	left: 50%;
	margin-left: -10px;
	border-bottom: 8px solid #7C7C7C;
}
.delivery-times-msg .ui-dialog-arrow-b{
	top: -15px;
	border-bottom: 8px solid #fffdde;
	left: 50%;
	margin-left: -10px;
}
.delivery-times-boxbg{
	height:13px; position:absolute; display:block; left:0; width:100%; top:-13px;
}
/* 信息效果 */
.graph-tab{ 
    position: relative;
}
.graph-tab .ui-tab-head{
    position: absolute;
    right: 0;
    top: -25px;

}
.ui-tab-head-p li{
	position:relative;
}
.ui-tab-head-p .i-tips-info{
    position: absolute;
	top: -10px;
	*top: 0px;
	z-index: 10;
}
/*.graph-tab .ui-tab-head li.ui-tab-head-current{
    color: #fff;
    border-color: #536290;
    background-color: #536290;
}*/
.graph-tab .ui-tab-cont{
    border-top: 0;
	background:#fff;
}
.info-effect-box{
	position: absolute;
	left: 19px;
	z-index: 86;
}
.info-effect-box h5{
	border:1px solid #dddddd;
	height:28px;
	line-height:28px;
	padding:0 30px 0 10px;
	position:relative;
	color:#666666;
	cursor:pointer;
	width:150px;
}
.info-effect-msg{
	border:1px solid #dddddd;
	background:#fff; 
	padding:0 10px 10px;
	overflow:hidden; zoom:1;
	position:absolute;
	left:0;
	top:29px;
	width:340px;
	z-index:10;
}
.info-effect-msg input,.info-effect-msg span{
	vertical-align:middle;
	margin-right:3px;
}
.info-effect-msg div{
	padding:10px 0;
	border-top:1px dashed #ddd;
	margin-top:-1px;
}
.info-effect-msg label{
	width:100px;
	display:inline-block;
	cursor:pointer;
}
.info-effect-arrow{
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	border: 6px dashed transparent;
	top: 12px;
	right:10px;
	border-top: 6px solid #ddd;
}
/* 信息动态 */
.news-info-tab{
    padding-top: 15px;
}
.news-info-tab .ui-tab-head li{
    position: relative;
}
.news-info-tab .ui-tab-head li .i-tips-info{
    position: absolute;
    top: -10px;
    *top: 0px;
    z-index: 10;
}
.news-info-tab .ui-tab-head .more{
    float: right;
    line-height: 25px;
}
.news-info-tab .paging{
    padding-top: 15px;
    padding-bottom: 10px;
    text-align: right;
}

/* 信息动态列表 */
.news-info-list{
    margin-top: -10px;
    padding-left: 5px;
    padding-right: 5px;
}
.news-info-item{
    padding: 15px 0;
    overflow: hidden;
    width: 540px;
    border-bottom: 1px dashed #c2c2c2;
}
.user-avatar{
    float: left;
    overflow: hidden;
    width: 78px;
    height: 78px;
    border: 1px solid #ddd;
}
.user-avatar img{
    width: 78px;
    height: 78px;
}
.news-info-wrap{
    float: left;
    position: relative;
    padding: 0 60px 0 10px;
    width: 390px;
}
.news-info-title{
    overflow: hidden;
    height: 20px;
    white-space: nowrap;
    color: #536290;
}
.news-info-title span{
    display: inline-block;
    margin-right: 5px;
	vertical-align:middle;
}
.news-info-title .news-info-name{
	font-size:14px;
	font-weight: bold;
}
.news-info-title .news-info-certification{
	background:#54618f;
	color:#fff;
	padding:0 5px;
}
.news-info-post{
    /*overflow: hidden;*/
    /*height: 20px;*/
    color: #999;
}
.news-info-message{
    position: relative;
    padding-right: 110px;
    width: 270px;
    min-height: 20px;
}
.news-info-message-cont{
    display: block;
    width: 260px;
    white-space: normal;
}
.news-info-message .fn-text-overflow{
    height: 20px;
    white-space: nowrap;
}
.news-info-genre{
    display: block;
    position: absolute; 
    right: 0;
    top: 0;
    width: 110px;
    color: #999;
}
.news-info-time{
    overflow: hidden;
    height: 20px;
    color: #999;
}
.icon-info-time{
    display: inline-block;
    margin-right: 5px;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    background-position: -82px -82px;
}
.news-info-control{ 
    position: absolute; 
    right: 0;
    top: -10px;
    text-align: right;
}
.news-info-control .ui-btn-small{
    width: 48px; 
}
.news-info-form{
    padding-top: 5px;
    padding-right: 110px;
	display:none;
}
.message-reply{
    padding: 3px 5px;
    width: 240px;
    height: 50px;
    outline: none;
    border: 1px solid #ddd;
}
.news-info-form .ui-btn-small{
    width: 58px;
}

/* 访客列表 */
.news-info-list-guest .news-info-wrap{ 
    padding-right: 0;
    width: 450px;
}
.news-info-industry{
    position: relative;
    padding-right: 250px;
   /* height: 20px;*/
}
.news-info-industry .news-info-industry-cont{
    display: block;
	width: 200px;
	height: 20px;
	 overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
	float: left;
}
.news-info-industry .news-info-control{
     width: 300px;
	/* margin-top:-20px;*/
}
.news-info-industry .news-info-control .ui-btn-small{
    width: auto;
    margin-left: 5px;
}
.news-info-trends{
    position: relative;
   /* padding-right: 235px;*/
   width:390px;
   overflow: hidden; text-overflow: ellipsis;
    padding-top: 5px;
}
.news-info-relation{
    position: absolute;
    right: 0;
    top: 5px;
    width: 235px;
    color: #999;
    text-align: right;
}
.news-info-relation strong{
    color: #c82a00;
}
/* 订阅 */
.subscribe-news .news-info-item{ float:inherit;}
.subscribe-news .news-info-type{ left:-20px !important; top:20px !important; }
.subscribe-news .news-info-wrap{ width:360px !important;padding-left:5px !important;padding-right:384px !important;}
.subscription-settings th,.subscription-settings td{ border:1px solid #ddd; height:39px; padding:10px;}
.subscription-settings th{ background:#f4f4f4; text-align:right; color:#666666;}
.subscription-settings td{ color:#999;}
.subscription-settings .label-pointer{ width:120px; display:inline-block;}
.subscription-settings .label-pointer input{ margin-right:5px;}
.subscription-settings footer{ margin:15px 0 15px 160px;}
.subscription-pn{ position:absolute; top:0; left:365px;}
/* 会员等级 */
.vip-level {
    overflow: hidden;
    padding: 1px;
	_padding:1px 0 1px 1px;    
    border: 1px solid #ddd;
	zoom:1;
}
.vip-level-title {
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #333;
    background-color: #ecf6ff;
}
.vip-level-title strong {
    color: #c82a00;
}
.vip-level-info {
    padding: 5px 15px;
	background:#fff;
}
.vip-progress, .vip-progress-pillar {
    display: block;
    width: 186px;
    height: 12px;
    overflow: hidden;
    background-image: url(progress-bg.png);
    background-position: left -12px;
}
input{ position:relative}
.vip-progress{ position:relative; margin:0 auto;}
.vip-progress.vip-left{ margin:0}
.vip-progress .vip-progress-font{position:absolute;top:0;left:0;line-height:12px;color:#fff}
.vip-progress-pillar {
    margin: 0;
    background-position: left top;
    vertical-align: top;
    line-height: 12px;
    color: #fff;
    text-indent: 3px;
}
.vip-level-info-text {
    padding: 0px;
    color: #666;
	padding-bottom:5px;
	line-height:180%;
    font-size: 12px;
	text-align:left;
}
.vip-level-info .ui-btn-big {
    width: 188px;
}
.vip-progress-small, .vip-progress-pillar-small {
    display:inline-block;
    width: 50px;
    height: 12px;
    overflow: hidden;
	vertical-align:middle;
    background: url(../images/member/progress-bg.png) no-repeat  0 -41px;
}
.vip-progress-pillar-small {
    margin: 0;
    background-position: 0 -29px;
	vertical-align:top;
}

/* 查看项目列表开始 */
.view-project-list{
	position:relative;
	width:798px;
	overflow:hidden;
	background:#fff;
}
.view-project-list li{
	 padding:10px 10px 10px 0;
	 border-top:1px dotted #c2c2c2;
	 width:259px;
	 float:left;
	 margin-top:-1px;
	 position:relative;
}
.view-project-list ul{
	width:850px;
	overflow:hidden;
}
.view-project-box{
	 border:1px solid #dddddd;
	 border-radius:5px;
	 color:#666;
}
.view-project-list li .ittext-all{
	overflow:hidden;
	zoom:1;
	padding-bottom:15px;
	border-bottom:1px dashed #ddd;
}
.view-project-list li .view-project-bd{
	padding:10px;
	position:relative;
}
.view-project-list li .ittext-all .fn-left{
	border:1px solid #ddd;
}
.view-project-list li .ittext-all .fn-left img{
	width:60px; 
	height:60px; 
	display:block;
}
.view-project-list li .ittext-all .ittext-box{
	margin-left:72px;
}
.view-project-list li h6 a{
	color:#536290;
	font-weight:bold;
	padding: 4px 0 2px 0;
	display:block;
	height:36px;
}
.view-project-list li .ittext span{
	color:#333;
}
.view-project-list .view-project-hover .icon-project-close{
	display:block;
}
.view-project-list li .icon-project-close{
	display:none;
	position:absolute;
}
.icon-project-close:hover{
	opacity:0.5;
	filter:alpha(opacity=50);
}
.view-project-list li .view-project-bd .icon-project-close{
	right:0;
	_right:10px;
	top:3px;
}
.view-project-list li .view-project-fd{
	padding:10px;
	background:#f5f5f5;
	border-radius:0 0 5px 5px;
	border-top:1px solid #ddd;
	overflow:hidden;
	zoom:1;
} 
.view-project-list-s li .ittext-all{ height:78px; overflow:hidden;}
.view-project-list-s li .ittext-all p{ height:40px; overflow:hidden;}
/* 查看项目列表结束 */
/*查看更多开始 */
.view-more-part a{ 
    width:100%; 
	text-align:center; 
	height:30px; 
	padding-top:10px; 
	background:#e3eaff; 
	border-radius:5px; 
	font-size:14px; 
	color:#3b4a82; 
	display:block;
}
.view-more-part a i{
	background: url(../images/member/icon.png) -25px -105px no-repeat; 
	display:inline-block; 
	vertical-align:middle; 
	width:9px; height:12px; 
	font-size:0; 
	margin-left:5px;
}
/* 查看更多结束 */
/*公共导航盒子里加背景开始 */
.ui-tab-head-box{
	background:#eef2ff;
	border:1px solid #ccc;
	border-bottom:0;
	padding:15px 5px 0 5px;
}
/* 公共导航盒子里加背景结束 */

/*信息的另外状态开始 */
.collecting-box .news-info-item{
	width:788px;
}
.collecting-box .news-info-wrap{
	width:698px;
	padding-right:0;
}
.collecting-box .news-info-list{
	margin-top:0;
}
.news-info-hover .news-info-list{
	margin:0;
	padding:0;
}
.news-info-hover .news-info-item{
	padding:15px 30px;
	width:738px;
}
.news-info-hover .news-info-wrap{
	width:588px;
}
.news-info-hover .j-See-reply-show{
	width:58%;
	display:block;
}
.news-info-hover .news-info-type{
	position:absolute;
	left:-10px;
	top:5px;
}
.news-info-hover .j-hover{
	background:#f8f8f8;
}
.news-info-hover .news-info-message{
	width:440px;
}
.news-info-hover .news-info-control{
	margin-top:-10px;
}
.news-info-hover .news-info-trends-w{
	padding-top:0;
	width:94px;
}
/*信息的另外状态结束 */
/*私信开始 */
.messages-title{
	background:#f5f8ff;
	border:1px solid #d9dce8;
	padding:0 10px;
	height:28px;
	line-height:28px;
	color:#333333;
	font-size:14px;
	font-weight:bold;
}
.dialogue-information{
	margin:0 10px;
	width:778px;
}
.dialogue-information .news-info-item{ 
    width:778px;
}
/*对话信息输入栏*/
.dialogue-information-input h6 i{
	
	margin-right:5px;
}
.dialogue-information-input textarea{
	width:768px;
	resize: none;
	border:0;
	overflow-y: auto;
	outline: 0;
	margin:10px 0 ;
	border:1px solid #ddd;
	padding:5px ;
	height:70px;
}
/*对话内容显示区开始*/
.dialogue-cont-all{
	margin:40px 0;
}
.dialogue-cont-box{
	overflow:hidden;
	zoom:1;
}
.dialogue-cont-box-l aside{
	float:left;
}
.dialogue-cont-box-r aside{
	float:right;
}

.dialogue-cont-box aside img{
	width:48px; 
	display:block;
	height:48px;
	border:1px solid #ddd;
}
.dialogue-cont-box .ittext-box{
	margin:0 66px;
}
.dialogue-cont-box .ittext-box h6{
	color:#3a4b81;
}
.dialogue-cont-box .ittext-box section{
	padding:10px;
	line-height:24px;
	color:#666666;
	border-radius:5px;
	margin-bottom:15px;
	position:relative;
	word-wrap: break-word;
	word-break: break-all;
}
.dialogue-cont-box-r .ittext-box section div span{
	color:#1a469f;
	font-weight:bold;
}
.dialogue-cont-box-l .ittext-box section{
	background:#f5f8ff;
	border:1px solid #e6e9f4;
}
.dialogue-cont-box-r .ittext-box section{
	background:#fffbf2;
	border:1px solid #f3e2bd;	
}
.dialogue-cont-box .ittext-box section time{
	color:#3a4b81;
}
.icon-dialogue-arrow-a,.icon-dialogue-arrow-b{
    position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	border: 8px dashed transparent;
	display:block;
	top:10px;
}
.dialogue-cont-box-l .icon-dialogue-arrow-a{
	left:-16px;
	_left:-26px;
	z-index:10;
    border-right: 8px solid #f5f8ff;
}
.dialogue-cont-box-l .icon-dialogue-arrow-b{
	
	left:-17px;
	_left:-27px;
    border-right: 8px solid #e6e9f4;
}
.dialogue-cont-box-r .icon-dialogue-arrow-a{
	z-index:10;
	left:664px;
	_left:653px;
    border-left: 8px solid #fffbf2;
}
.dialogue-cont-box-r .icon-dialogue-arrow-b{
	left:665px;
	_left:654px;
    border-left: 8px solid #f3e2bd;
}
/*对话内容显示区结束*/
/*私信结束 */
/*想提交的咨询问题开始*/
.consulting-problem{
	background:#fffbf2;
	border:1px solid #d9dce8;
	padding:15px;
}
.consulting-problem input{
	border:1px solid #ddd;
	background:#fff;
	height:24px; line-height:24px;
	padding:0 10px;
	width:250px;
}
.consulting-problem select{
	height:24px;
	line-height:24px;
	border:1px solid #ddd;
	width:90px;
}
.consulting-problem textarea{
	width: 260px;
	resize: none;
	border: 0;
	overflow-y: auto;
	outline: 0;
	border: 1px solid #ddd;
	padding: 5px;
	height: 70px;
}
.consulting-problem .textarea-h{
	overflow:hidden;
	height:83px;
}
.consulting-problem td{
	padding-bottom:15px;
}
/*想提交的咨询问题结束*/
/*邀请注册开始*/
.copy-link-box{
	padding:10px; 
}
.copy-link-box div{
	height:34px;
	line-height:34px;
	border:1px solid #ddd;
	color:#666666;
	padding-left:10px;
	margin-bottom:10px;
}
.invi-warm{
	margin-top:15px;
	line-height:26px;
	color:#999;
}
/*邀请注册结束*/
/*我的等级信息开始*/
.user-level{
	border:1px solid #ddd;
	margin-top:15px;
}
.user-level-box{
	border-top:1px solid #ddd;
	margin-top:-1px;
	padding:10px;
}
.user-level-box h6{
	color:#666;
	height:26px;
	line-height:26px;
	padding-left:10px;
	background:#e9e9e9;
}
.user-level-cont p{
	padding:5px 10px;
	color:#666;
	line-height:24px;
}
.user-level-cont .level-pic-box{
	padding:10px 0 20px 26px;
	overflow:hidden;
	zoom:1;
	width:720px;
}
.user-level-cont .level-pic-box figure{ float:left; position:relative; width:80px; text-align:center; margin-right:48px;}
.user-level-cont .level-pic-box article{ height:59px; overflow:hidden;}
.user-level-cont .level-pic-box figcaption{ font-size:14px; margin-top:5px;}
.user-level-cont .level-pic-box div{ border-bottom:1px solid #bdbdbd; width:48px; position:absolute; left:80px; top:30px;}
.user-level-cont .level-pic-box .fn-mr-0{ margin-right:0;}
.user-level-box .table-part-all{
	margin:15px 10px;
}
.user-level-box table{
	color:#666;
}
.user-level-box table th{
	font-weight:bold;
}
.u-part-cont-all{
	padding:0 10px;
	border-top: 1px solid #ddd;
    margin-top: -1px;
	overflow:hidden;
}
.u-part-cont-box{
	border-top:1px dashed #a5a5a5;
	margin-top:-1px;
	overflow:hidden;
	padding:20px 0;
	zoom:1;
}
.u-part-cont-box aside{
	background: url(../images/sprite.png) no-repeat;
	width:40px;
	height:31px;
	display:block;
}
.u-part-cont-box .icon-big-sprite1{
	background-position:0 -4px;
}
.u-part-cont-box .icon-big-sprite2{
	background-position:-40px -4px;
}
.u-part-cont-box section{
	margin:0 10px 0 50px;
	line-height:24px;
}
.u-part-cont-box h5{
	color:#666;
	font-weight:bold;
}
/*我的等级信息结束*/
/*订单详细开始*/
.part-detailed-box{
	border:1px solid #d9dce8;
	font-size:14px;
	margin-top:10px;
}
.part-detailed-box h5{
	background:#e3eaff;
	height:28px;
	line-height:28px;
	padding-left:10px;
	font-weight:bold;
}
.part-detailed-box section{
	padding:0 20px;
	overflow:hidden;
	background:#fff;
	color:#666;
}
.part-detailed-box section p{
	padding:20px 0;
}
.part-detailed-box section p span{
	margin-right:25px;
	vertical-align:middle;
}
.part-detailed-box .part-detailed-list p{
	border-top:1px dashed #c2c2c2;
	margin-top:-1px;
}
/*订单详细结束*/
/*账号安全开始*/
.security-table{
	padding:15px 40px;
	color:#666;
}
.security-table th{ 
    width:68px;
	text-align:right;
	padding:15px 0;
}
.security-table td,.security-table p{
	padding:15px 0;
}
.security-table td input{
	vertical-align:middle;
	margin-right:3px;
}
.security-table .ui-btn-blue{
	width:100px;
}
/*账号安全结束*/
/*会员中心资金首页弹出层开始*/
.pop-money-part{
	background:#fff;
	padding:0 25px;
}
.pop-money-part-box{
	border-bottom:1px dashed #999;
	padding-top:20px;
}
.pop-money-part-box-no{
	border-bottom:0;
	padding-bottom:20px;
}
.pop-money-part-box aside{
	 width:130px;
	 text-align:right;
	 color:#666666;
	 float:left;
	
}
.pop-money-part-box article{
	margin-left:-135px;
	overflow:hidden;
	display:block;
	zoom:1;
}
.pop-money-part-box article label{
	width:122px;
	display:inline-block;
	padding-bottom:10px;
	white-space: nowrap;
}
.pop-money-part-box article label input{
	vertical-align:middle;
	margin-right:3px;
}
.pop-money-part-box-no input{
	border:1px solid #ddd;
	height:20px;
	line-height:20px;
	padding-left:10px;
	width:100px;
	vertical-align:middle;
	margin-right:10px;
}
.pop-money-part-box-no select{
	border:1px solid #ddd;
	height:22px;
	line-height:22px;
	vertical-align:middle;
	width:38px;
}
/*会员中心资金首页弹出层结束*/
/*登录注册开始*/
.log-reg-hd h1{
	 font-size:18px; 
	 font-family:"微软雅黑";
}
.log-reg-hd p{
	line-height:30px; 
}
.log-reg-hd p a{
	color:#333;
}
.log-reg-bd{
	background:#fff;
	position:relative;
}
.log-reg-arrow-a,.log-reg-arrow-b{
    position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	border: 6px dashed transparent;
	left:30px;
}
.log-reg-arrow-a{
	top: -12px;
	border-bottom: 6px solid #e1e1e1;
}
.log-reg-arrow-b{
	top: -11px;
	border-bottom:6px solid #fff;
}
.log-reg-pic img{
	width:596px;
	height:408px;
}
.log-reg-bd-a{
	padding:60px 0 0 0px;
}
.log-reg-form{
	border:1px solid #cfcfcf;
	box-shadow:;
	width:310px;
	overflow:hidden;
	float:left;
	zoom:1;
}
.log-reg-form footer{
	line-height:40px; 
	height:40px;
	text-align:center;
	color:#666;
	background:#f1f1f1;
}
.log-reg-form footer a{
	padding:0 10px;
	border-left:1px solid #3b4a82;
}
.log-reg-form nav ul{
	width:400px;
}
.log-reg-form nav li{
	width:155px;
	display:inline-block;
	float:left;
	color:#666666;
	height:40px;
	line-height:40px;
	font-size:14px;
	border-right:1px solid #cfcfcf;
	border-bottom:1px solid #cfcfcf;
	text-align:center;
	font-weight:bold;
	background:#f1f1f1;
	cursor:pointer;
}
.log-reg-form nav li.current{
	border-bottom-color:#fff;
	background:#fff;
}
/*表单内容*/
.log-reg-form-msg-all{ line-height:28px; height:28px; text-align:center; color:#e93100; visibility:hidden; width:100%;}
.log-reg-form{ visibility:inherit;}
.log-reg-form-msg{ padding:2px 0; display:inline-block;}
.log-reg-code-pic{  display: inline-block; vertical-align: middle;  height: 32px;  margin: 0 5px;  width: 70px;}
.log-reg-form-msg span{ position:relative; margin:0 0 0 20px; display:block;}
.log-reg-form-msg-all span{ display:inline;}
.log-reg-form-msg i{ position:absolute; top:2px ; _top:0;left:-20px;}
.log-reg-form-msg-all i{_left:0;}
.log-reg-form-bd article{ overflow:hidden; zoom:1;_height:expression(this.scrollHeight < 44 ? "44px" : "auto"); min-height:44px;}
.log-reg-form-bd .log-reg-title .ui-text-red{ font-family:sans-serif;}
.log-reg-form-bd .log-reg-title{ float:left; width:84px; text-align:right; line-height:32px; height:32px;}
.log-reg-form-bd section{  margin:0 30px 0 84px;}
.log-reg-form-bd section .t_input{ height:30px; line-height:30px; border:1px solid #ddd; padding-left:5px; width:186px; position:relative;}
.log-reg-box-last section .check-input{  vertical-align:middle; margin-right:3px;}
.log-reg-box-last section .ui-btn-blue{ width:172px;}
.log-reg-form-bd section .wb40{ width:76px; vertical-align:middle;}
.log-reg-form-bd .log-reg-code{ width:110px; border:1px solid #ddd; margin-left:-1px; display:inline-block; line-height:30px; height:30px; text-align:center; background:#edeef0; color:#666666;vertical-align:middle;}
.log-reg-form-bd .log-reg-code:hover{ text-decoration:none;}
.log-reg-form-bd .log-reg-code-gary{ cursor:default; background:#f5f5f5; color:#999;}
.log-reg-bd-b .log-reg-form-bd{ width:620px; float:left; padding:30px;}
/*注册*/
.log-reg-bd-b h1{ font-size:18px; color:#666;text-align:center; height:46px; line-height:46px; background:#f8f8f8; border:1px solid #ececec; font-family:"微软雅黑";}
.log-reg-bd-b h1 span{ color:#cc0000; vertical-align:middle; font-size:22px; margin:0 5px;}
.log-reg-bd-b .log-reg-title{ width:158px;}
.log-reg-bd-b section .t_input{ width:240px;}
.log-reg-bd-b section .wb40{ width:128px;}
.log-reg-bd-b .log-reg-form-bd section{ margin-left:158px;}
.log-reg-bd-b  section .ui-btn-blue{ width:224px; vertical-align:bottom; margin-right:5px;}
.log-reg-bd-b form{ margin-top:110px;}
/*注册右边*/
.log-reg-aside-r{ border-left:1px solid #e1e1e1; background:#f5f5f5; padding-top:12px; color:#666;  font-family:"微软雅黑"; padding-bottom:5px; width:317px; float:right;}
.log-reg-aside-r h6{ padding:8px 12px; background:#eee; font-size:16px;height:24px; width:293px;}
.log-reg-aside-r h6 i{ background:url(../images/reg-icon-bg.png) no-repeat; width:24px; height:24px; display:inline-block; margin-right:5px; vertical-align:middle; font-size:0;}
.log-reg-aside-r h6 i.reg-icon1{ background-position:-1px -1px;}
.log-reg-aside-r h6 i.reg-icon2{ background-position:-27px -1px;}
.log-reg-aside-r h6 i.reg-icon3{ background-position:-53px -1px;}
.log-reg-aside-r p{ margin:5px 15px 5px 50px; line-height:22px; font-size:14px;}
.log-reg-aside-r p span{ color:#333; font-weight:bold;}
.known-investors{ margin:15px 0 0 50px;}
.known-investors li{ overflow:hidden; zoom:1; margin-bottom:10px;}
.known-investors aside{ background:url(../images/reg-portrait.jpg) no-repeat; width:58px; height:46px; display:block; float:left;}
.known-investors aside.reg-portrait1{ background-position:0 0;}
.known-investors aside.reg-portrait2{ background-position:-68px 0;}
.known-investors aside.reg-portrait3{ background-position:-136px 0;}
.known-investors aside.reg-portrait4{ background-position:-204px 0;}
.known-investors p{ margin-left:68px; line-height:18px;}
/*注册成功*/
.log-reg-list-all{ padding:125px 0;}
.log-reg-list article{ float:left; padding:30px; border:1px solid #eee; background:#fefefe; margin-left:44px; width:370px; display:inline;}
.log-reg-list aside{ width:150px; height:200px; display:block;}
.log-reg-list section{ margin-left:170px; font-family:"微软雅黑"; position:relative; height:200px;}
.log-reg-list section h2{ font-size:30px;line-height:1em;}
.log-reg-list .log-reg-blue{ color:#536290;}
.log-reg-list .log-reg-red{ color:#dc3951;}
.log-reg-list section ul{ margin:17px 0;}
.log-reg-list section li{ color:#aaa; line-height:24px; font-family:"宋体";}
.log-reg-list section li a{ color:#666; margin-left:4px; display:inline-block; vertical-align:middle; font-family:"微软雅黑";}
.log-reg-list section .ui-btn-big{ position:absolute; bottom:0 ;left:0; width:140px;}
/*登录注册结束*/
/*完善资料开始*/
.detection-data{ background:#f5f5f5; padding:10px 20px; line-height:26px;}
.detection-data .ui-text-red{ font-size:18px; font-family:"微软雅黑";}
.detection-data .ui-text-gray-2{ margin-left:90px; display:block;}
/*完善资料介绍*/
.perfect-information{ color:#666; padding:5px 10px;}
.perfect-information nav span{ width:15px; text-align:right; display:inline-block;}
.perfect-information nav label{ width:60px; display:inline-block; margin-left:5px; cursor:pointer;}
.perfect-information nav input{ vertical-align:middle; margin-right:3px;}
/*完善资料结束*/
/*公共单选切换开始*/
.part-cont-radio-a{ border-top:1px solid #ddd; padding:40px 0; background:#f6f6f6;}
.part-cont-radio-a .part-list{ overflow:hidden; zoom:1; color:#666666;}
.part-cont-radio-a .part-list aside{ margin-left:80px; width:162px; border-right:1px dashed #c2c2c2;}
.part-cont-radio-a .part-list aside li{ padding:15px 0;}
.part-cont-radio-a .part-list aside input{ vertical-align:middle; margin-right:3px; }
.part-cont-radio-a .part-list table{ margin-left:242px; height:192px;}
.part-cont-radio-a .part-list table td{ padding:0 80px; line-height:24px;}
/*公共单选切换结束*/
/*预览开始*/
.preview-all{ border:1px solid #ddd; border-radius:5px; height:500px; overflow-y:auto; background:#fff; padding:0 30px; margin:10px 0; font-family:"微软雅黑"; font-size:14px; line-height:30px; color:#999; zoom:1; position:relative;}
.preview-box{ padding:22px 0; margin-top:-1px; border-top:1px dashed #c2c2c2;}
.preview-box-list{ overflow:hidden; zoom:1;}
.preview-box-list li{ overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display:block; width:49%; float:left; height:30px; line-height:30px;}
.preview-box-list li .ittext{ margin-left:70px;}
.project-course li{ height:30px; line-height:30px;}
.project-course .small-radius{ border-radius:15px; font-size:0; width:10px; height:10px; display:inline-block; background:#536290; position:absolute; left:50%; margin-left:-5px; top:50%; margin-top:-5px;}
.project-course .br-preview{ border-left:1px solid #536290; position:absolute; left:15px; height:30px; top:-27px; font-size:0;}
.project-course .fn-pr{ vertical-align:middle; width:30px; display:inline-block;}
.preview-img-all{ width:800px; margin:22px auto 0;}
.preview-img-box img{ width:800px; height:400px; display:block;}
.preview-img-list{ width:500px; margin:20px auto 5px; position:relative;}
.preview-img-list li{ float:left; margin-right:10px; cursor:pointer;}
.preview-img-list img{ width:160px; height:80px; display:block;}
.preview-img-list .sPrev{ background:url(../images/icon-arrow-big.jpg) right no-repeat; width:14px; height:27px; display:inline-block; position:absolute; left:-40px;top:28px; z-index:11;}
.preview-img-list .sNext{ background:url(../images/icon-arrow-big.jpg) left no-repeat; width:14px; height:27px; display:inline-block; position:absolute;  left:527px;top:28px; z-index:11;}
/*预览结束*/
/*信息内容框架开始*/
.part-info-a-all{ border:1px solid #ddd; margin-top:10px;}
.part-info-a-all header{ background:#f5f5f5; padding:0 10px; overflow:hidden; zoom:1; height:30px; line-height:30px; color:#999;}
.part-info-a-all .part-info-a-box{ padding:20px 20px 10px 20px; color:#666;}
.part-info-a-all .part-info-a-box footer{ border-top:1px dashed #ddd; margin-top:10px; padding-top:10px; }
.footer-published{ font-size:18px; font-weight:bold; margin-bottom:10px; margin-top:20px;font-family:"微软雅黑"; }
.part-info-a-all .delivery-times-msg{ top:46px; left:-10px;}
.information-form-all-a{ margin-left:192px;}
.information-form-all-a nav{ height:30px}
.information-form-all-a nav li{ display:block; float:left; margin-right:5px; position:relative;}
.information-form-all-a nav li a{  padding-top:4px; height:26px; background:#ddd; text-align:center; width:110px; color:#999; font-size:14px; display:block;}
.information-form-all-a nav li a:hover,.information-form-all-a nav li.current a{ background:#ff6633; color:#fff; font-weight:bold; text-decoration:none;}
.information-form-all-a nav li i{ background: url(../images/member/icon.png) no-repeat; width:20px; height:20px; vertical-align:middle; display:inline-block; margin-right:5px;}
.information-form-all-a nav li  i.icon-part1{ background-position:-20px -140px;}
.information-form-all-a nav li  i.icon-part2{ background-position:-60px -140px;}
.information-form-all-a nav li  i.icon-part3{ background-position:-100px -140px;}
.information-form-all-a nav li a:hover i.icon-part1,.information-form-all-a nav li.current i.icon-part1{ background-position:0 -140px;}
.information-form-all-a nav li a:hover i.icon-part2,.information-form-all-a nav li.current i.icon-part2{ background-position:-40px -140px;}
.information-form-all-a nav li a:hover i.icon-part3,.information-form-all-a nav li.current i.icon-part3{ background-position:-80px -140px;}
.information-form-all-a nav li.current em{ position:absolute;width: 0;	height: 0;	overflow: hidden;border: 6px dashed transparent;bottom:-12px;left:50%; margin-left:-3px;z-index:10; border-top: 6px solid #ff6633;}
/*信息内容框架结束*/
/*认证开始*/
.part-certification-hd{ background:#F5F5F5; padding:10px 15px;}
.stars-part-all span{ background: url(../images/stars-bg.png) -17px 0 no-repeat; width:14px; height:13px; vertical-align:middle; display:inline-block; margin-right:5px;}
.stars-part-all span.stars-cur{ background-position:0 0;}
.part-br-ddd{ border:1px solid #ddd; overflow:hidden;}
.part-certification-main article{ padding:18px; border-top:1px dashed #a5a5a5; margin-top:-1px; overflow:hidden; zoom:1;}
.part-certification-main section{ line-height:24px; margin:0 200px 0 40px;}
.part-certification-wb500{ width:500px; margin:50px auto;}
/*认证结束*/
.happy_yes{display:inline-block;color:#71b83d;padding-left:20px;background:url(../images/yes.png) no-repeat left center;}
.happy_no{display:inline-block;color:gray;padding-left:20px;white-space:nowrap;background:url(../images/no.png) no-repeat left center;}
input.happy_err{background-color:#ffe7e7;outline-style:none;}
.happy_err{background-color:#ffe7e7;outline-style:none;}
.required{width: 10px; color: #b20202;}
.placeholder{color:gray}
/*预览按钮*/
.ui-btn-preview{background:#ffe49d !important; color:#666;}
.ui-btn-preview:hover{background:#fef5dd !important;color:#666 !important;}

/* 我的专属客服 */
#my_service_bar{position:absolute; top:-120px; right:0;overflow:hidden; z-index:1001;}
#my_service_minibar{ width:30px; text-align:center; background:url(http://www.trjcn.com/static/images/user/my_service.png) no-repeat 8px 10px #3a4b82; float:left; font:normal 16px/18px Microsoft yahei,simhei,arial; color:#fff; height:165px; text-indent:-999em; padding:10px 3px; display:none;}
#my_service_fullbar{display:none; width:150px;  background-color:#f6f6f6;}
#service_bar_close{position:absolute;width:25px;height:25px;top:0;right:5px;cursor:pointer;display:block;text-indent: -9999px;}
.service_bar_head{ width:130px; position:relative; padding:0 10px; font:normal 16px/32px Microsoft yahei,simhei,arial; color:#fff; background:url(http://www.trjcn.com/static/images/user/my_service.png) no-repeat -40px 8px #3a4b82; overflow:hidden; text-indent:-999em;}
.service_bar_main{width:134px;padding:5px; border:3px solid #3a4b82;}
.service_bar_cont{font-size:12px;width:134px;overflow:hidden;}
.service_bar_cont li{overflow:hidden; padding:3px 0}
.service_bar_cont li label{ font-weight:bold; color:#666;}


#content .home-cont{padding-left:0; width:998px; min-width:998px; position:static;}
#content .home-cont .main{ margin-left:179px;}
#content .home-cont .subnav{ position:static; float:left;}
#content .home-cont .subnav-group{ background:#f5f5f5;}
.z-cur{ z-index:1002; position:relative;}
.z-cur .z-cur-bg{opacity: 0.7;filter:alpha(opacity=70); position:absolute;left: 0px; top: 0px; width: 100%; height: 10px; overflow: hidden; -webkit-user-select: none; z-index: 1050; background: rgb(0, 0, 0);}
.guide-all-bg{opacity: 0.7;filter:alpha(opacity=70); position:fixed;left: 0px; top: 0px; width: 100%; height: 100%; overflow: hidden; -webkit-user-select: none; z-index: 1001; background: rgb(0, 0, 0);}
.guide-box{ position:relative; z-index:1009;}
.guide-box .ittext-box{ overflow:hidden; zoom:1; height:95px;}
.guide-box .ittext{ font-size:14px; line-height:22px;}
.guide-box .ittext-box .ittext{ margin-left:95px;}
.guide-selected{ border:2px dashed #fe5151;background:url(../images/member/guide/guide-selected-bg.png) repeat; position:absolute;}
.guide-cont{background: url(../images/member/guide/guide-cont.png) no-repeat; width:296px; height:163px; position:fixed;left:50%; margin-left:-173px; top:50%; margin-top:-94px; padding:25px 25px 0;}
.guide-cont-t{background: url(../images/member/guide/guide-cont-t.png) no-repeat; width:296px; height:165px; position:absolute; padding:48px 25px 0;}
.guide-cont-t2{background: url(../images/member/guide/guide-cont-t2.png) no-repeat; width:296px; height:165px; position:absolute; padding:48px 25px 0;}
.guide-cont-b{background: url(../images/member/guide/guide-cont-b.png) no-repeat; width:296px; height:188px; position:absolute; padding:25px 25px 0;}
.guide-btn a{ width:92px; height:44px; display:block; font-size:16px; line-height:36px; text-align:center; display:inline-block;}
.guide-btn-gary{background: url(../images/member/guide/btn-gary.png) no-repeat;float:left; color:#3b4a82;}
.guide-btn-red{background: url(../images/member/guide/btn-red.png) no-repeat;color:#fff;}
.guide-btn-gary:hover{ color:#3b4a82;}
.guide-btn-red:hover{ color:#fff;}

/* 头部 */
#header {
    width: 100%;
    height: 40px;
    background-color:#333;
}
.container .logo{width:86px;}
.logo {
    float: left;
    overflow: hidden;
    margin-top: 6px;
    width: 86px;
    height: 28px;
    text-indent: -999em;
    background: url(../images/sm-logo.png) bottom no-repeat;
}
.sub-logo {
    float: left;
    margin-top: 10px;
    margin-left: 10px;
    padding-left: 10px;
    width: 79px;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    border-left: 1px solid #535d7c;
}
.sub-logo:hover{ color:#fff;}
.service-hotline {
  font-size: 16px;
  color: #d0d8e9;
  margin-top: 8px;
}
.fn-right {
  float: right;
}
.icon-part-phone {
  background-position: -104px -102px;
  width: 14px;
  height: 16px;
}
.icon-part-bg1 {
  vertical-align: middle;
  display: inline-block;
  font-size: 0;
  margin-right: 3px;
}
.icon-part-bg1 {
  background-image: url(../images/icon.png);
  background-repeat: no-repeat;
}
.logo1 {
    float: left;
    overflow: hidden;
    margin-top: 6px;
    width: 86px;
    height: 28px;
    text-indent: -999em;
    background: url(../images/logo.png) bottom no-repeat;
}
.sub-logo1 {
    float: left;
    margin-top: 10px;
    margin-left: 10px;
    padding-left: 10px;
    width: 79px;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    border-left: 1px solid #535d7c;
}
.sub-logo1:hover{ color:#fff;}
.service-hotline {
  font-size: 16px;
  color: #d0d8e9;
  margin-top: 8px;
}

.renZheng{
 	width: auto;
 	height: 20px;
 }
.renZheng>li{
 	float: left;
 	margin-right: 3px;
 	font-family: "微软雅黑";	
 }
 .renZheng>li:last-child{
 	margin-right: 10px;
 }
 .renZheng>li b{
 	float: left;
 	margin-top: 2px;
 	margin-left: 2px;
 }
 .renZheng>li i p{
 	width: 148px;
 	height: auto;
 	border: 1px solid #cccccc;
 	padding: 3px;
 	margin-top: 10px;
 	float: left;
 	display: none;
 	background: #FFFFFF;
 	position: relative;
 }
 .renZheng>li:hover p{
 	display: block;
 	color: #333;
 }
 .renZheng>li i{
 	display: block;
 	width: 18px;
	height:20px;
 	
 	background: #88E2DB;
 	color: #FFFFFF;
 	float: left;
 }
.renZheng>li i{
 	margin: 2px;
 	float: left;
	padding:0px 2px;
 }
 .renZheng>li>.col-1{
 	background:#F90;
 } 
 .renZheng>li>.col-1-no{
 	background:#999;
 }
  .renZheng>li>.col-1:hover{
 	cursor: pointer;
 	background: #D6BF8E;
 }
  .renZheng>li>.col-2{
 	background: #88E2DB;
 }
  .renZheng>li>.col-2-no{
 	background:#999;
 }
  .renZheng>li>.col-2:hover{
 	cursor: pointer;
 	background: #81D3CB;
 }
  .renZheng>li>.col-3{
 	background: #ff5a5a;
 }
  .renZheng>li>.col-3-no{
 	background:#999;
 }
  .renZheng>li>.col-3:hover{
 	cursor: pointer;
 	background: #F25858;
 }
  .renZheng>li>.col-4{
 	background: #71CF98;
	width: 28px;
 }
  .renZheng>li>.col-4-no{
 	background:#999;
 }
  .renZheng>li>.col-4:hover{
 	cursor: pointer;
 	background: #62AD81;
 }