﻿@charset "utf-8";
/*---------
Create and modify by  YANG JIAN
2014-11-13
Copyright © 好地网
---------*/
body {text-align:left;font-family:'microsoft yahei','微软雅黑','黑体',"\5B8B\4F53",serif;background:#ffffff;font-size:12px;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}  
a,a:hover{text-decoration: none; cursor:pointer;}
a:hover {
    -webkit-opacity:0.8;  
    /* Netscape and Older than Firefox 0.9 */  
    -moz-opacity:0.8;  
    /* Safari 1.x (pre WebKit!) 老式khtml内核的Safari浏览器*/  
    -khtml-opacity:0.8;  
    /* IE9 + etc...modern browsers */  
    opacity: 0.8;  
    /* IE 4-9 */  
    filter:alpha(opacity=80);  
    /*This works in IE 8 & 9 too*/
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";  
    /*IE4-IE9*/  
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80); 
	transition:opacity 0.5s linear;
	-moz-transition:opacity 0.5s linear;
	-webkit-transition:opacity 0.5s linear;
	-ms-transition:opacity  0.5s linear;
}
.radius {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;} /*圆角属性*/
.boxshadow { 
	box-shadow:0px 1px 2px #333333; 
	-moz-box-shadow:0px 1px 2px #333333;
	-webkit-box-shadow:0px 1px 2px #333333;
	-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=1,Direction=135, Color='#333333')";
	filter:progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, color=#333333);/*-----for IE-----*/}
.boxshadow2 { 
	box-shadow:0px 0px 3px #e5e5e5; 
	-moz-box-shadow:0px 0px 3px #e5e5e5;
	-webkit-box-shadow:0px 0px 3px #e5e5e5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=1,Direction=135, Color='#333333')";
	filter:progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, color=#333333);/*-----for IE-----*/}
.left{float:left}
.right{float:right}
.clear{clear:both;}
/*all*/

/*footer*/
.footer{height:150px;background:#3e3e3e;}
.footer-nav{border-bottom:1px solid #5f5f5f;padding-top:20px;padding-bottom:15px;}
.footer-nav,.addr{width:1000px;margin:0 auto; background:#3e3e3e;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;}
.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;}