@charset "utf-8";
/* CSS Document */

*{ 
    padding:0px;
    margin:0px; 
    list-style:none;
    border:none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);-ms-tap-highlight-color: rgba(0,0,0,0);-moz-tap-highlight-color: rgba(0,0,0,0);
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
button{border:none; outline:none;}
textarea{resize:none;}
a{text-decoration:none;outline:none;blr:expression(this.onFocus=this.blur());color:#ddd;}
a:hover,a:focus {
    text-decoration: none;
}
html{height:100%; /*padding-top:60px;*/}
body{font-family:Microsoft YaHei,"微软雅黑"; font-size:14px; height:100%; color:#333;}
label{cursor:pointer; font-weight: 100; margin:0px;}
input[type="radio"], input[type="checkbox"]{margin:0px;cursor:pointer;}
.btn:active,.btn:focus,.btn:hover{outline:none;}
 
::-webkit-scrollbar {
    width:8px;
    background-color:rgba(0,0,0,0);
}
::-webkit-scrollbar-thumb {
    background-clip: padding-box;
    background-color:rgba(0,85,181,0.6); 
    min-height: 28px; 
    border-radius:6px;
}
/*body*/
 
.logo{position:fixed; top:10%;left:0px; }
.logo img{display:block;}
 
.con-box{max-width:80%; margin:0 auto; margin-top:10%; min-width:960px; width:auto; overflow:hidden;}
.right-box{float:right;}
.right-box img{display:block; margin-top:12%;}

.copyright{position:fixed; background-color:#000; bottom:0px; padding:8px 20px; padding-right:5px; color:#fff; font-size:14px; font-family:"Microsoft YaHei"; left:50%; margin-left:-190px;}
.copyright span{margin-right:15px;}