@charset "utf-8";
.nav_caibox{
	display: none;
	position: absolute;
	z-index: 555;
	top: 80px;
}
.nav_cailist{
	width: 100%;
	text-align: left;
	margin: 0;
	border: 1px solid #f7f7f7;
	border-radius: 5px;
}
.nav_cailist tr td{
	width: 90px;
	height: 90px;
	border-top: 1px solid #a7c3c3;
	border-left: 1px solid #a7c3c3;
	text-align: center;
	cursor: pointer;
}
.nav_cailist tr:nth-child(1) td{
	border-top: 0;
	}
.nav_cailist tr td:nth-child(1){
	border-left: 0;
	}
.nav_cailist tr td:first-child{
	border-left: 0;
	}	
	.nav_cailist tr:first-child td{
	border-top: 0;
	}	
.nav_cailist tr td p{
	font-size: 13px;
	color: #365450;
	margin-top: 2px;
}
.nav_cailist tr td img{
	width: 56px;
}
.nav_cailist tr td{
	border: 0;
	width: 60px;
	height: 70px;
	background: #f7f7f7;
}
.nav_cailist tr:nth-child(odd) td:nth-child(even){
	background: #f7f7f7;
}
.nav_cailist tr:nth-child(odd) td:nth-child(odd){
	background: #fff;
}
.nav_cailist tr:nth-child(even) td:nth-child(odd){
	background: #f7f7f7;
}
.nav_cailist tr:nth-child(even) td:nth-child(even){
	background: #fff;
}
.nav_cailist tr td img{
	width: 34px;
}
.nav_cailist tr td p{
	font-size: 12px;
}

.nav_caibox{
	width: 852px;
}
.nav_caibox .hall_caiul{
	width: 100%;
	height: auto;
	background: #fff;
	border: 1px solid #edb42b;
	border-top: 0;
	border-radius: 5px;
	-webkit-box-shadow: 0 2px 8px #dfe6ef;
	-moz-box-shadow: 0 2px 8px #dfe6ef;
	box-shadow: 0 2px 8px #dfe6ef;
	box-sizing: border-box;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.hall_caiul .hall_caili:after{
	content: '';
	display: block;
	width: 792px;
	margin-top: 6px;
	border-top: 1px solid #f1f1f1;
}
.hall_caiul .hall_caili:nth-last-child(1):after{
	border-top: 0;
}
.hall_caili .hall_leftcai,.hall_caili .hall_rightcai{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
}
.hall_caili{
	padding-top: 14px;
}
.hall_caili .hall_leftcai{
	width: 130px;
	clear: both;
}
.hall_leftcai span{
	float: right;
	width:88px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.hall_leftcai img{
	float: left;
}
.hall_caili .hall_rightcai{
	width: 670px;
	margin-left: 10px;
}
.hall_caili .hall_leftcai img{
	vertical-align: middle;	
}
.hall_caili .hall_leftcai span{
	font-size: 14px;
	color:#855e0c;
}
.hall_rightcai a{
	width: 106px;
	color: #855e0c;
	font-size: 14px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-bottom: 8px;
}
.hall_rightcai a em{
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-left: 6px;
}
.hall_rightcai a:hover{
	color: #F05050;
}
.caiimg span.hover-down,.caiimg li span{
	display: inline-block;
	width: 10px;
	height: 8px;
	background: url(../images/arrow_down_2.png) no-repeat center;
}
.caiimg span.hover-up{
	display: inline-block;
	width: 10px;
	height: 8px;
	background: url(../images/arrow_up_2.png) no-repeat center;
}
.caiimg{
	height: 57px;
	min-width: 156px;
}
.caiimg #li-4{
	height: 70px;
	position: absolute;
	top: 22px;
	left: 10px;
}

/* layui-dialog */
@-webkit-keyframes layer-bounceIn { /* 默认 */
	0% {opacity: 0; -webkit-transform: scale(.5); transform: scale(.5)}
	100% {opacity: 1; -webkit-transform: scale(1); transform: scale(1)}
}
@keyframes layer-bounceIn {
	0% {opacity: 0; -webkit-transform: scale(.5); -ms-transform: scale(.5); transform: scale(.5)}
	100% {opacity: 1; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1)}
}
@-webkit-keyframes layer-bounceOut {
  100% {opacity: 0; -webkit-transform: scale(.7); transform: scale(.7)}
  30% {-webkit-transform: scale(1.05); transform: scale(1.05)}
  0% {-webkit-transform: scale(1); transform: scale(1);}
}
@keyframes layer-bounceOut {
  100% {opacity: 0; -webkit-transform: scale(.7); -ms-transform: scale(.7); transform: scale(.7);}
  30% {-webkit-transform: scale(1.05); -ms-transform: scale(1.05); transform: scale(1.05);}
  0% {-webkit-transform: scale(1); -ms-transform: scale(1);transform: scale(1);}
}
.layui-layer{border-radius: 2px; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-duration:.3s; animation-duration:.3s;}
.layui-layer-shade, .layui-layer{position:fixed; _position:absolute; pointer-events: auto;}
.layui-layer-border{border: 1px solid #B2B2B2; border: 1px solid rgba(0,0,0,.1); box-shadow: 1px 1px 5px rgba(0,0,0,.2);}
.layui-layer-dialog{min-width:260px;}
.layui-layer-dialog .layui-layer-content{position: relative; padding:20px; line-height:24px; word-break: break-all; overflow:hidden; font-size:14px; overflow-x: hidden; overflow-y:auto;}
.layui-layer-dialog .layui-layer-content .layui-layer-ico{position:absolute; top:16px; left:15px; _left:-40px; width:30px; height:30px;}
.layui-layer-msg{min-width:180px; border:1px solid #D3D4D3; box-shadow: none;}
.layui-layer-hui{min-width:100px;  background-color: #000; filter:alpha(opacity=60); background-color: rgba(0,0,0,0.6); color: #fff; border:none;}
.layui-layer-hui .layui-layer-content{padding:12px 25px; text-align:center;}
.layer-anim{-webkit-animation-name: layer-bounceIn;animation-name: layer-bounceIn}
.layer-anim-close{-webkit-animation-name: layer-bounceOut;animation-name: layer-bounceOut; -webkit-animation-duration:.2s; animation-duration:.2s;}