@charset "utf-8";
/*wap样式表*/
/*设置rem的属性*/
html{
    touch-action:none;
    touch-action:pan-y;
}
root {display: block;}

html {font-size: 14px}

@media screen and (min-width:240px) and (max-width:329px) {html {font-size: 10px}}
@media screen and (min-width:330px) and (max-width:389px) {html {font-size: 11px}}
@media screen and (min-width:390px) and (max-width:479px) {html {font-size: 13px}}
@media screen and (min-width:480px) and (max-width:639px) {html {font-size: 16px}}
@media screen and (min-width:640px)  {html {font-size: 20px}}

/*通用部分的CSS样式表*/
* {margin: 0px;padding: 0px;}
body {color: #333;background-color: #eaeaea;width: 100%;height: auto;max-width:640px;margin:0px auto 0px auto;}
.clear {font-size: 0px;clear: both;line-height: 0px;height: 1px;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {min-height: 1px;}
* html .clearfix {height: 1px;}
img {border: none;}
a {color: #313b45;}
a:link {TEXT-DECORATION: none;}
a:visited {TEXT-DECORATION: none;}
a:hover {TEXT-DECORATION: none;}
a:active {TEXT-DECORATION: none;}
ul,li {list-style-type: none;}
.shadow{box-shadow: #d5d5d5 3px 3px 3px 2px;}/*阴影效果*/

/*区域部分样式表，有圆角属性*/
.block{ box-shadow: #d5d5d5 3px 3px 3px 2px;width: 100%;margin: 0.7rem auto 0.7rem auto; padding:0rem 0rem 0.7rem 0rem;background-color: #FFFFFF }
.block-top{}
.block-bottom{ box-shadow: #d5d5d5 3px 3px 3px 2px;}
.block-radius{ box-shadow: #d5d5d5 3px 3px 3px 2px;width: 100%;}

/*标题背景*/
.title_bg{width: 100%;}
.title_bg>.title{margin: 0rem auto 0rem auto;font-size: 90%;height: 2rem;line-height: 2rem;text-align:center;}

/*提示背景*/
.tips_bg{width: 100%;background-color: #FFFFFF;}
.tips{width: 90%;min-height: 2.5rem;line-height: 2rem; margin: 0rem auto 0rem auto;padding: 0.5rem 0rem 0rem 0rem;font-size:120%;font-weight: bold;}

/*拨打电话的按钮（大）*/
.tel_big{width: 80%;height: 3rem;display: block;margin: 1rem auto 0rem auto;background-color:#178D00;text-align: center;line-height: 3rem;font-size: 1.2rem; color:#FFFFFF;box-shadow: #d5d5d5 3px 3px 3px 2px;}
.tel_small{}
.price_big{}
.price_small{}



/*网站头部区域*/
#wap_header {width: 100%;height: 4.5rem;
             background-image: url(http://11guolu.cdn.bcebos.com/images/wap_header.png);background-repeat: no-repeat;
             background-size: 100% 100%;
             margin: 0rem 0rem 0rem 0rem;}
#wap_header>#text{width: 30%;height: 2rem;display: inherit;padding: 0.5rem 0rem 0rem 15rem;font-size: 0.8rem;}
#wap_header #button {width: 30%;height: 3rem;display: inherit;background-image: url(http://lvneng.cdn.bcebos.com/images/mobile/wap_header_button.png);background-size: 100% 100%;
                     position: absolute;right: 1rem;top: 0.5rem}
#price_tel_button{width: 80%;height: 2rem;display: block;margin: 1rem auto 0rem auto;text-align: center;background-image: url(http://lvneng.cdn.bcebos.com/images/mobile/tel_button.png);
                  background-repeat: no-repeat;background-size: 100% 100%;color: #FFFFFF;font-size: 1.5rem;font-weight: 900;padding: 0.5rem 0rem 0.5rem 0rem;}



/*产品列表*/
#products {width: 100%;height: auto;float: left;background-color: #FFFFFF;padding: 0rem 0rem 1rem 0rem;margin: 1rem 0rem 0rem 0rem;}
#products #title {width: 100%;height: 2.5rem;background-image: url(http://lvneng.cdn.bcebos.com/images/mobile/wap_nav_product.png);background-repeat: no-repeat;background-size: 100% 100%;}
#products .item {display: block;width: 48%;height: 10rem;margin: 1rem 0rem 0rem 0rem;position: relative;overflow: hidden;float: left;}
#products .item img {height: 10rem;}
#products .item .class_cover {width: 100%;height: 2rem;font-size: 1.2rem;line-height: 2rem;text-align: right;padding-right: 0.5rem;background-color: rgba(0, 0, 0, 0.50);
                              /*兼容IE8及以下版本浏览器*/filter: alpha(opacity=70);color: #FFFFFF;position: absolute;right: 0px;bottom: 0px;overflow: hidden;}

/*产品幻灯片部分*/
#product_slide {width: 100%;height: 22rem;display: block;position: relative;overflow: hidden;}
#product_slide img {height: 22rem;}
#product_slide .class_cover {text-align: right;width: 100%;height: 2.5rem;line-height: 2.5rem;font-size: 1.5rem;padding-right: 1rem;
                             font-weight: bold;font-family: "黑体", "微软雅黑";position: absolute;right: 0;bottom: 0;background-color: rgba(0, 0, 0, 0.50);
                             /*兼容IE8及以下版本浏览器*/
                             filter: alpha(opacity=70);color: #FFFFFF;overflow: hidden;}


/*电话咨询组件*/
#tel {display: block;width: 100%;height: 5rem;background-color: #FFFFFF;padding: 1rem 0rem 0rem 0rem;}
#tel #tel_button {width: 80%;height: 3rem;display: block;margin: 0 auto 0 auto;text-align: center;line-height: 3rem;
                  background-image: url(http://lvneng.cdn.bcebos.com/images/mobile/tel_button.png);background-repeat: no-repeat;
                  background-size: 100% 100%;color: #FFFFFF;font-size: 1.5rem;font-weight: 900;}

/*用户困惑的组件*/
#confusion{width: 100%;height: 12rem;margin: 1rem 0rem 1rem 0rem;}
#confusion>#left{width: 40%;height: 12rem;float: left;background-image: url(http://11guolu.cdn.bcebos.com/images/confusion.png);background-repeat: no-repeat;background-size: 100% 100%;}
#confusion>#right{width: 60%;height: 12rem;float: left;background-color: #FFFFFF;}
#confusion>#right>#button{width: 80%;height: 2rem;display: block;margin: 0.5rem auto 0.5rem auto;text-align: center;
                          line-height: 2rem;background-image: url(http://lvneng.cdn.bcebos.com/images/mobile/tel_button.png);background-repeat: no-repeat;
                          background-size: 100% 100%;color: #FFFFFF;font-size: 1rem;font-weight: bold;}

/*产品介绍*/
#product_intro {width: 100%;height: auto;display: block;margin: 1rem 0rem 0rem 0rem;
                background-color: #FFFFFF;line-height: 2rem;font-family: "微软雅黑";}
#product_intro #title {width: 100%;height: 2.5rem;background-image: url(http://lvneng.cdn.bcebos.com/images/mobile/wap_nav_product_intro.png);
                       background-repeat: no-repeat;background-size: 100% 100%;}
#product_intro #content {width: 90%;height: auto;margin: 1rem auto 1rem auto;padding: 0rem 0rem 2rem 0rem;background-color: #FFFFFF;}

#price{width: 100%;height: 21rem;margin: 1rem 0rem 0rem 0rem;background-color: #FFFFFF;}
#price>#content{width: 100%;}
#price>#content>#tel_button{width: 80%;height: 2rem;display: block;margin: 1rem auto 0rem auto;
                            text-align: center;background-image: url(http://lvneng.cdn.bcebos.com/images/mobile/tel_button.png);
                            background-repeat: no-repeat;background-size: 100% 100%;color: #FFFFFF;font-size: 1.5rem;font-weight: 900;
                            padding: 0.5rem 0rem 0.5rem 0rem;
}
.user_case_item>span{display: inline-block;overflow: hidden;height: 1rem;padding:0.2rem 0rem 0rem 0rem;}
#real{width: 100%;background-color: #FFFFFF;margin: 1rem 0rem 1rem 0rem;}

/*提交需求*/
#demand {width: 100%;height: auto;margin: 1rem 0rem 0rem 0rem;background-color: #FFFFFF;}
#demand #title {width: 100%;height: 2.5rem;background-image: url(http://lvneng.cdn.bcebos.com/images/mobile/wap_nav_demand.png);background-repeat: no-repeat;background-size: 100% 100%;}
#demand #content {width: 90%;height: 24rem;margin: 0.5rem auto 0rem auto;background-color: #FFFFFF;}
#demand #content form {width: 90%;height: 15rem;margin: 1rem auto 0rem auto;font-size: 1.2rem;line-height: 2rem;}
#demand #content form .line {border-bottom: 2px solid #333333;margin: 0rem 0rem 1.2rem 0rem;}
#demand #content form input {height: 2rem;font-size: 1.2rem;}
#demand #content #footer_demand_button {width: 80%;height: 3rem;display: block;margin: 0 auto 0 auto;text-align: center;line-height: 3rem;background-image: url(http://lvneng.cdn.bcebos.com/images/mobile/tel_button.png);
                                        background-repeat: no-repeat;background-size: 100% 100%;color: #FFFFFF;font-size: 1.5rem;font-weight: bold;}


/*联系方式*/
#contactus {width: 100%;height: auto;margin: 1rem 0rem 1rem 0rem;background-color: #FFFFFF;}
#contactus #title {width: 100%;height: 2.5rem;}
#contactus #content {width: 80%;height: 15rem;margin: 0.5rem auto 0rem auto;background-color: #FFFFFF;line-height: 2.5rem;
                     font-size: 1.3rem;font-weight: bold;font-family: "微软雅黑";}
#contactus #content #button {width: 80%;height: 2.5rem;display: block;margin: 1rem auto 0 auto;text-align: center;line-height: 2.5rem;
                             background-image: url(http://lvneng.cdn.bcebos.com/images/mobile/tel_button.png);background-repeat: no-repeat;background-size: 100% 100%;
                             color: #FFFFFF;font-size: 1.3rem;font-weight: bold;}

/*电话短信组件(网站尾部)*/
#footer {width: 100%;max-width:640px;margin:0px auto 0px auto;height: 5rem;display: flex;position: fixed;z-index: 99;bottom: 0;}
#footer #left {width: 45%;height: 5rem;display: inline-block;float: left;background-image: url(http://lvneng.cdn.bcebos.com/images/mobile/wap_footer_sms.png);
               background-repeat: no-repeat;background-size: 100% 100%;}
#footer #right {width: 55%;height: 5rem;display: inline-block;float: right;background-image: url(http://lvneng.cdn.bcebos.com/images/mobile/wap_footer_mobile.png);
                background-repeat: no-repeat;background-size: 100% 100%;}

/*关于我们部分的内容*/
#introduction {width: 100%;height: auto;display: block;margin: 1rem 0rem 0rem 0rem;background-color: #FFFFFF;line-height: 2rem;font-family: "微软雅黑";}
#introduction #title {width: 100%;height: 2.5rem;background-image: url(http://lvneng.cdn.bcebos.com/images/mobile/wap_nav_introduction.png);background-repeat: no-repeat;background-size: 100% 100%;}
#introduction #content {width: 90%;height: auto;margin: 1rem auto 0rem auto;padding: 0rem 0rem 2rem 0rem;background-color: #FFFFFF;}

/*新闻部分的内容*/
#newslist {width: 100%;height: auto;display: block;margin: 1rem 0rem 0rem 0rem;background-color: #FFFFFF;line-height: 2rem;font-family: "微软雅黑";}
#wap_news_pager {width: 100%;height: 3rem;display: block;}
#newslist #title {width: 100%;height: 2.5rem;background-image: url(http://lvneng.cdn.bcebos.com/images/mobile/wap_nav_news.png);background-repeat: no-repeat;background-size: 100% 100%;}
#newslist #content {width: 90%;height: auto;margin: 1rem auto 0rem auto;padding: 0rem 0rem 2rem 0rem;background-color: #FFFFFF;}
#newslist #content ul li {width: 100%;height: 2.5rem;line-height: 2.5rem;display: block;font-size: 1.2rem;border-bottom: 2px dotted #333333;overflow: hidden;}

/*新闻内容页*/
#news {width: 100%;height: auto;display: block;margin: 1rem 0rem 0rem 0rem;background-color: #FFFFFF;line-height: 2rem;font-family: "微软雅黑";}
#news #title {width: 100%;height: 2.5rem;background-image: url(http://lvneng.cdn.bcebos.com/images/mobile/wap_nav_news.png);background-repeat: no-repeat;background-size: 100% 100%;}
#news #content {width: 90%;height: auto;margin: 1rem auto 0rem auto;padding: 0rem 0rem 2rem 0rem;background-color: #FFFFFF;}
#news #content #head {width: 100%;height: 2.5rem;line-height: 2.5rem;font-size: 1.2rem;font-weight: bold;border-bottom: 1px solid #ddd;margin: 0px 0px 0.5rem 0px;}


/*评论区域*/
.comment{overflow: hidden;height: 18rem;margin: 1rem 5% 0rem 5%;}
.comment>.comment_warp{}
.comment>.comment_warp>.comment_item{height:5.9rem;border-bottom: 0.1rem dotted #3a3a3a}   
.comment>.comment_warp>.comment_item>.header{height:1.5rem;padding:0.8rem 0rem 0rem 0rem;}
.comment>.comment_warp>.comment_item>.header>.star{color: #ff9c00;height: 1.2rem;line-height: 1.2rem}
.comment>.comment_warp>.comment_item>.header>.name{width:50%;display: block;float: right;text-align: right;font-size: 80%;height: 1.2rem;line-height: 1.2rem}
.comment>.comment_warp>.comment_item>.content{margin: 0rem 0rem 0.4rem 0rem;height: 2.6rem;overflow: hidden;line-height: 1.3rem;font-size:100%;padding:0.4rem 0rem 0.2rem 0rem;}

/*用户咨询展示区域的样式表*/
.notice_bg{width: 100%;height: 17rem;background-color: #FFFFFF;margin: 1rem 0rem 1rem 0rem;overflow: hidden;box-shadow: #d5d5d5 3px 3px 3px 2px;}
.notice_bg>.title{height:1.5rem;text-align: center;font-size: 1.2rem;line-height: 1.5rem;padding: 1rem 0rem 0.5rem 0rem;}
.notice_bg>.title>.text{color:#fe2121;font-weight: bold;font-size: 120%;}
.notice_bg>.notice{width:90%;overflow: hidden;margin: 0.5rem auto 1rem auto;background-color: #FFFFFF;}
.notice_bg>.notice>ul{width: 100%;height: 12rem;}





/*锅炉价格表跟锅炉锅炉需求使用的是一样的样式表*/
.price_chart{}
.price_chart>.header{width:100%;height: 4.0rem;padding: 0rem 0rem 0rem 0rem;background-color: #FFFFFF;}
.price_chart>.header>a>.image{width:2rem;height: 2rem;margin: 1.0rem 0rem 0rem 1.0rem;float: left;}
.price_chart>.header>.title{font-size:1.6rem;height: 4rem;line-height: 4rem;margin: 1rem 0rem 0rem 0.3rem;font-weight: bold;color: #FF4200}
.price_chart>.content{width:96%;margin: 1rem auto 6rem auto;background-color: #FFFFFF;padding: 1rem 0rem 0rem 0rem;}
.price_chart>.content>.tips{width: 90%; margin: 0rem auto 0rem auto;line-height: 2rem;font-size:1.2rem;}
.price_chart>.content>.form{width:90%;font-size: 1.5rem;margin: 0rem auto 0rem auto;padding: 0rem 0rem 1rem 0rem;}
.price_chart>.content>.form>.line{ height: 3.0rem; border-bottom:1px solid #333333;margin: 1.8rem 0rem 0rem 0rem;}
.price_chart>.content>.form>.line>.left{width: 45%;display: inline-block;font-weight: bold;}
.price_chart>.content>.form>.line>.right{border: none;width: 42%;height: 3rem;font-size: 1.2rem;width:45%;}
.price_chart>.content>.form>#footer_demand_button{width:100%;background-color: #fa7f34;border: 0.1rem solid #f6701e;border-radius: 0.2rem;margin: 2.0rem auto 1rem auto; display: block;text-align: center;color: #FFFFFF;height: 3rem;line-height: 3rem;}


/*网站首页的样式表*/
#www{width: 96%;min-height: 30rem;margin: 1rem auto 0rem auto;background-color: #FFFFFF;font-size: 1.2rem;line-height: 2.5rem;}
#www>.title{width:90%;margin:0rem 0rem 0rem 5%;text-align:center;border-bottom:0.1rem dotted #333333;padding:0.3rem 0rem 0rem 0rem;font-weight: bold;}

/*网站分类页面*/
.category_list{margin: 1rem 0rem 0rem 0rem;height: auto;background-color: #FFFFFF;float: left;}
.category_list>.title{font-weight:bold;margin: 0rem 0rem 0.5rem 0rem;font-size: 1.7rem;padding-top: 0.5rem;height: 2.5rem;line-height: 2.5rem;text-align: center}


