*{
  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;
  background-color: #747273;
  padding: 10px 0;
  float: left;
}

.main-left li{
  width: 90%;
  height: auto;
  padding: 10px 0;
  text-align: left;
  color: #fff;
  padding-left: 10%;
  border-bottom: 1px solid #fff;
}

.main-left li a{
  font-size: 14px;
  color: #fff;
  display: block;
  width: 100%;
}

.main-left li span{
  width: 19px;
  height: 19px;
  display: block;
  float: right;
  background-image: url("../images/more.png");
  background-size: cover;
}

.main-right{
  width: 75%;
  height: auto;
  float: right;
}

.ct{
  width: 100%;
  height: auto;
  padding: 10px 0;
  float: left;
  border-bottom: 3px solid #858585;
}

.ct-left{
  width: 30%;
  height: auto;
  float: left;
  background-image: url("../images/titleI_31.gif");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
  color: #871B0E;
    font-size: 14px;
    font-weight: bold;
}

.ct-right{
  width: 26%;
  height: auto;
  float: right;
}

.ct-right .first{
  padding-left: 10px;
    font-size: 12px;
}

.ct-right a{
  font-size: 14px;
}

.ct-right .zj{
  background-image: url("../images/dian_go2.gif");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 10px;
}

.main-mf{
  width: 100%;
  height: auto;
  padding: 40px 0;
  float: left;
}

.main-mf li{
  width: 23%;
  height: auto;
  margin: 0 1%;
  float: left;
}

.main-mf .li-top{
  width: 100%;
  height: auto;
}

.main-mf .li-top img{
  width: 100%;
}

.main-mf .li-bottom{
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
}

.main-mf .pic{
  width: 100%;
  height: auto;
}

.main-mf .pic img{
  width: 60%;
}

.main-mf .pic-bottom{
  width: 100%;
  height: auto;
  margin-top: 20px;
}

.main-mf .pic-bottom h3{
  font-size: 18px;
}

/* 翻页样式 */
.page_box{
    width: 100%;
    height: 120px;
    text-align: right;
    float: left;
}
.page_box .page_con{
    display: inline-block;
    width: auto;
    margin: auto;
    padding-top: 35px;
    text-align: center;
}
.page_box .page_con .pre-list{
    float: left;
    width: 80px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #ff6600;
    border: 1px solid #eee;
    margin-right: 5px;
    background-color: #fff;
    cursor: pointer;
}
.page_box .page_con .pre-list a{
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #ff6600;
}
.page_box .page_con > a{
    float: left;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #666;
    border: 1px solid #eee;
    margin-right: 5px;
    background-color: #fff;
}
.page_box .page_con > a.active{
    color: #fff!important;
    background-color: #ff6600;
    border: 1px solid #ff6600;
}
.page_box .page_con .next-list{
    float: left;
    width: 80px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #ff6600;
    border: 1px solid #eee;
    margin-right: 5px;
    background-color: #fff;
    cursor: pointer;
}   

.page_box .page_con .next-list a{
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #ff6600;
}
/*main 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;
}

