/*头图 面包屑导航*/
.page_top {
    height: 18vw;
    background-size: auto 100% !important;
    width:100%;
}
.page_top h1 {
    color: #dc081e;
    text-align: center;
    font-size: 18px;
    line-height: 18vw;
}
.mbx {
    background: #f2f2f2;
    padding: 5px 3%;
    line-height: 20px;
}
/*头图 面包屑导航 end*/
/*列表*/
.list_page_box{
	min-height: 400px;
}
.list_title {
    height: 30px;
    border-bottom: 2px solid #f2f2f2;
    margin-top:10px;
}
.list_title span {
    display: block;
    border-bottom: 2px solid #dc081e;
    width: auto;
    height: 30px;
    float: left;
    padding: 0 5px;
    color: #dc081e;
    font-size:16px;
    margin-left:3%;
}
ul.list_new {
    padding: 10px 0;
}
ul.list_new li {
    line-height: 38px;
    height: 38px;
    border-bottom: 1px solid #f2f2f2;
    position: relative;
    padding: 0 3%;
}
ul.list_new li i {
    display: block;
    width: 3px;
    height: 3px;
    background: #666;
    position: absolute;
    top: 22px;
}
ul.list_new li a {
    display: block;
    padding-left: 12px;
    padding-right: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
ul.list_new li span {
    position: absolute;
    right:3%;
    top: 0px;
    color: #888;
}
.foot {
    margin-top: 20px;
}
/*列表 end*/

/*分页样式*/
.list_fy {
    overflow: hidden;
    margin: 20px 0;
}
.easysite-page-wrap span {
    display: none !important;
}
.easysite-page-wrap {
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
}
.easysite-page-wrap a, .easysite-page-wrap font {
    display: inline-block;
    padding: 0 10px;
    line-height: 30px;
    background: #fff;
    height: 30px;
    border: 1px solid #ecebeb;
    border-radius: 3px;
    margin: 2px 0;
    font-size: 12px
}
.easysite-page-wrap a:hover, .easysite-page-wrap font,.easysite-page-wrap a.hlb_cur {
    background: #dc081e;
    color: #fff;
    border-color: #dc081e;
}
.sjfy_tj {
    width: 260px;
    overflow: hidden;
    margin: 10px auto;
    text-align: center;
}
.easysite-total-page {
    line-height: 30px;
    margin: 0 6px 0 0;
    display: inline-block;
}
.easysite-jump-page {
    display: inline-block;
}
input.easysite-page-text {
    height: 30px;
    border: 1px solid #ecebeb;
    border-radius: 3px;
    text-align: center;
    width: 60px;
}
input.easysite-jump-btn {
    border: none;
    line-height: 32px;
    background: #fff;
    font-size: 16px;
    cursor: pointer;
}
.list_content{
    padding:12px 0 0;
    line-height: 26px;
}
.list_content img {
    height: auto;
    max-width: 100%;
}
.hlb_fybox .easysite-page-wrap a {
    margin: 2px 2px;
}
.hlb_tz {
    display: inline-block;
    margin-left: 4px;
    font-size: 16px;
    line-height: 32px;
}
/*分页样式 end*/


ul.page_nav li {
    float: left;
    width: 49%;
    margin-top: 8px;
    background: #f2f2f2;
    text-align: center;
}
.mk_tab {
    display: table;
    width: 100%;
    height: 62px;
}
ul.page_nav li:nth-child(2n+1) {
    margin-right: 2%;
}
ul.page_nav li a {
    font-weight: bold;
    margin: 0 10px;
    line-height: 18px;
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px;
}
ul.page_nav {
    overflow: hidden;
}



/*外汇计算器样式*/
.jsq {
    border: 10px solid #ccc;
    border-radius: 5px;
    width: 100%;
    margin: 30px auto;
    padding: 20px;
}
ul.whdh_jsq .whdh_jsq_li {
    padding: 10px 0;
    width: 100%;
}
.jsq_text {
    width: 180px;
    margin-right: 10px;
    height: 30px;
}
.jsq_text.results{
  color: #333;
}
.jsq_select {
    position: relative;
    width: 160px;
    float:left;
}
.jsq_select ul {
    position: absolute;
    height: 200px;
    width: 168px;
    border: 1px solid #ccc;
    border-top: none;
    display: none;
    background: #fff;
    z-index: 99;
    overflow-y: auto;
}
.jsq_select ul li {
    padding: 0 5px;
    cursor: pointer;
    line-height: 25px;
}
.jsq_select ul li:hover, .jsq_select ul li.cur {
    background: #ff8d3a;
    color: #fff;
}
.jsq_select input {
    width: 166px;
    padding: 0 5px;
    height: 24px;
    cursor: pointer;
    background: url(select.png) no-repeat;
    border: 1px solid #999;
    background-position: 149px 8px;
}
.jsq_inp input.dhje_num {
    padding: 0 5px;
    width: 60%;
    height: 26px;
    border: 1px solid #999;
}
.jsq_inp input.dhje_num:focus {
    box-shadow: 0 0 2px 1px #ff6600;
    border: 1px solid #ff6600;
}
.infk_span{color:#da0000;display:none;margin-left: 8px;}
input.dhje_num.erjg{
  border: 1px solid #da0000;
}
.js_but {
    border: none;
    background: #dc081e;
    color: #fff;
    height: 30px;
    padding: 0 10px;
    cursor: pointer;
    width: 86px;
    border-radius: 3px;
    text-align: center;
    display: inline-block;
    line-height: 30px;
}
input.cz_but {
    margin-left: 5px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    border: none;
    background: #ff6600;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
}
.whjsq_results span{
    color: #333;
    font-weight: bold;
}
input.whjsq_results {
    width: 168px;
    border: none;
    border-bottom: 1px solid #ccc;
}
.whjsq li.whdh_jsq_li {
    max-width: 300px;
    margin: 0 auto;
}
.whjsq .jsq_text {
    float: left;
    width: auto;
}
/*外汇计算器样式 end*/
/*按揭月供计算器*/
.ajs_but {
    border: none;
    background: #dc081e;
    color: #fff;
    height: 30px;
    padding: 0 10px;
    cursor: pointer;
    width: 132px;
    border-radius: 3px;
    text-align: center;
    margin-bottom: 10px;
    display: inline-block;
    line-height: 30px;
}
div#div1 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
div.ajyg_list {
    margin: 0 auto;
    width: 580px;
    text-align: center;
}
div.ajyg_list table th {
    color: #fff;
    background: #dc081e;
}
div.ajyg_list table td,div.ajyg_list table th{
	border: 1px solid #ccc;
}
div.ajyg_list table {
    width: 100%;
    line-height: 28px;
}
.kd_box {
    max-width: 360px;
    margin: 0 auto;
}
/*按揭月供计算器 end*/

/*人民币贷款利率查询*/
.date_kj {
    border: 1px solid #ccc;
    float: left;
}
.date_kj .easysite-input {
    float: left;
    width: 110px;
    height: 24px;
    text-indent: 6px;
    border: none;
    margin-top: 4px;
    border-right: 1px solid #ccc;
}
.date_kj span {
    float: right;
    margin: 5px 8px;
    height: 22px;
}
.easysite-start-calendar {
    background: url(/eportalapp/images/survey-icon.png) no-repeat;
    _background: url(/eportalapp/images/survey-icon-ie.png) no-repeat;
}
.easysite-start-calendar {
    background-position: -28px -16px;
    width: 22px;
    height: 23px;
    display: inline-block;
}
.easysite-start-calendar:hover {
    background-position: -28px -76px;
}
span.rmbdk_cx {
    cursor: pointer;
    border: 1px solid #dc081e;
    width: 60px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin-top: 2px;
    color: #dc081e;
    border-radius: 3px;
}
span.rmbdk_cx:hover{
  background: #dc081e;
  color: #fff;
}
.ty_select input {
    width: 160px;
    padding: 0 5px;
    height: 24px;
    cursor: pointer;
    background: url(select.png) no-repeat;
    border: 1px solid #999;
    background-position: 144px 8px;
}
.jsq_main {
    margin: 20px 0 10px;
}
.jsq_main div.fl {
    line-height: 34px;
}
.date_select {
    float:left;
    margin:5px 0;
    position: relative;
}
.jsq_main > div {
    margin-bottom: 5px;
    line-height: 34px;
    margin-right:5px;
}
.ty_select ul {
    position: absolute;
    width: 100%;
    max-height:220px;
    border: 1px solid #ccc;
    border-top: none;
    display: none;
    background: #fff;
    z-index: 99;
    overflow-y: auto;
}
.ty_select ul li {
    padding: 0 5px;
    cursor: pointer;
    line-height: 25px;
}
.ty_select ul li:hover, .ty_select ul li.cur {
    background: #ff8d3a;
    color: #fff;
}
.table_box_auto {
    width: 100%;
    overflow-x: auto;
}
.table_box_auto table tr th, .table_box_auto table tr td {
    white-space: nowrap;
}
table.jsq_table {
    width: 100%;
    border-collapse: collapse;
}
table.jsq_table th, table.jsq_table td {
    border: 1px solid #ccc;
    line-height: 30px;
    padding: 0 10px;
    text-align:center;
}
table.jsq_table th {
    background: #dc081e;
    color: #fff;
    border-color: #fff;
}
.jsq_mzsm {
    margin-top: 8px;
}
/*人民币贷款利率查询 end*/
/*人民币存款利率查询*/
table.jsq_table td.rmck_td_one{
    text-align:left;
}
table.jsq_table td.cj_2 {
    text-indent: 12px;
    text-align:left;
}
table.jsq_table td.cj_3 {
    text-indent: 40px;
    text-align:left;
}
.cj_4 {
    text-align: center;
}
/*人民币存款利率查询 end*/
/*汇率表*/
.fl.ty_select.biz {
    position: relative;
    width: 150px;
}
.ty_select.biz input {
    width: 150px;
    background-position: 124px;
    margin-right: 40px;
    border-color: #ccc;
    height: 32px;
}
.bgdw {
    color: #888;
    text-align: right;
}
.hlbs_text {
    width: 70px;
}
/*汇率表 end*/



/*在售产品信息*/
ol.rxcp_list li {
    overflow: hidden;
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
}
.rxcp_title {
    line-height: 28px;
    font-size: 16px;
    color: #000;
}
ol.rxcp_list li div {
    margin-right: 10px;
}
ol.rxcp_list li div span {
    display: block;
}
ol.rxcp_list li div:nth-child(2){
	width: 100px;
}
ol.rxcp_list li div span:first-child{
	color: #ff3300;
	line-height: 30px;
}
ol.rxcp_list li div:nth-child(2).gjs_czgg {
    width: auto;
}
ol.rxcp_list li div:nth-child(2).fl.gjs_czgg em, ol.rxcp_list li div:nth-child(2).fl.gjs_czgg em i {
    font-style: normal;
   color:#555;
}
#ind_rxcp_bd1 ol.rxcp_list li div:nth-child(2) span:first-child,#ind_rxcp_bd4 ol.rxcp_list li div:nth-child(2) span:first-child{
	font-size: 16px;
	font-weight: bold;
}
ol.rxcp_list li div.fr {
    margin-right: 0;
    width: 20%;
}
ol.rxcp_list li div.fr a {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #fff;
    float: right;
    background: #dc081e;
    border-radius: 3px;
    text-align: center;
    margin-top: 10px;
}
.rxcp_title i {
    font-size: 14px;
    font-style: normal;
    color: #888;
}
/*在售产品信息 end*/

iframe.tzlc_cx {
    width: 100%;
    height: 600px;
    overflow-x: hidden;
    overflow-y: auto;
    border: none;
}
i.sj_dw {
    font-style: normal;
}
span.gjs_cz {
    min-height: 30px;
    margin-right: 10px;
}
ol.rxcp_list li div.rxcp_title {
    margin-right: 0;
}
ol.rxcp_list li div span:first-child.gjs_cz {
    color: #555;
}
ol.rxcp_list li div:nth-child(2).fl.gjs_czgg em i {
    display: none;
}
.cpcx_ts {
    padding-top: 6px;
}
p.text_ts {
    color: #d70022;
    margin-top: 6px;
}