.container{position:relative;background:#fff;}
header .container{position:unset;}
.banner{width:100%;height:300px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;background:#fff;}
.banner img{max-height:100%;max-width:100%;}
.content{padding:20px;margin:20px auto;}
.content p{margin-bottom:20px;line-height:24px;font-size:14px;}
.content img{max-width:100%;}
table{border:1px solid #dedede;max-width:100%;margin-bottom:10px;border-collapse:collapse}
table td,table th{padding:0 20px;line-height:36px;text-align:center;margin:0;border-right:1px solid #dedede}
table td{border-top:1px solid #dedede}
table th{color:#585858}
@media screen and (max-width:1500px) {
}
@media screen and (max-width:1440px){
}
@media screen and (max-width:1366px){
    .banner{height:211px;}
}
@media screen and (max-width:1280px){
}