@charset "utf-8";
/* common start */
html{
	height: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;}
*html{
    background-image:url(about:blank);
    background-attachment: fixed;
}
.pointer{cursor:pointer;cursor:hand;}
i{cursor:pointer;cursor:hand;}
.blue{color:#1a73cd}
.blue:hover{text-decoration:underline;}
.readonly {background:#E5E6E9}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,
th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,select{
	margin:0;
	padding:0;
	font-family:"Microsoft YaHei";}
ol,ul { list-style: none; }
table{border-collapse: collapse;}
* html .clearfix{
	height:1%;}
.redcol{color:#e64d43 !important;}
.greencol{color:#2edd57 !important;}
.orangecol{color:#f08300 !important;}
h5{ font-size:12px;font-weight:normal;}
h4{ font-size:14px;font-weight:normal;}
h3{ font-size:16px;font-weight:normal;}
h2{ font-size:18px;font-weight:normal;}
.clearfix:before, .clearfix:after {content:"";display:table;}
.clearfix:after {clear:both;}
.clearfix {zoom:1;}
a{ color:#333; cursor:pointer;text-decoration:none;}
a:hover{outline:none; blur:expression(this.onFocus=this.blur());color:#f08300;}
img{ border:0px none; vertical-align:middle;}
input,button,textarea,select { *font-size: 100%;outline:none; vertical-align:middle;}
input{border:0 none;vertical-align:middle;outline:none;}
em{font-style:normal;}
.mt10{margin-top:10px !important;}
.mt15{margin-top:15px !important;}
.mt20{margin-top:20px !important;}
.mt30{margin-top:30px !important;}
.mt50{margin-top:50px !important;}
.text-center{text-align:center;}
.inner{width:1200px;margin:0 auto;}
body{
	background-color:#fff;
	position:relative;
	color:#333;
	font-size:14px;
}
/* common end */

/* 20161107 index CSS start */
.header_box{
	width: 100%;
	background: #FFFFFF;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
}
.header_inner .logo_box{
	float: left;
	padding: 16px 20px 20px 0;
}
.header_inner .nav_box{
	float: left;
}
.header_inner .nav_box li{
	float: left;
}
.header_inner .nav_box li a{
	display: block;
	width: 112px;
	height: 106px;
	line-height: 106px;
	font-size: 18px;
	color: #4c4c4c;
	text-align: center;
	background: url("../images/bg_nav.png") no-repeat center;
	background-position: 0 0;
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.header_inner .nav_box li a:hover{
	color: #f08300;
}
.header_inner .nav_box li a.current{
	color: #f08300;
	background-position: 0 -106px;
}
.header_inner .nav_box li a.icon_home{
	background: url("../images/bg_home.png") no-repeat center;
	background-position: 0 0;
}
.header_inner .nav_box li a.icon_home:hover{
	background-position: 0 -106px;
}
.header_inner .nav_box li a.icon_home.current{
	background-position: 0 -212px;
}
.header_inner .links_box{
	float: right;
	line-height: 106px;
}
.header_inner .links_box p{
	float: left;
	font-size: 14px;
	color: #999999;
}
.header_inner .links_box p a em{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	line-height: 15px;
	font-size: 14px;
	color: #f08300;
	padding-left: 10px;
}
.header_inner .links_box .link_website{
	float: left;
	font-size: 14px;
	color: #4c4c4c;
	margin-left: 15px;
}
.banner_box{
	height: 388px;
	position: relative;
}
.banner_box .banner_list ul{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
}
.banner_box .banner_list ul li{
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.banner_box .banner_dot{
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 21px;
}
.banner_box .banner_dot a{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 30px;
	height: 6px;
	margin: 0 4px;
	background: #FFFFFF;
	-webkit-transition: background .5s ease-in-out;
    -moz-transition: background .5s ease-in-out;
    -o-transition: background .5s ease-in-out;
    -ms-transition: background .5s ease-in-out;
    transition: background .5s ease-in-out;
}
.banner_box .banner_dot a:hover,
.banner_box .banner_dot a.current{
	background: #f08300;
}
.latest_announcement{
	padding: 42px 0 30px;
}
.latest_announcement h3{
	font-size: 24px;
	color: #4b4948;
	text-align: center;
	padding-bottom: 38px;
	position: relative;
}
.latest_announcement h3 em{
	display: block;
	width: 128px;
	height: 28px;
	background: url("../images/text_notice.png") no-repeat center;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -64px;
}
.announcement_list{
	padding-top: 35px;
}
.announcement_list ul li{
	float: left;
	width: 33.3%;
	padding-bottom: 38px;
}
.announcement_list ul li a{
	display: block;
	width: 320px;
	line-height: 23px;
	font-size: 16px;
	color: #4b4948;
	padding-left: 15px;
	border-left: 1px solid #f08300;
	-webkit-transition: color .4s ease-in-out;
    -moz-transition: color .4s ease-in-out;
    -o-transition: color .4s ease-in-out;
    -ms-transition: color .4s ease-in-out;
    transition: color .4s ease-in-out;
}
.announcement_list ul li a:hover{
	color: #f08300;
}
.announcement_list ul li p{
	font-size: 14px;
	color: #b2b2b2;
	padding-left: 16px;
	margin-top: 8px;
}
.more_announcement{
	text-align: center;
}
.more_announcement .btn_more{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 106px;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	color: #999999;
	text-align: center;
	border: 1px solid #e6e6e6;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	behavior: url(front/css/PIE.htc);
	background: #FFFFFF;
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
	position: relative;
}
.more_announcement .btn_more:hover{
	color: #FFFFFF;
	border-color: #f08300;
	background: #f08300;
}
.footer_box{
	background: #4b4948;
}
.footer_links{
	font-size: 14px;
	color: #b0afaf;
	text-align: center;
	padding: 30px 0;
}
.footer_links a{
	font-size: 14px;
	color: #cccccc;
	margin: 0 14px;
	-webkit-transition: color .4s ease-in-out;
    -moz-transition: color .4s ease-in-out;
    -o-transition: color .4s ease-in-out;
    -ms-transition: color .4s ease-in-out;
    transition: color .4s ease-in-out;
}
.footer_links a:hover{
	color: #FFFFFF;
}
.company{
	padding-bottom: 22px;
}
.company p{
	font-size: 14px;
	color: #808080;
	text-align: center;
	margin-bottom: 5px;
}
.gray_layer{
	width: 100%;
	height: 100%;
	background: #000000;
	filter: alpha(opacity=50);       /* IE */
	-moz-opacity: 0.5;              /* Moz + FF */
	opacity: 0.5;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50); /* IE6/IE7/8 */
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
}
@-webkit-keyframes bounceInUp {
	0%,100%,60%,75%,90% {
		-webkit-animation-timing-function:cubic-bezier(0.215,.61,.355,1);
		animation-timing-function:cubic-bezier(0.215,.61,.355,1)
	}
	0% {
		opacity:0;
		-webkit-transform:translate3d(0,3000px,0);
		transform:translate3d(0,3000px,0)
	}
	60% {
		opacity:1;
		-webkit-transform:translate3d(0,-20px,0);
		transform:translate3d(0,-20px,0)
	}
	75% {
		-webkit-transform:translate3d(0,10px,0);
		transform:translate3d(0,10px,0)
	}
	90% {
		-webkit-transform:translate3d(0,-5px,0);
		transform:translate3d(0,-5px,0)
	}
	100% {
		-webkit-transform:translate3d(0,0,0);
		transform:translate3d(0,0,0)
	}
}
@-moz-keyframes bounceInUp {
	0%,100%,60%,75%,90% {
		-webkit-animation-timing-function:cubic-bezier(0.215,.61,.355,1);
		animation-timing-function:cubic-bezier(0.215,.61,.355,1)
	}
	0% {
		opacity:0;
		-webkit-transform:translate3d(0,3000px,0);
		transform:translate3d(0,3000px,0)
	}
	60% {
		opacity:1;
		-webkit-transform:translate3d(0,-20px,0);
		transform:translate3d(0,-20px,0)
	}
	75% {
		-webkit-transform:translate3d(0,10px,0);
		transform:translate3d(0,10px,0)
	}
	90% {
		-webkit-transform:translate3d(0,-5px,0);
		transform:translate3d(0,-5px,0)
	}
	100% {
		-webkit-transform:translate3d(0,0,0);
		transform:translate3d(0,0,0)
	}
}
@keyframes bounceInUp {
	0%,100%,60%,75%,90% {
		-webkit-animation-timing-function:cubic-bezier(0.215,.61,.355,1);
		animation-timing-function:cubic-bezier(0.215,.61,.355,1)
	}
	0% {
		opacity:0;
		-webkit-transform:translate3d(0,3000px,0);
		transform:translate3d(0,3000px,0)
	}
	60% {
		opacity:1;
		-webkit-transform:translate3d(0,-20px,0);
		transform:translate3d(0,-20px,0)
	}
	75% {
		-webkit-transform:translate3d(0,10px,0);
		transform:translate3d(0,10px,0)
	}
	90% {
		-webkit-transform:translate3d(0,-5px,0);
		transform:translate3d(0,-5px,0)
	}
	100% {
		-webkit-transform:translate3d(0,0,0);
		transform:translate3d(0,0,0)
	}
}
.bounceInUp {
	-webkit-animation:bounceInUp 1s;
	animation:bounceInUp 1s;
}
.pop_riskbook{
	width: 710px;
	padding: 0 30px 35px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	behavior: url(front/css/PIE.htc);
	background: #FFFFFF;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -385px;
	margin-top: -275px;
	z-index: 1200;
}
.pop_riskbook .riskbook_title{
	border-bottom: 1px solid #f2f2f2;
}
.pop_riskbook .riskbook_title h5{
	line-height: 75px;
	font-size: 18px;
	color: #f08300;
	text-align: center;
}
.pop_riskbook .riskbook_inner{
	padding: 15px 0;
} 
.pop_riskbook .riskbook_inner .riskbook_top p{
	line-height: 25px;
	font-size: 14px;
	color: #4c4c4c;
}
.pop_riskbook .riskbook_inner .riskbook_detail{
	padding-bottom: 20px;
}
.pop_riskbook .riskbook_inner .riskbook_detail p{
	line-height: 25px;
	font-size: 14px;
	color: #737373;
	text-indent: 2em;
	margin-top: 10px;
}
.pop_riskbook .riskbook_inner .riskbook_tips p{
	font-size: 14px;
	color: #4c4c4c;
	font-weight: bold;
	margin-bottom: 3px;
}
.pop_riskbook .riskbook_inner .riskbook_tips strong{
	font-size: 14px;
	color: #f08300;
	font-weight: normal;
}
.pop_riskbook .pop_btn{
	padding: 15px 0 0;
}
.btn_close{
	display: block;
	width: 106px;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	behavior: url(front/css/PIE.htc);
	background: #f08300;
	margin: 0 auto;
	-webkit-transition: background .4s ease-in-out;
    -moz-transition: background .4s ease-in-out;
    -o-transition: background .4s ease-in-out;
    -ms-transition: background .4s ease-in-out;
    transition: background .4s ease-in-out;
    position: relative;
}
.btn_close:hover{
	color: #FFFFFF;
	background: #e99e44;
}
/* 20161108 index CSS end */

/* 20161109 1-登录 CSS start */
.bg_login{
	height: 100%;
	background: url("../images/bg_login.jpg") no-repeat center;
}
.login_page{
	width: 406px;
	padding: 0 30px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: #FFFFFF;
	behavior: url(front/css/PIE.htc);
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -233px;
	margin-top: -272px;
}
.login_page .logo_box{
	text-align: center;
	padding: 35px 0 22px;
}
.login_tab{
	text-align: center;
	padding: 0 30px;
	border-bottom: 1px solid #e6e6e6;
}
.login_tab a{
	float: left;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	line-height: 56px;
	font-size: 18px;
	color: #737373;
	text-align: center;
	white-space: nowrap;  
	margin: 0 30px;
	-webkit-transition: color .4s ease-in-out;
    -moz-transition: color .4s ease-in-out;
    -o-transition: color .4s ease-in-out;
    -ms-transition: color .4s ease-in-out;
    transition: color .4s ease-in-out;
    position: relative;
}
.login_tab a:hover,
.login_tab a.active{
	color: #f08300;
}
.login_tab a.active em{
	display: block;
	width: 13px;
	height: 7px;
	background: url("../images/arrow_01.jpg") no-repeat center;
	position: absolute;
	left: 50%;
	bottom: -1px;
	margin-left: -6px;
}
.login_box{
	padding: 36px 0 40px;
	position: relative;
}
.login_box .error_tips{
	line-height: 36px;
	font-size: 14px;
	color: #f14444;
	padding: 0 35px;
	position: absolute;
	left: 0;
	top: 0;
}
.login_inner{
	padding: 0 35px;
}
.login_inner .input_login{
	margin-bottom: 20px;
	position: relative;
}
.login_inner .input_login.active input{
	border: 1px solid #f08300;
}
.login_inner .input_login input{
	width: 294px;
	height: 28px;
	padding: 10px 20px;
	font-size: 14px;
	color: #000000;
	border: 1px solid #e6e6e6;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	behavior: url(front/css/PIE.htc);
	-webkit-transition: border .4s ease-in-out;
    -moz-transition: border .4s ease-in-out;
    -o-transition: border .4s ease-in-out;
    -ms-transition: border .4s ease-in-out;
    transition: border .4s ease-in-out;
    position: relative;
}
.login_inner .input_login input:focus{
	border: 1px solid #f08300;
}
.login_inner .input_login .btn_install{
	display: block;
	width: 294px;
	height: 48px;
	line-height: 48px;
	padding: 0 20px;
	font-size: 14px;
	color: #f08300;
	border: 1px solid #e6e6e6;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	behavior: url(front/css/PIE.htc);
	-webkit-transition: border .4s ease-in-out;
    -moz-transition: border .4s ease-in-out;
    -o-transition: border .4s ease-in-out;
    -ms-transition: border .4s ease-in-out;
    transition: border .4s ease-in-out;
    position: relative;
}
.login_inner .input_login .btn_install:hover{
	border: 1px solid #f08300;
}
.login_inner .input_login .btn_switch{
	display: block;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #f08300;
	text-align: center;
	padding: 0 14px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	behavior: url(front/css/PIE.htc);
	background: #f6f9fe;
	position: absolute;
	right: 6px;
	top: 50%;
	margin-top: -15px;
	-webkit-transition: background .4s ease-in-out;
    -moz-transition: background .4s ease-in-out;
    -o-transition: background .4s ease-in-out;
    -ms-transition: background .4s ease-in-out;
    transition: background .4s ease-in-out;
}
.login_inner .input_login .btn_switch.gray{
	color: #FFFFFF;
	background: #A9A9A9;
}
.login_inner .input_login .btn_switch:hover{
	background: #dbe6fa;
}
.login_inner .input_login .install_tips{
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	color: #f08300;
	white-space: nowrap;  
	padding: 0 15px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: -1px 3px 10px #f9d7c8;
	behavior: url(front/css/PIE.htc);
	background: #FFFFFF;
	position: absolute;
	left: 358px;
	top: 50%;
	margin-top: -18px;
}
.login_inner .input_code{
	padding-right: 190px;
	position: relative;
}
.login_inner .input_code .input_login input{
	width: 104px;
}
.login_inner .input_code .code_box{
	width: 174px;
	height: 40px;
	line-height: 40px;
	padding: 5px 0 5px 16px;
	position: absolute;
	right: 0;
	top: 0;
}
.login_inner .input_code .code_box .code{
	float: left;
	width: 108px;
	height: 40px;
	overflow: hidden;
}
.login_inner .input_code .code_box .code img{
	width: 100%;
}
.login_inner .input_code .code_box a{
	font-size: 14px;
	color: #f08300;
	margin-left: 16px;
}
.login_inner .input_code .code_box a:hover{
	text-decoration: underline;
}
.btn_login{
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	behavior: url(front/css/PIE.htc);
	background: #f08300;
	-webkit-transition: background .4s ease-in-out;
    -moz-transition: background .4s ease-in-out;
    -o-transition: background .4s ease-in-out;
    -ms-transition: background .4s ease-in-out;
    transition: background .4s ease-in-out;
    position: relative;
}
.btn_login:hover{
	color: #FFFFFF;
	background: #e99e44;
}
.login_inner .forget_link{
	height: 20px;
	line-height: 60px;
}
.login_inner .forget_link a{
	font-size: 14px;
	color: #737373;
	-webkit-transition: color .4s ease-in-out;
    -moz-transition: color .4s ease-in-out;
    -o-transition: color .4s ease-in-out;
    -ms-transition: color .4s ease-in-out;
    transition: color .4s ease-in-out;
}
.login_inner .forget_link a:hover{
	color: #f08300;
}
/* 20161109 1-登录 CSS end */

/* 20161109 2-注册 CSS start */
.login_box2.login_box{
	padding: 15px 0 44px;
}
.login_box2.login_box .login_inner{
	padding-top: 15px;
}
.prompt_box{
	line-height: 24px;
	font-size: 14px;
	color: #737373;
	padding: 6px 35px 6px 77px;
	background: #f7f7f7;
	position: relative;
}
.prompt_box em{
	position: absolute;
	top: 6px;
	left: 35px;
}
.check_deal{
	margin-bottom: 20px;
}
.check_deal span{
	font-size: 14px;
	color: #737373;
}
.check_deal input{
	vertical-align: top;
	margin-top: 4px;
}
.check_deal a{
	font-size: 14px;
	color: #f08300;
}
.check_deal a:hover{
	text-decoration: underline;
}
.register_result{
	padding: 10px 0 35px;
}
.register_result em{
	display: block;
	width: 84px;
	height: 84px;
	margin: 0 auto 20px;
}
.register_result em.icon_success{
	background: url("../images/icon_success.png") no-repeat center;
}
.register_result strong{
	display: block;
	font-size: 18px;
	color: #4c4c4c;
	text-align: center;
	font-weight: normal;
}
/* 20161109 2-注册 CSS end */

/* 20161109 3-新用户体验 CSS start */
.login_box.login_box2.less_padding{
	padding: 10px 0;
}
.user_input{
	padding-left: 110px;
	margin: 8px 0;
	position: relative;
}
.user_input .label{
	width: 90px;
	line-height: 40px;
	font-size: 16px;
	color: #737373;
	text-align: right;
	padding-right: 20px;
	position: absolute;
	left: 0;
	top: 0;
}
.user_input .input_box{
	width: 100%;
}
.user_input .input_box .text{
	width: 262px;
	height: 16px;
	padding: 10px 15px;
	font-size: 14px;
	color: #000000;
	border: 1px solid #e6e6e6;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	behavior: url(front/css/PIE.htc);
	-webkit-transition: border .4s ease-in-out;
    -moz-transition: border .4s ease-in-out;
    -o-transition: border .4s ease-in-out;
    -ms-transition: border .4s ease-in-out;
    transition: border .4s ease-in-out;
    position: relative;
}
.user_input .input_box .text:focus{
	border: 1px solid #f08300;
}
.user_input .input_box .btn_send{
	display: block;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #f08300;
	text-align: center;
	padding: 0 14px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	behavior: url(front/css/PIE.htc);
	background: #f6f9fe;
	position: absolute;
	right: 6px;
	top: 50%;
	margin-top: -15px;
	-webkit-transition: background .4s ease-in-out;
    -moz-transition: background .4s ease-in-out;
    -o-transition: background .4s ease-in-out;
    -ms-transition: background .4s ease-in-out;
    transition: background .4s ease-in-out;
}
.user_input .input_box .btn_send.gray{
	color: #FFFFFF;
	background: #A9A9A9;
}
.user_input .input_box .btn_send:hover{
	background: #dbe6fa;
}
.btn_box{
	padding: 10px 35px;
}
.user_input .input_box .radio_box{
	float: left;
	height: 38px;
	line-height: 38px;
	margin-right: 45px;
}
.user_input .input_box .radio_box.radio_box2{
	margin-right: 35px;
}
.user_input .input_box .radio_box.no_margin{
	margin-right: 0;
}
.user_input .input_box .radio_box .radio{
	float: left;
	vertical-align: top;
	margin-top: 13px;
}
.user_input .input_box .radio_box span{
	float: left;
	font-size: 14px;
	color: #737373;
	margin-left: 10px;
}
.user_input .input_box .radio_box .text2{
	float: left;
	width: 200px;
	*width: 195px;
	height: 16px;
	padding: 10px 15px;
	font-size: 14px;
	color: #000000;
	border: 1px solid #e6e6e6;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	behavior: url(front/css/PIE.htc);
	margin-left: 8px;
	-webkit-transition: border .4s ease-in-out;
    -moz-transition: border .4s ease-in-out;
    -o-transition: border .4s ease-in-out;
    -ms-transition: border .4s ease-in-out;
    transition: border .4s ease-in-out;
    position: relative;
}
.user_input .input_box .radio_box .text2:focus{
	border: 1px solid #f08300;
}
/* 20161109 3-新用户体验 CSS end */

/* 20161111 4-我的账单 CSS start */
.header_box.has_shadow{
	box-shadow: 0 5px 10px #ecf1f4;
	behavior: url(front/css/PIE.htc);
	position: fixed;
}
.content{
	padding-top: 106px;
}
.content.bg_gray{
	background: #f8f8f8;
}
.my_bill{
	padding: 30px 0;
}
.bill_tips{	
	padding: 20px 30px;
	background: #FFFFFF;
}
.bill_tips p{
	line-height: 30px;
	font-size: 16px;
	color: #89959d;
}
.bill_tips strong{
	display: block;
	font-size: 16px;
	color: #333333;
	font-weight: normal;
	margin-top: 10px;
}
.bill_tips strong a{
	color: #f08300;
}
.bill_tips strong a:hover{
	text-decoration: underline;
}
.bill_detail{
	padding: 0 30px 30px;
	background: #FFFFFF;
}
.bill_detail .part{
	padding: 20px 0 0;
	border-bottom: 1px solid #f2f2f2;
}
.bill_input{
	float: left;
	width: 450px;
	line-height: 40px;
	padding-bottom: 20px;
}
.bill_input .label{
	float: left;
	font-size: 16px;
	color: #999999;
}
.bill_input .input_box{
	float: left;
	position: relative;
}
.bill_input .input_box .text{
	width: 180px;
	height: 22px;
	padding: 10px;
	font-size: 16px;
	color: #4b4948;
	border: 1px solid #e6e6e6;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	behavior: url(front/css/PIE.htc);
	-webkit-transition: box-shadow .4s ease-in-out;
    -moz-transition: box-shadow .4s ease-in-out;
    -o-transition: box-shadow .4s ease-in-out;
    -ms-transition: box-shadow .4s ease-in-out;
    transition: box-shadow .4s ease-in-out;
    position: relative;
}
.bill_input .input_box .text:focus{
	box-shadow: 0 0 5px #E3E3E3;
	behavior: url(front/css/PIE.htc);
}
.bill_input .input_box .text.no_border{
	border: none;
	box-shadow: none;
}
.bill_option strong{
	font-size: 16px;
	color: #f08300;
	font-weight: normal;
}
.option_box ul{
	padding: 15px 0;
}
.option_box ul li{
	float: left;
	width: 25%;
	line-height: 38px;
}
.option_box ul li.whole_width{
	width: 100%;
}
.option_box ul li .bill_input{
	margin-left: 30px;
}
.option_box ul li .radio{
	float: left;
    vertical-align: top;
    margin-top: 13px;
}
.option_box ul li span{
	float: left;
	font-size: 16px;
	color: #737373;
	margin-left: 10px;
}
.btn_box2{
	padding-top: 30px;
}
.btn_save{
	display: block;
	width: 155px;
	height: 43px;
	line-height: 43px;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	behavior: url(front/css/PIE.htc);
	background: #f08300;
	margin: 0 auto;
	-webkit-transition: background .4s ease-in-out;
    -moz-transition: background .4s ease-in-out;
    -o-transition: background .4s ease-in-out;
    -ms-transition: background .4s ease-in-out;
    transition: background .4s ease-in-out;
    position: relative;
}
.btn_save:hover{
	color: #FFFFFF;
	background: #e99e44;
}
/* 20161111 4-我的账单 CSS end */

/* 20161111 5-我的资产 CSS start */
.my_assets{
	padding: 30px 0;
}
.assets_inner{
	padding: 0 30px 30px;
	background: #FFFFFF;
}
.search_box{
	padding: 30px 0;
}
.select_box{
	float: left;
	line-height: 40px;
	margin-right: 30px;
}
.select_box .label{
	float: left;
	font-size: 14px;
	color: #737373;
	margin-right: 5px;
}
.select_box .value_box{
	float: left;
	position: relative;
}
.select_box .value_box.value_box2 .value{
	width: 165px;
}
.select_box .value{
	display: block;
	width: 95px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #737373;
	font-weight: normal;
	padding: 0 50px 0 14px;
	border: 1px solid #bfcde1;
	position: relative;
}
.select_box .value a{
	display: block;
	width: 50px;
	height: 40px;
	/* background: url("../images/arrow_02.png") no-repeat center; */
	position: absolute;
	right: 0;
	top: 0;
}
.select_box .space{
	float: left;
	font-size: 20px;
	color: #bfcde1;
	padding: 0 15px;
}
.select_box .downlist_box{
	width: 229px;
	border-right: 1px solid #bfcde1;
	border-bottom: 1px solid #bfcde1;
	border-left: 1px solid #bfcde1;
	box-shadow: 2px 3px 5px #E3E3E3;
	background: #FFFFFF;
	behavior: url(css/PIE.htc);
	position: absolute;
	left: 0;
	top: 42px;
	z-index: 50;
}
.select_box .downlist_box a{
	display: block;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	color: #333333;
	padding-left: 14px;
	-webkit-transition: background .4s ease-in-out;
    -moz-transition: background .4s ease-in-out;
    -o-transition: background .4s ease-in-out;
    -ms-transition: background .4s ease-in-out;
    transition: background .4s ease-in-out;
}
.select_box .downlist_box a:hover{
	background: #f8f8f8;
}
.search_input{
	float: left;
}
.search_input input{
	width: 150px;
	height: 18px;
	padding: 10px 14px;
	font-size: 14px;
	color: #4b4948;
	border: 1px solid #bfcde1;
	behavior: url(front/css/PIE.htc);
	-webkit-transition: border .4s ease-in-out;
    -moz-transition: border .4s ease-in-out;
    -o-transition: border .4s ease-in-out;
    -ms-transition: border .4s ease-in-out;
    transition: border .4s ease-in-out;
    position: relative;
}
.btn_search{
	float: right;
	display: block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	behavior: url(front/css/PIE.htc);
	background: #f08300;
	-webkit-transition: background .4s ease-in-out;
    -moz-transition: background .4s ease-in-out;
    -o-transition: background .4s ease-in-out;
    -ms-transition: background .4s ease-in-out;
    transition: background .4s ease-in-out;
    position: relative;
}
.btn_search:hover{
	color: #FFFFFF;
	background: #e99e44;
}
.my_table th,
.my_table td{
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
}
.my_table th{
	height: 52px;
	color: #1a1a1a;
	background: #f6f9fe;
}
.my_table td{
	color: #4c4c4c;
	padding: 16px 0;
	border-bottom: 1px solid #f2f2f2;
}
.my_table td a{
	font-size: 14px;
	color: #f08300;
}
.my_table td a:hover{
	text-decoration: underline;
}
.page_box{
	padding-top: 30px;
}
.page_box span{
	font-size: 14px;
	color: #999999;
	margin: 0 5px;
}
.page_box span em{
	color: #f08300;
	margin: 0 3px;
}
.page_box a{
	font-size: 14px;
	color: #4c4c4c;
	margin: 0 5px;
	-webkit-transition: color .4s ease-in-out;
    -moz-transition: color .4s ease-in-out;
    -o-transition: color .4s ease-in-out;
    -ms-transition: color .4s ease-in-out;
    transition: color .4s ease-in-out;
}
.page_box a:hover{
	color: #f08300;
}
.page_box input{
	width: 25px;
	height: 11px;
	text-align: center;
	padding: 5px;
	border: 1px solid #e7ebef;
	margin: 0 5px;
}
.page_box a.btn_sure{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 46px;
	height: 22px;
	line-height: 22px;
	color: #FFFFFF;
	vertical-align: top;
	background: #f08300;
}
/* 20161111 5-我的资产 CSS end */

/* 20161111 6-我的交易 CSS start */
.table_tab{
	height: 55px;
	padding-top: 15px;
	border-bottom: 1px solid #e6e6e6;
	position: relative;
}
.table_tab ul{
	position: absolute;
	left: 0;
	bottom: -1px;
}
.table_tab ul li{
	float: left;
	margin-right: 40px;
}
.table_tab ul li a{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	height: 55px;
	line-height: 55px;
	font-size: 16px;
	color: #4b4948;
	-webkit-transition: color .4s ease-in-out;
    -moz-transition: color .4s ease-in-out;
    -o-transition: color .4s ease-in-out;
    -ms-transition: color .4s ease-in-out;
    transition: color .4s ease-in-out;
}
.table_tab ul li a:hover{
	color: #f08300;
}
.table_tab ul li a.active{
	color: #f08300;
	border-bottom: 1px solid #f08300;
}
/* 20161111 6-我的交易 CSS end */

/* 20161111 7-信息披露 CSS start */
.file_box{
	padding: 5px 0 0;
}
.file_box p{
	height: 48px;
	line-height: 48px;
	padding-left: 30px;
	border-bottom: 1px dashed #e6e6e6;
	position: relative;
}
.file_box p em{
	display: block;
	width: 25px;
	height: 48px;
	background: url("../images/icon_file.png") no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}
.file_box p em.icon_01{
	background-position: 0 0;
}
.file_box p em.icon_02{
	background-position: -25px 0;
}
.file_box p em.icon_03{
	background-position: -50px 0;
}
.file_box p a{
	font-size: 14px;
	color: #4c4c4c;
	outline: none;
	-webkit-transition: color .4s ease-in-out;
    -moz-transition: color .4s ease-in-out;
    -o-transition: color .4s ease-in-out;
    -ms-transition: color .4s ease-in-out;
    transition: color .4s ease-in-out;
}
.file_box p a:hover{
	color: #f08300;
}
.file_box p span{
	float: right;
	font-size: 14px;
	color: #999999;
}
/* 20161111 7-信息披露 CSS end */

/* 20161111 8-资产总览 CSS start */
.assets_top{
	padding: 55px 0 40px;
	border-bottom: 1px solid #e6e6e6;
}
.assets_top .assets_information{
	float: left;
	width: 50%;
}
.assets_top .assets_information .information_list{
	padding-left: 40px;
}
.assets_top .assets_information h3{
	font-size: 18px;
	color: #4b4948;
	padding-left: 82px;
	position: relative;
}
.assets_top .assets_information h3 em{
	display: block;
	width: 58px;
	height: 58px;
	background: url("../images/icon_avatar.png") no-repeat center;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -29px;
}
.assets_top .assets_information p{
	height: 58px;
	line-height: 58px;
	font-size: 16px;
	color: #999999;
}
.assets_top .assets_information p span{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	height: 58px;
	line-height: 58px;
	font-size: 30px;
	color: #4b4948;
	vertical-align: top;
	*vertical-align: middle;
	margin: 0 10px 0 15px;
}
.assets_top .assets_ratio{
	float: right;
	width: 50%;
}
.assets_bottom{
	padding: 25px 0 0 40px;
}
.assets_bottom table td{
	width: 33.3%;
	font-size: 18px;
	color: #666666;
	text-align: left;
	padding: 20px 0;
}
.assets_bottom table td span{
	color: #f08300;
}
/* 20161111 8-资产总览 CSS end */

/* 20161117 add start */
.password_tab{
	padding: 10px 35px;
}
.password_tab a{
	float: left;
    font-size: 16px;
    color: #737373;
	margin-right: 20px;
}
.password_tab a.active{
	color: #f08300;
}
.select_box .value input{
	width: 100%;
	height: 40px;
    font-size: 14px;
    color: #737373;
}
.empty_box{
	padding: 60px 0 20px;
}
.empty_box p{
	font-size: 16px;
}
.bill_input .error_tips{
	display: block;
	font-size: 16px;
	color: #f28787;
	white-space: nowrap;
	margin-left: 0;
	position: absolute;
	left: 215px;
	top: 0;
}
.bill_input .input_box .text.error{
	border: 1px solid #f28787;
}
/* 20161117 add end */

/* 20161124 404，500 CSS start */
.wrong_box{
	text-align: center;
	padding: 50px 0;
}
.wrong_box .wrong_01,
.wrong_box .wrong_02{
	width: 800px;
	height: 377px;
	margin: 0 auto;
}
.wrong_box .wrong_01{
	background: url(../images/404.png) no-repeat center;
}
.wrong_box .wrong_02{
	background: url(../images/500.png) no-repeat center;
}
.wrong_box strong{
	font-size: 20px;
	color: #5f5f5f;
	font-weight: normal;
}
.wrong_box .btn_back{
	display: block;
	width: 220px;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	border-radius: 22px;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	behavior: url(front/css/PIE.htc);
	background: #f08300;
	margin: 20px auto 0;
	-webkit-transition: background .4s ease-in-out;
    -moz-transition: background .4s ease-in-out;
    -o-transition: background .4s ease-in-out;
    -ms-transition: background .4s ease-in-out;
    transition: background .4s ease-in-out;
    position: relative;
}
.wrong_box .btn_back:hover{
	color: #FFFFFF;
	background: #e99e44;
}
/* 20161124 404，500 CSS end */

/* 20161129 登录修改 CSS start */
.logo_box img{
	float: left;
}
.logo_box h1{
	float: left;
	line-height: 70px;
	font-size: 20px;
	color: #4c4948;
	font-weight: normal;
	padding-left: 25px;
	margin-left: 25px;
	border-left: 1px solid #e6e6e6;
}
/* 20170519 登录-客户tab CSS start */
.customer_tab{
	border-bottom: 1px solid #ff5218;
	width: 280px;
}
.customer_tab ul{
	background: url("../images/bg_tab.png") no-repeat 0 0;
}
.customer_tab ul li{
	float: left;
}
.customer_tab ul li a{
	display: block;
	width: 91px;
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	color: #f08300;
	text-align: center;
}
.customer_tab ul li a.current{
	color: #FFFFFF;
	background: url("../images/bg_tab.png") no-repeat 0 -38px;
	box-shadow: 0 8px 16px #ffd9d7;
	behavior: url(front/css/PIE.htc);
	position: relative;
}
/* 20170519 登录-客户tab CSS end */
/* 20170522 登录-机构客户 CSS start */
.input_login .select_box .value{
	width: 260px;
	height: 48px;
	line-height: 48px;
	font-size: 14px;
	color: #000000;
	padding-left: 20px;
    border: 1px solid #e6e6e6;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	behavior: url(front/css/PIE.htc);
	-webkit-transition: border .4s ease-in-out;
    -moz-transition: border .4s ease-in-out;
    -o-transition: border .4s ease-in-out;
    -ms-transition: border .4s ease-in-out;
    transition: border .4s ease-in-out;
}
.input_login .select_box.active .value{
	border: 1px solid #f08300;
}
.input_login .select_box .value a{
	height: 50px;
	background: url(../images/arrow_03.png) no-repeat center; */
}
.input_login .select_box .downlist_box{
	width: 330px;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	top: 50px;
}
.input_login .select_box .downlist_box a{
	height: 50px;
	line-height: 50px;
	padding-left: 20px;
}
.input_login .select_box .downlist_box a:hover{
	background: #faf2e7;
}
/* 20170522 登录-机构客户 CSS end */
/* 20170524 9-个人中心 CSS start */
.personal_box{
	padding-bottom: 30px;
	background: url("../images/bg_personal.jpg") no-repeat center 0;
}
.my_account{
	padding: 40px 0 35px;
}
.my_account .account{
	float: left;
}
.my_account .account .avatar{
	float: left;
	display: block;
	width: 58px;
	height: 58px;
	background: url("../images/avatar.png") no-repeat center;
}
.my_account .account strong{
	float: left;
	display: block;
	line-height: 58px;
	font-size: 18px;
	color: #FFFFFF;
	margin-left: 25px;
}
.my_account .account p{
	float: left;
	line-height: 58px;
	font-size: 14px;
	color: #ffffff;
	margin-left: 25px;
}
.my_account .login_time{
	float: right;
}
.my_account .login_time p{
	line-height: 58px;
	font-size: 14px;
	color: #ffffff;
}
.personal_inner{
	min-height: 545px;
	padding: 0 30px;
	background: #FFFFFF;
}
.side_bar{
	float: left;
	width: 244px;
}
.side_bar h3{
	line-height: 80px;
	font-size: 24px;
	color: #333333;
}
.side_bar .left_nav ul li{
	border-bottom: 1px solid #FFFFFF;
}
.side_bar .left_nav ul li a{
	display: block;
	height: 56px;
	line-height: 56px;
	font-size: 16px;
	color: #333333;
	padding-left: 20px;
	background: #f5f5f5;
}
.side_bar .left_nav ul li a.current{
	color: #FFFFFF;
	background: #f08300;
}
.right_cont{
	float: right;
	width: 840px;
}
.right_cont h4{
	line-height: 80px;
	font-size: 24px;
	color: #333333;
}
.info_box{
	padding: 10px 0;
}
.form_table th,
.form_table td{
	vertical-align: middle;
	padding: 10px 0;
}
.form_table th{
	font-size: 16px;
	color: #737373;
	text-align: right;
	font-weight: normal;
	padding-right: 20px;
}
.form_table td .text{
	float: left;
	width: 350px;
	height: 22px;
	font-size: 16px;
	color: #333333;
	padding: 10px;
	border: none;
	outline: none;
	border: 1px solid #eeeeee;
}
.form_table td .error{
	float: left;
	line-height: 44px;
	font-size: 16px;
	color: #f08300;
	margin-left: 20px;
}
.btn_change{
	display: block;
	width: 276px;
	height: 41px;
	line-height: 41px;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	background: url("../images/btn_change.png") no-repeat center;
	box-shadow: -1px 8px 16px #f9d7c8;
	behavior: url(front/css/PIE.htc);
}
.btn_change:hover{
	color: #FFFFFF;
}
#userInfo_edit span.user_phone {
	position: relative;
}
#userInfo_edit .user_phone p.error {
	line-height: 44px;
	font-size: 16px;
	color: #f08300;
	margin-left: 20px;
}
/* 20170524 9-个人中心 CSS end */

/* 20170524 9-个人账单 CSS begin */
#billType_ul .edit_input {
	width: 900px;
}
#billType_ul .edit_input .input_box:nth-child(3) {
	margin: 0 20px;
}
#billType_ul .edit_input .input_box .error_tips  {
	position: absolute;
	left: 0;
	top: 40px;
}
/* 20170524 9-个人账单 CSS end */

/*机构用户首次登陆提示*/
#agency_first_pop {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.5;
	filter: alpha(opacity=50);
		/* IE */
	-moz-opacity: 0.5;
	/* Moz + FF */
	opacity: 0.5;
	z-index: 10;
}
#agency_first_tips_pop {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -200px;
	margin-top: -120px;
	width: 400px;
    height: 240px;
    text-align: center;
	background-color: #fff;
	z-index: 20;
}
#agency_first_tips_pop .login_tips{
	line-height: 166px;
}
#agency_first_tips_pop span{
    display: inline-block;
    padding: 12px 51px;
    border: 1px solid #333;
    border-radius: 5px;
    cursor: pointer;
}
#agency_first_tips_pop span:hover {
	border: 1px solid #f08300;
	background-color: #f08300;
	color: #fff;
}
#agency_first_tips_pop .now_edit {
	margin-right: 30px;
}
/*机构用户首次登陆提示*/

