@charset "utf-8";
/*全局样式*/
*{
    margin: 0;
    padding: 0;
    list-style: none;
}
a{color:#333;}
a:hover{color:#333;}

#particles-js{
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width:100%;
    height:100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity:.5;
    z-index:-1;
}

body{
    font-size:14px;
    font-family: Arial,"Microsoft YaHei";
    background:#9c0b08 url("../images/body-bg.jpg") top center;
    padding:180px 0 107px;
}
.home-container{width: 834px;margin: auto;}
.content-text{padding-top:25px;color:#ffff00;font-size:14px;line-height: 24px;text-indent: 2em;font-family: "宋体";font-weight: bold;}
.jinru-zhuanti{padding-top: 37px;}
.logo-bg{background: url("../images/logo-1.png") no-repeat center center;width: 428px;height: 427px;display: block;text-align: center;margin: auto;}
