﻿@charset "utf-8";
/*end弹窗*/
/*侧边栏aside*/
#aside {
	width: 53px;
	position: fixed;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 99999;
	right: 20px;
	font-size: 12px;
}

#aside a:hover {
	text-decoration: underline;
}

#aside .wrapz {
	position: relative;
	width: 65px;
	margin-top: 8px;
	height: 53px;
	padding-left: 11px;
}

#aside .right {
	width: 53px;
	height: 53px;
	position: relative;
	z-index: 20;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-ms-border-radius: 3px 3px 3px 3px;
	-o-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	cursor: pointer;
	text-align: center
}

#aside .wrapz:hover .right {
	background: #ccc;
}

#aside .right img {
	padding: 8px 0 5px 0px;
}

#aside .left {
	opacity: 0;
	filter: alpha(opacity=0);
	width: 106px;
	height: 38px;
	background: #fff;
	position: absolute;
	left: -80px;
	top: 8px;
	border: 1px solid #ec597e;
	border-right: 2px solid #da5d61;
	padding: 10px 15px;
	-moz-box-shadow: -1px 0px 3px #BBBBBB;
	-webkit-box-shadow: -1px 0px 3px #BBBBBB;
	box-shadow: -1px 0px 3px #BBBBBB;
	line-height: 20px;
}

#aside .call {
	width: 199px;
	left: -100px;
	left: -20px;
}

#aside .call .form-control {
	width: 140px;
	border-radius: 0px;
	height: 30px;
	margin-left: 14px;
	border: 1px solid #e5e5e5;
	background-color: #f9f9f9;
}

#aside .call a {
	display: block;
	color: #da5d61;
	width: 30px;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

#aside .call input {
	float: left;
	margin-top: 5px;
	line-height: 22px;
}

#aside .callbtn {
	line-height: 18px;
	color: #da5d61;
	font-weight: bold;
	width: 40px;
	float: right;
}

#aside .weixin {
	width: 100px;
	height: 120px;
	left: -80px;
	padding-top: 15px;
	text-align: center
}

#aside .back_top {
	background: #f0f0f0;
	cursor: pointer;
	border: 1px solid #d9d9d9
}

#aside .back_top img {
	position: relative;
	top: -2px;
	vertical-align: middle;
}

#aside .zzform {
	width: 262px;
	height: 370px;
	font-family: "微软雅黑";
}

#aside .zzform-con {
	width: 262px;
	position: relative;
}

#aside .zzform-bt {
	margin-top: 15px;
	text-align: center
}

#aside .zzform-bt b {
	font-size: 16px;
	color: #c03427
}

#aside .zzform-bt strong {
	font-size: 14px;
	line-height: 25px
}

#aside .zzform-form {
	margin-top: 20px
}

#aside .zzform-form .zzform-form-input {
	width: 100%;
	height: 38px;
	line-height: 38px;
}

.zzform-form-input .form-control {
	width: 182px;
	height: 35px;
	border-radius: 5px;
	background: #f3f3f3;
	border: 1px solid #d0d0d0
}

.zzform-form-bq textarea {
	width: 182px;
	height: 60px;
	border-radius: 5px;
	background: #f3f3f3;
	border: 1px solid #d0d0d0
}

.zzform-form-bq {
	margin-top: 15px
}

.zzform-form-bq .sss {
	position: relative;
	left: 75px
}

.btn-submit {
	width: 83px;
	height: 35px;
	border-radius: 5px;
	background: #c03427;
	text-align: center;
	line-height: 35px;
	color: #FFF;
	border: 0;
	position: relative;
	top: 15px;
	left: 40px;
	cursor: pointer;
	font-size: 14px;
	font-family: "微软雅黑"
}

.btn-reset {
	width: 83px;
	height: 35px;
	border-radius: 5px;
	background: #c03427;
	text-align: center;
	line-height: 35px;
	color: #FFF;
	border: 0;
	position: relative;
	top: 15px;
	left: 60px;
	cursor: pointer;
	font-size: 14px;
	font-family: "微软雅黑"
}

#aside .zzform-form span {
	font-size: 14px
}

#aside .left h2 {
	font-size: 14px;
	color: #ec597e;
	font-weight: bold;
	margin: 0;
}

#aside .left p {
	font-size: 12px;
	color: #999999;
	margin: 0;
}

#aside .triangle {
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	left: 0px;
	top: 33px;
	border-color: transparent transparent transparent #da5d61;
	border-style: solid;
	border-width: 4px 0px 4px 4px;
	width: 0;
	height: 0;
}
/*end侧边栏aside*/
	