/*index_right*/
.index_right {
    position: fixed;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    padding: 50px 0;
    height: 482px;
    box-sizing: border-box;
    z-index: 99;
    color:#fff;
}
.index_contact_box {
	position: absolute;
    right: 0;
    width: 70px;
    height: 70px;
    background-color: rgba(72,65,47,.4);
    border: 1px solid #7b7669;
    box-sizing: border-box;
    color:#fff;
}
.index_right .transition {
	transition-duration: .8s
}
.index_contact_box.cur {
	width: 163px;
	background-color: transparent;
    height: 71px;
	border:none!important;
	
}
.index_contact_box.cur:before{width:100%;}
.index_contact_box:before{
	content: "";
    background-color: #c09f48;
    position: absolute;
    height: 100%;
    width: 0;
    transition: all .8s ease;
}
.index_contact_box a{color:#fff;}
.index_contact_Item1{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 70px;
    height: 70px;
    flex-direction: column;
    font-size: 12px;
    transition-duration:.8;
    
}
.index_contact_box.cur .index_contact_Item1{display: none;}
.index_contact_box.cur .index_contact_Item2{
	display: block;
	width: 100%;
}
.index_contact_Item2{
	height: 100%;
    display: none;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.index_contact_Item2 > div{
	width:100%;
	height: 70px;
	line-height: 70px;
	text-align: center;
    white-space: nowrap;
}
.kf_icon{
	width:29px;
	height: 28px;
	background:url(../image/icon/icon_kf.png) center no-repeat;
	margin-bottom:8px;
}
.qq_icon{
	width:26px;
	height: 28px;
	background:url(../image/icon/icon_qq.png) center no-repeat;
	margin-bottom:8px;
}
.dh_icon{
	width:28px;
	height: 28px;
	background:url(../image/icon/icon_dh.png) center no-repeat;
	margin-bottom:8px;
}
.fa_icon{
	width:22px;
	height: 30px;
	background:url(../image/icon/icon_fa.png) center no-repeat;
	margin-bottom:8px;
}
.wx_icon{
	width:32px;
	height: 26px;
	background:url(../image/icon/icon_wx.png) center no-repeat;
	margin-bottom:8px;
}
.index_contact_box:nth-child(1) {
    top: 50px;
}
.index_contact_box:nth-child(2) {
    top: 128px;
}

.index_contact_box:nth-child(3) {
    top: 206px;
}

.index_contact_box:nth-child(4) {
    top: 284px;
}

.index_contact_box:nth-child(5) {
    top: 362px;
}
.index_contact_Item3{
	width: 178px;
	padding:0 20px;
	padding-bottom: 20px;
	background-color: #c09f48;
	position: absolute;
    left: -218px;
    bottom: 0;
    display: none;
}
.item3_box1{display: flex;justify-content: space-between;height:54px;align-items: center;}
.item3_box1 .item3_close{
	width: 15px;
	height: 15px;
	background:url(../image/icon/icon_close.png) center no-repeat;
	background-size: 100%;
	cursor: pointer;
}
.index_contact_Item3 input{
	text-indent: 11px;
	height: 48px;
	line-height: 48px;
	width: 100%;
}
.item3_box2{
	width: 100%;
	height: 48px;
	line-height: 48px;
	text-align: center;
	color:#c09f48;
	background: #fff;
	margin-top: 13px;
}
.index_contact_Item4{
	width: 150px;
	height: 150px;
	background-color: #c09f48;
	position: absolute;
    left: -150px;
    bottom: 0;
    display: none;
}
.index_contact_Item4 img {
	width: 100%;
	height: 100%;
}
.indexbaojia_pop{
	position: fixed;
	background-color: #fff;
	width: 409px;
	height: 412px;
	border:5px solid rgb(22,148,227);
	z-index: 99;
	display: none;
}
.bj_box1{
	position: relative;
	height: 100%;
	width: 100%;
}
.bj_close{
	position: absolute;
	width: 25px;
	height: 25px;
	right: 0;
	top: 0;
	background:url(../image/icon/pop_close.png) center no-repeat;
	background-size: 100%;
	cursor: pointer;
}
.bj_box1 >p{
	height: 74px;
	line-height: 74px;
	text-align: center;
	color:#9b8650;
	font-size: 26px;
}
.input_box,.input_box2{
	padding:0 27px;
	width: calc(100% - 54px);
	margin-bottom:10px;
}
.input_box input{
	height: 52px;
	line-height: 52px;
	width: 100%;
	text-indent: 15px;
	border:1px solid #eee;
}
.input_box2 {display: flex;align-items: center;justify-content: space-between;}
.input_box2 input{
	height: 52px;
	line-height: 52px;
	width: 173px;
	text-indent: 15px;
	border:1px solid #eee;
}
.input_box2 img{width: 166px;height: 54px;}
.bj_submit{cursor: pointer;margin-top:15px;width: 100%;height: 59px;background-color: #9b8650;color:#fff;font-size: 24px;text-align: center;line-height: 59px;border-radius: 3px;}
