/*banner*/
.none{display:none;}
.banner{width:100%;height:460px;position:relative;margin:0 auto;overflow:hidden;z-index:1;}
.banner_show{width:100%;text-align:center;height:460px;overflow:hidden;position:relative;}
.bannger_inbox{position:absolute;left:50%;top:0;border:0 none;}
.bannger_inbox img{border:0 none;}

/*翻页*/
.banner_pre_next{}
.banner_pre_next a{width:37px;height:37px;background:url(../images/btn.png) no-repeat;text-indent:-999em;
    width: 70px;
    height: 70px;
    line-height: 99em;
    overflow: hidden;
    margin: -35px 0 0;
    display: block;
    background: url(../images/ad_ctr.png) no-repeat;
    position: absolute;
    top: 50%;
    z-index: 200;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    border-radius: 35px;
}
.banner_pre_next .banner_btn_left{left:20px;}
.banner_pre_next .banner_btn_right{background-position:0 -70px;right:20px;}



/*优势*/
.w1200 {
width: 1200px;
margin: 0 auto;
position: relative;
}
.pa {
	position: absolute;
}

/*banner 上添加搜索*/
.search-home{
	height:60px;line-height:60px;color: #666;border-bottom: 1px solid #eee
}
.search-gjz {
  width:820px;float: left;height:60px;
}
.search-gjz a{
  font:16px/38px '\5FAE\8F6F\96C5\9ED1';
  color:#333;
  margin-right:8px;
}
.search-gjz a:hover{
  color:#fc6c1e;
}

.search-main{
	width:320px;float: right;box-sizing: border-box;margin-top: 12px;
}

.search-d{
	width: 250px;
  padding-left: 14px;
  height:34px;line-height:34px;vertical-align:middle;
  border: 1px solid #ccc;border-right:0 none;
  font-size: 14px;
  color: #666;
  float:left;background:#fff;
}
.but-search{
	width: 50px; height: 36px; background: #1473e6; border:0 none; float: left; font-size: 16px; color: #fff;
}
.but-search:hover {background:#0d66d0; }

