/***2017-08-25 02:59:02***/
html .w {
    width: 1200px;
    margin: 0 auto
}

.advertcont {
    padding-top: 30px;
    width: 1200px;
    margin: 0 auto
}

.calculator * {
    box-sizing: border-box;
}

.calculator h5 {
    height: 80px;
    line-height: 80px;
}

.calculator h5 span {
    border-left: 5px solid #e91c35;
    font-size: 24px;
    color: #425571;
    padding-left: 20px;
}

.dll_calculator {
    margin-bottom: 30px
}

.dll_calculator h2 {
    font-size: 24px;
    color: #455571;
    padding-bottom: 24px
}

.dll_calculator h2 .icon01 {
    width: 5px;
    height: 28px;
    float: left;
    margin-top: 5px;
    margin-right: 20px;
    background-color: #ef2849;
    border-radius: 5px
}

.dll_calculator .dll_calculatorcont {
    background-color: #fff
}

.dll_calculator .dll_calculatorul {
    background-color: #f8fbfe;
    width: 139px;
    height: 697px;
    float: left;
    overflow: hidden
}

.dll_calculator .dll_calculatorul li {
    height: 139px;
    border-top: 1px solid #f4f8fc;
    margin-top: -1px;
    text-align: center
}

.dll_calculator .dll_calculatorul li .icon02,.dll_calculator .dll_calculatorul li .icon03,.dll_calculator .dll_calculatorul li .icon04,.dll_calculator .dll_calculatorul li .icon05 {
    width: 45px;
    height: 42px;
    display: block;
    background-repeat: no-repeat;
    margin: 0 auto;
    margin-top: 36px;
    margin-bottom: 11px;
    background-position: 0 0
}

.dll_calculator .dll_calculatorul li i {
    display: block;
    text-align: center;
    font-size: 45px;
    color: #425571;
    margin-top: 18px;
}

.dll_calculator .dll_calculatorul li.cur i {
    color: #e91c35;
}

.dll_calculator .dll_calculatorul li .icon02 {
}

.dll_calculator .dll_calculatorul li .icon03 {
}

.dll_calculator .dll_calculatorul li .icon04 {
}

.dll_calculator .dll_calculatorul li .icon05 {
}

.dll_calculator .dll_calculatorul li .ctit {
    font-size: 16px;
    color: #425571
}

.dll_calculator .dll_calculatorul li.cur {
    background-color: #fff
}

.dll_calculator .dll_calculatorul li.cur .ctit {
    color: #e91c35;
    font-weight: 400
}

.dll_calculator .dll_calculatorul li.cur .icon02 {
}

.dll_calculator .dll_calculatorul li.cur .icon03 {
}

.dll_calculator .dll_calculatorul li.cur .icon04 {
}

.dll_calculator .dll_calculatorul li.cur .icon05 {
}

.dll_calculator .dll_calculatelistwrap {
    float: left;
    padding: 0px 0 0 0px
}

.dll_calculator .dll_calculatelist {
    width: 508px
}

.dll_calculator .dll_calculatelist li {
    padding-bottom: 20px
}

.dll_calculator .dll_calculatelist .labeltext {
    font-size: 14px;
    color: #918f8f;
    float: left;
    line-height: 42px;
    padding-right: 20px;
    width: 116px;
    text-align: right
}

.dll_calculator .dll_calculatelist .inputboxlist {
    float: left;
    width: 392px
}

.dll_calculator .dll_calculatelist .inputboxlist .year,.dll_calculator .dll_calculatelist .inputboxlist .month {
    float: left;
    line-height: 44px;
    padding: 0 8px
}

.dll_calculator .dll_calculatelist .inputboxlist .month {
    margin-right: 0
}

.dll_calculator .dll_calculatelist .loantype {
    width: 390px;
    height: 42px;
    border-radius: 3px;
    float: left;
    position: relative;
    background-color: #f8fbfe;
}

.dll_calculator .dll_calculatelist .loantype .loantit {
    line-height: 42px;
    padding-left: 15px;
    font-size: 14px;
    color: #7c7f85
}

.dll_calculator .dll_calculatelist .loantype .icon06 {
    width: 8px;
    height: 5px;
    position: absolute;
    right: 20px;
    top: 19px;
    background: url(../images/dll_sprite.png) 0 0 no-repeat;
    background-position: 0 -208px
}

