﻿.top-section{
    width:100%;
    background: #0968AC;
    color: #fff;
    font-size: 32px;
    padding:20px 0 14px;
	z-index:100;
}
.top-section .welcomes-tips{
	color:#fff;
	font-size:32px;
}
.top-section .date{
}
.top-section .other-bottom-wrap {
	color:#fff;
	margin-top:20px;
	
}
.top-section .other-bottom-wrap span{
	padding: 0 15px;
}
.top-section .other-bottom-wrap span:first-child{
	padding-left:0;
}
.top-section .other-bottom-wrap .old-btn{
	display:block;
	padding:10px 20px;
	border-radius:5px;
	background:#d18044;
	color:#fff;
}
.top-section .other-bottom-wrap a{
	color:#fff;
}
.top-section .older-btn-wrap{
    height: 100%;
}
.top-section .older-btn-wrap a{
    float: left;
    color: #e8f5fe;
    font-size: 18px;
    height: 100%;
    padding: 50px 25px 0;
    box-sizing: border-box;
    border-left: 1px solid #2069a3;
    border-right: 1px solid #014a85;
}
.top-section .older-btn-wrap a:first-child{
    border-left: none;
}
.top-section .older-btn-wrap a:hover{
    opacity: .8;
}
.top-section .older-btn-wrap a:nth-child(1){
    background: url(../images/top_icon1.png) no-repeat center 13px;
}
.top-section .older-btn-wrap a:nth-child(2){
    background: url(../images/top_icon2.png) no-repeat center 13px;
}
.top-section .older-btn-wrap a:nth-child(3){
    background: url(../images/top_icon3.png) no-repeat center 13px;
}
.top-section .older-btn-wrap a:nth-child(4){
    background: url(../images/top_icon4.png) no-repeat center 13px;
}
.top-section .older-btn-wrap a:nth-child(4).batchReadOn{
    background: url(../images/slb_top4_1.png) no-repeat center 15px;
	background-size:32px 24px;
}
.top-section .older-btn-wrap a:nth-child(5){
    background: url(../images/top_icon5.png) no-repeat center 13px;
}
.top-section .older-btn-wrap a:nth-child(5).PointreadOn{
    background: url(../images/slb_top5_1.png) no-repeat center 13px;
	background-size:42px 27px;
}
.top-section .older-btn-wrap a:nth-child(6){
    background: url(../images/top_icon6.png) no-repeat center 13px;
}
.top-section .older-btn-wrap a:nth-child(7){
    background: url(../images/exit.png) no-repeat center 13px;
}
.header-section{
    width: 100%;
    border-bottom: 6px solid #245399;
    background: url(../images/hd_bg_older1.png) center top no-repeat;
    height: 320px;
}
.header-box{
    position: relative;
    height: 100%;
}
.header-section .old-logo-wrap{
    display: block;
    width: 466px;
    margin: 0 auto;
    padding-top: 84px;
}
.header-section .old-logo-wrap img{
    display: block;
    width: 100%;
}
.header-section .older-see-btn{
    width: 255px;
    height: 63px;
    line-height: 63px;
    position: absolute;
    bottom:-1px;
    right:44px;
    background: linear-gradient(0deg, #245399 0%, #69B983 100%);
    border-radius: 10px 10px 0 0;
    color: #fff;
    font-size: 28px;
} 
.header-section .older-see-btn img{
    display: inline-block;
    width: 27px;
    margin:0 14px 0 20px;
}
#footer-m{
	display:none;
}
@media screen and (max-width:800px){
    .other-info-wrap{
        display:none;
    }
    .older-btn-wrap{
        float: none;
		width:100%;
    }
    .top-section{
        padding-top:0;
    }
    .top-section .older-btn-wrap a{
        font-size: 12px;
        padding-top: 40px;
    }
    .top-section .older-btn-wrap a:nth-child(1){
        float: left;
        border-right: none;
        background-size: 36%;
    }
    .top-section .older-btn-wrap a:nth-child(4){
        float: right;
        background-size: 36%;
    }
	.top-section .older-btn-wrap a:nth-child(7){
        float: right;
        border-left: none;
        background-size: 38%;
    }
	.top-section .older-btn-wrap a:nth-child(4).batchReadOn{
        background-size: 27%;
    }
    .top-section .older-btn-wrap a:nth-child(2),
    .top-section .older-btn-wrap a:nth-child(3),
    .top-section .older-btn-wrap a:nth-child(5),
    .top-section .older-btn-wrap a:nth-child(6){
        display:none;
    }
    .header-section{
        height:37vw;
        background: url(../images/hd_bg_older_m.png) center top no-repeat;
        background-size: cover;
		margin-top:71px;
    }
    .header-section .old-logo-wrap{
        width:70%;
        padding-top: 40px;
    }
    .header-section .older-see-btn{
        width:48%;
        font-size: 4.5vw;
        right:10px;
        height: 40px;
        line-height: 40px;
    }
    .header-section .older-see-btn img{
        width: 20px;
        margin: 0 10px 0 14px;
    }
	#footer{
		display:none;		
	}
	#footer-m{
		display:block;
		padding:15px;
		color:#fff;
		font-size:15px;
		background:#245399;
		text-align:center;
	}
	#footer-m a{
		color:#fff;
	}
}