﻿@charset "utf-8";
/*重置*/
body,h1,h2,h3,dl,dd,dt,p,ul,li,ol{ margin:0; padding:0;}
button,input,select,textarea{border:none; margin:0;outline:none; padding:0;background: none;}
h1,h2,h3{ font-weight:normal;}
img{ border:none;}
a{text-decoration:none; outline:none;}
body{ font:14px/1.5; font-family:"Microsoft YaHei";}
li{ list-style-type:none;}

/*body{-webkit-text-size-adjust:none;font:normal 12px/145% "Microsoft yahei";background-color:#f6f6f6;color:#474747;}*/
form,div,body,img,p,ul,li,img,table,tr,td{margin:0px;padding:0px;border:0;}
/*html,body{height:100%;}
input,textarea{color:#666;margin:0;padding:0;font-size:12px;font-family:Arial;}
*//*a{color:#474747;text-decoration:none;position:relative;}
a:hover{color:#cb0000;text-decoration:underline;}
a:focus{-moz-outline-style:none;}*/


/*css雪碧图*/
.img{background:url(../images/img.png) no-repeat ;}
.dh_01HOME{height:28px;width:24px;background-position:0 0;}
.dh_02COMPASS{height:28px;width:24px;background-position:-27px 0;}
.dh_03TARGET{height:28px;width:24px;background-position:-54px 0;}
.dh_04GRID{height:28px;width:24px;background-position:-81px 0;}
.dh_05NOTEPAD{height:28px;width:24px;background-position:-108px 0;}
.dh_06PEN{height:28px;width:24px;background-position:-135px 0;}
.dh_07USER{height:28px;width:24px;background-position:-162px 0;}
/*header*/
.top_bg{
	height: 130px;
	background-color: #ffffff;
	/*position: fixed;*/
	width: 1108px;
	margin:0 auto;
	padding:0;
	z-index: 9999px;
	/*float:left;*/
}
.top_main{
	/*width: 1108px;*/
	width:1108px;
	margin:0 auto;
	z-index: 9999px;
}

/*导航*/
.dh_bg{
	width: 1108px;
	position: relative;
}
.dh_bg ul:after{
	display:table; content:''; clear:both;/*清除浮动*/
}
.dh_bg ul li{
	float: left;
	width: 86px;
	text-align: center;
	position: relative;
	z-index: 5;
	margin-left:30px;
}
.dh_bg ul li>a{
	 font-size: 14px;
	 color: #666;
	 display: block;
	 height: 78px;
	 padding-top: 22px;
	
}
.dh_bg ul li>a i{
	display: block;
	margin:0 auto;
	width: 24px; 
	height: 28px;
	background-position-y:0;
	transition:background-position-y .3s;
	-moz-transition:background-position-y .3s; /* Firefox 4 */
	-webkit-transition:background-position-y .3s; /* Safari and Chrome */
	-o-transition:background-position-y .3s; /* Opera */ 
}
.dh_bg ul li>a span{
	display: block;
	height: 16px;
	line-height: 16px;
	margin-top: 6px;
	overflow: hidden;
}
.dh_bg_cur{
	position: absolute;
	top: 0;
	left: 150px;
	z-index: 2;
	width: 86px;
	overflow: hidden;
}
.dh_bg_cur img{
	display: block;
	position: relative;
	left: 50%;
	margin-left: -43px;
}
.dh_bg ul li.cur>a{
	color: #fff;
}
.dh_bg ul li.cur>a i{
	background-position-y:-28px; 
}

.two_nav_box{
	/*position: relative;*/
	position: absolute;
	width: 1108px;
	z-index:9999px;
	min-height:50px;
	/*right: 0;*/
}
.two_nav_box .two_nav{
	position: absolute;
	overflow: visible;
	border-radius: 3px;
	padding:10px 0;
	display: none;
	width:1108px;
	min-height:50px;
	background-color:#000;
	z-index:9999px;
}

/*banner切换*/
/*.slider, .slider-panel img, .slider-extra { width: 100%; height: 485px;}
.slider {text-align: center; margin: 1px auto; position: relative;}
.slider-panel, .slider-nav, .slider-pre, .slider-next {position: absolute; z-index: 8;}
.slider-panel {position: absolute;}
.slider-panel img {border: none;}
.slider-extra {position: relative;}
.slider-nav {margin-left: -51px; position: absolute;	left: 50%; bottom: 4px;}
.slider-nav li {background: #3e3e3e;border-radius: 50%;color: #fff;cursor: pointer;margin: 0 2px;overflow: hidden;text-align: center;display: inline-block;height: 18px;line-height: 18px;width: 18px;}
.slider-nav .slider-item-selected {background: blue;}
.slider-page a{background: rgba(0, 0, 0, 0.2);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000,endColorstr=#33000000);	color: #fff;text-align: center;display: block;font-family: "simsun";font-size: 22px;width: 28px;height: 62px;line-height: 62px;margin-top: -31px;	position: absolute;top: 50%;}
.slider-page a:HOVER {background: rgba(0, 0, 0, 0.4);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);}
.slider-next {left: 100%;margin-left: -28px;}
*/



