.isPc .botBox {
	background: #282828;
}

.isPc .bot_nav {
	font-size: 16px;
	padding: 60px 0 80px;
	background: #313131;
}

.isPc .bot_k {
	width: 1200px;
	margin: 0 auto;
}

.isPc .bot_nav ul {
	float: left;
	margin-right: 50px;
}

.isPc .bot_nav ul.mr0 {
	margin-right: 0;
}

.isPc .bot_nav li {
	color: #808080;
}

.isPc .bot_nav li b {
	display: block;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.isPc .bot_nav li b a {
	color: #fff;
}

.isPc .bot_nav li b a:hover {
	color: #808080;
	text-decoration: none;
}

.isPc .bot_nav li a {
	color: #808080;
}

.isPc .f_links {
	padding: 40px 0;
	font-size: 16px;
	font-family: 'GADUGI';
}

.isPc .f_links em {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 10px;
}

.isPc .links_box ul {
	float: left;
	width: 400px;
}

.isPc .links_box ul li a {
	color: #808080;
}

.isPc .links_box ul li {
	background: url(/public/ico1.gif) no-repeat left 11px;
	padding-left: 12px;
}

.isWap .botBox {
	background: #313131;
	position: relative;
}

.isWap .bot_k {
	padding: 0.5rem 0;
	overflow: hidden;
	border-bottom: 1px solid #282828;
}

.isWap .f_links {}

.isWap .links_title {
	border: 1px solid #909090;
	width: 22%;
	padding: 0 8%;
	margin: 0 auto;
	display: block;
	color: #fff;
	font-size: 0.32rem;
	line-height: 0.8rem;
	text-transform: uppercase;
	background: url(/public/link_w.png) no-repeat 70% center;
	background-size: 0.22rem 0.2rem;
}

.isWap .links_title a {
	display: block;
	width: 100%;
	line-height: 0.8rem;
	color: #fff;
}

.isWap .links_box {
	border: 1px solid #909090;
	display: inline;
	float: left;
	width: 75%;
	height: 0.6rem;
}

.isWap .links_box .select_selected {
	width: 100%;
	height: 0.6rem;
	text-indent: 10px;
	background: url(/public/ico-arrow2.png) no-repeat right center;
	background-size: 0.8rem 0.6rem;
}

.isWap .links_box .select_options {
	position: absolute;
	width: 76%;
	left: 50%;
	margin-left: -34%;
	bottom: 4rem;
	background: #fff;
	display: none;
	z-index: 3;
}

.isWap .links_box .select_options li {
	overflow: hidden;
	margin-bottom: 0.15rem;
}

.isWap .links_box .select_options a {
	display: block;
	padding: 3px 10px;
	font-size: 0.28rem;
	line-height: 0.32rem;
}

.isWap .links_box .select_options li:hover {
	text-decoration: underline;
}

.isWap .f_txt {
	display: none;
}

.isPc .info {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	padding: 70px 0 120px;
	text-transform: uppercase;
}

.isPc .info p {
	font-size: 14px;
	line-height: 18px;
	color: #808080;
}

.isWap .info {
	text-align: center;
	padding: 0.5rem 0.3rem;
	background: #313131;
	text-transform: uppercase;
}

.isWap .info p {
	font-size: 0.24rem;
	line-height: 0.32rem;
	color: #808080;
}


