@charset "utf-8";
/* CSS Document */

/*旅游产品分类*/
.product_sort{width:90%; margin:0 auto;position:relative; z-index:90;}
.product_sort .bd .item{border:solid 1px #d6d6d6;margin-bottom: 8px;height:50px;position:relative;}
.product_sort .bd .item:hover{border:solid 1px #0170e2;}
.product_sort .bd .item .title{width:100%;text-indent:12px;height:50px;overflow:hidden;line-height:50px;font-size:14px;font-weight:bold;color:#292929;}
.product_sort .bd .item .title a{color:#515671;position:relative;}
.product_sort .bd .item .list{width:100%;padding-left:15px;height:50px;line-height:50px;overflow:hidden;}
.product_sort .bd .item .list a{color:#333;}
.product_sort .bd .item .list a:hover{text-decoration:underline;}
.product_sort .bd .item .arrow{font-size:20px; color:#bebebe;position:absolute;right:10px;top:10px;}
.product_sort .bd .item .line{position:absolute;right:-2px;top:0px;width:2px;height:50px;background-color:#fff;z-index:95;display:none;}
.product_sort .bd .item .subitem{display:none;}
.product_sort .bd .layer .line{display:block;}
.product_sort .bd .layer .title{background-color: #0170e2; color: #ffffff;}
.product_sort .bd .layer .title a{color:#ffffff;}
.product_sort .bd .layer .arrow{display:none;}
.product_sort .bd .layer .subitem{width:auto;background:#0170e2;position:absolute;left:100%;_left:100%;top:-1px;z-index:999;height:auto!important;padding:5px 10px 15px 10px;display:block;}
.product_sort .bd .layer .subitem .inner .tit{font-size:14px; text-align:left; border-top:1px dashed #d7d7d7; padding:5px 0;}
.product_sort .bd .layer .subitem .inner .tit1{border-top:none;}
.product_sort .bd .layer .subitem .inner .tit .name {width:auto;float:left;padding-top:3px;text-align:right;}
.product_sort .bd .layer .subitem .inner .tit .name a{color:#ffffff;cursor:pointer;font-weight: bold;}
.product_sort .bd .layer .subitem .inner .tit .name a:hover{color:#c9c9c9;}
.product_sort .bd .layer .subitem .inner ul{overflow:hidden;zoom:1;display:block; width: 550px;}
.product_sort .bd .layer .subitem .inner ul li{float:left;padding:0 8px;height:25px; line-height: 25px;}
.product_sort .bd .layer .subitem .inner ul li a{color:#e9e9e9;display:block;}
.product_sort .bd .layer .subitem .inner ul li a:hover{color:#96ccff;text-decoration:underline;}