.index{width: 100%;background:url(../../img/index-bg1.png) no-repeat;height: 100%;position: fixed;background-size: cover;z-index: -1;}
.logo{width: 100%;background:url(../../img/topbg.png) no-repeat;text-align: center;}
.logo .logo-index{width: 1200px;height:70px;padding: 24px 0 24px 0;}
.logo .logo-index img{width: 500px;}

.home-menu{width: 100%; height: 44px; background-color: #2D66A5;z-index:10;}
.home-menu .home-menu-list{width: 1200px; margin: 0 auto; height: 64px;background-color: #2D66A5;display: flex;}
.home-menu .home-menu-list .list-item{
    flex: 1; text-align: center;cursor: pointer;
    font-family: PingFang SC; color: #fff; font-weight: 400; font-size: 18px; line-height: 64px;}
/*.home-menu .home-menu-list .list-item{background-color: #941308;}*/
.home-menu .home-menu-list .list-item.active {
    background-color: #154175;
    font-weight: 600;
}

.bottom{height: 162px;width: 100%;background-color: #F8F9FA;padding: 24px 0;}
.bottomContent{width: 1200px;margin:0 auto;}
.bottomContent .bottomUl1{width: 500px;margin:0 auto;}
.bottomContent .bottomUl1 .bottomli1{width: 100px;text-align: center;}
.bottomContent .bottomUl1 .bottomli1 .bottoma1{color: #fff;font-size: 16px;font-weight: 700;}
.bottomContent .bottomUl1 .bottomli1 .bottomUl2{display: none;}
.bottomContent .bottomUl1 .bottomli1 .bottomUl2 li{width: 100px;height: 20px;line-height: 20px;}
.bottomContent .bottomUl1 .bottomli1 .bottomUl2 li a{color: #fff;}
/*.bottomContent ul li:hover{background-color: #F79E15;border-radius: 3px;}*/
.bottomContent p{text-align: center;color: #646A73;margin-top: 10px;}
.rightNav{position: fixed;z-index: 1;top: 30%;right: 0px;}
.rightNav .switch{font-size: 40px;position: absolute;top: 48%;left: -22px;z-index: 668;color:rgba(40,148,224,0.8);cursor: pointer;}
.rightNav ul{padding: 50px 0;background-color: rgba(40,148,224,0.5);}
.rightNav ul li{width: 80px;height: 90px;text-align: center;}
.rightNav ul li img{margin-top: 20px;}
.rightNav ul li div{color: #fff;}
.menu ul{width: 100%;background: url(../../img/menu.jpg) no-repeat;height: 50px;border-radius: 3px;margin-top: 30px;}
.menu ul li{width: 239px;border-right: 1px solid #53A9E4;height: 50px;line-height: 50px;text-align: center;}
.menu ul li:hover{background-color: #2A94DE;}
.menu ul li a{width: 100%;height: 100%;display: inline-block;color: #fff;font-size: 17px;}
.timAndReg{width: 98%;height: 65px;background-color: #F0F0F0;padding: 0 12px;line-height: 65px;}
.timAndReg div a{display: inline-block;width: 150px;height: 38px;line-height: 38px;background-color: #57A8EF;color: #fff;text-align: center;border-radius: 3px;}