﻿
@charset "utf-8";
/*样式初始化*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, i,p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    margin: 0;
    padding: 0;

    font:14px "微软雅黑","Arial Narrow",HELVETICA;   -webkit-text-size-adjust: none
}
h1,h2, h3, h4, h5, h6 {
    font-weight:normal;
    font-size:14px;
}
html {
width:100%;}
body {
    font: 14px "微软雅黑","Arial Narrow",HELVETICA;
    background:#fff;
    width:100%;
}

a ,dt,span,p{
    color:#666;

    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
-webkit-tap-highlight-color:rgba(255,255,255,0);

}

p {
  -webkit-text-size-adjust:100%
}
a,img,button,input,textarea,li,span{-webkit-tap-highlight-color:rgba(255,255,255,0);}
input,select,textarea { -webkit-appearance:none;border-radius:0;
}

    a:hover {
      color:#000;
    }

em {
    font-style: normal;
}

li {
    list-style: none;
}

img {
    border: 0;
    display:block;
    width:100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

*:focus {
    outline: none;
}
.container{width: 1200px;margin: 0 auto;}

.bah{
	width: 100%;

    margin: 0 auto;
    color: #ffffff;    
    text-align: center;

    clear: both;
}

.bah a{
	color: #ffffff;   
}



