@charset "utf-8";
/* 禁用iPhone中Safari的字号自动调整 */
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;	
}
/* 去除iPhone中默认的input样式 */
input{/* -webkit-appearance:none; */ resize: none;}
/* 取消链接高亮  */
body,div,ul,li,ol,h1,h2,h3,h4,h5,h6,input,textarea,select,p,dl,dt,dd,a,img,button,form,table,th,tr,td,tbody,article, 
aside, details,figcaption,figure,footer,header,hgroup, menu,nav,section{ -webkit-tap-highlight-color:rgba(0, 0, 0, 0); 
	font-family: Microsoft YaHei;}
/* 设置HTML5元素为块 */
article, aside, details,figcaption,figure,footer,header,hgroup, menu,nav,section {
display: block;
}
/* 图片自适应 */
img {
max-width: 100%;
height: auto;
width:auto\9; /* ie8 */
-ms-interpolation-mode:bicubic;/*为了照顾ie图片缩放失真*/
}
*:focus {
    outline:none;
}
/* 清零 */
body,div,ul,li,ol,h1,h2,h3,h4,h5,h6,input,textarea,select,p,dl,dt,dd,a,img,button,form,table,th,tr,td,tbody,article, 
aside, details,figcaption,figure,footer,header,hgroup, menu,nav,section{margin:0; padding:0; border:none;}
body{font-family:Tahoma,Arial,Roboto,"Droid Sans","Helvetica Neue","Droid Sans Fallback","Heiti SC",sans-self; color:#555; }
em,i{font-style:normal;}
strong{font-weight: normal;}
.clearfix:after{content:""; display:block; visibility:hidden; height:0; clear:both;}
.clearfix{zoom:1;}
a{text-decoration:none; color:#969696; font-family:Tahoma,Arial,Roboto,"Droid Sans","Helvetica Neue","Droid Sans Fallback","Heiti SC",sans-self;}
a:hover{color:#969696; text-decoration:none;}
ul,ol,li{list-style:none;}
h1, h2, h3, h4, h5, h6{ font-size:100%; font-family:Tahoma,Arial,Roboto,"Droid Sans","Helvetica Neue","Droid Sans Fallback","Heiti SC",sans-self;}
fieldset,img{border: none;}
table {
    border-collapse:collapse;
    border-spacing:0;
}
caption, th {
    text-align:left;
}
q:before,
q:after {
    content:"";
}
input:password {
    ime-mode:disabled;
}
.clear { clear: both; }
/*连续英文、数字换行*/
.wordwrap { word-break: break-all; word-wrap: break-word; }
/*单行文字超出显示省略号*/
.omg{overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}

.t-css{width:100%; display:table; }
.t-row-css{display:table-row; width:100%; }
.t-cell-css{display:table-cell; overflow:hidden; vertical-align:middle; text-align:center; height:100%; box-sizing:border-box; }


.dibu{
    background: #999;
    height: 2rem;
    float: left;
    position: relative;
    display: block;
    /* top: 14rem; */
    font-size: 0.5rem;
    width: 100%;
    color: #fff;
    text-align: center;
    line-height: 2rem;
    margin-top: 0.4rem;
    margin-bottom: 2.3rem;

    display: none;
}
.dibus{
    background: #999;
    height: 2rem;
    float: left;
    position: relative;
    display: block;
    /* top: 14rem; */
    font-size: 0.5rem;
    width: 100%;
    color: #fff;
    text-align: center;
    line-height: 2rem;
    margin-top: 0.4rem;
    margin-bottom: 2.4rem;
}
.content2,.content3,.content4{
    display: none;
}
.footer{
    background: #fff;
    position:fixed;
    left:0px;
    bottom:0;
    /* height: 3rem; */
    width: 100%;
    /* line-height: 3rem; */
}
.footer .xiala{
    height: 0.2rem;
    background: #999;
    text-align: center;
}
.footer .xiala img{
    position: absolute;
    left: 50%;
    transform:translate(-50%);
    width: 1rem;
    height: 1rem;
}
.footer span {

    display: inline-block;
    height: 30px;
    width: 50px;
}
.footer .shang{
    display: none;
}
.footer .shouji {
    height: 30px;
    margin-top: 14px;
    background: url(../images/dianhua.png) no-repeat;
    background-size: 55%;
    background-position: 12px 1px;
}
.footer .qq{
    height: 30px;
    margin-top: 14px;
    margin-left: 0.6rem;
    background: url(../images/qqzixun.png) no-repeat;
}
.footer .dianhua{
    height: 30px;
    margin-top: 14px;
    margin-left:0.58rem;
    background: url(../images/lianxi.png) no-repeat;
}
.footer_img div{
    font-size: 0.5rem;
    margin-bottom: 0.2rem;
}
.footer a {
        margin-top: 3px;
    border-right: 4px solid #888888;
    box-sizing: border-box;
    height: 52px;
    float: left;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    width: 33%;
}
.footer .dizhi_a{
    border-right: none;
}



.c{width: 15rem;}
.c div{width: 6.8rem;height: 1.6rem;border-radius: 0.2rem;font-size: 0.8rem;background: #a9cc54;margin: 0.2rem 0.35rem;color: #fff;overflow: hidden;display: inline-block;line-height: 1.58rem;text-align: center;}
.c div a{color:#fff;}
.c span{width: 6.8rem;height: 1.6rem;line-height: 1.58rem;text-align: center;display: inline-block;border-radius: 0.2rem;font-size: 0.8rem;background: #a9cc54;margin:0.3rem;color: #fff;}
.c span a{color: #fff;}