/*2017-07-13 addcss start*/

.search_bx {
	background: #f8f8f8;
	padding: 15px 20px;
	margin: 15px 0;
}
.search_bx .se_it {
	float: left;
	margin-right: 30px;
}
.search_bx .se_it em {
	display: block;
	float: left;
	font-size: 15px;
	color: #666666;
	line-height: 42px;
}
.search_bx .se_it .pull-bx {
	display: block;
	float: left;
	position: relative;
}
.search_bx .se_it input {
	background: #ffffff;
	border: 1px solid #ccd7e7;
	width: 178px;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
}
.search_bx .pull-bx ul {
	width: 100%;
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	-webkit-box-shadow: 0 0 4px 2px #eeeeee;
	-moz-box-shadow: 0 0 4px 2px #eeeeee;
	box-shadow: 0 0 4px 2px #eeeeee;
	display: none;
}
.search_bx .pull-bx li a {
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	font-size: 15px;
	color: #666666;
	background: #ffffff;
	-webkit-transition: background 0.4s ease-in-out;
	-moz-transition: background 0.4s ease-in-out;
	transition: background 0.4s ease-in-out;
}
.search_bx .pull-bx li a:hover {
	background: #f8f8f8;
}
.search_bx .se_abtn {
	float: left;
	display: block;
	width: 121px;
	height: 41px;
	font-size: 16px;
	line-height: 41px;
	text-align: center;
	color: #FFFFFF;
	background: url(../images/a_btn4.png) no-repeat center;
    -webkit-box-shadow: 0 8px 16px rgba(255, 66, 37, 0.3);
    -moz-box-shadow: 0 8px 16px rgba(255, 66, 37, 0.3);
    -ms-box-shadow: 0 8px 16px rgba(255, 66, 37, 0.3);
    -o-box-shadow: 0 8px 16px rgba(255, 66, 37, 0.3);
    box-shadow: 0 8px 16px rgba(255, 66, 37, 0.3);
}
.mb26 { margin-bottom: 26px !important; }
.mb15 { margin-bottom: 15px !important; }
.bt_cur {
	border-top: 1px dashed #e6e6e6;
}
.se_bx2 .se_it input,
.se_bx2 .se_it .pull-bx {
	width: 318px;
}
.search_bx.se_bx2 {
	background: none;
}
.search_bx.se_it2 {
	background: none;
}
.search_bx.se_it2 .se_it input,
.search_bx.se_it2 .se_it .pull-bx {
	width: 198px;
	float: left;
}
.search_bx.se_it2 .se_it i {
	display: block;
	float: left;
    line-height: 42px;
    color: #bfcde1;
    cursor: auto;
    margin: 0 15px;
}

