/*公共样式--开始*/
html, body, div, ul, li, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, form, input,button, textarea, th, td, select {margin: 0;padding: 0;}

html, body {min-height: 100%; min-width: 1200px;margin: 0 auto; overflow: visible;position: relative;}
body {font-family: '微软雅黑';color:#333;font-size:16px;}
h1, h2, h3, h4, h5, h6, strong{font-weight:normal;}
ul,ol {list-style: none;}
img {border: none;vertical-align: middle;max-width: 100%;}
a {text-decoration: none;color: inherit;display: block;}
input, textarea, button {outline: none;border: none;font-family: '微软雅黑'; background:none;}
textarea {resize: none;overflow: auto;}
input {
    -webkit-appearance:none; /*去除input默认样式*/
    -ms-appearance:none; /*去除input默认样式*/
}
em,i{font-style:normal}

a,button,input,optgroup,select,textarea{ /* 移动端点击后会出现"暗色"的背景 */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}


@media screen and (max-width: 1200px) {
    body {
        width: 1200px;
        overflow-x: visible;
    }
}
@media screen and (min-width: 1920px){
	body{
		max-width: 1920px;
        margin: 0 auto;
	}
}


/*浏览器低版本提示*/
#brower-max {position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,.5); z-index: 1000; display: none;}
#brower-max.cur00 {display: block;}
#brower {position: fixed; width: 400px; height: 200px; background-color: #fff; text-align: center; top: 50%; left: 50%; margin-left: -200px; margin-top: -100px; padding-top: 50px; z-index: 1000; display: none;}
#brower.cur00 {display: block;}
#brower p {margin-top: 20px;}
#brower p a {color: #ff9c00;}
@media \0screen\,screen\9 {/* 只支持IE6、7、8 */
    #brower-max {background-color:#000000; filter:Alpha(opacity=50); *zoom:1; /* 激活IE6、7的haslayout属性，让它读懂Alpha */}
    #brower {filter:Alpha(opacity=100);}
}