﻿html,body,div,span,ul,li,a,table,tr,td,th,img,p,textarea,input,img,i{margin: 0;padding: 0;box-sizing: border-box;-webkit-box-sizing: border-box;-ms-box-sizing: border-box;-mz-box-sizing: border-box;}
body{font-family:"Microsoft YaHei";min-width: 1200px;font-size: 14px;}
ul,li{list-style: none;}
a{text-decoration:none;}
.clearFloat:after{content: "";display: block;height: 0;clear: both;}  /*清浮动*/
img{display: block;border: none;}
img[border='0']{display: none !important;}  /*数据监控和百度商桥的图标隐藏**/
.hide{display: none;}


/*头部**/
/*.fixed{position: fixed;width: 100%;z-index: 99;background-color: white;height: 80px;top: 0;left: 0;}*/
.nav{width: 1200px;margin: 0 auto;position: relative;}
.indexLogo{height: 74px;float: left;margin-top: 2px;}
.indexList{float: left;margin-top: 50px;}
.indexList li{display: inline-block;padding: 0 8px;position: relative;}
.indexList li:hover .liHref{display: block;}
.indexList a{display: inline-block;margin: 0 auto;padding: 5px;font-weight: 600;cursor: pointer;color: #444444;}
.liHref{position: absolute;left: 8px;width: 110px;border: 1px solid #cccccc;background-color: white;display: none;}
.indexList .liHref a{border: none;font-weight: 100;width: 100%;}
.indexList .liHref a:hover{background-color: #f19cad;color: white;}

.indexSeach{position: absolute;top: 55px;right: 0;}
.searchCent,.searchFont,.signOut{float: left;}
.searchInp{float: left;width: 140px;height: 18px;outline: none;border: none;transition: .3s width;}
.advance{float: left;width: 18px;height: 18px;margin-left: 10px;}
.mallIndex{color: white;background-color: #f19dae;padding: 2px 10px;margin-left: 15px;border-radius: 15px;}
.searchFont{border-left: 1px solid #cccccc;margin-left: 10px;font-weight: 600;cursor: pointer;color: #444444;padding-left: 10px;}
.signOut{margin-left: 10px;font-weight: 600;cursor: pointer;color: #444444;}
.searchCent .tranSearch{width: 0;}
.indexList a:hover,.searchFont:hover,.signOut:hover{color: #f19cad;}
.in{border-bottom: 3px solid #f19dae;}
