.pg{
    width: 100%;
    position: relative;
    color: #03034b;
    text-align: center;
    padding-bottom: 5%;
}
.logo{
    width: 100%;
    padding-top: 4%;
    background: url(../img/logo.png) center no-repeat;
    background-size: contain;
    position: relative;
}
img{width: 100%;}
.pg1{
    height: auto;
    padding-top: 46.7%;
}
.bg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: url(../img/bg.jpg)top center no-repeat;
    background-size: 100%;
}
.content{
    width: 100%;
    max-width: 1700px;
    position: relative;
    padding-bottom: 3%;
}
.slogan{
    width: 100%;
    padding-top: 43%;
    background: url(../img/slogan.png)center no-repeat;
    background-size: contain;
}
.btn-box{
    width: 100%;
    text-align: center;
    padding-top: 2.5%;
}
.btn-play{
    width: 25%;
    display: inline-block;
    margin: 0 3%;
}
.pic-act {
    width: 80%;
    padding-top: 6%;
}
.notice-box {
    width: 74%;
    margin-bottom: 3%;
    text-align: left;
}
.title{width: 20%;}
.notice-list {
    font-size: 16pt;
    font-weight: bold;
    line-height: 30pt;
}
.notice-list span{
    color: #678bc5;
    font-size: 17pt;
}
@media screen and (max-width:1250px){
    .notice-list {
        font-size: 14pt;
        line-height: 26pt;
    }
}
@media screen and (max-width:1180px){
    .notice-list {
        font-size: 12pt;
        line-height: 24pt;
    }
    .btn-box{padding-top: 1.5%;}
    .pic-act{padding-top: 4%;}
    .notice-box{margin-bottom: 2%;}
    .pg{padding-bottom: 1%;}
}