*{
  margin: 0;
  padding: 0;
}

a{
  text-decoration: none;
  color: #000;
}

li{
  list-style: none;
}



/*header*/

#header{
  width: 100%;
  height: auto;
  background-color: #747273;
  padding: 20px 0;
  float: left;
}

.wp{
  width: 1200px;
  height: auto;
  margin: 0 auto
}


.header-logo{
  width: 20%;
  height: auto;
  float: left;
}



.kwCont{
  height:auto;
  display:inline-block;
  float: right;
  margin-top: 14px;
}

.kwCont .textCont{ 
  border:0; 
  width:170px; 
  color:#fff; 
  float:left; 
  border:#5c5a5b 4px solid;
  height:15px;
}

.select01{
  display:none;
}

.anSearch{ 
  background:url(../images/search_02.jpg) no-repeat right; 
  width:42px; 
  height:22px; 
  border:none; 
  float:left; 
  cursor:pointer; 
  margin-left:5px;
}

/*header end*/
/*nav*/

#nav{
  width: 100%;
  height: auto;
  background-image: url("../images/nav-bg.jpg");
  background-position: center center;
  float: left;
  padding: 3px 0;
}

.nav-list{
  width: 80%;
  height: auto;
  float: left;
}

.nav-list li{
  width: 12%;
  height: auto;
  float: left;
  text-align: center;
  color: #fff;
  line-height: 25px;
  font-size: 14px;
}

.nav-list li a{
  color: #fff;
}

.subnav{
  width: 130px;
  height: auto;
  background-color: #615d5c;
  position: absolute;
  margin-left: -5px;
  opacity: .7;
  display: none;
  z-index: 999;
  margin-top: 2px;
}

.subnav a{
  text-decoration: none;
  color: #fff!important;
  display: inline-block;
  width: 100%;

}

.subnav a:hover{
  
  color: #a7a2a5!important;
}

.subnav dd{
  width: 100%;
  height: auto;
  text-align: center;
  line-height: 35px;
}

.nav-list li:hover .subnav{
  display: block;
}

/*nav end*/
#banner{
  width: 50%;
  height: 400px;
  z-index: 1!important;
  position: relative;
  float: left;
  margin: 0 auto;
  display: block;

}

#banner img{
  width: 100%;
}
/*banner end*/
/*main*/

#main{
  width: 100%;
  height: auto;
  padding: 40px 0;
}

.main-left{
  width: 20%;
  height: auto;
  float: left;
}

.main-left li{
  width: 100%;
  height: auto;
  padding: 10px 0;
}

.main-left li img{
  width: 100%;
}

.main-right{
  width: 60%;
  height: auto;
  margin-left: 5%;
  float: left;
}

.main-right h3{
  font-size: 16px;
  padding: 20px 0;
}

.main-right span{
  font-size: 14px;
  line-height: 25px;
}

/*main end*/
/*main1*/

#main1{
  width: 100%;
  height: auto;
  padding: 40px 0;
}

#main1 img{
  display: block;
  margin: 0 auto;
}

/*main1 end*/
/*浮窗*/
#fl-window{
  border-bottom: #ececec 1px solid;
    position: fixed;
    border-left: #ececec 1px solid;
    padding-bottom: 10px;
    padding-left: 10px;
    width: 84px;
    padding-right: 10px;
    background: #fff;
    height: auto;
    margin-left: 5px;
    border-top: #ececec 1px solid;
    top: 250px;
    right: 20px;
    border-right: #ececec 1px solid;
    padding-top: 10px;
    z-index: 999;
}

.fl-top{
  padding: 5px 0;
}

.fl-top span{
  font-size: 14px;
  text-align: center;
  display: block;
  padding: 3px;

}

#fl-window .line{
  width: 80%;
  display: block;
  height: 1px;
  margin: 5px auto;
  background-color: #999;
}

.fl-bottom{
  padding: 5px 0;
}

.fl-bottom span{
  font-size: 14px;
  text-align: center;
  display: block;
  padding: 3px;

}

/*浮窗end*/
/*foorter*/
#foorter{
  width: 100%;
  height: auto;
  padding: 20px 0;
  background-image: url("../images/bottom_bg901.jpg");
  float: left;
}

#foorter span{
  display: block;
  text-align: center;
  color: #fff;
  padding: 5px 0;
  font-size: 14px;
}