.dll_calculator .dll_calculatelist .loantype .typelist {
    position: absolute;
    left: -1px;
    top: 42px;
    border: 1px solid #769ace;
    width: 100%;
    border-radius: 3px;
    display: none;
    background-color: #fff
}

.dll_calculator .dll_calculatelist .loantype .typelist li {
    line-height: 41px;
    background-color: #f8fbfe;
    font-size: 16px;
    padding-bottom: 0;
    padding-left: 15px;
    cursor: pointer
}

.dll_calculator .dll_calculatelist .loantype .typelist li:hover {
    font-size: 16px;
    color: #6b7881;
    background-color: #f2f3f7;
    font-weight: 700
}

.dll_calculator .dll_calculatelist .loantype.current {
    z-index: 10;
    border-color: #769ace
}

.dll_calculator .dll_calculatelist .loantype.current .typelist {
    display: block
}

.dll_calculator .dll_calculatelist .loantype.current .icon06 {
    background-position: -18px -208px
}

.dll_calculator .dll_calculatelist .w164 {
    width: 164px
}

.dll_calculator .dll_calculatelist .inputmoney {
    border-bottom: 1px solid #d2dbe8;
    float: left;
    position: relative;
    width: 392px
}

.dll_calculator .dll_calculatelist .inputmoney input {
    padding-left: 20px;
    font-size: 14px;
    color: #918f8f;
    padding: 13px 0 13px 20px
}

.dll_calculator .dll_calculatelist .inputmoney .loanunit {
    font-size: 14px;
    color: #90a7c5;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 43px
}

.dll_calculator .dll_calculatelist .w190 {
    margin-left: 36px;
    width: 190px
}

.dll_calculator .dll_calculatelist .mt20 {
    margin-top: 20px
}

.dll_calculator .calculatebtn {
    margin-top: 10px
}

.dll_calculator .calculatebtn .cbtn {
    width: 209px;
    text-align: center;
    line-height: 38px;
    float: left;
    font-size: 16px;
    color: #fff;
    margin-left: 103px;
    background-color: #c2282e;
    border-radius: 6px
}

.dll_calculator .calculatebtn .resetbtn {
    float: left;
    font-size: 16px;
    color: #425571;
    margin-left: 30px;
    line-height: 38px
}

.dll_calculator .calculatebtn .resetbtn:hover {
    text-decoration: underline;
    cursor: pointer
}

.dll_calculator .dll_result {
    float: left;
    margin: 0px 0px 0 30px;
    background-color: #f9fafb;
    padding: 43px 50px 30px;
    width: 370px;
    position: relative;
    height: 492px
}

.dll_calculator .dll_result h3 {
    font-size: 14px;
    color: #465671;
    padding-bottom: 21px;
    font-weight: bold;
}

.dll_calculator .dll_result h3 em {
    font-size: 30px;
    font-family: Arial
}

.dll_calculator .dll_result h3 i {
    font-size: 14px;
    font-style: normal
}

.dll_calculator .dll_result .calculateresult {
    border-top: 1px solid #e2e6ef
}

.dll_calculator .dll_result .calculatecont {
    padding: 24px 10px 19px
}

.dll_calculator .dll_result .calculatecont li {
    line-height: 40px;
    overflow: hidden;
    font-size: 14px;
    color: #425571
}

.dll_calculator .dll_result .calculatecont .calcutit {
    float: left
}

.dll_calculator .dll_result .calculatecont .cmoney {
    float: right
}

.dll_calculator .dll_result .calculatecont .cmoney em {
    color: #1d364c;
    font-weight: 700;
    font-family: Arial;
    padding-right: 10px
}

.dll_calculator .dll_result .prompttext {
    font-size: 12px;
    color: #a9b5cb;
    position: absolute;
    left: 27px;
    bottom: 28px;
    line-height: 20px;
    overflow: hidden
}

.dll_calculator .dll_result .prompttext .icon08 {
    width: 15px;
    height: 15px;
    float: left;
    margin-top: 2px;
    margin-right: 5px;
    background: url(../images/cal/tips.png) 0 0 no-repeat;
}

.dll_calculator .dll_result .detailbtn {
    width: 268px;
    height: 34px;
    border: 1px solid #c9ddf4;
    border-radius: 3px;
    background-color: #fff;
    display: block;
    font-size: 14px;
    color: #7a9ccd;
    font-weight: 700;
    text-align: center;
    line-height: 34px;
    box-shadow: 0 4px 10px rgba(55,108,213,.1)
}

