/*清除样式*/
/* css reset www.admin10000.com */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td,section,aside,a,article { margin:0; padding:0; }
body { background:#f8f8f8;color:#555; font-size:14px; font-family: 微软雅黑, Arial, Helvetica, sans-serif; }
td,th,caption { font-size:14px; }
.old{ top:3px; left:5px; position:relative;}
.new{ top:3px; left:0px; position:relative;}
h1, h2, h3, h4, h5, h6 { font-weight:normal; font-size:100%; }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal;}
a {color:#343434; text-decoration:none; }
.dawo_auto{ width:1200px; margin:0 auto; }
/*a:hover { text-decoration:underline; }*/
img { border:none;padding: 0; }
ol,ul,li { list-style:none; }
input, textarea, select, button { font:14px Verdana,Helvetica,Arial,sans-serif; }
table { border-collapse:collapse; }
html {overflow-y: scroll;}
img{ border:none; }
input,button,textarea,select{ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);outline: 0; /*消除获取焦点时的黄色高亮边框*/ }
a{ text-decoration:none; }
a,button{ cursor:pointer; }
ul{ list-style:none; padding:0; margin:0; }
em,i,b{ font-weight:normal; font-style:normal; }
/* css common */
.clearfix:after {content: "."; display: block; height:0; clear:both; visibility: hidden;}
.clearfix { *zoom:1; }


body{
    min-width: 1200px;
}

.main{
    min-width: 1200px;
    position: relative;
    height: 100%;
    top: 0px;
    margin: auto;
    overflow: auto;
    /*margin-bottom: 188px;*/
    background-color: #ffffff;

}


.title{
    width: 100%;
    height: 60px;
    text-align: center;
    font-size: 28px;
    line-height: 60px;
    top: 0;
    left: 0;
}

.rnp{
    width: 921px;
    height: 509px;
    margin: auto;
    z-index: 333;
    text-align: center;
}

.rnp img{
    width: 100%;
    height: 100%;
}

.btn{
    width: 100%;
    height: 80px;
    font-size: 14px;
    line-height: 80px;
    text-align: center;
}

a:hover{
    color: orange;
}
