@charset "utf-8";

/* reset */

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, lengend, button, input, select, textarea, th, td { margin: 0; padding: 0; }
body, button, input, select, textarea { font: 12px/1.5 微软雅黑,arial,sans-serif; }/*font: 12px/1.5 "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif; simsun*/
html{-webkit-text-size-adjust:none;}
.fl{float:left;}
.fr{float:right;}

body {
    background-color: #fff;
    color: #333;
    font-family: 微软雅黑,arial,sans-serif;
    font-size: 14px;
    line-height: 24px;
}
.zhi_wrap{
	margin: 0px;
	background-color: #fff;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

address, cite, dfn, em, var { font-style: normal; }
code, kbd, pre, samp, tt { font-family: "Courier New", Courier, monospace; }

ul, ol { list-style: none; }

abbr[title], acronym[title] { border-bottom: 1px dotted; cursor: help; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

legend { color: #000; }
fieldset, img { border: none; }
img{ vertical-align: middle; }
button, input, select, textarea { font-size: 100%; }
button,input[type="button"],input[type="reset"],input[type="submit"]{ overflow:visible; cursor: pointer;/*ie6,7 button padding问题*/ }
button::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner { border:none; padding:0; /*firefox在私有属性里面额外设置了边框和留白*/ }

table { border-collapse: collapse; border-spacing: 0; }

/* common */
a { text-decoration: none; color: #2A7FFF; }
a:hover { text-decoration: underline; }
/* h1 { font-size: 18px; 18px / 12px = 1.5 }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4, h5, h6 { font-size: 100%; } */
.clearfix { *zoom:1; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.hidden{ display:none; }
.text_overflow{ overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }

#login_state a{
	color:#333;
}

.wrapper{ min-width: 1200px; min-height:360px; overflow: hidden; }
.container { width: 1200px; margin: 0 auto; }
.cnzz{ display: none; }

/* 文本框 */
.form_control { background-color: #fff; border: 1px solid #ccc; color: #555; font-size: 14px; height: 20px; line-height:20px; padding: 6px 12px; }
.form_control.disabled,.form_control[disabled]{ background-color: #D4D0C8; }
/* 按钮 */
.btn { line-height: 1.42875; display: inline-block; padding: 6px 12px; margin-bottom: 0; font-size: 14px; font-weight: normal; text-align: center; white-space: nowrap; vertical-align: middle; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-image: none; border: 1px solid transparent; border-radius: 4px; }
div.btn{ *display: inline;/*lt ie7不支持块元素inline-block的问题,先设置inline-block,触发haslayout,再设置inline*/ }
/* button.btn::-moz-focus-inner, input.btn::-moz-focus-inner { border:none; padding:0; } */
button.btn,input.btn{ *height: 34px; *line-height: normal; }
input.btn{ *filter:chroma(color=#000000);/* 去除ie6、7下提交按钮重置按钮等出现的黑边,貌似不起作用  */ }
.btn:focus, .btn:active:focus, .btn.active:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }
.btn:hover, .btn:focus { color: #333; text-decoration: none; }
.btn:active, .btn.active { background-image: none; outline: 0; -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); }
.btn.disabled, .btn[disabled], fieldset[disabled] .btn { pointer-events: none; cursor: not-allowed; filter: alpha(opacity=65); -webkit-box-shadow: none; box-shadow: none; opacity: .65; }
.btn_default { color: #333; background-color: #fff; border-color: #ccc; }
.btn_default:hover, .btn_default:focus, .btn_default:active, .btn_default.active { color: #333; background-color: #e6e6e6; border-color: #adadad; }
.btn_default:active, .btn_default.active { background-image: none; }
.btn_default.disabled, .btn_default[disabled], fieldset[disabled] .btn_default, .btn_default.disabled:hover, .btn_default[disabled]:hover, fieldset[disabled] .btn_default:hover, .btn_default.disabled:focus, .btn_default[disabled]:focus, fieldset[disabled] .btn_default:focus, .btn_default.disabled:active, .btn_default[disabled]:active, fieldset[disabled] .btn_default:active, .btn_default.disabled.active, .btn_default[disabled].active, fieldset[disabled] .btn_default.active { background-color: #fff; border-color: #ccc; }
.btn_primary { color: #fff; background-color: #428bca; border-color: #357ebd; }
.btn_primary:hover, .btn_primary:focus, .btn_primary:active, .btn_primary.active { color: #fff; background-color: #3071a9; border-color: #285e8e; }
.btn_primary:active, .btn_primary.active { background-image: none; }
.btn_primary.disabled, .btn_primary[disabled], fieldset[disabled] .btn_primary, .btn_primary.disabled:hover, .btn_primary[disabled]:hover, fieldset[disabled] .btn_primary:hover, .btn_primary.disabled:focus, .btn_primary[disabled]:focus, fieldset[disabled] .btn_primary:focus, .btn_primary.disabled:active, .btn_primary[disabled]:active, fieldset[disabled] .btn_primary:active, .btn_primary.disabled.active, .btn_primary[disabled].active, fieldset[disabled] .btn_primary.active { background-color: #428bca; border-color: #357ebd; }
.btn_danger { color: #fff; background-color: #d43f3a; border-color: #d43f3a; }
.btn_danger:hover, .btn_danger:focus, .btn_danger:active, .btn_danger.active { color: #fff; background-color: #BC0A2D; border-color: #ac2925; }
.btn_danger:active, .btn_danger.active { background-image: none; }
.btn_danger.disabled, .btn_danger[disabled], fieldset[disabled] .btn_danger, .btn_danger.disabled:hover, .btn_danger[disabled]:hover, fieldset[disabled] .btn_danger:hover, .btn_danger.disabled:focus, .btn_danger[disabled]:focus, fieldset[disabled] .btn_danger:focus, .btn_danger.disabled:active, .btn_danger[disabled]:active, fieldset[disabled] .btn_danger:active, .btn_danger.disabled.active, .btn_danger[disabled].active, fieldset[disabled] .btn_danger.active { background-color: #d9534f; border-color: #d43f3a; }
.btn_danger .badge { color: #d9534f; background-color: #fff; }
.btn_lnk { font-weight: normal; color: #428bca; cursor: pointer; border-radius: 0; }
.btn_lnk, .btn_lnk:active, .btn_lnk[disabled], fieldset[disabled] .btn_lnk { background-color: transparent; -webkit-box-shadow: none; box-shadow: none; }
.btn_lnk, .btn_lnk:hover, .btn_lnk:focus, .btn_lnk:active { border-color: transparent; }
.btn_lnk:hover, .btn_lnk:focus { color: #2a6496; text-decoration: underline; background-color: transparent; }
.btn_lnk[disabled]:hover, fieldset[disabled] .btn_lnk:hover, .btn_lnk[disabled]:focus, fieldset[disabled] .btn_lnk:focus { color: #777; text-decoration: none; }
.btn_lg { padding: 10px 16px; font-size: 18px; line-height: 1.33; border-radius: 6px; }
button.btn_lg,input.btn_lg{ *height: 46px; *padding: 0 16px; }
.btn_sm { padding: 4px 10px; font-size: 12px; border-radius: 3px; }
button.btn_sm,input.btn_sm{ *height: 28px; }
.btn_xs { padding: 1px 5px; font-size: 12px; border-radius: 3px; }
button.btn_xs,input.btn_xs{ *height: 21px; }
.btn_block { display: block; width: 100%; }

/* dialog样式覆盖,暂用于解决dialog加载loading图标(文字)偏上问题 */
.ui-dialog-grid th *:first-child, .ui-dialog-grid td *:first-child { margin-top: 0; }
.ui-dialog-grid th *:last-child, .ui-dialog-grid td *:last-child { margin-bottom: 0; }

/* validate验证错误提示样式 */
/* .valid_tip{ backgroundColor:#fef3cd; border:1px solid #fab418; position:absolute; }
.arrow{ position:absolute; width:0; height: 0; font-size: 0; }
.right_center .arrow{ border-right: 8px solid #FAB418; border-top: 8px dashed transparent; border-bottom: 8px dashed transparent; left:-7px; top:50%; margin-top:-8px; }
.center_bottom .arrow{ border-bottom: 8px solid #FAB418; border-left: 8px dashed transparent; border-right: 8px dashed transparent; left:50%; margin-left:-8px; top:-7px; } */

/* 页头 */
.header{ min-width: 1200px; background-color: #fff; border-bottom: 1px solid #dedede;}
.header .site_nav{ background: none repeat scroll 0 0 #565b64; }
.header .site_nav .site_nav_bd{ width:1200px; margin: 0 auto; }
.header .site_nav .site_nav_left{ float: left; }
.header .site_nav .site_nav_right{ float: right; }
.header .login_state a,.header .login_state .lbl{ display: inline-block; padding: 5px 10px; color:#fff; }
.header .login_state a:hover{ color: #BC0A2D; text-decoration: none; }

.header .hd_main{ width: 1200px; margin: 0 auto; padding-top: 0px;line-height: 55px }
.header .logo{ float: left;}
.header .phone{ float: right; margin-top: 24px; margin-right:10px; padding-left:23px; background:url(../images/icon/icon_phone.png) 0 2px no-repeat; }
.header .phone .num{ font-size: 19px; font-family:"Helvetica Neue",Helvetica,Arial,sans-serif; vertical-align: middle; color: #333; }
.header .phone .lbl{ vertical-align: middle; }

.header .hd_nav_bd,.header .sub_nav_bd{ width:1150px; margin: 0 auto; }

.header .hd_nav_bd .main_view,.header .sub_view{ float: right; }
.header .hd_nav_bd li,.header .sub_view li{ float: left; _display: inline; }
.header .hd_nav_bd a{ color: #333; display: block; font-size: 16px;margin: 0 10px; padding: 4px 15px 2px; text-decoration: none; _zoom: 1; _display: inline-block; }/*解决ie6下a标签事件只有点击文字才能触发*/
.header .hd_nav_bd a:hover{ background-color:#174B95;color: #fff; }
.header .hd_nav_bd  a.current{ background-color:#174B95;color: #fff;}

.header .hd_nav_bd .hover a{ background-color: #bc0a2d!important; color:#FFF; }/*ie6背景色a标签:hover背景色覆盖,故添加important*/
.header .sub_nav_bd{ height:30px; overflow: hidden; }
.header .sub_nav_bd .sub_view{ display:none; }
.header .sub_nav{ background-color: #BC0A2D; }
.header .sub_nav a{ color: #FFF; display: block; padding: 4px 16px 6px; font-size: 14px; _zoom: 1; _display: inline-block; }
.header .sub_nav .break_line{ color: #FFF; padding: 5px 0; }
.hd_main{
	
    height: 60px;
}

/* 侧浮窗 计算器 */
.fixed_side_nav{ position: fixed; right: 0; bottom: 24%; z-index:996; _position: absolute; _top:expression((document).documentElement.scrollTop+(document).documentElement.clientHeight-258);/*ie6下距底部52px*/ }
.fixed_side_nav ul{ list-style: none; }
.fixed_side_nav .side_item{ margin-bottom: 2px; }
.fixed_side_nav .calculator{ position: relative; }
.fixed_side_nav .menu{ display: block; width:64px; height: 64px; background-image: url(../images/icon/side_nav.png); background-repeat: no-repeat; text-decoration: none; font-size:0; }
.fixed_side_nav .buy{ background-position: 0 0; }
.fixed_side_nav .calculator_lnk{ background-position: 0 -66px; }
.fixed_side_nav .back_top{ background-position: 0 -132px; }

.calculator_pnl{ position: absolute; right:66px; top:-156px; padding:10px; border:1px solid #CCC; border-radius: 4px; background: rgba(255,255,255,0.8); filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#ccFFFFFF,endColorStr=#ccFFFFFF)\9; display:none; _width:177px; }
.calculator_pnl .form_group{ margin-bottom:6px; }
.calculator_pnl .form_group label{ margin-bottom:0; font-weight: normal; }
.calculator_pnl .form_group .round{ float: right; }
.calculator_pnl .form_group .lbl{ margin-bottom: 2px; }
.calculator_pnl .form_control{ display: block; border: 1px solid #CCC; border-radius: 4px; padding: 6px 12px; font-size:14px; }
.calculator_pnl .form_group .rdo{ vertical-align: text-bottom; margin-bottom: 1px; outline: none; }
.calculator_pnl .btn{ border: 1px solid transparent; border-radius: 4px; cursor: pointer; font-weight: normal; padding: 6px 12px; }
.calculator_pnl .cancel{ float: right; }
.calculator_pnl .confirm{ background-color: #d9534f; color:#FFF; }
.calculator_pnl .confirm:hover{ background-color: #d2322d; }
.calculator_pnl .result{ padding: 12px 0; border-top: 1px solid #CCC; }
.calculator_pnl .result .earnings{ padding:0 3px; }
.calculator_pnl .attr{ color:#666; }
.calculator_pnl .attr span{ display: block; }
.calculator_pnl .valid_error { color: #F00; /*home_third/home.css中error与validate默认错误选择器相同*/ }




.cb { clear: both; }
.left { text-align:left; }
.right { text-align:right; }
.center { text-align: center; }
.curp { cursor: pointer; }

#headerDiv{
	height: 193px;
}
#pushMessage{
	font-weight: bold;
	margin-bottom: 10px; 
}
#hiddenDiv{
	display: none;
	margin-top: 10px;
}
/*表格样式*/
table.gridtable {
	font-family: verdana,arial,sans-serif;
	font-size:11px;
	color:#333333;
	border-width: 1px;
	border-color: #666666;
	border-collapse: collapse;
}
table.gridtable th {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #dedede;
}
table.gridtable td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #ffffff;
}

.dialog_body {
	display: none;
}
.moneyFormat{
	font:400 25px arial,helvetica,sans-serif;
	color:#ff5000
}

/* 侧栏 */
.sidebar {
    background: #4d5664 none repeat scroll 0 0;
    bottom: 30%;
    position: fixed;
    right: 0;
    width: 70px;
    height: 330px;
    z-index: 996;
}
.sidebar .item{ margin-bottom: 8px; }
.sidebar .menu{ display: block; width: 70px; height: 95px; 
    padding-top: 78px; text-align: center; background-image: url(../images/icon_qq.png); background-repeat: no-repeat; font-size: 12px;color: #fff; }
.customer_qq{
	background-position: 13px 26px;
}
.sidebar .menu:hover {
	text-decoration: none;
}

.sidebar .customer_service_tel{ position: absolute; right: 65px;
    top: 120px; color:#fff; width: 160px; padding: 30px 20px; border:1px solid #4d5664; background: #4d5664; filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#ccFFFFFF,endColorStr=#ccFFFFFF)\9; _width:177px;/*父容器宽度会影响子元素内容宽度*/ }


.sidebar .customer_service{ background-image: url(../images/icon_tel.png); background-position: 13px 26px; }


.sidebar .to_buy{ background-position: 0 -48px; }
.sidebar .to_buy:hover{ background-position: -46px -48px; }
.sidebar .weixin_wrap{background-image: url(../images/icon_qrcode.png); background-position: 13px 26px; }


.sidebar .weixin{ position: absolute; right: 65px; top: 199px; color:#666; width: 135px; padding: 0px; border:1px solid #4d5664; background: #4d5664; filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#ccFFFFFF,endColorStr=#ccFFFFFF)\9; _width:177px;/*父容器宽度会影响子元素内容宽度*/ }


.footer{ background-color: #212c3d; color: #999; min-width: 1200px; line-height: 1.5; margin-top: 0px; }
.footer a{ color:#999; }
.footer ul{ list-style: none; }
.footer .ft_bd{ width: 1000px; margin: 0 auto; padding: 32px 0; overflow: hidden; }
.footer .ft_lnks{ *width:100%; margin-bottom: 24px; line-height: 1.8; }
.footer .ft_lnks dt,.footer .ft_lnks dd{ line-height: 1.8;/*覆盖bootstrap样式*/ }
.footer .ft_lnks .item{ border-right:1px dashed #C1C1C1; padding-left:32px; display: table-cell; *float: left; }
.footer .ft_lnks .about{ width: 136px; padding-left:0; }
.footer .ft_lnks .assurance{ width: 168px; }
.footer .ft_lnks .concern{ width: 178px; }
.footer .ft_lnks .contact{ width: 278px; border-right:none; }
.footer .contact .phone{ background: url(../images/icon/icon_phone_gray.png) 0 8px no-repeat; padding-left: 20px; }
.footer .contact .phone .num { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 18px; vertical-align: middle; font-style: normal; }
.footer .contact .phone .lbl { vertical-align: middle; }
.footer dt{ margin-bottom: 8px; font-size:14px; font-weight: normal; }
.footer .address{ margin-bottom: 24px; }
.footer .address li{ float:left; padding-left: 68px; margin-bottom: 4px; white-space: nowrap; }
.footer .address li.odd{ width:414px; }
.footer .address .lbl { width:68px; float: left; margin-left: -68px; }
.footer .address .letter_space { letter-spacing: 6px; width:80px; overflow: hidden; white-space: nowrap; }
.footer .address .space { display: inline-block; width:6px; text-align: center; }
.footer .record_info{ text-align: center; }
.footer .record_info a:hover{ text-decoration: underline; }
.footer .concern .lnk {display: inline-block;background: url(../images/icon/icon_ft.png) no-repeat;width: 24px;height: 24px;text-decoration: none;margin-right: 4px;}
.footer .concern .wechat {background-position: -5px -3px;}
.footer .concern .wechat:hover {background-position: -5px -33px;}
.footer .concern .weibo {background-position: -37px -3px;}
.footer .concern .weibo:hover {background-position: -37px -33px;}
.footer .concern .android {background-position: -67px -3px;cursor: default;}
.footer .concern .apple {background-position: -95px -3px;cursor: default;}

.footer_left{
	font-size: 16px;
	line-height: 45px;
    padding: 40px 0 0;
}
.footer_mid{
    font-size: 16px;
    line-height: 45px;
    padding: 40px 0 0;
}

.service_wrap{
    margin-bottom: 20px;
}

.footer_copyright{
	line-height: 40px;
}
.footer_right{
	line-height: 45px;
	padding: 50px 0 0;
	text-align: right;
	margin-left: 50px;
}