
.clear{
	clear:both;
	zoom:1;
}
.clear:after{
	display: block;
	content: '.';
	height: 0;
	clear: both;
	visibility: hidden;
}
/* ///////////////////////////////////////////// */
body{
	background: #f1f1f1;
}

/* 图片轮播 */
.sliderPlay1{height:170px;margin:0 auto;position: relative;overflow: hidden;width:1355px;}
.slider1{position: absolute;	height:170px;	left:0;	top:0;	width: 100%;}
.slider1 li{	float: left;	list-style-type: none;	height:170px;	width:1355px;}
.slider1 img{	border:0;	width:1355px;	height:170px}
.btnBox1{position: absolute;	bottom:0px;	width:90%;	height:30px;	text-align:right;	line-height:30px;}
.btnBox1 .btn{	margin-right:5px;display:inline-block;width:20px;height:20px;text-align:center;	line-height:20px;
		background:#ddd;cursor: pointer;border-radius: 15px;}
.btnBox1 .cur{background:#5DCB17;color: #fff}
.lietou_tj{
	width: 80%;
	margin: 0 auto;
	box-shadow: 0px 0px 10px #CCC;
	background-color: #fff;
	border: 1px solid #ccc;
	position: relative;
}

.lietou_tj_con{
	width: 95%;
	margin: 20px auto;
	box-shadow: 0px 0px 10px #CCC;
	background-color: #fff;
	border: 1px solid #ccc;
	color: #787878;
}
/* 关键词 */
.lietou_key_con{
	padding: 10px 0;
}
.lietou_key_con>li{
	float: left;
	text-align: center;
	width: 50%;
	height: 40px;
	line-height: 40px;
}
.lietou_key_con>li>span{
	width: 100px;
	text-align: right;
	display: inline-block;
}
.lietou_key_con>li>input{
	border: 1px solid #f7dece;
	height: 30px;
	line-height: 30px;
	border-radius: 7px;
	padding-left: 10px;
	width: 300px;
}



.lietou_tiaojian_con{
	border: 1px solid #ccc;
	padding: 10px 0;
	display: none;
}
.tiaojian{
	height: 40px;
	line-height: 40px;
}
.tiaojian>li{
	float: left;
	width: 33%;
	text-align: center;

}
.tiaojian>li>span{
	width: 100px;
	text-align: right;
	display: inline-block;
}
.tiaojian>li>input{
	border: 1px solid #f7dece;
	height: 30px;
	line-height: 30px;
	border-radius: 7px;
	padding-left: 10px;
}
.tiaojian>li>select{
	margin-right: 6px;
	height: 30px;
	line-height: 30px;
	width: 140px;
}
.chaxun{
	text-align: center;
}
.chaxun>a{
	color: #049;
	margin-left: 20px;
}
#chaxun{
	width: 120px;
	height: 40px;
	line-height: 40px;
	font-weight: bolder;
	color: #fff;
	font-size: 16px;
	background: url('/Public/Home/images/button.png') 0px -140px no-repeat;
	border: none;
	cursor: pointer;
}

/* /////////////////////////////// */
.lietou_lb{
	width: 97%;
	margin: 10px auto;
}
.lietou_lb>li{
	float: left;
	width: 80px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	color: #444;
	margin-left: 20px;

}
.lietou_lb>li:nth-of-type(4){
	margin-left: 130px;
}
.lietou_lb>li>a{
	color: #049;
}
.lietou_lb>li:nth-of-type(7){
	width: 200px;
	background: #409EFF;
	height: 40px;
	line-height: 40px;
	border-radius: 25px;
}
.lietou_lb>li:nth-of-type(7)>a{
	font-weight: bolder;
	color: #fff;
	font-size: 16px;
	
}






.content{
	width: 80%;
	margin: 0px auto;
	background: #fff;
}
.content>ul{
	border-bottom: 1px dashed #ccc;
}
.content>ul:nth-child(even){
	background-color: #FAFAFA;
}
.content>ul:nth-child(odd){
	background-color: #fff;
}
.content>ul>li{
	float: left;
	width: 14%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	overflow: hidden;
	color: #444;
	
}
.content>ul:nth-of-type(1)>li:nth-of-type(1){
	text-align: center;
	padding-left: 0;
}
.content>ul>li:nth-of-type(1){
	text-align: left;
	padding-left: 2%;
	box-sizing:border-box;
}
.content>ul>li:nth-of-type(1)>img{
	margin-right: 10px;
}
.content>ul>li>img{
	cursor: pointer;
}
.content>ul:nth-of-type(1)>li{
	
	font-weight: bold;
	color: #444;
	font-size: 14px;
}
/* 详情 */
.content>ul>div{
	display: none;
	width: 100%;
	padding: 10px;
	box-sizing:border-box;
}
.content>ul>div>ul>li{
	float: left;
	width: 20%;
}
.content>ul>div>ul>li:nth-of-type(2){
	width: 60%;
}
.content>ul>div>ul>li>ul>li{
	color: #444;
	line-height: 25px;
}
.content>ul>div>ul>li>ul>li>span{
	font-weight: bolder;
	display: inline-block;
	width: 100px;
	text-align: right;
	color: 444;
}
.content>ul>div>ul>li>a{
	width: 120px;
	height: 40px;
	display: block;
	text-align: center;
	line-height: 40px;
	font-weight: bolder;
	color: #444;
	font-size: 12px;
	background: url('/Public/Home/images/button.png') -136px -140px no-repeat;
	border: none;
	margin-top: 20px;
	cursor: pointer;
}
.content>ul>div>ul>li>a:hover {
    background: url('/Public/Home/images/button.png') 0px -193px no-repeat;
    color: #fff;
}
/* 查看联系方式 */
.lietou_gj{
    background-color: #fff;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    box-shadow: 0 0 10px #666;
    font-size: 14px;
    width: 400px;
    position: fixed;
    top:30%;
    left: 40%;
 	display: none;
}
.lietou_ts{
    background-color: #4585B1;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    color: #fff;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
}
.lietou_ts{
    padding-left: 20px;
}
.lietou_ts_yibi{
	text-align: center;
	margin-top: 20px;
}
.lietou_gj_nav{
	text-align: center;
	margin-top:20px;
	margin-bottom: 20px;
}
.lietou_gj_nav>input{
    color: #900;
	font-size: 16px;
	background: url('/Public/Home/images/button.png') -75px -31px no-repeat;
    padding: 5px 20px;


    cursor: pointer;
    border: none;
}
/* 查看联系方式 */
.res_footer{
	margin-top: 20px;
	padding-bottom: 20px;
	margin-left: 20px;
}
.res_footer>a{
	color: #049;
}
.res_footer>input{
	color: #049;
	background-color: #fff;
	border: none;
	cursor: pointer;
	margin-top: -2px;
	margin-left: 5px;

}
.res_footer_serach>a{
	background: url('/Public/Home/images/button.png') -137px -196px no-repeat;
	color: #444;
	padding: 9px 14px;
	margin-left: 10px;
	border-radius: 7px;
}
.res_footer_serach>a:hover {
    background: url('/Public/Home/images/button.png') -225px -196px no-repeat;
    color: #fff;
}




