﻿@charset "utf-8";
/* CSS Document */



/*- -  轮播  - -*/

.slideBox{ position:relative; overflow:hidden; margin:0 auto; /*max-width:560px; 设置焦点图最大宽度 */ }
.slideBox .hd{ position:absolute; bottom:0; right:0; width:100%; height:28px; line-height:28px; text-align: center; z-index:1; }
.slideBox .hd li{ display:inline-block; width:15px; height:4px; /*-webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;*/ background:#fff; text-indent:-9999px; overflow:hidden; margin:0 6px;   }
.slideBox .hd li.on{ background:#4d4d4d;  }
.slideBox .bd{ position:relative; z-index:0; }
.slideBox .bd li{ position:relative; text-align:center;  }
.slideBox .bd li img{ background:url(images/loading.gif) center center no-repeat;  vertical-align:top; width:100%;/* 图片宽度100%，达到自适应效果 */}
.slideBox .bd li a{ -webkit-tap-highlight-color:rgba(0,0,0,0);  }  /* 去掉链接触摸高亮 */
/*.slideBox .bd li .tit{ display:block; width:100%;  position:absolute; bottom:0; text-indent:10px; height:28px; line-height:28px; background:url(images/focusBg.png) repeat-x; color:#fff;  text-align:left;  }*/


/*- -  查找  - -*/

.logo {
	width: 70%;
	margin: 20px auto;
}

.pattern.w20 {
	width: 84%;
}

.pattern.w20 input {
	width: 20%;
	float: left;
	border-radius: 0px;
}

.pattern.w20 input + input {
	border-left: 0px solid #fff;
}

.pattern {
	width: 60%;
	margin: 18px auto 15px;
}

.pattern input {
	width: 48%;
	height: 32px;
	line-height: 32px;
	color: #666;
	border: 1px solid #d2d2d2;
	border-radius: 4px;
	background-color: #fff;
}

.pattern input.on {
	color: #fff;
	background-color: #ef4043;
}

.pat1 {
	float: left;
}

.pat2 {
	float: right;
}

.carte {
	width: 100%;
	padding: 0 15px 15px;
}
.carte2 { display: none;}
.car {
	width: 33.3333%;
	float: left;
	margin-bottom: 10px;
	color: #444;
	text-align: center;
    height:100px
}
.car p {
	padding-top: 6px;
	font-size: 14px;
}
.car p img {
	width: 60px;
	height: 60px;
}

.car:active {
	-webkit-transform:scale(0.9); 
	-moz-transform:scale(0.9);
	-o-transform:scale(0.9);
}

/*- -  轮播  - -*/

.points {
	width: 100%;
	padding-top: 10px;
}

.points li {
	width: 50%;
	padding: 10px 15px;
	float: left;
}

.points li a {
	width: 100%;
	padding: 8px 4px;
	display: block;
	color: #333;
	text-align: center;
	border: 1px dashed #ffbecc;
	border-radius: 5px;
	background-color: #fff;
}

.points li a:active {
	background-color: #f6f6f6;
}



















































































































