* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: "microsoft yahei";
    color: #333;
    font-size: 16px;
}

ul,li,dl,dt,dd {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    border: none;
    max-width: 100%;
}

p,h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
}

h1,h2,h3,h4,h5,h6,i,em,b {
    font-weight: normal;
    font-style: normal;
    font-size: 100%;
}

a {
    text-decoration: none;
    color: #062d3c;
}
table{
    border-collapse:collapse;
}
input,select,textarea,button {
    outline: none;
    padding-top: 0;
    padding-bottom: 0;
    font-family: "microsoft yahei";
    font-size: 16px;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.clearfix:before, .clearfix:after {
    display: table;
    content: " ";
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1; }

.wrap {
    width: 1200px;
    margin: 0 auto;
}
.mtop30{
	margin-top: 30px;
}
.mtop20{
	margin-top: 20px;
}


.oldyy-btn{
    width: 158px;
    height: 56px;
    background: url(../images/oldf1_03.png) no-repeat;
    text-align: center;
    line-height: 56px;
    cursor: pointer;
    position: absolute;
    font-size: 20px;
    color: #fff;
    top: 40px;
    right: 0;
    z-index: 10;
    right: 50% !important;
    transform: translateX(560px);
}
.oldyy-btn a{ 
    color: #fff;
}
.oldyy-btn:hover{
    filter:brightness(1.2);
}

#jrms{
    background: unset !important;
    box-shadow: unset !important;
    font-size: 18px !important;
}

@media only screen and (max-width: 768px){
    .oldyy-btn{
    transform: unset;
    top: 90px;
}
    #archive{
    right: 0px !important;
}
}
