
.index-fixed-right{
	position: fixed;
	top:20%;
	right:20px;
	width:48px;
	border: 1px solid #e2e2e2;
	border-radius: 5px;
	z-index:2;
	background:#fff;
}
	.index-fixed-right .item {
		position: relative;
		display: block;
		width: 48px;
		text-align: center;
		padding: 18px 0;
		transition: all .3s;
		cursor:pointer;
	}

.index-fixed-right .item::after{
	content: "";
	position: absolute;
	bottom:0;
	left:50%;
	margin-left: -20px;
	width: 40px;
	height: 1px;
	background: url(/Content/Images/quick/fixed-line.png) no-repeat;
}
.index-fixed-right .item:last-child::after{
	background: none;
}
.index-fixed-right .item img{
	display: block;
	width:24px;
	margin:  0 auto;
}
.index-fixed-right .item .current-img{
	display: none;
}

.index-fixed-right .item .txt{
	text-decoration: none;
	font-size:12px;
	color:#333;
}

.index-fixed-right .item:hover{
	text-decoration: none;
	background-color: #dc0107;
}
		.index-fixed-right .item:first-child:hover {
			border-radius: 5px 5px 0 0;
		}
		.index-fixed-right .item:last-child:hover {
			border-radius: 0px 0px 5px 5px;
		}
		.index-fixed-right .item:hover .txt {
			color: #fff;
		}
		.index-fixed-right .item:hover::after {
			background: none;
		}

/*隐藏默认*/
.index-fixed-right .item03:hover .default-img,
.index-fixed-right .item04:hover .default-img,
.index-fixed-right .item05:hover .default-img{
	display: none;
}
/*显示选中*/
.index-fixed-right .item03:hover .current-img,
.index-fixed-right .item04:hover .current-img,
.index-fixed-right .item05:hover .current-img{
	display: block;
}

.fixed-sub-box{
	/*display: none;*/
	position: absolute;
	top:0;
	right:50px;
	background-color: #fff;
	border: 1px solid #e2e2e2;
	border-right: 0;
	border-radius: 5px 0 0 5px;
}
.fixed-sub-box{
	width:235px;
	padding: 5px 0 0 10px;
}

.fixed-sub-box ul li{
	float: left;
	padding: 5px 7px;
	width:100px;
	list-style: none;
}
.fixed-sub-box ul li .sub-img{
	width: 100px;
	height: 100px;
}
.fixed-sub-box ul li .sub-txt{
	font-size:12px;
	color:#000;
}
.fixed-sub-box4{
	padding: 10px 0 0 10px;

}
.sub-tit{
	padding-left: 10px;
	text-align: left;
	font-size:14px;
	color:#121212;
	font-weight: bold;
}
.fixed-sub-box4 .sub-contact{
	margin: 0 16px 10px 10px;
	padding: 0 0 10px 0;
	text-align: left;
	border-bottom: 1px solid #aaa;
}
.fixed-sub-box4 .sub-contact .c-p01{
	font-size:14px;
	color:#121212;
	font-weight: bold;
}
.fixed-sub-box4 .sub-contact .c-p02{
	padding: 2px 0;
	font-size:18px;
	color:#131313;
}
.fixed-sub-box4 .sub-contact .c-p03{
	font-size:12px;
	color:#aaa;
}
.fixed-sub-box4 ul li .sub-txt{
	color: #aaa;
}

/*显示选中*/
/*.index-fixed-right .item03:hover .fixed-sub-box3,
.index-fixed-right .item04:hover .fixed-sub-box4,
.index-fixed-right .item05:hover .fixed-sub-box5{
	display: block;
}*/
.index-fixed-right .item .fixed-sub-box img{
	 transition: all .3s;
}
.index-fixed-right .item .fixed-sub-box img:hover{
	 transform: scale(1.8);
}




/*提交表单*/

.index-right-form{
	margin: 0 20px;
}
.index-right-form .item{
	margin-bottom: 5px;
}
.index-right-form .item01{
	padding: 10px;
	border: 1px solid #e2e2e2;
	border-radius: 2px;
}
.index-right-form .item01 textarea{
	padding: 0;
	border: 0;
	width: 100%;
	outline: none;
}
.index-right-form .item02{
	padding: 1px 10px;
	border: 1px solid #e2e2e2;
	border-radius: 2px;
}
.index-right-form .item02 input,
.index-right-form .item03 input{
	width: 100%;
	border: 0;
	outline: none;
}
.index-right-form .item03 .input-box{
	margin-right: 10px;
	display: inline-block;
	width:64px;
	padding: 1px 10px;
	border: 1px solid #e2e2e2;
	border-radius: 2px;
}
.index-right-form .item03 .getCode{
	display: inline-block;
	float: right;
	padding: 0 10px;
	height: 20px;
	border: 1px solid #e2e2e2;
	background-color: #f7f7f7;
	text-align: center;
	border-radius: 2px;
	color:#b6b6b6;
}
	.index-right-form .btn label{
		display: inline-block;
		width: 100%;
		heighit: 24px;
		line-height: 24px;
		background-color: #dc0107;
		text-align: center;
		font-size: 12px;
		color: #fff;
	}
.index-right-form .item input::-webkit-input-placeholder,
.index-right-form .item textarea::-webkit-input-placeholder{
        color: #b6b6b6;
        font-size: 12px;
}