@charset "utf-8";
/*标签重置*/
*{ margin:0; padding:0; font-family: "Microsoft Yahei","黑体" ,Arial, Helvetica, sans-serif;}
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, img, ol, ul, li, form, table, tbody, tfoot, thead, tr, th, td, dl, dt, dd {    margin: 0;    padding: 0;    border: 0;}
img{border:0 none;vertical-align:top;max-width:100%; display:block; margin:0 auto; padding:0;}
ul,li,dl,dt,dd{display:block;list-style:none;}
a{border:none; text-decoration:none;color:#666;}
.clearfix{ clear:both;}
.clear{diplay:block!important;float:none!important;clear:both;overflow:hidden;width:auto!important;height:0!important;margin:0 auto!important;padding:0!important;font-size:0;line-height:0}
body{ width:100%; color:#666;font-family:"Microsoft Yahei","黑体" ,Arial, Helvetica, sans-serif;/* max-width: 800px;*/ overflow-x:hidden;margin: 0 auto;}
input { border:none;}

/*top*/
.topBox{ width:94%; margin:0 3%; position:relative; z-index:1;padding-bottom: 70px;}
.top{ width:100%; height:auto; margin:0 auto; overflow:hidden;}
.top img{ width:100%; display:block; margin:0 auto; border:none;}
.top h1{font-size: 20px;text-align: center;line-height: 3em;color: #008039;font-weight: bold;margin-top: 5px;}
.top h2{text-align:left; line-height:2.2em; color:#000; font-weight:bold;font-size:18px;margin-top: -8px;}
.top p{text-align:left; line-height:1.4em; color:#000;margin-bottom:6px;}
.top h3{text-align: left;color: #008039;font-weight: normal;margin-top: 2%;font-size: 16px;}

/*center*/
.center{ width:100%; height:auto; margin:0 auto; overflow:hidden;}
.center h1{width: 100%;background: #008039;display: block;margin: 3% auto;line-height: 48px;font-size: 21px;text-align: center;font-weight: bold;color: #fff;letter-spacing: 3px;
}
.center h2{text-align:left; line-height:2em; color:#000; font-weight:bold; margin:3% auto 2%;font-size:18px;}
.center p{text-align: left;color: #000;margin-bottom: 2%;margin-top: -5px;}
.center img{ width:100%; display:block; margin:0 auto; border:none;}

/*weixin*/
.wxin{ width:84%; padding:3%; height:auto; border:3px dotted #008039; margin:4% auto 3%;}
.wxin h1{font-size:14px; text-align:center; line-height:2.2em; color:#000; font-weight:normal; margin-bottom:2%;}
.wxin h1 span{ color:#f00;}
.wxin h2{text-align:center; line-height:2.2em; color:#000; font-weight:bold;font-size:17px;}
.wxin h2 span{font-size:15.5px; background:#ffd800; color:#f00; font-weight:normal;}
.tel{text-align:center; line-height:2em; color:#000;}


/*foot*/
.foot{ 
    justify-content: space-between;
    position: fixed;
    z-index: 999;
    bottom: 0;
    width: 100%;
    background: #f0f0f0;
    margin: 0 auto;
    display: flex;
    padding: 10px 12px;
    align-items: center;
}
.footL{ width:20%; float:left; display:block; border:none; background-size:80%;}
.footL img{ width:90%; display:block; border:none;}

.footC h1{font-size:15px;text-align:left;color:#000; font-weight:normal; margin-top:4%;}
.footC h1 span{ background:#ffd800; color:#f00; font-weight:normal;}
.footC p{    
    color: #000;
    line-height: 33px;
    font-size: 14px;
}

.footR p{
    line-height: 2em;
    text-align: center;
    color: #fff;
    background: #008039;
    border-radius: 5px;
    padding: 0 10px;
    white-space: nowrap;
}
@media screen and (max-width: 320px) {
    .footC{
        line-height:inherit;
    }
    .footC h1{
        font-size:13px;
    }
    .footC p{
        font-size:14px;
    }
}
.ewm{display: none;}
