html{
    width: 100%;
    height: 100%;
}
body{
    /* background: url(../image/bg.jpg) no-repeat;
    background-size: 100% 100%; */
    width: 100%;
    height: 100%;
    background: #F8F8F8;
}
.index-wrap{
	display: none;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    /*background: url(../image/bg.jpg) no-repeat;
    background-size: 100% 100%;*/
}
.main-wrap{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background: url(../image/bg.jpg) no-repeat center top fixed;
    background-size: 100% 100%;
}
.timer{
    position: absolute;
    top: 50px;
    right: 155px;
    color: #fff;
}
.top-page{
    width: 100%;
    color: #fff;
    height: 40px;
    line-height: 40px;
    background: rgba(249, 250, 254, .18);
    font-size: 14px;
}
.top-page .tit{
    padding-right: 20px;
}
.top-page .right-info{
    /*padding-top: 10px;*/
}
.top-page .right-info a{
    float: left;
    color:#fff;
    padding-left: 20px;
}
.top-page .right-info a img{
    display: inline-block;
    width: auto;
vertical-align: middle;
    height: 18px;
}

.top-main{
    width: 425px;
    margin: 163px auto 0;
}
.index-logo{
    width: 100%;
}
.index-logo img{
    display: block;
    width: 100%;
}
.search-box{
    width: 100%;
    margin-top: 31px;
}
.search-wrap{
    width: 100%;
    height: 40px;
    background: #F5F5F5;
    padding: 0 14px 0 24px;
    border-radius: 40px;
    box-sizing: border-box;
}
.search-wrap form{
    width: 100%;
    height: 100%;
}
.search-wrap .input-text{
    display: block;
    background: transparent;
    height: 100%;
    width: 70%;
}
.search-wrap .input-btn{
    background:none;
    margin-top: 10px;
}
.search-wrap .input-btn img{
    display: block;
    width: 20px;
}
.hot-wrap{
    color: #fff;
    font-size: 14px;
    margin-top: 18px;
}
.hot-wrap a{
    color: #fff;
    padding:0 10px;
}
.main-nav{
    width: 100%;
    margin-top: 80px;
}
.main-nav .nav-item{
    display: block;
    width: 28%;
    padding: 17px 0;
    font-size: 24px;
    color: #fff;
    text-align: center;
    float: left;
    border-radius: 10px;
}
.main-nav .nav-item img{
    display: block;
    width: auto;
    height: 41px;
    margin: 0 auto 11px;
}
.main-nav .nav-item:nth-child(1){
    background: #0F91C6;
}
.main-nav .nav-item:nth-child(2){
    margin: 0 8%;
    background: #EEA800;
}
.main-nav .nav-item:nth-child(3){
    background: #E76341;
}
.index-nav{
    margin-top: 108px;
}
.nav-box{
    /* width: 100%; */
    background: rgba(17, 99, 210, .8);
}
.nav-box .nav-wrap{
    width: calc(100% - 65px);
}
.nav-box .nav-wrap .nav-item{
    width: 178px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    padding: 15px 0;
    overflow: hidden;
    cursor: pointer;
}
.nav-box .nav-wrap .nav-item.cur{
    color: #F2B600;
}
.nav-box .nav-wrap .nav-item img{
    display:inline-block;
    width: 26px;
    margin-right: 13px;
}
.nav-box .nav-wrap .nav-item .img1{
    display:inline-block;
}
.nav-box .nav-wrap .nav-item .img2{
    display:none;
}
.nav-box .nav-wrap .nav-item.cur .img1{
    display:none;
}
.nav-box .nav-wrap .nav-item.cur .img2{
    display:inline-block;
}
.nav-box .nav-wrap .nav-item span{
    display: inline-block;
}
.nav-box .up-btn img{
    display: block;
    width: 65px;
}
.main-wrap.no-index{
    background: none;
    position: unset;
}
.top-box-section{
    width: 100%;
    background: url(../image/other_top_bg.png) no-repeat;
    background-size: auto 100%;
}
.main-wrap .top-box{
    margin-bottom: 40px;
}
.nav-box-wrap{
    border-top: solid 7px #fff;
}
.main-wrap.no-index .nav-box-wrap .nav-box{
    background: none;
    margin-top: 0;
}
.nav-box-wrap .nav-box .nav-wrap{
    width: 100%;
}
.footer-page{
    width: 100%;
    background: rgba(0, 41, 73, .74);
    color: #fff;
    line-height: 29px;
}
.footer-page .footer-wrap{
    padding: 58px 0 58px;
}
.footer-page a{
    color: #fff;
}
.footer-page .link-box{
    width: 100%;
    border-top: solid 10px #0068BB;
    border-bottom: solid 1px #fff;
}
.footer-page .link-wrap{
    text-align: center;
    font-size: 18px;
    color: #fff;
    padding: 15px 0;
}
.footer-page .link-wrap .link-item{
    display: inline-block;
    color: #fff;
    width: 19%;
}
.footer-page .other-info{
    width: 55%;
    color: #fff;
    font-size: 16px;
    margin: 0 auto 30px;
}
.footer-page .other-info .info-item{
    display: inline-block;
    width: 30%;
    color: #fff;
}

/* 右侧按钮 */
.right-btn-wrap{
    position: fixed;
    top: 179px;
    right: 155px;
    z-index: 100;
}
.right-btn-wrap .btn-item{
    display: block;
    margin-bottom: 21px;
}
.right-btn-wrap .btn-item img{
    display: block;
    width: 75px;
    height: 75px;
}

/* 主要内容 */
.main-wrap .top-box{
    margin-top: 50px;
}
.main-wrap .search-wrap-main{
    width: 425px;
    box-sizing: border-box;
    text-align: left;
}
.main-wrap .search-wrap-main .hot-wrap{
    text-align: left;
}
.main-wrap .nav-box{
    margin-top: 60px;
}

.footer-page .link-box .child-link{
    margin-top: 10px;
    padding-left: 60px;
    box-sizing: border-box;
}
.footer-page .link-box .link-list{
    display: none;
}
.footer-page .link-box .link-list .list-item{
    display: block;
    width: 12.5%;
    margin-bottom: 10px;
    font-size: 16px;
}
.footer-page .link-box .link-list .list-item:hover{
    color: #ffaf00;
}
.footer-page .link-box .link-list.cur{
    display: block;
}