@charset"utf-8";
/*二级页面banner*/
.main .inner{
    padding: 24px 20px;
    background-color: #fff;
}
.dlbg{
    background: none;
}
.dl{
    width: 100%;
    background-image: url(../images/second/dwbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff;
}
/* 副页背景 */
.fu-bg{
    display: block;
    background-image: url(../images/second/fubg.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}
.fu-bg h1{
    font-size: 30px;
    color: #fff;
   text-align: center;
   padding: 30px 0;
}
/* 面包屑导航 */
.fu-tit{
    position: relative;
    padding-left: 20px;
    margin-bottom: 15px;
}
.fu-tit h2{
    font-size: 16px;
    line-height: 32px;
    height: 32px;
}
.fu-tit h2 i{
    display: block;
    left: 0;
    top: 9px;
    color: #1c81c3;
    position: absolute;
}
.fu-tit h2 a{
    color: #666666;
}
.fu-tit h2 a:not([href]){
    color: #1c81c3;
}
/* 副页导航 */
.fu-list{
    margin: 15px 0;
    width: 100%;
}
.fu-list ul{
    overflow: hidden;
}
.fu-list ul li{ 
    float: left;
    padding: 0 12px;
}
.fu-list ul.wd5 li{
    padding: 0 5px;
}
.fu-list ul li a{ 
    display: inline-block;
    padding: 0 12px ;
    height: 32px;
    line-height: 32px;
    background: transparent;
    border-radius: 16px;
    transition: linear 0.25s linear;
    -webkit-transition: linear 0.25s linear;
    font-size: 16px;
    color: #333333;
}
.fu-list ul.wd5 li a{
    font-size: 15px ;
    padding: 0 8px;
}
.fu-list ul li.active a,.fu-list ul li:hover a{
    background-color: #da332e;
    color: #fff;
 }
 /*  */
 .fu-heng{
     width: 100%;
     margin-bottom: 18px;
     background-color: #f8f8f8;
     height: 20px;;
 }
 /*  */
 /*页码*/
.mypage {
    clear: both;
    width: 100%;
    height: auto;
    border: #a72126 0px solid;
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
    font-size: 16px;
}

.pc_dis {
    display: none;
}
.mypage a {
    color: #4d555d;
    width: auto;
    height: auto;
    padding: 6px 12px;
    font-size: 16px;
    margin-right: 5px;
    border: 1px solid #DBDBDB;
    background: #F5F5F5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.mypage span {
    color: #717171;
    width: auto;
    height: auto;
    padding: 10px;
    font-size: 16px;
    border-radius: 5px;
    margin-right: 5px;
}

.mypage .linking,
.mypage a:hover {
    color: #fff;
    background: #1c81c3;
    border: 1px solid transparent;
    border-radius: 4px;
}

@media screen and (max-width: 768px) {
    .pc_dis {
        display: block;
    }

    .ph_dis {
        display: none;
    }

    .mypage {
        padding: 15px 0;
    }
}

@media screen and (max-width: 768px) {
    .pc_dis {
        display: block;
    }

    .ph_dis {
        display: none;
    }

    .mypage {
        padding: 15px 0;
    }
}


/*列表页*/
.lbbox{
    width: 100%;
}
.lbbox h2{
    width: 100%;
    color: #000;
    font-size: 18px;
    border-bottom: 1px solid #e5e5e5;
    height: 36px;
    line-height: 36px;
    margin-bottom: 15px;
    position: relative;
}
.lbbox h2:after{
    content: '';
    display: block;
    background-color: #1c81c3;
    height: 3px;
    width: 72px;
    bottom: 0px;
    left: 0;
    position: absolute;
}
/* 新闻列表 */
.xwzx ul li{
    border-bottom: 1px dashed #e6e6e6;
    padding-bottom: 12px;
    margin-bottom: 12px;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
}
.xwzx ul li:last-child{
    border: none;
    padding-bottom: 0;
}
.xwzx ul li a{
    display: block;
    width: 100%;
}
.xwzx ul li h3{
    font-size: 16px;
    color: #000000;
    line-height: 24px;
}
.xwzx ul li .txt{
    padding-top: 10px;
    width: 100%;
    position: relative;
}
.xwzx ul li .txt p{
    font-size: 14px;
    color: #999999;
    line-height: 24px;
}
.xwzx ul li .txt span{
    text-align: right;
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    display: block;
}
/* 新闻详情页 */
.xw-det{
    width: 100%;
}
.f-det{
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #D7D7D7;
}
.f-det h4{
    font-size: 20px;
    color: #333333;
    text-align: center;
    line-height: 38px;
}
.f-det span{
    font-size: 12px ;
    color: #999999;
    line-height: 24px;
}
.f-det:hover h4{
    color: #da332e;
}
.f-det:hover span{
    color: #da332e;
}
.f-det:hover{
    border-bottom: 1px solid #da332e;
}
.f-cont{
    padding: 20px 0;
}
.f-cont p{
    font-size: 14px;
    color: #5b5b5b;
    line-height: 24px;
    margin-bottom: 14px;
}
.f-cont img{
    display: block;
    max-width: 100%;
    margin: 15px auto;
}
.f-return ul li{
    float: left;
    width: 33.33%;
    color: #333;
    height:60px;
    line-height: 60px;
    font-size: 14px;
}
.f-return ul li:hover a{
    color: #e60012;
}
.f-return ul{
    border-top: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
}
.f-return ul li:nth-child(2){
    text-align: center;
}
.f-return ul li:nth-child(3){
    text-align: right;
}
/* 学习园地 */
.xxyd ul{
    padding-top: 14px;
}
.xxyd ul li{
    border-bottom: 1px dashed #e6e6e6;
    padding-bottom: 12px;
    margin-bottom: 12px;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
}
.xxyd ul li:last-child{
    border: none;
    padding-bottom: 0;
}
.xxyd ul li a{
    display: block;
    width: 100%;
}
.xx-lf{
    float: left;
    width: 16%;
}
.xx-lf img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.xx-rt{
    float: left;
    width: 84%;
    padding-left: 18px;
}
.xx-rt h3{
    font-size: 16px;
    color: #333;
    line-height: 24px;
}
.xx-rt  p{
    font-size: 14px;
    color: #9f9f9f;
    line-height: 24px; 
    padding: 8px 0;
}
.xx-rt span{
    font-size: 14px;
    color: #9f9f9f;
    line-height: 24px; 
}
.kfq{
    position: relative;
}
.kfq span{
    position: absolute;
    right: 5px;
    bottom: 0;
    display: block;
    font-size: 16px;
    color: #666;
}
.kfqbox h4{
    font-size: 18px;
    color: #1f82c3;
    line-height: 32px;
    height: 32px;
    position: relative;
    padding-left: 8px;
    margin-bottom: 10px;
}
.kfqbox h4:before{
    position: absolute;
    height: 18px;
    top: 8px;
    left: 0;
    background-color: #1f82c3;
    width: 4px;
    content: '';
    display: block;
}
.blue{
    color: #1f82c3;
}
.kf .f-cont{
    padding-top: 10px;
}
/* 品牌推广 */
.yqtg{   
}
.yqtg ul{
    overflow: hidden;
    padding: 6px 0;
}
.yqtg ul li{
    float: left;
    width: 25%;
    padding: 10px 10px;
}
.yqtg ul li a{
    display: block;
    padding: 5px;
    background-color: #fff;
    box-shadow: 0 0 8px rgba(0,0,0,0.2);
    transition: all .25s linear;
    -webkit-transition: all .25s linear;
    position: relative;
    top: 0;
}
.yqtg ul li a .im{
    width: 100%;
    margin-bottom: 10px;
}
.yqtg ul li a .im img{
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.yqtg ul li .tgtm{
    padding-left: 64px;
    position: relative;
    width: 100%;
}
.yqtg ul li .tgtm .sj{
    position: absolute;
    border: 1px solid #1c81c3;
    height: 50px;
    width: 60px;
    left: 5px;
    top: 0;
    background-color: #1c81c3;
}
.yqtg ul li .tgtm .sj span{
    height: 24px;
    line-height: 24px;
    display: block;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 13px;
}
.yqtg ul li .tgtm .sj b{
    height: 24px;
    line-height: 24px;
    display: block;
    width: 100%;
    color: #000;
    text-align: center;
    font-weight: normal;
    font-size: 13px;
    background-color: #fff;
}
.yqtg ul li .tgtm p{
    height: 48px;
    line-height: 24px;
    font-size: 16px;
    color: #333;
    padding-left: 6px;
    overflow: hidden;
}
.yqtg ul li .txt{
    background-color: #f7f7f7;
    width: 100%;
    padding: 9px 8px;
}
.yqtg ul li .txt p{
    height: 48px;
    line-height: 24px;
    font-size: 14px;
    color: #9f9f9f;
    overflow: hidden;
}
/* 联系我们 */
.lx{
    padding: 0;
}
.lx h1{
    font-size: 18px;
    color: #000000;
    text-align: center;
    padding: 14px 0;
}
.lx ul li{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #edf1f2;
}
.lx ul li p{
    font-size: 14px;
    color: #8d8d8d;
}
.lx ul li p i{
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px;
    width: 16px;
    height: 17px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    top: -2px;
}
.lx ul li:first-child p i{ background-image: url(../images/second/ic-lx02.png); }
.lx ul li:nth-child(2) p i{ background-image: url(../images/second/ic-lx03.png);}
.lx ul li:nth-child(3) p i{ background-image: url(../images/second/ic-lx04.png);}
.lx ul li:nth-child(4) p i{ background-image: url(../images/second/ic-lx05.png);}

#loc{
    height: 300px;   
}
/* 登陆 */
.dlbg .asd{
    display: none;
}
.re-in{
    width: 460px;
    margin: 100px auto 50px;
    background-color: #fff;
    border-radius: 5px;
    padding: 60px 50px ;
}
.re p{
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    padding-bottom: 20px;
}
.re-in form{  
    padding:20px 0;
}
.re-in form .icon input{
    height:48px ;
    width: 100%;
    padding-left: 28px;
    font-size: 14px;
}
.re-in form .icon{
    margin-top: 16px;
    height:48px ;
    width: 100%;
    display: block;
    position: relative;
}
.re-in form i{
    position: absolute;
    display: block;
    width: 18px;
    height: 24px;
    top:13px;
    left:6px;
    background-repeat: no-repeat;
    background-image: url("../images/second/dlsj.png");
}
.re-in .icon:nth-child(2) i{
    background-image: url("../images/second/dlmm.png");
}
.re-in form .icon:nth-child(3) i{
    background-image: url("../images/second/dlyzm.png");
}
.re-in form .icon .btn-zdy{
    width:75px;
    height:35px;
    background: #ff6700;
    color: #fff;
    border:none;
    position: absolute;
    bottom: 7px;
    right: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-left: 0;
}
.re-in form a{
    display: block;
    background-color: #2988c7;
    line-height: 44px;
    height: 44px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    margin-top: 20px;
}
/* 供热专家 */
.grzj ul{
    overflow: hidden;
    margin-bottom: 12px;
}
.grzj ul li{
    padding: 10px 10px;
    float: left;
    width: 25%;
}
.grzj ul li a{
    display: block;
    -webkit-box-shadow:0 0px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0px 5px rgba(0,0,0,0.1);
    box-shadow: 0 0px 5px rgba(0,0,0,0.1);
    padding: 15px 10px;
    position: relative;
    top: 0;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
}
.grzj ul li i{
    display: block;
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto 12px;
}
.grzj ul li i img{
    width: 100%;
}
.grzj ul li h4{
    text-align: center;
    font-size: 17px;
    line-height: 24px;
    color: #005192;
    height: 24px;
    overflow: hidden;
}
.grzj ul li h3{
    text-align: center;
    font-size: 15px;
    line-height: 24px;
    color: #aeaeae;
    height: 24px;
    overflow: hidden;
}
.grzj ul li p{
    font-size: 14px;
    line-height: 24px;
    color: #757575;
    border-top:1px solid #d6d6d6;
    padding-top: 10px;
    margin-top: 10px;
    height: 58px;
    overflow: hidden;
}

@media screen and (min-width: 1024px){
    .xwzx ul li:hover,.xxyd ul li:hover{
        border-bottom:1px dashed #1f82c3;
    }
    .xwzx ul li:last-child:hover,.xxyd ul li:last-child:hover{
        border-bottom: none;
    }
    .xwzx ul li h3:hover,.xwzx ul li a .txt p:hover,
    .xx-rt h3:hover,.xx-rt p:hover{
        color: #1f82c3;
    }
    .yqtg ul li a:hover{
        top: -5px;
        transition: all .2s linear;
        -webkit-transition: all .2s linear;
    }
    .grzj ul li a:hover{
        top: -5px;
        transition: all .2s linear;
        -webkit-transition: all .2s linear;
    }
}
@media screen and (max-width: 1200px){

}
@media screen and (max-width: 1024px){
    .fu-list,.fu-heng{
        display: none;
    }
    .kfq span{
        display: none;
    }
    .yqtg ul li{
        width: 33.3%;
    }
    .re-in{
        margin: 50px auto;
        width: 320px;
        padding: 30px;
    }
    .re p{
        padding-bottom: 0;
    }
}
@media screen and (max-width: 768px){
    .main .inner{
        padding: 12px 10px;
    }
    .fu-bg h1{
        padding: 15px 0;
        font-size: 20px;
    }
    .xwzx ul li .txt span{
        font-size: 12px;
    }
    .xwzx ul li h3{
        font-size: 15px;
    }
    .xwzx ul li .txt p{
        font-size: 13px;
    }
    .fu-tit{
        margin-bottom: 10px;
        padding-left: 0;
    }
    .fu-tit h2{
        font-size: 15px;
        height: 28px;
        line-height: 28px;
    }
    .f-det h4{
        font-size: 18px;
        line-height: 30px;
        padding-top: 10px;
    }
    .f-return ul li{
        height: 40px;
        line-height: 40px;
        width: 100%;
        text-align: left;
    }
    .f-return ul li:nth-child(2){
        text-align: left;
    }
    .f-return ul li:nth-child(3){
        text-align: left;
    }
    .f-cont p{
        font-size: 12px;
    }
    .kf .f-cont{
        padding-top: 0px;
    }
    .yqtg ul li{
        width: 50%;
    }
    .grzj ul li{
        width: 33.3%;
    }
    .grzj ul li i{
        width: 80px;
        height: 80px;
    }
}
@media screen and (max-width: 600px){
    .xx-rt,.xx-lf{
        width: 100%;
        float:none;
        padding: 0;
    }
    .xx-lf{
        padding-bottom: 8px;
    }
    .yqtg ul li{
        width: 100%;
    }
    .yqtg ul li .txt p{
        height: auto;
    }
    .grzj ul li{
        width: 50%;
        padding: 8px 5px;
    }
}