.dll_calculator .dll_result .detailbtn:hover {
    box-shadow: 0 4px 10px rgba(255,90,0,.1);
    color: #f23650;
    border-color: #fde1e5
}

.dll_calculator .dll_result .scrollbar {
    position: relative
}

.dll_calculator .dll_result .scrollbar .calculatecont {
    padding: 4px 20px 4px 10px;
    background-color: #f4f6f7
}

.dll_calculator .dll_result .scrollbar .scrollbars {
    width: 4px;
    height: 228px;
    background-color: #e2e6ef;
    position: absolute;
    right: 0;
    top: 10px;
    border-radius: 3px;
    overflow: hidden
}

.dll_calculator .dll_result .scrollbar .scrollbars .bar {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #a8b5ca;
    width: 4px;
    height: 24px
}

.dll_result.newstate h3 {
    color: #f1324c
}

.dll_result.newstate .calculatecont .cmoney em {
    color: #f1324c
}

.dll_hothouse {
    margin-bottom: 60px;
    background-color: #fff
}

.dll_hothouse .z_main_hd {
    height: 66px;
    line-height: 66px;
    padding-left: 29px;
    background-position: 0 16px;
    font-size: 24px;
    position: relative;
    color: #455571
}

.dll_hothouse .z_main_hd .tit {
    position: absolute;
    left: 0;
    top: 16px;
    padding-right: 22px;
    font-size: 16px;
    color: #a9b6ca;
    background-color: #fff
}

.dll_hothouse .z_main_hd .icon10 {
    width: 5px;
    height: 33px;
    background-color: #ed2848;
    position: absolute;
    left: 0;
    top: 16px;
    border-radius: 2px
}

.dll_hothouse .z_sug_list {
    padding: 10px 40px;
    overflow: hidden
}

.dll_hothouse .z_sug_list ul {
    width: 1140px
}

.dll_hothouse .z_sug_list li {
    float: left;
    padding: 0 20px 20px 0;
    width: 208px
}

.dll_hothouse .z_sug_list li a {
    padding-bottom: 14px;
    border: 1px solid #f2f3f7;
    background-color: #fcfdff;
    font-size: 14px;
    color: #455671;
    display: block;
    cursor: pointer
}

.dll_hothouse .z_sug_list li a:hover {
    background-color: #fff;
    box-shadow: 0 0 6px rgba(4,0,0,.05)
}

.dll_hothouse .z_sug_list li a:hover .mask {
    opacity: .1;
    filter: alpha(opacity=10);
    background-color: #000
}

.dll_hothouse .z_sug_list li a:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1)
}

.dll_hothouse .z_sug_list li span {
    display: block;
    padding: 0 5px 0 14px
}

.dll_hothouse .z_sug_list li img {
    vertical-align: middle;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out
}

.dll_hothouse .z_sug_list li .name {
    padding: 12px 5px 0 14px;
    font-size: 14px;
    color: #1d364c;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    font-weight: 700
}

.dll_hothouse .z_sug_list li .price {
    padding-bottom: 4px
}

.dll_hothouse .z_sug_list li .price em {
    font-size: 16px;
    color: #f2334c;
    font-family: Verdana,Microsoft YaHei;
    font-weight: 700
}

.dll_hothouse .z_sug_list li .price i {
    margin-left: 4px;
    color: #f2334c;
    font-style: normal
}

.dll_hothouse .z_sug_list li .pic {
    position: relative;
    width: 206px;
    height: 154px;
    padding: 0;
    overflow: hidden;
    border-bottom: 1px solid #f2f3f7
}

.dll_hothouse .z_sug_list li .pic .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.dll_hothouse .z_sug_list li .pic .icon09 {
    width: 54px;
    height: 29px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    background: url(../images/dll_sprite.png) 0 0 no-repeat;
    background-position: 0 -295px
}

.dll_hothouse .z_sug_list li .dll_permit {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: url(../images/dpermitbg.png) 0 0 no-repeat;
    text-align: center
}

.dll_hothouse .z_sug_list li .dll_permit .dll_permiticon {
    width: 21px;
    height: 24px;
    background: url(../images/dll_sprite.png) 0 0 no-repeat;
    margin: 35px auto 12px;
    background-position: 0 -446px;
    display: block
}

