@charset "utf-8";
@media screen and (min-width: 641px) {
    body{
        width: 640px!important;
        margin: auto;
    }
    .footer{
        left: 0;
    }
}
/*头部*/
.logo{
    padding: 1.5rem 0;
    border-bottom: 2px solid #df3c00;
}
.logo img{
    width: 80%;
}
.banner img{
    width: 100%;
}
.sj-btn{
    border: 0;
    background: none;
    font-size: 2rem;
    color: #df3c00;
    float: right;
}
/*手机侧导航*/
.menu_theme_write .am-offcanvas-bar {
  background: #f7f7f7;
}
.menu_theme_write .am-offcanvas-bar:after {
  background: rgba(0, 0, 0, 0);
}
.menu_theme_write .am-offcanvas-bar .am-menu-nav {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.menu_theme_write .am-offcanvas-bar .am-menu-nav > li:first-child > a {
  border-top: 1px solid none;
  border-top: none;
}
.menu_theme_write .am-offcanvas-bar .am-menu-nav > li > a {
  color: #333;
  -webkit-text-shadow: 0 1px 0 rgba(0, 0, 0, 0);
  -ms-text-shadow: 0 1px 0 rgba(0, 0, 0, 0);
  -moz-text-shadow: 0 1px 0 rgba(0, 0, 0, 0);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.menu_theme_write .am-offcanvas-bar .am-menu-nav > .am-open > a,
.menu_theme_write .am-offcanvas-bar .am-menu-nav > li > a:focus,
.menu_theme_write .am-offcanvas-bar .am-menu-nav > li > a:hover {
  background-color: #df3c00;
  color: #fff;
}
.menu_theme_write .am-offcanvas-bar .am-menu-sub {
  background: #0066ff;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}





/*标题*/
.itita{
    text-align: center;
    color: #fff;
    margin-bottom: 2rem;
}
.itita-wz{
    font-size: 3rem;
    line-height: 3.4rem;
    font-weight: bold;
}
.itit-xian{
    background: #fff;
    height: 3px;
    width: 10%;
    margin: 1rem auto 0;
}
.ititb{
    text-align: center;
    margin-bottom: 2rem;
}
.ititb-tit{
    font-weight: bold;
    font-size: 2.6rem;
    line-height: 3rem;
}
.ititb-tit span{
    font-size: 1.4rem;
}
.ititb-wz{
    font-size: 1.4rem;
    line-height: 2.5rem;
}
.ititb-bj{
    background: #df3c00;
}
.ititc{
    text-align: center;
    margin-bottom: 2rem;
}
.ititc-tit{
    font-size: 2.6rem;
    font-weight: bold;
    position: relative;
    display: table;
    margin: auto;
    line-height: 4rem;
}
.ititc-tit:before,.ititc-tit:after{
    content:"";
    background: #df3c00;
    height: 1px;
    width: 20%;
    position: absolute;
    top: 2rem;
}
.ititc-tit:before{
    left: -29%;
}
.ititc-tit:after{
    right: -29%;
}
.ititc-wz{
    color: #666;
}
.itit-fff,.itit-fff .ititc-wz{
    color: #fff!important;
}
.itit-fff .ititc-tit:before,.itit-fff .ititc-tit:after{
    background: #fff!important;
}


/*解决方案*/
.isolution{
    background: #df3c00;
    padding: 3rem 0;
}
.isolution-list li dl{
    padding: 1.5rem 2rem 3rem;
}
.isolution-list li dl dd{
    font-size: 1.6rem;
    line-height: 2.8rem;
}
.isolution-img{
    position: relative;
}
.isolution-img p{
    position: absolute;
    bottom: 0;
    color: #fff;
    font-size: 2rem;
    padding-left: 1rem;
    padding-bottom: 1rem;
}
.isolution-list .am-control-nav{
    bottom: 1rem;
    text-align:right;
    padding-right: 1rem;
}
.isolution-list .am-control-nav a{
    background-color: #eee!important;
    width:1rem!important;
    height:1rem!important
}
.isolution-list .am-control-nav .am-active{
    background-color: #df3c00!important;
}
.isolution-p{
    padding: 2rem 2rem 3rem;
}
.isolution-p p:first-child{
    margin-top:0;
}
.isolution-p p{
    display: table;
    clear: both;
    width: 100%;
    font-size: 1.4rem;
    margin-top: .5rem;
}
.isolution-p strong{
    width: 23%;
    display: block;
    float: left;
}
.isolution-p span{
    width: 77%;
    float: right;
}


/*米粉设备*/
.idevice{
    margin-top: 3rem;
}
.idevice ul li a{
    display: block;
    padding: 1rem;
    background: #f7f7f7;
}
.idevice ul li img{
    border-radius: 50%;
    height: 9rem;
    margin: auto;
    display: block;
}
.idevice ul li p{
    text-align: center;
    font-size: 1.4rem;
    margin-top: 1rem;
    height: 2.5rem;
    color: #333;
}
.idevice ul li span{
    background:#df3c00;
    color: #fff;
    display: block;
    height: 9rem;
    border-radius: 50%;
    text-align: center;
    font-size: 1.8rem;
    line-height: 2.5rem;
    padding-top: 1.5rem;
}


/*留言*/
.imessage{
    margin-top: 3rem;
    display: none;
}
.imessage .am-form-group{
    height: 5rem;
    border-radius: 10px;
}
.imessage .am-form-group i{
    font-size:2rem;
    color: #df3c00;
}
.imessage .am-form-group input{
    height: 5rem;
    padding-left: 4rem!important;
    border-radius: 10px;
    border: 1px solid #b5b5b5;
}
.imessage .am-form-group button{
    background: #df3c00;
    width: 100%;
    color: #fff;
    line-height: 4.5rem;
    font-size: 2.2rem;
    padding: 0;
    border:0;
}
.imessage-bj{
    background: #df3c00;
    padding: 3rem 0;
    display: block;
}
.imessage-bj .am-form-group button{
    background: #ffe21c!important;
    color: #333;
}


/*设备*/
.ishebei{
    padding:3rem 0;
    background: #f5f5f5;
}
.ishebei-list ul li img{
    width: 100%;
    display: block;
}
.ishebei-list ul li p{
    position: absolute;
    bottom: 1rem;
    z-index: 999;
    padding-left: 1rem;
    font-weight: bold;
}
.ishebei-list .am-control-nav{
    bottom: 1rem;
    text-align:right;
    padding-right: 1rem;
}
.ishebei-list .am-control-nav a{
    background-color: #eee!important;
    width:1rem!important;
    height:1rem!important
}
.ishebei-list .am-control-nav .am-active{
    background-color: #df3c00!important;
}


/*问题*/
.iwenti{
    background: #d13a02;
    padding: 3rem 0 4rem;
}
.iwenti .am-slider-default{
    border-radius: 10px;
}
.iwenti-list ul li .iwenti-pad{
    padding: 5% 3%;
}
.iwenti-sz{
    background: #df3c00;
    color: #fff;
    text-align: center;
    font-size: 2.4rem;
    border-radius: 5px;
    height: 6rem;
    padding-top: .5rem;
    position:relative;
    font-weight: bold;
}
.iwenti-sz:before{
    content:"";
    position:absolute;
    background: #fff;
    width: 40%;
    height: 1px;
    left: 30%;
    bottom: 1.5rem;
}
.iwenti-wz dt{
    font-size: 1.6rem;
}
.iwenti-wz dd{
    font-size: 1.4rem;
    color: #666;
}
.iwenti-list .am-control-nav{
    bottom: -3rem;
}
.iwenti-list .am-control-nav a{
    background-color: #e89d81!important;
    width:1rem!important;
    height:1rem!important
}
.iwenti-list .am-control-nav .am-active{
    background-color: #fff!important;
}


/*优势*/
.iadvantage{
    padding-top: 3rem;
    background: url(../images/iys-bj.jpg) top no-repeat #f7f7f7;
    background-size: 100%;
    padding-bottom: 3rem;
}
.iadvantage-bj{
    background: #fff;
    border-radius: 10px;
    padding: 5%;
    box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, .2);
}
.iadvantage-list{
    margin-top:1.5rem;
}
.iadvantage-list:first-child{
    margin-top:0;
}
.iadvantage-list img{
    width: 15%;
    display: block;
    float: left;
}
.iadvantage-list dl{
    width: 80%;
    float: right;
}
.iadvantage-list dl dt{
    font-size: 1.6rem;
}
.iadvantage-list dl dd{
    font-size: 1.4rem;
}


/*走进陈辉球*/
.iabout{
    margin-top: 3rem;
}
.iabout img{
    width: 100%;
}



/*产品详情页*/
.banwa{
    background: #df3c00;
    text-align: center;
    padding: 2rem 0;
    color: #fff;
}
.banwa-tit{
    font-size: 3rem;
    line-height: 4rem;
}
.banwa-xian{
    width: 10%;
    height: 3px;
    background: #fff;
    margin: 1rem auto;
}
.banwa-brief{
    font-size: 1.6rem;
}
.banwa-brief span{
    color:#fff001;
}

.prodetail{
    background: #f7f7f7;
    padding: 3rem 0;
}
.prodetail-tit{
    text-align: center;
    font-size: 3.2rem;
    margin-bottom: 3rem;
    position:relative;
}
.prodetail-tit:before{
    content:"";
    position: absolute;
    background: #df3c00;
    width: 10%;
    height: 3px;
    bottom: -.5rem;
    left: 50%;
    margin-left: -5%;
}
.prodetail-con{
    background: #fff;
}
.prodetail-img img{
    width: 100%;
}
.prodetail-list{
    padding: 5% 5%;
}
.prodetail-list p:first-child{
    margin-top:0;
}
.prodetail-list p{
    display: table;
    clear: both;
    width: 100%;
    font-size: 1.4rem;
    margin-top: .5rem;
}
.prodetail-list strong{
    width: 23%;
    display: block;
    float: left;
}
.prodetail-list span{
    width: 77%;
    float: right;
}
.prodetail .idevice{
    margin-top: 1rem;
}
.prodetail .idevice ul li a{
    background: #fff;
}


/*更多产品*/
.morepro{
    margin-top: 3rem;
}
.morepro ul li:nth-of-type(2n+1){
    clear: none;
}
.morepro ul li .morepro-bian{
    border: 1px solid #eee;
    padding-bottom: 2rem;
}
.morepro ul li img{
    width: 100%;
}
.morepro ul li dl{
    padding: 5%;
}
.morepro ul li dl dt{
    text-align: center;
}
.morepro ul li dl dd{
    text-align: center;
    color: #666;
    font-size: 1.2rem;
    line-height: 2rem;
    height: 10rem;
    overflow: hidden;
}
.morepro ul li .mproa{
    background: #df3c00;
    color: #fff;
    margin: auto;
    display: table;
    padding: .5rem 1.5rem;
    border-radius: 10px;
    font-size: 1.2rem;
}

.footer-par{
    margin-top: 6.4rem;
}
.footer {
    position: fixed;
    z-index: 999;
    bottom: 0;
    background: #fff;
    border-top: 1px solid #ccc;
}
.footer a{
    display: block;
    text-align: center;
    padding: .5rem 0;
}
.footer i{
    display: block;
    margin: auto;
    font-size: 2rem;
    line-height: 3rem;
    color: #666;
}
.footer span{
    display: block;
    font-size: 1.6rem;
    color: #333;
}




/*新闻资讯*/
.news-list{
    padding-right: 1rem;
    padding-left: 1rem;
    margin-top:3rem;
    padding-bottom: 2rem;
}
.news-list ul li{
    border-top:1px solid #e5e5e5;
    padding-top: 1.5rem;
    margin-top: 1.5rem;
}
.news-list ul li:first-child{
    border-top:0;
    padding-top:0;
    margin-top:0;
}
.news-list ul li .news-tit{
    font-size: 1.6rem;
    color: #333;
}
.news-list ul li .news-tb{
    margin: .5rem 0;
}
.news-list ul li .news-tb span{
    margin-right: 1rem;
    color: #999;
}
.news-list ul li .news-brief{
    font-size: 1.4rem;
    line-height: 2.5rem;
    color: #666;
}



/*关于我们*/
.about-tit{
    text-align: center;
    margin-bottom: 2rem;
}
.about-fff{
    color: #fff;
}
.about-tit .about-t1{
    font-size: 3rem;
}
.about-tit .about-t2{
    font-size: 1.4rem;
}
.abouta{
    background: #f7f7f7;
    padding:3rem 0;
}
.abouta-list{
    background: #fff;
}
.abouta-list img{
    width: 100%;
}
.abouta-list dl{
    padding: 2rem 1rem;
}
.abouta-list dl dt{
    font-size: 2rem;
}
.abouta-list dl span{
    font-size: 1.2rem;
    color: #999;
}
.abouta-list dl dd{
    color: #666;
    margin-top: 1rem;
    line-height: 2.5rem;
}

.aboutb{
    background: url(../images/csr-bj.jpg) center no-repeat;
    padding:3rem 0;
}
.aboutb-p{
    background: #fff;
    padding: 2rem 1rem;
}
.aboutb-hidd{
    overflow-x: hidden;
    height: 24rem;
}
.aboutb-p p{
    color: #666;
    line-height: 3rem;
    background: url(../images/nyabout-yuan.png) 0px 9px no-repeat;
    position: relative;
    z-index: 9;
    padding-left: 1.5rem;
}
.aboutb-p p:first-child{
    margin-top:0;
}

.aboutc{
    background: #f7f7f7;
    padding:3rem 0;
}
.aboutfs{
    background:#fff;
    padding-top: 1rem;
}
.aboutfs img{
    width: 100%;
}
.aboutfs-list{
    padding: 2rem 1rem;
}
.aboutfs-list p{
    color: #666;
    line-height: 3rem;
    background: url(../images/abfs-tb.png) 0 9px no-repeat;
    padding-left: 2rem;
}
.aboutry{
    background: #fff;
    margin-top:3rem;
    padding: 1rem 0 2rem;
}
.aboutry-list{
    padding:0 2rem;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.aboutry-list ul li img{
    width: 100%;
}
.aboutry-list ul li p{
    text-align:center;
    font-size: 1.6rem;
    line-height: 4rem;
}
.aboutry-list .am-control-nav{
    left: 0;
}
.aboutry-list .am-control-nav .am-active{
    background-color: #df3c00!important;
}
.aboutry-list .am-control-nav a{
    background-color: #eee!important;
    width:1rem!important;
    height:1rem!important
}



/*联系我们*/
.contact{
    background: #f7f7f7;
    padding: 3rem 0;
}
.contact-list{
    background: #fff;
    padding: 0 2rem;
}
.contact-list dl{
    border-top: 1px solid #eee;
    padding: 2rem 0;
}
.contact-list dl:first-child{
    border-top:0;
}
.contact-list dl dt{
    font-size: 2rem;
}
.contact-list dl dt i{
    color: #666;
    width: 3.5rem;
}
.contact-list dl dd{
    margin-top: 0;
    font-size: 1.6rem;
    padding-left: 3.5rem;
}



/*新闻资讯*/
.newsdetail{
    padding-top: 3rem;
    background: #f7f7f7;
}
.newsdetail-tit{
    font-size: 2rem;
}
.newsdetail-date{
    color: #999;
    font-size: 1.2rem;
    margin: 1rem 0;
}
.newsdetail-con{
    font-size:1.4rem!important;
    line-height: 2.8rem!important;
}
.newsdetail-con p{
    font-size:1.4rem!important;
    line-height: 2.8rem!important;
}
.newsdetail-con img{
    width:100%!important;
    height:auto!important;
}
.newsdetail-fanhui{
    background: #df3c00;
    width: 45%;
    text-align: center;
    margin: 2rem auto;
    line-height: 4rem;
    font-size: 1.6rem;
    border-radius: 5px;
}
.newsdetail-fanhui a{
    display:block;
    color: #fff;
}
.newsdetail-sxp ul li{
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}
.newsdetail-sxp ul li span{
    display: block;
    color: #666;
}
.newsdetail-sxp ul li a{
    line-height: 2.5rem;
}
.newsdetail-tj{
    padding-bottom: 3rem;
}
.newsdetail-tjtit{
    margin-top: 2rem;
    font-size: 2rem;
    margin-bottom: 1rem;
}
.newsdetail-list{
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.newsdetail-list ul li .news-tit{
    font-size: 1.6rem;
    color: #333;
    text-overflow: ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
.newsdetail-list ul li .news-tb{
    margin: .5rem 0;
}
.newsdetail-list ul li .news-tb span{
    margin-right: 1rem;
    color: #999;
}
.newsdetail-list ul li .news-brief{
    font-size: 1.4rem;
    line-height: 2.5rem;
    color: #666;
    height: 5rem;
    overflow: hidden;
}
.newsdetail-list .am-control-nav{
    left: 0;
    bottom: -2rem;
}
.newsdetail-list .am-control-nav .am-active{
    background-color: #df3c00!important;
}
.newsdetail-list .am-control-nav a{
    background-color: #eee!important;
    width:1rem!important;
    height:1rem!important
}



/*成功案例*/
.case{
    margin-top:3rem;
    padding-bottom: 2rem;
}
.case ul li p{
    text-align:center;
    font-size: 1.4rem;
    line-height: 3rem;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
    color: #333;
}
.casedetail{
    padding-top: 3rem;
    background: #f7f7f7;
}
.casedetail-list img{
    width: 100%;
}
.casedetail-list p{
    text-align: center;
    font-size: 1.8rem;
    margin-top: 1rem;
}
.casedetail-list .casedetail-brief{
    border-top: 1px dashed #dfdfdf;
    padding-top: 1rem;
    margin-top: 1rem;
}