﻿

@charset "utf-8";

/* 在线客服样式 */

*{margin:0;padding:0;list-style:none;border:none;}


.izl-rmenu{position:fixed; right:0; margin-right:20px; bottom:20px; padding-bottom:20px; background:url(../images/r_b.png) 0px bottom no-repeat; z-index:999; }
.izl-rmenu .btn{width:72px; height:73px; margin-bottom:1px; cursor:pointer; position:relative;}
.izl-rmenu .btn-qq{background:url(../images/r_qq.png) 0px 0px no-repeat; background-color:#6da9de;}
.izl-rmenu .btn-qq:hover{background-color:#488bc7;}
.izl-rmenu a.btn-qq,.izl-rmenu a.btn-qq:visited{background:url(../images/r_qq.png) 0px 0px no-repeat; background-color:#6da9de; text-decoration:none; display:block;}
.izl-rmenu .btn-wx{background:url(../images/r_wx.png) 0px 0px no-repeat; background-color:#78c340;}
.izl-rmenu .btn-wx:hover{background-color:#58a81c;}
.izl-rmenu .btn-wx .pic{position:absolute; left:-160px; top:0px; display:none;width:160px;height:160px;}
.izl-rmenu .btn-phone{background:url(../images/r_phone.png) 0px 0px no-repeat; background-color:#fbb01f;}
.izl-rmenu .btn-phone:hover{background-color:#ee7d18;}
.izl-rmenu .btn-phone .phone{background-color:#ff811b; position:absolute; width:160px; left:-160px; top:0px; line-height:73px; color:#FFF; font-size:18px; text-align:center; display:none;}
.izl-rmenu .btn-top{background:url(../images/r_top.png) 0px 0px no-repeat; background-color:#666666; display:none;}
.izl-rmenu .btn-top:hover{background-color:#444;}

/*分页样式*/

.pagination {

	padding: 25px 0 15px;

	text-align: center;

	overflow: hidden;

}

.pagination a {

	font-size: 12px;

	line-height: 30px;

	display: inline-block;

	height: 30px;

	padding: 0 12px;

	margin: 0 5px;

	text-align: center;

	color: #333;

	border: 1px solid #e3e3e3;

	background: #fff;

}

.pagination a.a1 {

	line-height: 30px;

	height: 30px;

	margin-top: 0;

	padding: 0 12px;

}

.pagination a:hover {

	text-decoration: none;

	color: #000;

	background: #f1f1f1;

}

.pagination span {

	line-height: 30px;

	display: inline-block;

	height: 30px;

	padding: 0 12px;

	text-align: center;

	color: #fff;

	margin: 0 5px;

	cursor: default;

}

/* 内页留言样式 */

.yzh-table-feedback tr {

	height: 40px;

}

.yzh-table-feedback .input-label {

	font-size: 14px;

	line-height: 20px;

	width: 80px;

	height: 20px;

	padding: 5px;

	vertical-align: top;

}

.yzh-table-feedback .input-text {

	line-height: 28px;

	width: 400px;

	height: 28px;

	margin-bottom: 15px;

	font-size: 14px;

	border: 1px solid #ccc;

	background: #fff;

	padding: 0 5px;

	transition: 0.3s;

}

.yzh-table-feedback .input-textarea {

	width: 470px;

	height: 210px;

	margin-bottom: 10px;

	padding: 5px;

	border: 1px solid #ccc;

	background: #fff;

	padding-left: 5px;

	transition: 0.3s;

}

.yzh-table-feedback .input-verifycode {

	line-height: 28px;

	width: 100px;

	height: 28px;

	margin-bottom: 15px;

	padding: 0 5px;

	border: 1px solid #ccc;

	background: #fff;

	float: left;

	transition: 0.3s;

}

.yzh-table-feedback .input-text:focus, .input-textarea:focus, .yzh-table-feedback .input-verifycode:focus {

	border-color: #666;

	outline: 0;

}

.yzh-table-feedback .yzh-btn {

	font-size: 15px;

	line-height: 35px;

	display: block;

	float: left;

	width: 110px;

	height: 35px;

	margin-right: 15px;

	cursor: pointer;

	text-align: center;

	color: #fff;

	border: 0;

	background: #ee7d18;

	transition: 0.3s;

	font-family: 'Microsoft Yahei';

	border-radius: 4px;

}

.yzh-table-feedback .yzh-btn:hover {

	background: #EC0002;

}

.yzh-table-feedback .checkcode {

	border: 1px solid #dadada;

	cursor: pointer;

	margin-left: 10px;

}

/*---网站地图---*/

.yzh-map-main {

	overflow: hidden;

	margin: 10px 0;

	padding-bottom: 35px;

	background: #fff;

	font-family: "宋体";

}

.yzh-map-main .sitemap_con {

	width: 1200px;

	margin: 0 auto;

	color: #666;

}

.yzh-map-main .sitemap_con .map_top {

	border-bottom: 2px solid #555;

	margin-bottom: 35px;

}

.yzh-map-main .sitemap_con .map_top img {

	float: left;

}

.yzh-map-main .site_r_link {

	width: 120px;

	margin-top: 35px;/*上边界根据需要进行调整*/

	padding: 5px 10px;

	background: #f8f8f8;

	text-align: center;

	background: #555;

	color: #fff;

}

.yzh-map-main .site_r_link a {

	color: #fff;

}

.yzh-map-main .site_r_link a:hover {

	text-decoration: underline;

}

/*站点地图，显示方式样式，上边界根据需要进行调整*/

.yzh-map-main .site_plc {

	padding: 5px 0;

	text-indent: 10px;

	background: url(../img/ico-plus.gif) no-repeat 0 8px;

}

.yzh-map-main .sitemap_con h4 {

	line-height: 35px;

	border-bottom: 1px dotted #ccc;

	font-size: 15px;

	margin-bottom: 5px;

	font-family: "微软雅黑";

}

.yzh-map-main .b4 {

	margin-bottom: 20px;

	overflow: hidden;

	zoom: 1;

}

.yzh-map-main .b4 ul {

}

.yzh-map-main .b4 li {

	line-height: 30px;

	width: 155px;

	float: left;

	background: url(../img/icona.jpg) no-repeat left center;

	padding-left: 14px;

}

/*百度地图样式*/

#baidu-map {

	width: 700px;

	height: 450px;

	border: #ccc solid 1px;

	margin: 0 auto

}


/*租车样式*/
.box1_c1{float:left;margin-left:0;margin-top:30px;}
.box1_c2{float:left;margin-left: 77px;margin-top:30px;}
.box1_c1_1{font-size:20px;  margin-top:32px;}
.box1_c1_2{ font-size:12px; color:#7a7a7a;}
