#Home {
    height: 100%;
}
.boxBg {
    position: relative;
    overflow: hidden;
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
}
.boxBg1 {
    background: url(../images/boxBg1.jpg) center center no-repeat;
    background-size: cover;
}
.cell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    padding-top: 80px;
}
.boxCon {
    opacity: 1;
    padding-top: 0.5rem;
    text-align: center;
    color: #FFFFFF;
}
.boxcn {
    margin-top: -1px;
    font-size: 0;
    overflow: hidden;
    height: 3rem;
    margin-bottom: 15px;
}
.boxcn i {
    height: 100%;
    font-size: 2.5rem;
    line-height: 3.1rem;
    min-width: 0;
    padding: 0 0.2rem;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #FFFFFF;
    font-style: normal;
    margin-left: -1px;
    overflow: hidden;
}
.jiage p {
    font-size: 3rem;
}
.boxDes {
    margin: 3rem 0;
    font-size: 14px;
    line-height: 15px;
}
.boxDes p {
    line-height: 20px;
}
.boxMore i, .boxMore span, .boxMore b {
    display: block;
}
.boxMore a {
    opacity: 0.5;
    display: inline-block;
    vertical-align: middle;
    color: #FFFFFF;
    transition: all .3s linear;
}
.boxMore i {
    width: 20px;
    height: 11px;
    background: url(../images/logoIcoWhite.png) center center no-repeat;
    background-size: contain;
    margin: 0 auto;
}
.boxMore span {
    height: 1.5rem;
    width: 1px;
    position: relative;
    margin: 0.5rem auto;
    overflow: hidden;
    transform: translateX(1px);
}
.boxMore span:after {
    display: block;
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #FFFFFF;
    animation: banCir 3s linear infinite;
}
.boxMore b {
    font-weight: normal;
}
.boxBg2 {
    background: url(../images/boxBg2.jpg) center center no-repeat;
    background-size: cover;
}
.boxBg2 i,.boxBg2 p,.boxBg2 b {
    color: #000000;
}

.boxBg2 .boxMore i {
    background-image: url(../images/logoIcoGrey2.png);
}
.boxBg2 .boxMore span:after {
    background: #363636;
}
.boxBg3 {
    background: url(../images/boxBg3.jpg) center center no-repeat;
    background-size: cover;
}
.boxBg4 {
    background: #e62129;
}
#particles {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.boxBg4 #particles .pg-canvas {
    opacity: 0.3;
    width: 100%;
    height: 100%;
}
.boxBg5 {
    background: #cccccc;
}
.boxBg5 i,.boxBg5 p,.boxBg5 b {
    color: #363636;
}
.boxBg5 .boxMore i {
    background-image: url(../images/logoIcoGrey2.png);
}
.box5Ani {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80%;
}
.boxBg6 {
    background: url(../images/boxBg6.jpg) center center no-repeat;
    background-size: cover;
}
.footBg .cell {
    padding-top: 0;
}
#navPage, .mouse {
    left: 0.1rem;
}
.mouse {
    top: auto;
    bottom: 20%;
    left: auto;
    right: 25px;
    position: fixed;
    cursor: pointer;
}
.mouseCir {
    display: block;
    width: 14px;
    height: 24px;
    border: 1px solid #cccccc;
    border-radius: 10px;
    position: relative;
    margin: 0 auto;
}
.mouseCir i {
    display: block;
    width: 2px;
    height: 6px;
    background: #cccccc;
    margin: 5px auto;
}
.mouseIco {
    background-size: 11px auto;
}
.mouseIco {
    display: block;
    width: 14px;
    height: 20px;
    background: url(../images/mouseIco1.png) center center no-repeat;
    margin: 0.1rem auto;
    position: relative;
    animation: mouse 2s linear infinite;
}
.mouse.on .mouseCir{ border-color:#e62129;}
.mouse.on .mouseCir i{ background:#e62129;}
.mouse.on .mouseIco{ background-image:url(../images/mouseIco2.png);}
#navPage {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
    transition: all 0.1s ease-out 0s;
}
#navPage li {
    position: relative;
    margin: 0.1rem 0;
}
#navPage.on li a {
    border-color: #e62129;
}
#navPage li a {
    display: block;
    position: relative;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid #FFFFFF;
}
.boxMore {
    margin-top: 60px;
}
