@charset "utf-8";
/* CSS Document */
html{-webkit-text-size-adjust:none;overflow-y:scroll;overflow-x:hidden;}
*html{background-attachment:fixed;}/*解决IE6下滚动抖动的问题*/
html,body{
    margin: 0;
    padding: 0;
}
body *{
    box-sizing: border-box;
}
html,body,div,ul,li,dl,dd,dt,a,ol,u,i,b,br,p,span,hr,label,input,select,textarea,button,form,h1,h2,h3,h4,h5,h6,font,strong,em,iframe,img,tr,th,td,q,abbr,acronym{margin:0;padding:0;list-style:none;}
q:before, q:after {content:'';}
abbr,acronym{border:0;}
body{font:14px/1.5 "宋体","Microsoft YaHei",tahoma,Verdana,arial,sans-serif;color:#333;background:#fff;letter-spacing:0.5px;    overflow: hidden;}
input,textarea,select,button{vertical-align:middle;outline:none;font-family:"宋体","Microsoft YaHei";color:#999;}
input.active,textarea.active,select.active,button.active,input.on,textarea.on,select.on,button.on{color:#333;}
textarea{resize:none;}
a{color:#333;text-decoration:none;outline:none;blr:expression(this.onFocus=this.blur());}
a:hover{color:#ba3c40;text-decoration:none;}
a:focus{outline:none;}
a img {border:none;}
img{vertical-align: middle;}
.left,.fl{float:left;}
.right,.fr{float:right;}
/* clear */
.clearfix:after{visibility:hidden;display: block;font-size: 0;content:" ";clear:both;height:0;}
* html .clearfix {zoom: 1;} /* IE6 */
*:first-child+html .clearfix {zoom: 1;} /* IE7 */
.clear,.cc{clear:both;font-size:0;line-height:0;height:0;margin-top:0;overflow:hidden;}
h1,h2,h3{font-weight:normal;}
 h1{ font-size:20px;}
 h2{ font-size:18px;}
 h3{ font-size:16px;}
.pos-rel{position:relative;}
.pos-abs{position:absolute;}
input.srkcss:focus{
    outline: none;
    border-color:#fe8f00 !important;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255,136,0,.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255,136,0,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255,136,0,.6);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
   transition: border linear .2s, box-shadow linear .2s;
}

/********* 首页主体内容 **********/
.dpnone{display:none;}
.ind_body{width:100%;height:auto;}
.pt20{padding-top:20px;}
.mt20{margin-top:20px;}
.mt15{margin-top:15px;}