.dll_hothouse .z_sug_list li .txt_mask {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-repeat: repeat-x;
    background-position: 0 -397px;
    height: 62px;
    background: url(../images/hothousebg.png) repeat
}

.dll_hothouse .z_sug_list .address {
    position: absolute;
    left: 0;
    bottom: 8px;
    color: #fff;
    font-family: simsun;
    font-size: 12px;
    padding: 0 5px 0 14px
}

.dll_hothouse .z_sug_list .address em {
    font-weight: 700;
    margin-right: 8px
}

.dll_hothouse .z_sug_list .address .adr_icon {
    display: inline-block;
    width: 9px;
    height: 12px;
    background: url(../images/dll_sprite.png) 0 0 no-repeat;
    background-position: 0 -334px;
    vertical-align: middle;
    margin-right: 8px
}

.z_header_sch {
    background-color: #f7f8fc;
    border-bottom: 1px solid #eee;
    box-shadow: 0 0 2px rgba(0,0,0,.1)
}

.z_header_sch .inner {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 28px 0 24px
}

.z_header_sch h1 {
    float: left;
    margin-top: 12px;
    margin-right: 10px
}

.z_header_sch h1 a {
    display: block;
    width: 132px;
    height: 41px;
    background: url(../images/dll_sprite.png) 0 0 no-repeat;
    background-position: 0 -334px;
    line-height: 200px;
    overflow: hidden
}

.z_header_sch .sch_main_nav h2 {
    float: left;
    margin-left: 42px
}

.z_header_sch .sch_main_nav h2 a {
    width: 64px;
    height: 64px;
    display: inline-block;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(169,182,202,.1);
    text-align: center;
    font-family: Simsun;
    font-size: 12px;
    color: #89a7d6;
    border-radius: 5px
}

.z_header_sch .sch_main_nav h2 a:hover {
    text-decoration: underline;
    box-shadow: 0 1px 10px rgba(100,161,229,.5)
}

.z_header_sch .sch_main_nav h2 i {
    display: block;
    background: url(../images/dll_sprite.png) 0 0 no-repeat;
    background-position: 0 0;
    width: 40px;
    height: 36px;
    margin: 5px auto 1px
}

.z_header_sch .sch_main_nav h2 .icon1 {
    background-position: 0 -402px
}

.z_header_sch .sch_main_nav h2 .icon2 {
    background-position: -67px -402px
}

.z_header_sch .sch_main_nav h2 .icon3 {
    background-position: -134px -402px
}

.z_header_sch .sch_main_nav h2 .icon4 {
    background-position: -200px -402px
}

.z_header_sch .sch_main_nav .nav {
    float: left
}

.z_header_sch .sch_main_nav .nav p a {
    padding-left: 19px;
    font-size: 16px;
    color: #8290a6;
    line-height: 34px
}

.z_header_sch .sch_main_nav .nav p a:hover {
    color: #f2304a;
    text-decoration: underline
}

body {
    color: #444;
    background-color: #fff;
    -webkit-text-size-adjust: none
}

body,div,dl,dt,dd,del,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,figure {
    margin: 0;
    padding: 0
}

input[type=text],input[type=number],input[type=password],input[type=submit],input[type=button],textarea {
    -webkit-appearance: none;
    outline-style: none;
    resize: none;
    border: 0
}

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

fieldset,img {
    border: 0
}

address,caption,cite,code,dfn,em,th,var {
    font-style: normal;
    font-weight: 400
}

ol,ul {
    list-style: none
}

caption,th {
    text-align: left
}

h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: 400;
    font-style: normal
}

q:before,q:after {
    content: ''
}

abbr,acronym {
    border: 0
}

header,section {
    display: block;
    margin: 0;
    padding: 0
}

a {
    text-decoration: none
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.unl {
    text-decoration: underline
}

.tl {
    text-align: left
}

.tc {
    text-align: center
}

.tr {
    text-align: right
}

.bc {
    margin-left: auto;
    margin-right: auto
}

.fl {
    float: left
}

.fr {
    float: right
}

.vm {
    vertical-align: middle
}

.vt {
    vertical-align: top
}

.pr {
    position: relative
}

.pa {
    position: absolute
}

.none {
    display: none
}
