﻿@charset "utf-8";
/*-www.keyland.com.cn  yangjian  2015-07-02----*/
/*----container----*/
body {
	font-size: 15px;
}
a {
	cursor: pointer;
	color: rgb(0,0,0);
}
a:hover{
	color: rgb(100,100,100);
}
.container {
	width: 950px;
	margin: 0 auto;
}
.lcontainer{
	position: relative;
	width: 60%;
	float: left;
}
.rcontainer{
	position: relative;
	float: right;
	width: 30%;
}
/*---top-nav---*/
.top-nav {
	width: 100%;
	background: rgb(36,36,36);
	clear: both;
	position: fixed;
	top: 0;
	z-index: 999;
	padding: 1em 0;
	text-align: center;
}
.top-nav .container{
	padding: 0 40px;
	position: relative;
}
.top-nav .keyland-logo {
	margin:3px 0 0 15px;
}
.top-nav .keyland-logo,.top-nav .keyland-logo svg,.top-nav .keyland-logo .svgfix{
	position: absolute;
	left: 0;
	width: 102px;
	height: 31px;
}
.top-nav .keyland-logo a{
	opacity: 1;
	-webkit-opacity: 1;
	transition: opacity 0.3s linear;
	-webkit-transition: opacity 0.3s linear; 
}
.top-nav .keyland-logo a:hover{
	opacity: 0.8;
	-webkit-opacity: 0.8;
}
.top-nav .keyland-logo .column {
	position: absolute;
	width: 107px;
	height: 31px;
	background: url(../images/column_bg.jpg) no-repeat center center;
	background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	border-radius: 18px;
	-webkit-border-radius: 18px;
	top: -1px;
	left: 115px;
	font-size: 1.3em;
	color: #ffffff;
	line-height: 31px;
	border-bottom: 1px solid #333;
}
.top-nav .nav {
	color: #DFDFDF;
	position: relative;
	right: 0;
}
.top-nav .nav ul li:hover{
	
}
.top-nav .nav ul li {
	float: right;
	margin-right: 20px;
	line-height: 42px;
}
.top-nav .nav ul li a {
	font-size: 1.5em;
	line-height: 42px;
	color: rgb(255,255,255);
}
.top-nav .nav ul li a:hover{
	color: rgb(248,131,131);
}
.top-nav .nav ul li a span{
	font-family: arial;
	color: rgb(155,155,155);
	padding: 0 5px;
}
.top-nav .medialink {
	background: #252525;
	border: 1px solid #393939;
}
/*------------------/
	 footer
/------------------*/
.footer{
	height:150px;
	width: 100%;
	background:#3e3e3e; 
}
.footer-nav{
	border-bottom:1px solid #5f5f5f;
	padding-top:20px;
	padding-bottom:15px;
}
.footer-nav,.addr{
	width:1000px;
	margin:0 auto;
	font-size:12px;
	color:#a8a8a8;
	font-family:"微软雅黑";
}
.footer-logo{
	background: url(../images/kl_logo_btm.jpg) no-repeat;
	width:145px;
	height:54px;
	margin-top:8px;
	margin-left:40px;
}
.mobile-footer {
	display: none;
	width: 98%;
	text-align: center;
	margin-left: 1%;
	font-size: 0.8em;
	border-top: 1px solid #cccccc;
	color: #888888;
	padding: 2em 0;
}
.links{
	padding-left:40px;
}
.links2{
	padding-left:80px;
}
.links li a,.links2 li a{
	font:12px/22px "微软雅黑";color:#a8a8a8;
}
.addr{
	text-align:center;
	margin-top:12px;
}
/*------------------/
	 floatnav
/------------------*/
/*@1280px*/
@media only screen and (min-width: 1280px) {
	.container {
		width: 1100px;
	}
}
/*@1280px*/
@media only screen and (max-width: 980px) {
	.container {
		width: 100%;
	}
}

