/*头部*/
.search_box{margin-left:50px;display:inline;}
.search_box .text_search{float:left; border-radius: 0; width: 300px; height: 40px;line-height: 40px; text-indent: 1em; border-right:none;}
.search_box .btn_search{ float:left; width: 38px; height: 40px;*height: 42px;height\0:42px; background: url("../../img/icon_search.png") no-repeat center #4a95fb;border: 1px solid #00aaee;cursor:pointer;}
.search_box .btn_search:hover{background-color:#277ef4;}
.sign_up{float:right; color: #fff; background-color: #4a95fb;height:32px; line-height:32px; font-family:"微软雅黑"; padding:0 30px; border-radius: 5px; font-size: 16px; margin:4px 0;border:none;width:180px;cursor:pointer;}
.sign_up:hover{ color: #fff; background-color: #277ef4;}

/*右侧固定浮动*/
.fix_wrap{ position: fixed; right: 20px; top: 45%;}
.fix_wrap .weixinIcon{ position: relative; margin-bottom: 10px;}
.fix_wrap .weixinIcon .weixinImg{ background-image: url(../../img/ico-sprite.png); background-repeat: no-repeat; background-position:0 0; width: 54px; height: 54px; cursor: pointer;}
.fix_wrap .weixinIcon .weixinImg:hover{ background-position:0 -54px;}
.fix_wrap .weixinIcon .weixinInfo{ position: absolute; left: -154px; bottom: 0; padding: 10px; background-color: #fff; border: 1px solid #1a87f3;}
.fix_wrap .weixinIcon .weixinInfo img{ width: 132px; height: 132px;}
.fix_wrap .weixinIcon .weixinInfo p{ font-size: 12px; color: #999; white-space: nowrap; text-align:center;}
.fix_wrap .weixinIcon .weixinInfo .arrow{ border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 6px solid #fff; width: 0; height: 0; font-size: 0; line-height: 0; position: absolute; right: -6px; bottom: 22px;}
.fix_wrap .feedback{ background-image: url(../../img/ico-sprite.png); background-repeat: no-repeat; background-position:0 -108px; width: 54px; height: 54px; cursor: pointer; margin-bottom: 10px;}
.fix_wrap .feedback:hover{ background-position:0 -162px;}
.fix_wrap .go_to_top{ background-image: url(../../img/ico-sprite.png); background-repeat: no-repeat;background-position:0 -216px; width: 54px; height: 54px; cursor: pointer;}
.fix_wrap .go_to_top:hover{ background-position:0 -270px;}


