#container{
	position: relative;
}
.floatAD_cont_model{
	position: fixed;
	z-index: 9999999;
	top: 0;
	left: 0;
	width: 100%;
	height: 1000px;
	background-color: rgba(0,0,0,0.8);
	filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000);
	display: none;
}
.mb_dom{
	display: none;
}
.pc_dom{
	display: block;
}
.floatAD_cont{
	width: 694px;
    height: 460px;
    margin: auto;
    position: fixed;
    box-shadow: 0px 0px 20px 2px #000;
    -webkit-box-shadow: 0px 0px 20px 2px #000;
    top: 50%;
    left: 50%;
    margin: -230px 0 0 -347px;
}
.floatAD_cont_20171124{
    width: 625px;
    height: 366px;
    margin: auto;
    position: fixed;
    box-shadow: 0px 0px 20px 2px #000;
    -webkit-box-shadow: 0px 0px 20px 2px #000;
    top: 50%;
    left: 50%;
    margin: -183px 0 0 -312px;
}
.close_ad{
	position: absolute;
	background-image: url(../img/close.png);
	background-repeat: no-repeat;
	background-size: cover;
	height: 29px;
	width: 29px;
	right: -12px;
	top: -12px;
	z-index: 2;
	cursor: pointer;
}
.close_ad_20171124{
	position: absolute;
	background-image: url(../img/20171124/img_close.png);
	background-repeat: no-repeat;
	background-size: 10px;
	background-position: center;
	height: 29px;
	width: 29px;
	right: 0px;
	top: 0px;
	z-index: 2;
	cursor: pointer;
}
.cont_top{
	background-color: #FFFFFF;
	height: 340px;
}
.cont_top_title{
    width: 400px;
    text-align: center;
    padding: 40px 0px 20px;
}
.cont_top_title >img{
	width: 38px;
	vertical-align: top;
	margin-right: 14px;
}
.cont_top_title >span{
	color: #004785;
	font-size: 24px;
	font-weight: bold;
}
.cont_top_content{
	width: 340px;
    text-align: justify;
    color: #000000;
    font-size: 14.5px;
    line-height: 26px;
    padding: 0px 30px;
    position: relative;
    z-index: 1;
}
.banner_r_pc_img{
	position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    width: 434px;
}
.cont_bottom{
	position: relative;
	background-image: url(../img/bottom_pc.png);
	background-repeat: no-repeat;
	height: 127px;
	width: 100%;
	background-size: cover;
}
.cont_bottom >div{
	line-height: 130px;
}
.cont_bottom >div >span{
	color: #FFFFFF;
	font-size: 16px;
}
.btn_djcc{
	vertical-align: middle;
	width: 114px;
}
.cont_bottom_text_l{
	padding-left: 30px;
}
.floatAD_cont_logo{
	width: 53px;
	position: absolute;
	right: 17px;
	bottom: 23px;
}
.sq_logo_img{
	position: absolute;
    width: 88px;
    right: 20px;
    top: 35px;
    cursor: pointer;
}
.sq_logo_img_20171124{
	position: absolute;
	width: 75px;
    right: 100px;
    top: 35px;
    cursor: pointer;
}
.cont_float{
	width: 625px;
	height: 366px;
	background-image: url(../img/20171124/pc_float.jpg);
	background-repeat: no-repeat;
}
#safe_tips{
	display: none;
}

@media (min-width: 320px) and (max-width: 768px){
	.floatAD_cont{
		width: 85%;
		margin: auto;
		position: relative;
		top: 60px;
		left: 0;
	}
	.floatAD_cont_20171124{
		width: 88%;
		height: auto;
		margin: auto;
		position: relative;
		top: 130px;
		left: 0;
	}
	.mb_dom{
		display: block;
	}
	.pc_dom{
		display: none;
	}
	.close_ad{
		position: absolute;
		background-image: url(../img/close.png);
		background-repeat: no-repeat;
		background-size: cover;
		height: 18px;
		width: 18px;
		left: -8px;
		top: -8px;
		z-index: 2;
		cursor: pointer;
	}
	.close_ad_20171124{
		position: absolute;
		background-image: url(../img/20171124/img_close.png);
		background-repeat: no-repeat;
		background-size: 10px;
		background-position: center;
		height: 29px;
		width: 29px;
		right: 0px;
		top: 0px;
		z-index: 2;
		cursor: pointer;
	}
	.cont_top{
		height: auto;
		overflow: hidden;
	}
	.cont_top >div{
		width: 50%;
	}
	.cont_top_l{
		float: left;
	}
	.cont_top_r{
		float: right;
	}
	.cont_bottom{
		background:#FFFFFF;
		text-align: center;
		height: auto;
	}
	.safe_img{
		margin: 15px 0px;
		width: 46px;
	}
	.cont_bottom_content{
		color: #000000;
		font-size: 14px;
		text-align: left;
		padding: 13px 20px 0px;
	}
	.cont_bottom >div{
		line-height: 24px;
	}
	.cont_bottom_bottomCont{
		color: #004785;
		font-weight: bold;
	    padding: 14px 20px 30px;
	    font-size: 14px;
	    line-height: 14px !important;
		text-align: left;
	}
	.btn_djcc{
		width: 89px;
	}
	.sq_logo_img {
	    position: absolute;
	    width: 50px;
	    right: 10px;
	    top: 75px;
	    cursor: pointer;
	    z-index: 2;
	}
	.sq_logo_img_20171124 {
	    position: absolute;
		width: 75px;
	    right: 55px;
	    top: 74px;
	    cursor: pointer;
	    z-index: 2;
	}
	.cont_float{
		width: 329px;
		height: 192px;
		background-image: url(../img/20171124/mb_float.jpg);
		background-repeat: no-repeat;
		background-size: cover;
	}
}

@media (min-width: 320px) and (max-width: 374px){
	.cont_bottom >div {
	    line-height: 21px;
	}
	.cont_bottom_content {
	    color: #000000;
	    font-size: 13px;
	    text-align: justify;
	    padding: 10px 16px 0px;
	}
	.safe_img {
	    margin: 10px 0px;
	    width: 46px;
	}
	.cont_bottom_bottomCont {
	    color: #004785;
	    font-weight: bold;
	    padding: 12px 16px 22px;
	    font-size: 13px;
	    line-height: 13px !important;
	    text-align: left;
	}
	
}