.footer_wrap .footer{width:1200px;border-top:1px solid #dfdfdf;padding:20px 0;margin:0 auto}.footer_wrap .footer .footer_con{display:flex;flex-direction:column;align-items:center}.footer_wrap .footer .footer_con>div .title{font-size:16px;margin-bottom:22px}.footer_wrap .footer .footer_con>div:first-of-type{display:flex;flex-direction:column;align-items:center}.footer_wrap .footer .footer_con>div:first-of-type .title{color:#333}.footer_wrap .footer .footer_con>div:first-of-type div{display:flex;align-items:center}.footer_wrap .footer .footer_con>div:first-of-type div a{width:196px;height:44px;background:#e60012;border-radius:4px;color:#fff;display:flex;align-items:center;justify-content:center}.footer_wrap .footer .footer_con>div:first-of-type div a img{margin-right:8px}.footer_wrap .footer .footer_con>div:first-of-type div p{color:#518dc7;font-size:14px;margin-left:20px;font-weight:bold}.footer_wrap .footer .footer_con>div:last-of-type .title{text-align:center;color:#000}.footer_wrap .footer .footer_con>div:last-of-type div{display:flex;align-items:center;width:1014px;justify-content:center}.footer_wrap .footer .footer_con>div:last-of-type div i{display:block;height:40px;border:1px solid #dfdfdf;margin:0 103px}.footer_wrap .footer .footer_con>div:last-of-type div .icon_wrap{display:flex;justify-content:space-between}.footer_wrap .footer .footer_con>div:last-of-type div .icon_wrap a{width:48px;height:48px;position:relative}.footer_wrap .footer .footer_con>div:last-of-type div .icon_wrap a>img{width:100%;height:100%}.footer_wrap .footer .footer_con>div:last-of-type div .icon_wrap a .codeImg_wrap{width:110px;height:156px;background-size:100% 100%;align-items:center;justify-content:center;position:absolute;top:-168px;left:50%;transform:translateX(-50%);display:none}.footer_wrap .footer .footer_con>div:last-of-type div .icon_wrap a .codeImg_wrap.codeImg_wrap01{top:-172px}.footer_wrap .footer .footer_con>div:last-of-type div .icon_wrap a .codeImg_wrap p{height:100%;display:flex;flex-direction:column;text-align:center}.footer_wrap .footer .footer_con>div:last-of-type div .icon_wrap a .codeImg_wrap p img{width:100px;height:100px;margin:5px auto}.footer_wrap .footer .footer_con>div:last-of-type div .icon_wrap a .codeImg_wrap p span{font-size:12px;line-height:16px;color:#333;transform:scale(0.83334)}.footer_wrap .footer .footer_con>div:last-of-type div .link_wrap{font-size:14px}.footer_wrap .footer .footer_con>div:last-of-type div .link_wrap a{color:#999;border-left:1px solid #dfdfdf;padding:0 20px}.footer_wrap .footer .footer_con>div:last-of-type div .link_wrap a:first-of-type{border:none;padding-left:0}.footer_wrap .footer .footer_con .slogan{width:1014px;height:42px;border-radius:7px;border:1px solid #518dc7;color:#518dc7;font-size:14px;display:flex;align-items:center;justify-content:space-around;margin:15px auto;font-weight:bold}.footer_wrap .footer .footer_con .slogan a{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:#518dc7;cursor:pointer}.footer_wrap .footer .footer_con .slogan span{font-size:14px}.footer_wrap .footer .footer_con .slogan span sup{font-size:14px;vertical-align:text-top}.footer_wrap .footer .footer_con .slogan+.slogan{margin-top:0}.footer_wrap .footer .footer_record{width:1200px;text-align:center;margin-top:24px;font-size:12px;padding-top:20px;border-top:1px solid #dfdfdf}.footer_wrap .footer .footer_record p{color:#999}

.video_pop {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width:  100%;
	height:  100%;
	background:  rgba(0, 0, 0, .5);
	z-index: 999;
}
.video_pop .video_pop_container {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 800px;
	height: 450px;
	transform: translate(-50%, -50%);
	z-index: 1;
	background: #000;
}
.video_pop .video_pop_container .video_pop_close {
	position: absolute;
	right:  0;
	top: 0;
	transform: translateY(-110%);
	cursor: pointer;
}