/*2017-07-13 addcss end*/

/* 20170911 公司动态 CSS start */
.news_title{
	padding: 183px 0 57px;
}
.news_title.news_title1{
	background: url("../images/bg_02.png") no-repeat center top;
}
.news_title.news_title2{
	background: url("../images/bg_03.png") no-repeat center top;
}
.news_title.news_title3{
	background: url("../images/bg_04.png") no-repeat center top;
}
.news_title.news_title4{
	background: url("../images/bg_05.png") no-repeat center top;
}
.news_title.news_title5{
	background: url("../images/bg_06.png") no-repeat center top;
}
.news_title.news_title6{
	background: url("../images/bg_07.png") no-repeat center top;
}
.news_title.news_title7{
	background: url("../images/bg_08.png") no-repeat center top;
}
.news_title h3{
	font-size: 36px;
	color: #ffffff;
	margin-bottom: 5px;
}
.news_title p{
	font-size: 24px;
	color: #ffffff;
}
.news_cont{
	padding: 30px 0 65px;
	background: #f6f6f6;
}
.news_box{
	padding: 42px 30px 130px;
	background: #ffffff;
}
.news_box .title h4{
	font-size: 30px;
	color: #333333;
	text-align: center;
	margin-bottom: 19px;
}
.news_box .title p{
	font-size: 16px;
	color: #9a9a9a;
	text-align: center;
}
.news_box .cont{
	padding: 40px 0 0;
}
.news_box .cont p{
	line-height: 27px;
	font-size: 18px;
	color: #333333;
	text-indent: 2em;
	margin-bottom: 28px;
}
.news_box .cont .pic_box{
	text-align: center;
	padding: 4px 0 40px;
}
.news_cont2 .pro_detail .cont{
	padding-top: 10px;
}
/* 20170911 2-公司动态 CSS end */


