
.searchTop{ position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.8); text-align:center; z-index:1002; display:none}
.searchTop span{display:inline-block; width:700px; height:52px; border-radius:4px; overflow:hidden; background:#fff; position:absolute; top:50%; left:50%; margin:-30px 0 0 -350px; font-size:0;}
.searchTop a{ width:40px; height:40px; display:inline-block; position:absolute;top:30px; right:30px;background:url(../images/icoclose1.png) center no-repeat; background-size:100% 100%; z-index:2;transition:transform 0.6s ease-out;}
.searchTop a:hover{ transform:rotateZ(180deg);}
.inputTop{width:600px; height:52px; line-height:52px; font-size:15px; color:#444; text-indent:15px;}
.submitTop{ width:100px; height:52px; background:#0053ad; font-size:17px;  color:#fff;cursor:pointer}  
.submitTop:hover{opacity:0.8;}


.topSearch i{background:url(../images/icoSearchTop.png) center no-repeat; background-size:60px auto;height: 100%;display: block;}
.topSearch:hover i{background:url(../images/icoSearchTopHover.png) center no-repeat;background-color:#0053ad; background-size:60px auto}
.topPhone i{background:url(./images/icoPhoneTop.png) center no-repeat; background-size:45px auto}
.topPhone:hover i{background:url(./images/icoPhoneTopHover.png) center no-repeat;background-color:#0053ad; background-size:45px auto}
