﻿/*导航*/
.pctopnav{
	width: 100%;
	position: fixed;
	z-index: 99;
	overflow: hidden;
}
.pc-logo{
	display: block;
	position: absolute;
}
.pcimg01{
	padding: 18px;
	height: 30px;
	position: absolute;
}
.opa{
	display: block;
}
.opa1{
	display: none;
}
.opa2{
	display: block;
}
.pcnav{
	width: 1020px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.pcnavsss{
	display: flex;
	justify-content: flex-start;
	float: left;
}
.nav-btn{
	margin: 0 15px;
	padding: 2px 0 0;
	display: block;
	width: 50px;
	text-align: center;
	line-height: 62px;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	float: left;
}
.nav-btn:visited{
	margin: 0 20px;
	padding: 2px 0 0;
	display: block;
	width: 50px;
	text-align: center;
	line-height: 62px;
	font-size: 14px;
	font-weight: 400;
	color: #fff;

}
.nav-btn:hover{
	padding-bottom: 0;
	border-bottom: solid 2px #fff;
}
.nav-btn:active, .cc{
	color: #00b0f0;
	padding-bottom: 0;
	border-bottom: solid 2px #fff;
}

.nav-btn1{
	margin: 15px 0 15px 30px;
	padding: 0 20px;
	display: block;
	width: 78px;
	text-align: center;
	line-height: 34px;
	border: solid 1px #fff;
	border-radius: 6px;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	float: right;
}

.nav-btn1:hover{
	color: #333;
	background: #fff;
}
.nav-btn1:active{
	color: #00b0f0;
}


.pcnavback{
	position: absolute;
	width: 100%;
	height: 66px;
	background: rgba(32,32,40,.9);
	z-index: -1;
	display: none;
}
.pcnavback1{
	position: absolute;
	width: 100%;
	height: 66px;
	background: rgba(32,32,40,.9);
	z-index: -1;
	display: block;
}




/*底部*/
.pcmain06{
	margin: 0;
	padding: 60px 0;
	background: #202028;
}
.pcbox07{
	margin: 0 auto;
	width: 1020px;
	overflow: hidden;
}
.pcbox08{
	padding-right: 30px;
	border-right: solid 2px #ccc;
	text-align: right;
	float: left;
}
.pctext12{
	padding: 5px 0;
	font-size: 14px;
	color: #ccc;
	line-height: 20px;
	display: flex;
	justify-content: flex-end;
}
.pcimg08{
	margin: 0 20px;
	display: inline-table;
	width: 20px;
	vertical-align: middle;
	float: right;
}

.pcbox09{
	float: left;
	padding: 0 30px;
	text-align: left;
	display: flex;
}
.pcbox10{
	padding: 0 20px;
	float: left;
}
.pctext13{
	padding: 5px 0;
	display: block;
	font-size: 14px;
	color: #666;
	line-height: 20px;
}
.pctext14{
	padding: 5px 0;
	display: block;
	font-size: 14px;
	color: #ccc;
	line-height: 20px;
}

.pcbox11{
	float: right;
	text-align: right;
	display: flex;
}
.pcbox12{
	padding: 0 20px;
	text-align: right;
	float: left;
}
.pcbox13{
	margin-bottom: 15px;
	padding: 5px 15px;
	display: block;
	border: solid 1px #ccc;
	border-radius: 5px;
	text-align: center;
	font-size: 12px;
	color: #ccc;
	line-height: 20px;
}
.pctext15{
	font-size: 14px;
	color: #ccc;
}
.pcimg09{
	float: right;
	width: 150px;
}


.pcbtm{
	width: 100%;
	background: #191923;
	text-align: center;
	font-size: 12px;
	color: #666;
	line-height: 60px;
}