
/* ========== */
/* = FIXED-SUB = */
/* ========== */
.fixed-sub {
	position: fixed;
	z-index: 999;
	right: 0;
	top: 50%;
	margin-top: -170px;
	height: 340px;
	width: 65px;
	z-index: 999;
}
.fixed-sub ul {
	margin: 0px;
	padding: 0px;
}
.fixed-sub li {
	margin-bottom: 3px;
	position: relative;
}
.fixed-sub li a {
	display: block;
	position: relative;
	width: 65px;
	height: 65px;
	padding-top: 7px;
	background: #141b33;
	border-radius: 5px;
	color: #FFFFFF;
	text-align: center;
	-o-box-shadow: 0 0 10px rgba(0,0,0,.08);
	-ms-box-shadow: 0 0 10px rgba(0,0,0,.08);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.08);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.08);
	box-shadow: 0 0 10px rgba(0,0,0,.08);
}
.fixed-sub li span {
	display: inline-block;
	width: 32px;
	height: 32px;
}
.fixed-sub li .icon_01 {
	background-image: url(../images/fixed_ico_1.png);
}
.fixed-sub li .icon_02 {
	background-image: url(../images/fixed_ico_2.png);
}
.fixed-sub li .icon_03 {
	background-image: url(../images/fixed_ico_3.png);
}
.fixed-sub li .icon_04 {
	background-image: url(../images/fixed_ico_4.png);
}
.fixed-sub li .icon_05 {
	background-image: url(../images/fixed_ico_5.png);
}
.fixed-sub li p {
	font-size: 12px;
	line-height: 16px;
	height: 16px;
}
.fixed-sub li .tel {
	display: none;
	position: absolute;
	top: 0;
	right: 68px;
	width: 180px;
	letter-spacing: 1px;
	border-radius: 3px;
	font-size: 18px;
	font-weight: bold;
	height: 65px;
	line-height: 65px;
	color: #FFFFFF;
	background: #b48b62;
	color: #FFFFFF;
}
.fixed-sub li:hover a {
	background: #b48b62;
}
.fixed-sub li:hover .icon_01 {
	background-image: url(../images/fixed_ico_1h.png);
}
.fixed-sub li:hover .icon_02 {
	background-image: url(../images/fixed_ico_2h.png);
}
.fixed-sub li:hover .icon_03 {
	background-image: url(../images/fixed_ico_3h.png);
}
.fixed-sub li:hover .icon_04 {
	background-image: url(../images/fixed_ico_4h.png);
}
.fixed-sub li:hover .icon_05 {
	background-image: url(../images/fixed_ico_5h.png);
}
.fixed-sub li:hover .tel {
	display: block;
}
/* ========== */
/* = FIXED-POP = */
/* ========== */
.fixed-pop {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,.7);
	text-align: center;
	z-index: 9999;
}
.fixed-pop .content+i {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.fixed-pop .content {
	max-width: 780px;
	width: 90%;
	background: #FFFFFF;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.fixed-pop .close {
	cursor: pointer;
	position: absolute;
	top: 12px;
	right: 12px;
	width: 40px;
	height: 40px;
	background-image: url(../images/pop_close.png);
	background-size: cover;
}
.fixed-pop .con {
	padding: 45px 70px 65px;
	text-align: left;
}
.fixed-pop .tit {
	margin-bottom: 30px;
	position: relative;
	text-align: center;
	font-size: 26px;
	color: #333333;
	padding-bottom: 20px;
	font-weight: bold;
	letter-spacing: 2px;
}
.fixed-pop .tit:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -17px;
	width: 34px;
	height: 2px;
	background: #b48b62;
}
.fixed-pop .in {
	margin-bottom: 20px;
	float: left;
	width: 48%;
	margin-right: 4%;
}
.fixed-pop .in:last-child {
	margin-right: 0;
}
.fixed-pop .in input {
	width: 100%;
	height: 46px;
	border: 1px solid #e5e5e5;
	padding: 10px 20px;
	line-height: 24px;
}
.fixed-pop .button input {
	width: 100%;
	height: 46px;
	line-height: 46px;
	background: #b48b62;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 2px;
}
.fixed-pop .button input:hover {
	background: #b9834d;
}
.fixed-pop .box {
	max-width: 540px;
	margin: 0 auto;
	position: relative;
	padding-right: 120px;
}
.fixed-pop .box .in {
	padding: 0 25px;
	position: relative;
	border: 1px solid #e5e5e5;
}
.fixed-pop .box .in span {
	position: absolute;
	top: 5px;
	left: 10px;
	font-size: 14px;
	color: #ff0000;
}
.fixed-pop .box .in input {
	width: 100%;
	font-size: 12px;
	padding: 0;
	line-height: 30px;
	height: 30px;
	border: none;
}
.fixed-pop .box .select-in {
	padding: 0;
}
.fixed-pop .box select {
	padding: 0 18px;
	width: 100%;
	height: 30px;
	line-height: 30px;
	border: none;
	font-size: 12px;
	color: #999999;
}
.fixed-pop .box .right {
	position: absolute;
	top: 0;
	right: 0;
	width: 85px;
	height: 85px;
	background: #b38c63;
	color: #FFFFFF;
	font-size: 12px;
	padding: 20px 10px;
	line-height: 22px;
	text-align: center;
}
.fixed-pop .box .right input {
	position: absolute;
	top: 0;
	left: 0;
	background: none;
	border: none;
	width: 85px;
	height: 85px;
}
.fixed-pop .box-text {
	margin-top: 15px;
	color: #8a8a8a;
	text-align: center;
	letter-spacing: 1px;
}
.fixed-pop .box-text span {
	font-size: 16px;
}
.fixed-pop .box-text i {
	font-style: normal;
	color: #b08b62;
	font-size: 20px;
}
.fixed-pop .box-text em {
	font-style: normal;
	padding-left: 80px;
	color: #b48b62;
	font-size: 16px;
	position: relative;
}
.fixed-pop .box-text em:before {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -3px;
	left: 40px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #b48b62;
}
 @media screen and (max-width:600px) {
.fixed-pop .close {
	width: 25px;
	height: 25px;
}
.fixed-pop .con {
	padding: 30px 20px;
}
.fixed-pop .tit {
	margin-bottom: 30px;
	font-size: 20px;
}
.fixed-pop .in {
	margin-bottom: 15px;
	width: 100%;
}
.fixed-pop .box {
	padding-right: 0;
}
.fixed-pop .box .right {
	width: 100%;
	position: relative;
	top: auto;
	right: auto;
	padding: 10px;
	height: 40px;
	line-height: 20px;
}
.fixed-pop .box .right br {
	display: none;
}
.fixed-pop .box-text em {
	display: block;
	padding-left: 0;
}
.fixed-pop .box-text em:before {
	display: none;
}
}