* { margin: 0; padding: 0; }
html { _background-image: url(about:blank); _background-attachment: fixed; }
body { font-family:Arial, "微软雅黑"; font-size: 14px; margin: 0 auto; color: #333; }
ol, ul, li { list-style: none outside none; padding: 0; margin:0; }
a { text-decoration: none; color: #333; }
img { border: none; vertical-align: middle; }
table { border-collapse: collapse; }
tr, td, th { padding: 0; margin: 0; }
input, textarea, select { border: 1px solid #CCC; font-family:Arial, "微软雅黑"; outline: none; border: none; background: none; padding: 0; 
-webkit-appearance:none;}

input::-ms-clear { display: none; }
input::-ms-reveal { display: none; }
textarea {resize: none; }
a:focus {outline: none; }
龚喜
@charset "utf-8";
/* CSS Document */
/*
color:red !important;/* Firefox、IE7支持
_color:red;  IE6支持
*color:red;  IE6、IE7支持
*+color:red; IE7支持/
color:red\9; IE6、IE7、IE8支持
color:red\0; IE8支持
@media screen and(-webkit-min-device-pixel-ratio:0){} chrome
filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#99000000', EndColorStr='#99000000');
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/templets/ftwcm/images/bg_index.body1.png');_background:none;
_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight*0.3));
behavior: url(css/PIE.htc);
pointer-events:none;//鼠标穿透
-webkit-animation:0.3s ease-in 1.1s 1 ui;
-webkit-animation-fill-mode:both;
*/

/*
解决safari浏览器添加transform属性对文字的影响
-webkit-font-smoothing: antialiased;
*/
/*--默认--*/
* { margin: 0; padding: 0; }
html { _background-image: url(about:blank); _background-attachment: fixed; }
body { font-family: "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif; font-size: 14px; margin: 0 auto; color: #333; }
ol, ul, li { list-style: none outside none; padding: 0; margin:0; }
a { text-decoration: none; color: #333; }
img { border: none; }
table { border-collapse: collapse; }
tr, td, th { padding: 0; margin: 0; }
h1, h2, h3, h4, h5, h6 { margin: 0 !important;font-weight: normal; }
input, textarea, select { border: 1px solid #CCC; font-family: "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif; outline: none; border: none; background: none; padding: 0; }

input::-ms-clear { display: none; }
input::-ms-reveal { display: none; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #858585; opacity: 1; }
input:-moz-placeholder, textarea:-moz-placeholder { color: #858585; opacity: 1; }
input::-moz-placeholder, textarea::-moz-placeholder { color: #858585; opacity: 1; }
input:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #858585; opacity: 1; }
textarea { resize: none; }


a:focus { outline: none; }

/*清除样式 */
.clearfix { zoom: 1; _height: 1px; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.wrap{position: relative; z-index: 1;padding: 0 0.3rem;}