﻿@charset "utf-8";
/* CSS Document */
/*
#header_container

    #top
	
	    #top_left
		
		    #logo
		
		#top_right
		
		    .w100
			
			    #search_box
			
			.w100
			    
				#menu
	
	
	#banner
*/

/************************清除浏览器默认样式****************************/
*{
  margin: 0;
  padding: 0;
}
ul, ol, li { list-style: none; }
.clb{clear:both;}
.fl{float:left;}
.fr{float:right;}
img{border:0;
}
body{ font-family:"微软雅黑"; font-weight:normal;font-size:12px;}

/*外层容器header_container*/
#header_container{
	              width:100%;
				  background: url(../images/header_container_bg.jpg) repeat-x;
                 }
#top{
	 width:1000px;
	 margin:0 auto;
	 padding-top:7px;
	 overflow:hidden;
    }
#top_left{
	      width:246px;
		  height:111px;
		  float:left;
		  }
#logo img{
	      border:0;
         }
#top_rigth{
	       width:665px;
		   height:92px;
		   float:right;
          }
.w100{
	  width:100%;
     }
#slogan{width:244px; height:32px; margin-top:10px; margin-left:35px; float:left; background:url(../images/slogan.jpg); }
#slogan h3{text-indent:-99999px; font-size:0px;}     
#search_box{ 
            width:222px; 
            height:26px;
			float:right;
			margin-top:7px; 
			
            background:url(../images/search_bg.jpg);
           } 

#s { 
	float:left; 
	padding:0; 
	margin:4px 1px 3px 3px; 
	border:0; 
	width:190px; 
	background:none; 
	font-size:.8em; 
   }
#s:focus{outline: none;} 
#go { 
	 float:right; 
	 margin:1px 1px 2px 0; 
	} 
/*顶部导航*/
ul,li {list-style-type:none; text-transform:capitalize;}
.fl{float:left;overflow:hidden;}
.fr{float:right;overflow:hidden;}
.w90{width:110px;}
.w560{width:560px;}
.w480{width:480px;}
.w380{width:350px;}
.w260{width:260px;}
.w300{width:300px;}
.w220{width:220px;}
.w190{width:190px;}
.w160{width:180px;}
#menu {display:block;float:right; margin-left:20px;margin-top:15px;}
#nav {display:block;}
#nav .mainlevel {float:left; background:#ffffff; text-align:center; display:block;}
#nav .mainlevel a{color:#010101; text-decoration:none;text-align:center;padding:14px 20px;display:inline-block;font-size:16px;}
#nav .mainlevel a:hover{color:#010101; text-decoration:none; background:#ededed;}
#nav .mainlevel ul {position:absolute;display:none;background:#ededed;z-index:999;border-bottom:#979797 0px solid;border-left:#979797 0px solid;border-right:#979797 0px solid;border-top:0px; border-bottom-left-radius:6px;border-bottom-right-radius:6px;-moz-border-bottom-left-radius:6px; /* Old Firefox */-webkit-border-bottom-left-radius:6px; /* Safari */ -moz-border-bottom-right-radius:6px; /* Old Firefox */-webkit-border-bottom-right-radius:6px; /* Safari */ box-shadow:3px 3px 3px #888888;-moz-box-shadow:3px 3px 3px #888888;/* Old Firefox */-webkit-box-shadow:3px 3px 3px #888888;/* Safari */padding:8px 0px 8px 8px;}
#nav .mainlevel li {float:left; width:100%;}
#nav .mainlevel li a{padding:6px 18px; font-size:14px;background:url(../images/ttt_01.png) no-repeat 9px 13px;text-align:left;float:left;color:#000000;display:block;}
#nav .mainlevel li a:hover{text-decoration:none; background:url(../images/ttt_02.png) no-repeat 9px 13px;color:#ff0000;}
#nav .mainlevel li span{letter-spacing:3px;display:block;float:left;font-size:13px;font-weight:bold;text-align:left;color:#000000;}
#nav .mainlevel li span a{display:block;width:100%;text-align:left;color:#000000;}
#nav .mainlevel li span a:hover{text-decoration:none;}



/*通栏banner*/
#banner{
		 width:100%;
		 overflow:hidden;
	   }
.head-shadow,.head-shadow2{
	position:relative;
	width:100%;
	height:3px;
	background:#B2B2B2;
	opacity: 0.35;
	bottom:0;
	left:0;
	z-index:100;
}
.banner-nav li{
	background:url(../images/icon1.png) no-repeat;
}
.slide-banner{
	height: 300px;
	position: relative;
}
.banner-bg{
	position:absolute;	
	left:0;
	top:0;
	height:300px;
	z-index:1;
	width:100%;
    background-color:#f4f4f4;
    background-position:50% 0;
}
.banner-nav-bg{
    height:70px;
    /*opacity: 0.65;*/
    position: relative;
    z-index: 199;
    bottom: 70px;
}
.banner-nav{
	position:absolute;
	left:50%;
	bottom:27px;
	z-index:110;
}
.banner-nav li{
	float: left;
	width: 16px;
	height: 16px;
	background:url(../images/icon1.png) no-repeat;
	margin-right:8px;
    cursor: pointer;
}
.banner-nav li.active{
	background:url(../images/icon2.png) no-repeat;
}
.banner-content{
	width:1000px;
	margin: 0 auto;
	position: relative;
	height: 300px;
	z-index: 100;
}
.banner-img{
	position: absolute;
	z-index: 2;
    left: -150%;
}

.banner-bar-bg{
    width: 1000px;
    height: 3px;
    margin: 0 auto;
    bottom: 71px;
    position: relative;
    z-index: 130;
}
.banner-bar{
	height: 3px;
	width: 0;
	background: #00925f;
	position: absolute;
	left: 0;
	z-index: 99;
}
.floor1-title{
	height: 80px;
	overflow: hidden;
    width: 300px;
    margin: 60px auto 0;
    cursor: pointer;
}

/* 除IE6浏览器的通用方法 */

.ie6fixedTL{position:absolute;left:0;top:0}

.ie6fixedBR{position:absolute;right:0;bottom:0}

.floor-title-png{
	height: 80px;
	overflow: hidden;
    width: 287px;
    margin: 60px auto 0;
    cursor: pointer;
    display:block;
}