*{
	margin: 0;
	padding: 0;
}
/* body{
	min-width: 1024px;
} */
header{
	width: 100%;
	white-space:nowrap
}
header .top{
	width: 100%;
	height: 5rem;
	overflow: hidden;
}
header .top .topc{
	width: 1500px;
	margin: auto;
	height: 80px;
	overflow: hidden;
}
header .top .topc .logo{
	width: 186px;
	height: 80px;
	background: url(../images/logo1122.png);
	background-repeat: no-repeat;
	float: left;
	margin-top: 7px;
}
header .top .topc .topli{
/* 	width: 900px; */
	height: 80px;
	float: right;
    margin-right: 22px;
}
header .top .topc .topli a{
	text-decoration: none;
	color: #000;
}
header .top .topc .topli ul{
	list-style: none;
}
#welwome{
  	display: flex;
    justify-content: flex-end;
    width: 278px;
}
header .top .topc .topli ul li{
	float: left;
	width: 122px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	font-size: 14px;
	/* font-weight: bold; */
	margin-top: 31px;
	display: flex;
    justify-content: space-evenly;
}
#Signin p{
	margin-left: 70px;
}
header .top .topc .topli ul li img{
	height:20px;
}
header .top .topc .topli ul li p{
	/* float: left; */
	margin-left: 0px;
	color: #000;
}
header .top .topc .topli ul li #wel{
	float: left;
}
header .top .topc .topli ul li #wel a{
/* 	float: right; */
	border-bottom: 1px solid #cdcdcd;
	white-space:nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
	width: 100px;
}
header .top .topc .topli ul .r-bor{
	border-right: 1px solid #cdcdcd;
}
header .top .topc .topli ul .shopCart{
	width:140px;
}
#lose{
	/* width: 139px; */
	border-right: 1px solid #cdcdcd;
}
header .nav{
	width: 100%;
	height: 53px;
	background: #04589e;
	margin-top: 0.325rem;
}
header .nav .navc{
	width: 1500px;
	height:53px;
	margin: auto;
	background: #04589e;
}
header .nav .navc .tu{
	float: left;
	color: white;
	line-height: 53px;
	margin-left: 30px;
	width: 130px;
	height: 53px;
	text-align: center;
}
header .nav .navc .tu p{
	font-size:30px;
	font-family: "microsoft yahei";
	color:#FFF;
	letter-spacing: 6px;
}
header .nav .navc ul{
	width: 925px;
	height: 53px;
	float: left;
	margin-left: 75px;
}
header .nav .navc ul li{
	width: 134px;
	float: left;
	height: 53px;
	font-size: 18px;
	font-family: "microsoft yahei";
	line-height: 53px;
	text-align: center;
}
header .nav .navc ul .navt{
	margin-left: 23px;
}
header .nav .navc ul .navs{
	margin-left: 20px;
}
header .nav .navc ul .navl{
	margin-left: 0px;
}
.active{
	background: #7aa7cc;
}
header .nav .navc ul li a{
	color: white;
	text-decoration: none;
}
/* header .nav .navc .biaodan{
	float: left;
	width: 295px;
	height: 2rem;
	line-height: 75px;
	position: relative;
	margin-left: 25px;
} */

header .nav .navc .search{ 
	float: left;
	line-height: 53px;
	margin: auto; 
	height : 53px;
}

header .nav .navc .search-input{ 
	height: 28px;
	width: 300px;
	border: none;
	background-color: #70a0c8;
	font-size: 14px;
	background-color:#FFF;
	position: relative;
	outline: none;
    border-radius: 3px;
    padding: 0px 10px;
}

header .nav .navc .search-submit{ 
	cursor: pointer ; 
	width : 32px; 
	height : 32px; 
	margin-left:-32px; 
	opacity:0; 
	filter:alpha(opacity=0);
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */ color:white;margin-left: 1.25rem; font-size: 16px;font-family: "microsoft yahei";} :-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #333; margin-left: 1.25rem;} ::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #333; margin-left: 1.25rem;} :-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #333;margin-left: 1.25rem; }

.bigautocomplete-layout{display:none;background-color:#FFFFFF;border:1px solid #BCBCBC;position:absolute;z-index:100;max-height:400px;overflow-x:hidden;overflow-y:auto; }
.bigautocomplete-layout table{border-collapse:collapse;border-spacing:0;background:none repeat scroll 0 0 #FFFFFF;width:100%;cursor:default;}
.bigautocomplete-layout table tr{background:none repeat scroll 0 0 #FFFFFF;}
.bigautocomplete-layout .ct{background:none repeat scroll 0 0 #D2DEE8 !important;}
.bigautocomplete-layout div{word-wrap:break-word;word-break:break-all;padding:1px 5px;}

.td_r{float:right;color:#999;}
.pad_10{padding:5px 5px;color:#666;}  


.altrow{
	background-color:red;
}