@charset "utf-8";
/* CSS Document by JOHN WONG */

.heater_summary{
    min-height: 444px;
    background: url(../images/bg_heater_03.png) no-repeat 0 0;
}
.heater_summary .mod_pic{
    position: relative;
    float:left;
    width:620px;
    height: 444px;
}
.heater_summary .mod_txts{
    float:left;
    width:520px;
    padding-top: 80px;
    color: #323b43;
}
.heater_summary .mod_txts .p_tit{
    margin-bottom: 50px;
    font-size: 30px;
    line-height: 40px;
}
.heater_summary .mod_txts .p_txts{
    font-size: 18px;
    /* line-height: 26px; */
    color: #666;
}
.heater_summary .mod_txts .p_txts p{
    margin-bottom: 3px;
}

.heating_part{
    padding-top: 10px;
    background-color: #fff;
}
.heating_part .mod_con{
    
}
.heating_part .mod_tit{
    padding: 27px 0;
    text-align: center;
    font-size: 24px;
    color: #323b43;
    background-color: #e9eaee;
    line-height: 32px;
}
.heating_part .heating_item{
    position: relative;
    height: 410px;
    border-top:1px solid #838592;
    padding-top: 20px;
}
.heating_part .heating_item:first-child{
    border-top:none;
}
.heating_part .heating_item .size_con{
    position: relative;
    
}
.heating_part .heating_item .item_pic{
    float:left;
    width:578px;
    height: 400px;
    background-repeat: no-repeat;
    background-position: center center;
}
.heating_part .heating_item .item_txts{
    float:right;
    width:540px;
    line-height: 26px;
    color: #333;
    font-size: 14px;
    margin-top:26px;
}
.heating_part .heating_item .item_txts .p_txt{
    line-height: 24px;
}
.heating_part .heating_item .item_txts .p_txt .label{
    display: inline-block;
    width:196px;
}
.heating_part .heating_item .item_txts .p_txt .s_txt{
    display: inline-block;
    padding-left: 10px;
}
.heating_part .heating_item .item_logos{
    position: absolute;
    top:323px;
    left:847px;
    width:330px;
}
.heating_part .heating_item .item_logos img{
    float:left;
    width:60px;
    height: 40px;
    margin-right: 20px;
    margin-bottom: 5px;
}

.heating_part .heating_item .size_tab{
    position: absolute;
    left:638px;
    bottom:40px;
    width:200px;
}
.heating_part .heating_item .size_tab a{
    float:left;
    width:54px;
    height: 54px;
    margin-right: 8px;
    border:1px solid #fff;
    box-shadow: 1px 1px 3px 2px #ccc;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 80%;
    cursor: pointer;
}
.heating_part .heating_item .size_tab a em{
    font-style: normal;
    padding-left: 5px;
    padding-top: 3px;
}
.heating_part .heating_item .size_tab a.current{
    border-color:#f1953f;
}

.heating_part2 .mod_con{
    position: relative;
    overflow: hidden;
    background: url(../images/bg_heater_02.png) repeat-y 0 0;
}
.heating_part2 .mod_tit{
    padding: 45px 0 45px;
    text-align: center;
    font-size: 24px;
    color: #323b43;
    line-height: 32px;
}
.heating_part2 .heating_item{
    float:left;
    width:590px;
    height: 354px;
    overflow: hidden;
    
}
.heating_part2 .heating_item .item_pic{
    float:left;
    width:350px;
    height: 354px;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
}
.heating_part2 .heating_item .item_txts{
    line-height: 22px;
    color: #000;
    font-size: 14px;
}
.heating_part2 .heating_item .item_txts .p_tit{
    padding-top: 50px;
    margin-bottom: 22px;
    font-weight:bold;
}


.fan_summary{
    min-height: 455px;
    background: url(../images/bg_heater.jpg) repeat-y right 0;
}
.fan_summary .mod_pic{
    position: relative;
    float:left;
    width:602px;
    height: 455px;
    margin-right: 35px;
}
.fan_summary .mod_txts{
    float:left;
    width:460px;
    padding-top: 64px;
    color: #323b43;
}
.fan_summary .mod_txts .p_tit{
    margin-bottom: 32px;
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
}
.fan_summary .mod_txts .p_txts{
    font-size: 18px;
    line-height: 36px;
    color: #666;
}
.fan_summary .mod_txts .p_txts p{
    margin-bottom: 26px;
}