@import url("commons.css");

header{
	height: 6.375rem;
	width: 100%;
	border-bottom: 1px solid #ffffff;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 99;
}
header .top{
	width: 80rem;
	height: 100%;
	margin: 0 auto;
}
header .top .logo{
	width: 32.6875rem;
	height: 4.375rem;
	margin-top: 1.125rem;
	float: left;
}
header .top .logo img{
	width: 32.6875rem;
	height: 4.375rem;
}

header .top .channels{
	height: 98%;
	width: auto;
	display: inline-block;
	float: right;
}
header .top .channels a{
	font-family: PingFangSC-Regular;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #96bdfe;
	margin-left: 24px;
	float: left;
	display: block;
	height: 100%;
	width: 72px;
	line-height: 6.375rem;
	text-align: justify;
	text-align-last: justify;
}

header .top .channels a:hover{
	color: #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}
header .top .channels .cur{
	color: #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}



footer{
	width: 100%;
	height: 20.75rem;
	background-color: #0b294d;
	margin-top: 63px;
}
footer .f1{
	width: 100%;
	height: 6.5625rem;
	border-bottom: 2px solid #0d3462;
}
footer .f1 .content{
	width: 80rem;
	height: 100%;
	margin: 0 auto;
}
footer .f1 .content a{
	display: block;
	float: left;
	font-family: PingFangSC-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #4873a6;
	line-height: 6.5625rem;
	margin-left: 50px;
}
footer .f1 .content select{
	display: block;
	float: right;
	width: 160px;
	height: 36px;
	background-color: #2d4665;
	margin-top: 34px;
	padding-left: 20px;
	padding-right: 20px;
	border: 1px solid #2d4665;
	font-family: PingFangSC-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
}

footer .f2{
	width: 100%;
	height: 10.375rem;
}
footer .f2 .content{
	width: 80rem;
	height: 100%;
	margin: 0 auto;
}
footer .f2 .content .address{
	font-family: PingFangSC-Regular;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #4873a6;
	display: block;
	float: left;
	margin-top: 3rem;
	width: 50rem;
}
footer .f2 .content .flogo{
	margin-top: 2.9375rem;
	width: 25.75rem;
	height: 3.1875rem;
	float: right;
}
footer .f2 .content .phone{
	float: left;
	font-family: PingFangSC-Regular;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #4873a6;
	display: block;
	float: left;
	margin-top: 1.25rem;
	width: 50rem;
}
footer .f3{
	width: 100%;
	height: 3.8125rem;
	text-align: center;
	font-family: PingFangSC-Regular;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #4873a6;
	background-color: #082140;
	line-height: 3.8125rem;
}



.paging {
    height:  2.9875rem;
	width: auto;
    display: inline-block;
    margin-top: 2.875rem;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.paging .pagination {
    float: left;
	height:  2.9875rem;
    display: inline-block;
}

.paging .pagination .pli {
    float: left;
	height:  2.9875rem;
}

.paging .pagination .pli a {
    float: left;
    margin-left: 1.375rem;
    border-radius: 0.125rem;
	font-family: PingFangSC-Regular;
	font-size: 0.875rem;
	line-height:   2.9875rem;
	display: block;
	width: 2.9875rem;
	height: 2.9875rem;
	color: #3990fa;
	text-align: center;
}

.paging .pagination .pli a:hover,
.paging .pagination .pli a.active {
    background-color: #3990fa;
    border-radius: 0.125rem;
    font-family: PingFangSC-Regular;
	font-size: 0.875rem;
    color: #ffffff;
}

.paging .pagingInfo {
    float: left;
    margin-left: 1.25rem;
    height: 5rem;
    line-height: 2.9875rem;
    font-family: HiraginoSansGB-W3;
    font-size: 1rem;
    color: #999999;
}

.paging .pagingInfo .page2,
.paging .pagingInfo .page3 {
    margin: 0 0.125rem;
    color: #333;
}