/* CSS Document */
.HJZF2_Z__bottom_mj img{max-width: 100%;}
.bottom-HJ11 h4,
.bottom-HJ11 .bottom-title{
	font-size: 18px;
	color: #FDFFFF;
	font-weight: 700;
	padding-bottom:20px;
	line-height: 1.1;
}
.bottom-HJ11 p{
	font-size: 16px;
	color: #ABAFAF;
	letter-spacing: 0;
	line-height: 1.5;
	font-weight: 400;
}
.bottom-HJ11 a{
	font-size: 16px;
	color: #ABAFAF;
	line-height: 1.5;
	font-weight: 400;
	transition:all .5s;
}
.bottom-main li:not(:last-child) {padding-bottom: 10px;}
.bottom-HJ11 .bottom-logo p,.bottom-HJ11 .bottom-support ul,.bottom-HJ11 .bottom-news > div,.bottom-HJ11 .bottom-links ul{padding-top:32px;}
/* 细分样式 */
.bottom-HJ11 .bottom-main{
	display:flex;
	flex-wrap:wrap;
	padding:144px 0 32px 0;
	width: 100%;
    justify-content: space-between;
	border-bottom:1px solid rgba(60,60,60,0.4);
}
/* 第一块--表单样式 */
.bottom-HJ11 .bottom-form{
	flex: 0 0 27%;
}
.bottom-HJ11 .bottom-form .bottom-innerform{
	padding-top:20px
}
.bottom-HJ11 .bottom-form .zwy_form_item:not(:last-child){
	padding-bottom:14px;
	position:relative;
}
.bottom-HJ11 .bottom-form .zwy_form_item:not(:last-child) input,.bottom-HJ11 .bottom-form .zwy_form_item textarea{
	width: 100%;
	padding: 12px 14px;
    background: #A5A5A533;
    border-radius: 1px;
	border:none;
	color: #ABAFAF;
	text-indent:35px;
	resize: none;
}
.bottom-HJ11 .bottom-form .zwy_form_item:not(:last-child) input::-webkit-input-placeholder,.bottom-HJ11 .bottom-form .zwy_form_item textarea::-webkit-input-placeholder{
	font-size: 14px;
	color: #ABAFAF;
	font-weight: 400;
}
.bottom-HJ11 .bottom-form .zwy_form_item span.inputbg {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: red;
	pointer-events: none;
    position: absolute;
    width: 100%;
    padding: 11px 14px;
    top: 0;
}
.bottom-HJ11 .bottom-form .form_btn{
	padding-top:16px;
	position:relative;
}
.bottom-HJ11 .bottom-form .form_btn:before{
	position: absolute;
    font-size: 14px;
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
	left: 70%;
    opacity: 0;
    top: 0;
	z-index: 10;
	padding: 27px 0 12px 0;
    pointer-events: none;
}
.bottom-HJ11 .bottom-form .form_btn:hover:before{
	left: 80%;
    opacity: 1;
}
.bottom-HJ11 .bottom-form .form_btn input[type="submit"]{
	padding:12px 38px;
	border-radius: 1px;
	border:none;
	font-size: 14px;
	color: #FDFFFF;
	transition: all 0.3s;
}
.bottom-HJ11 .bottom-form .hj11_alert{
	color:red;
}
/* 第二块--链接1样式 */
.bottom-HJ11 .bottom-support{
    flex: 0 1 auto;
	order:5;
}
.bottom-HJ11 .bottom-support ul li a:before{content:"—  ";}
/* 第三块--链接2样式 */
.bottom-HJ11 .bottom-link2{
}
/* 第四块--联系方式关于我们样式 */
.bottom-HJ11 .bottom-conab{
	flex: 0 0 27%;
	order:15;
}
.bottom-HJ11 .bottom-conab .bottom-con{
	padding-bottom:32px;
	margin-bottom:23px;
	border-bottom:1px solid rgba(60,60,60,0.4);
}
.bottom-HJ11 .bottom-conab .bottom-con .conimg{
	display: flex;
    align-items: center;
	margin-right:13px;
	flex-shrink: 0;
}
.bottom-HJ11 .bottom-conab .bottom-con p{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.bottom-HJ11 .bottom-conab .bottom-ab p{
	overflow: hidden;
	text-overflow:ellipsis;
	-webkit-line-clamp: 4;
	word-wrap: break-word;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
/* icon漂移 */
.bottom-HJ11 .bottom-conab .bottom-con .conimg,.bottom-HJ11 .bottom-form .zwy_form_item span.inputbg .from-img{
	overflow:hidden;
}
.bottom-HJ11 .bottom-form .zwy_form_item span.inputbg img{
	position: relative;
    left: -80px;
}
/* 底部声明 */
.bottom-HJ11 .bottom-mess{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
	text-align: center;
}
.bottom-HJ11 .bottom-mess,.bottom-HJ11 .bottom-mess a{
	color: #565454;
	font-size: 14px;
}
/* 758add */
.bottom-HJ11 .bottom-social{
	display:flex;
	flex-wrap:wrap;
}
.bottom-HJ11 .bottom-social a:not(:last-child){
	padding-right:20px;
}
.bottom-HJ11 .bottom-social img{
	transition: .5s all;
}
.bottom-HJ11 .bottom-social a:hover img{
	transform: scale(1.1);
}
@media (max-width: 991px){
	.bottom-HJ11 .bottom-main {display:none;}
}
@media (max-width: 767px){
}