﻿.f-l{
	float: left;
}
.f-r{
	float: right;
}
/*ul ol 下面li浮动*/
.f-li li{
	float: left;
}
/*定位 location 加盟享优惠 */
.location{
	position: fixed;
	bottom: 0;
	left: 0;
	height:68px;
	width: 100%;
	min-width: 1200px;
	background: url(../images/location.png);
	z-index: 11;

}
.location-re{
	width: 100%;
	height: 100%;
	-position: relative;
	border-top:1px solid #fff;
}
.location-ab{
	position: absolute;
	right: 15px;
	top: 5px;
}
.location-ab a{
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url(../images/delete.png) no-repeat;
}
.location .location-con{
	width: 1200px;
    margin: 15px auto;
}
.location-con p{
	float: left;
	font-size: 26px;
	color: #fff;
	line-height: 38px;
	margin-right: 48px;
}
.location-con .form{
	height: 38px;
}
.location-con .form input{
	line-height: 38px;
	width: 290px;
	padding: 0 15px;
	color: #666;
	border:0;
	height: 38px;
	background: #fff;
}
.location-con .form .button{
	display: inline-block;
	margin-left: 22px;
	line-height: 38px;
	width: 155px;
	color: #fff!important;
	font-size: 18px;
	border-radius: 5px;
	box-sizing: border-box;
	padding-left: 45px;
	float:right;
}

.location-con .form .a1{
	background:#28bb17 url(../images/location-a1.png) no-repeat 15px center;
}
.location-con .form .a1:hover{
	background:#19a80b url(../images/location-a1.png) no-repeat 15px center;
}
.location-con .form .a2{
	background:#fe0000 url(../images/location-a2.png) no-repeat 15px center;
}
.location-con .form .a2:hover{
	background:#e20707 url(../images/location-a2.png) no-repeat 15px center;
}
.nav-fixed{
	position:fixed;
	top: 0;
	z-index: 9;
	width: 100%;
	margin-top: 0
}



/*增加对话框*/

.dialogue{
	display: none;
	width: 336px;
	height: 190px;
	border-radius: 6px;
	background: #fff;
	position: fixed;
	top: 50%;
	margin-top: -112px;
	left: 50%;
	margin-left: -95px;
	border:1px solid #e4030d;
	font-family: 'Hiragino Sans GB';
	box-shadow:0 0 10px rgba(6, 6, 6, .5);
	z-index: 10000;
}
.quit{
	width: 100%;
	height: 30px;
	position: relative;
	background: #e4030d;
}
.quit i{
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top:-6px;
	display: block;
	width: 12px;
	height: 12px;
	cursor: pointer;
	background: url(../images/quxiao.png) no-repeat; 
}
.dialogue-con{
	padding:0 12px;
	box-sizing: border-box;
}
.dialogue-con-top{
	padding-top:5px;
	height: 120px;
}
.dialogue-con-top img{
	width: 100px;
	height: 120px;
}
.div-p{
	width: 206px;
}
.dialogue-con-top p{
	font-size: 16px;
	color:#000;
	margin:20px 0;
}
.dialogue-con-top ul li a{
	display: inline-block;
	width: 94px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color:#ff3333;
	border:1px solid #e4030d;
	border-radius: 5px;
	-margin-left: 8px;
	font-size: 16px;
}
.dialogue-con-top ul .active a{
	background: #e4030d;
	color:#fff!important;
	margin-right: 10px;
}
.dialogue-con-top ul li a:hover{
	background: #f00808;
	color:#fff!important;
}
.dialogue-con-bot form{
	border:1px solid #24c714; 
	width: 100%;
	box-sizing: border-box;
	height: 30px;
	margin-left:1px;
}
.dialogue-con-bot form input[type="text"]{
   width: 160px;
   box-sizing: border-box;
   float: left;
   height: 28px;
   padding:3px 15px;
   color:#8e8f8e;
   font-size: 14px;
   line-height: 26px;
}
.dialogue-con-bot form .button{
   display: inline-block;
   width: 150px;
   float: left;
   box-sizing: border-box;
   height: 28px;
   line-height: 28px;
   background: #24c714;
   background-image:url(../images/tel-fire.png);
   font-size: 16px;
   position: relative;
   padding-left:40px;
   cursor:pointer; 
   color:#fff!important;
}
.dialogue-con-bot form a i{
	position: absolute;
	width: 20px;
	height: 26px;
	top: 50%;
	margin-top: -13px;
	left:14px;
	background: url(../images/tel-fire.png) 0 0/cover; 
}

/*固定定位对话框*/
.dialogue1{
	width: 136px;
	border:1px solid #fe0000;
	box-sizing: border-box;
	position: fixed;
	right: 0;
	top:20%;
	background: #fff;
	border-right: 0 none;
	box-shadow:0 0 10px rgba(6, 6, 6, .5);
	font-family: 'Hiragino Sans GB';
}
.dialogue1-top{
    width: 136px;
    height: 28px;
	background:url(../images/guding.png) no-repeat left center; 
}
.dialogue1-cen{
	position: relative;
	width: 135px;
	height: 110px;
}
.dialogue1-cen img{
	display: block;
	width: 96px;
	height: 118px;
	margin:0 auto;
}
.dialogue1-cen a{
	display: inline-block;
	width: 90px;
	height: 22px;
	position: absolute;
	left:50%;
	margin-left: -45px;
	bottom: 8px;
	color:#fff!important;
	background: #fe0000;
	text-align: center;
	line-height: 22px;
	font-size: 14px;
	border-radius: 5px;
}
.dialogue1-cen a:hover{
	background: #e20707;
}
.dialogue1-bot{
	width: 135px;
	height: 58px;
	background: #e0dfdd;
	padding:0 5px;
	position: relative;
	box-sizing: border-box;
}
.dialogue1-bot form input[type="text"]{
	width: 125px;
	height: 24px;
	margin-top: 4px;
	padding:0 5px;
	color:#8e8f8e;
	line-height: 30px;
	box-sizing: border-box;
	font-size: 12px;
}

.dialogue1-bot form .button{
	width: 135px;
	height: 26px;
	position: absolute;
	bottom: 0;
	left:0;
	background:url(../images/phone-we.png) no-repeat left center;
	cursor: pointer;
	overflow: hidden;
}
.dialogue1-bot form a span{
	float: left;
	padding-left: 6px;
	display: block;
	line-height: 32px;
	margin-top: -2px;
}
.dialogue1-bot form a i{
	display: block;
	float: left;
	width: 18px;
	height: 25px;
	margin-top: 6px;
}
.dialogue1-bot form a i img{
    width: 18px;
    height: 25px;
    display: block;
}
