
	/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,button {
	font-family:"微软雅黑","宋体",Arial,Helvetica,sans-serif;
	font-size:14px;
	color: #333;
	margin:0;
	padding:0;
}


body{
	 /* 背景图核心设置：保证不变形 */
            background: url(../images/bg3.jpg) center center no-repeat;
            /* 关键：cover - 图片按比例缩放，铺满整个body，多余部分裁剪（无变形） */
            background-size: cover;
            /* 可选：固定背景，滚动页面时背景不移动 */
            background-attachment: fixed;
            /* 保证body高度至少铺满屏幕，避免背景显示不全 */
            min-height: 100vh;
            /* 居中展示白色半透明容器 */
            display: flex;
            justify-content: center;
            align-items: center;
}
.wraper{
	    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.logo{
	text-align: center;
    position: absolute;
    top: 6%;
    left: 50%;
    margin-left: -228px;
    z-index: 9999;
    }
.logo p{
	font-size: 40px;
    color: #fff;
    font-weight: bold;
    margin-top: 56px;
}

.db_img{
	position: relative;
	width: 500px;
	height: 30px;
    margin: 0 auto;
    margin-top:5%;
}
.db_img img{
	width: 500px;
}

.ad_img{

    margin: 0 auto;
	display: flex;justify-content: center;
}

.ad_img img{
	position: absolute;

}
.ad_font{
	
    min-width:500px;
    margin-top:150px;
    font-size: 14px;
    line-height: 28px;
	border:5px solid #ec7d6b;
	border-radius:10px;
	padding:20px;
	min-height:280px;
	letter-spacing:2px;
	background-color: rgba(255, 255, 255, 0.5);
	
	
	
}
.ad_font h1{
	font-size:28px;
	height:60px;
	line-height:50px;
	color:#ca151d;
	font-weight:bold;
}
.ad_font p{
	
}
.wangzhi{
	color: #f8e516;
}
.xitong{
	width: 100%;
	text-align: center;
}
.xitong a{
	color: #6c6868;
    font-size: 18px;
    margin: 0 16px;
    font-weight: bold;
}
.ad_font .tipInfo{
    font-size: 18px;
    margin-bottom: 20px;
    color: #ca151d;
	line-height:30px;
	font-weight:bold;
}


.clear {
	clear:both;
	overflow:hidden;
	font-size:1px;
}
.left,.fl {
	float:left;
	display:inline;
}
.right,.fr {
	float:right;
	display:inline;
}
/*form {
	display:inline-block;
}
*/
strong,b {
	font-weight:bold;
}
.cl {
	clear:both;
}
@media screen and (max-width: 600px) {
    .ad_img {
        width: 1043px!important;
        margin-top: 52%!important;
    }
    .ad_img img {
        left: 440px!important;
    }
}