*{
    padding: 0;
    margin: 0;
}
body{
    background: url(images/bg.png) no-repeat center top;
    height: 500px;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
}

.cont-nav{
    background: rgba(30, 32, 44, 0.8) no-repeat;
    width: 1300px;
    height: 72px;
    margin: 0 auto;
    margin-top: 456px;
}

.cont-nav .nav-type{
    margin-left: 30px;
    margin-top: 10px;
    height: 50px;
    font-size: 28px;
    line-height: 48px;
    float: left;
    color: #fff;
}


.cont-nav .nav-pos{
    float: right;
    margin-right: 30px;
    margin-top: 10px;
    height: 50px;
    font-size: 20px;
}

.cont-nav .nav-pos a{
    color: #fff;
    line-height: 50px;
}

.cont{
    background: rgba(255, 255, 255, 0.8);
    width: 1300px;
    min-height: 845px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}


.cont .text-tit{
    width: 1030px;
    margin-top: 5px;
    text-align: center;
    font-size: 24px;
    line-height: 48px;
    font-weight: bold;
    margin: 0 auto;
}

.cont .text-tit span::before{
  
    display: inline-block;
    padding-right: 20px;
    content: '';
    width: 20px;
    height: 22px;
    background-image: url(images/index-b.png);
    background-position: 0 -150px;

}

.cont .text-time{
    width: 1030px;
    text-align: center;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    margin: 0 auto;
}

.cont .text-line{
    width: 1230px;
    height: 1px;
    background-color: #db1e1e;
    margin: 0 auto;
    
}

.cont  .text-text{
    padding-top: 20px;
    width: 1030px;
    margin-left: 5px;
    line-height: 28px;
    font-size: 14px;
    margin-top: 20px;
    
}

.cont  .text-text p{
    padding-left: 20px;
    color: #fff;
    font-size: 24px;
    
}
.p-line{
    width: 1100px;
    height: 50px;
    background: rgba(0, 0, 0, 0.5);
    margin: 60px auto;
    line-height: 50px;
}

.down1 {
    
    color: #fff;
    width: 210px;
    display: inline-block;
    background: url(images/btn-xz1.png) no-repeat;
    text-align: center;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    padding-left: 20px;
    font-weight: bold;
}



.foot{
    height: 329px;
    background: url(images/bottom_bg.gif) no-repeat;
    padding: 1px;
    box-sizing: border-box;
}
.middlefoot{
    width: 1293px;
    height: 300px;
    margin: 0 auto;

    margin-top: 20px;
}

.middlefoot .public_info{
    padding: 40px;
    text-align: center;
}

.middlefoot .public_info p{
    font-family: "微软雅黑", arial, helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #000;
}


.grids{
    height: 355px;
    margin-top: 500px;
    background-color: #fff;
}

.red-text {
    color: red;
    font-size: 24px;
  }

.blue-text {
    color: blue;
    font-size: 14px;
}

.floatright {
    background: url(images/flright.png) no-repeat;
    width: 217px;
    height: 519px;
    position: fixed;
    right: 120px;
    top: 410px;
    z-index: 100;
    color: #fff;
}
.floatright .btn1 {
    width: 86px;
    height: 40px;
    margin-top: 80px;
    margin-left: 70px;
    z-index: 99;
    cursor: pointer;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
}
.floatright .btn3 {
    width: 86px;
    height: 40px;
    margin-top: 2px;
    margin-left: 70px;
    z-index: 99;
    cursor: pointer;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
}
.floatright .btn4 {
    width: 86px;
    height: 40px;
    margin-top: 2px;
    margin-left: 70px;
    z-index: 99;
    cursor: pointer;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
}

.floatright .btn2 {
    width: 86px;
    height: 40px;
    margin-top: 2px;
    margin-left: 70px;
    z-index: 99;
    cursor: pointer;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
}


@keyframes move{
    0%{
        transform: translate(0,-5px);
    }
    100%{
        transform: translate(0,0px);
    }
}