@charset "utf-8";

.contain{width:1360px;margin:0 auto;}

/*顶部*/
.top{height:43px;background:#126fbc;}
.top .top_fl{width:50%;float:left;line-height:43px;color:#666;font-size:14px;}
.top .top_fl span{color:#fff;}
.top .top_fr{width:50%;float:right;line-height:43px;color:#666;font-size:14px;}
.top .attention,.top .top_search,.top .collection{float: right;
}
.top .top_search input[type="text"]{margin-top:10px; border:1px solid #ccc;vertical-align:middle;}
.top .top_search input[type="submit"]{margin-top:10px; background:url(icon_search.jpg) no-repeat center;border:0px;width:25px;height:20px;cursor:pointer;vertical-align:middle;}
.top .top_search input[type="text"]:focus{border:1px solid #cd0301;}