/*2020-05-22 集合资管 start*/
.manage_tab.four ul li {
	width: 25%;
}
.manage_tab ul li.line_two a {
	line-height: 24px;
	padding: 18px 0;
}
.manage_tab ul li.line_two a small {
	display: block;
	line-height: 20px;
	font-size: 14px;
	color: #999;
    transition: color 0.6s ease;
    -webkit-transition: color 0.6s ease;
    -moz-transition: color 0.6s ease;
}
.manage_tab ul li a:hover small ,
.manage_tab ul li a.current small {
	color: #f58220;
}


.table_wrap {
	padding: 20px 20px;
	background: #FFFFFF;
}
.table_wrap .pro_table {
	margin-top: 0;
}
.pro_table .border_tit {
	padding: 16px 0 18px;
}
.pro_table .border_tit b {
	display: block;
	line-height: 20px;
	font-size: 16px;
	color: #000;
	font-weight: normal;
	border-left: 4px solid #f08200;
	padding-left: 6px;
}
.page_index.center {
	text-align: center;
}
.log_get_more {
	text-align: center;
	padding: 20px 0;
}
.log_get_more a {
	display: inline-block;
	line-height: 30px;
	color: #f08200;
	font-size: 16px;
	vertical-align: top;
}

.pop_box.box2 {
	width: 714px;
	top: 50%;
	padding: 0 28px 30px;
	margin: -280px 0 0 -385px;
}
.btn_box .btn_03{
	display: block;
	width: 106px;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: #f08300;
    behavior: url(front/css/PIE.htc);
	margin: 0 auto;
	transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	position: relative;
}
.btn_box .btn_03:hover {
	background: #d07406;
}
.tip_cont_box {
	line-height: 26px;
	color: #4c4c4c;
	padding-top: 16px;
	border-top: 1px solid #f2f2f2;
}

