@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;}/*阴影效果*/

/*网站头部区域*/
#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%;
                     float: right;margin:-2.0rem 1rem 0rem 0rem;; 
                     }
#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;}


/*推荐阅读部分的内容*/
.articlelist {width: 100%;height: auto;display: block;margin: 1rem 0rem 0rem 0rem;background-color: #FFFFFF;line-height: 2rem;font-family: "微软雅黑";box-shadow: #d5d5d5 3px 3px 3px 2px;}
#wap_news_pager {width: 100%;height: 3rem;display: block;}
.articlelist>.title {width: 100%;height: 2.5rem;}
.articlelist>.content {width: 90%;height: auto;margin: 1rem auto 0rem auto;padding: 0rem 0rem 2rem 0rem;background-color: #FFFFFF;}
.articlelist>.content>.item{width: 100%;height:6rem;line-height: 2.5rem;display: block;font-size: 1.2rem;border-bottom: 1px solid #ddd;overflow: hidden;margin: 1rem 0rem 1rem 0rem;padding-bottom: 1.0rem; }
.articlelist>.content>.item>.image-area{width: 8rem;height: 6rem;margin: 0rem 1.0rem 0rem 0.5rem;float: left;text-align: center;overflow: hidden;}
.articlelist>.content>.item>.image-area>a>.image{max-width: 8rem;height: 6rem;margin: 0rem auto 0rem auto;}
.articlelist>.content>.item>.name{max-height:  6rem;margin: 0rem 0.5rem 0rem 0rem;overflow: hidden;line-height: 3rem;overflow: hidden;}

/*评论区域*/
.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;}


/*提交需求*/
#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;}


/*电话短信组件(网站尾部)*/
#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%;}