.pro_detail_top {
	overflow: hidden;
	padding: 30px 25px;
	margin-top: 30px;
	background: #FFFFFF;
}
.pro_detail_top .left_cont {
	width: 400px;
	float: left;
}
.pro_detail_top .left_cont > h3 {
	line-height: 42px;
	font-size: 22px;
	color: #333;
}
.pro_detail_top .left_cont > p {
	line-height: 28px;
	color: #666;
	font-family: arial;
}
.net_ul {
	width: 360px;
	margin-top: 28px;
	padding: 40px 0;
	overflow: hidden;
	background: #fffaf8;
}
.net_ul li {
	width: 50%;
	float: left;
	text-align: center;
	position: relative;
}
.net_ul li:after {
	content: '';
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	right: -1px;
	background: #d0d0d0;
}
.net_ul li strong {
	display: block;
	height: 38px;
	line-height: 38px;
	font-size: 32px;
	color: #333;
	font-family: arial;
	padding-bottom: 10px;
}
.net_ul li p {
	line-height: 22px;
	color: #999;
}

.pro_detail_top .right_cont {
	float: right;
	width: 540px;
}
.date_tab_select {
	height: 26px;
	padding: 8px 0;
}
.date_tab_select .rt_date {
	font-size: 0;
	float: right;
}
.date_tab_select .rt_date .line {
	display: inline-block;
	width: 8px;
	height: 1px;
	vertical-align: top;
	border-top: 1px solid #e6e6e6;
	margin: 12px 6px;
}
.date_tab_select .rt_date .date {
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
}
.date_tab_select .rt_date .date input {
	display: block;
	width: 86px;
	height: 24px;
	line-height: 24px;
	padding: 0 8px;
	border: 1px solid #e6e6e6;
}
.data_tab_ul {
	font-size: 0;
}
.data_tab_ul li {
	display: inline-block;
	width: 60px;
	height: 24px;
	line-height: 24px;
	color: #999;
	font-size: 13px;
	text-align: center;
	cursor: pointer;
	margin-right: 12px;
	border: 1px solid #e6e6e6;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	behavior: url(front/css/PIE.htc);
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
	position: relative;
}
.data_tab_ul li:hover , .data_tab_ul li.current {
	color: #FFFFFF;
	border-color: #f08300;
	background: #f08300;
}

.trend_img {
	padding: 8px 0;
}
.trend_img img {
	width: 100%;
}

.rate_table div.tip {
	height: 40px;
	line-height: 40px;
	color: #999;
	margin-top: -35px;
	padding-bottom: 16px;
}
.rate_table .line_through {
	color: #999;
	text-decoration: line-through;
}
.rate_table .text_cen {
	text-align: center;
}
/*2020-05-22 集合资管 end*/