	/* 默认隐藏手机版头部、导航和页脚 */
#divHead_mobile{display:none}
#divNav_mobile{display:none}
#divBottom_mobile{display:none}
@media(max-width:960px)
{
     /* 网页全屏显示 */
    body {width:100%;} 

    /* 正文全屏显示 */
    #divMain{width:100%} 

    /* 为了避免正文图片超出屏幕宽度 */
    /* 正文图片宽度最多是屏幕宽度的90% */
    #divMain img{max-width:90%} 

    /* 隐藏头部、导航、侧栏、页脚 */
    #divHead{display:none}
    #divNav{display:none}
    #divSide{display:none}
    #divBottom{display:none}

    /* 显示手机版头部、导航和页脚 */
    #divHead_mobile{display:block}
    #divNav_mobile{display:block}
    #divBottom_mobile{display:block}
}
.body1{background:url(bj.jpg) no-repeat center;background-size:cover;}
ul li{list-style:none;}


/* 居中表单 */
.juzhong{width:70%;margin:0 auto;}
.bd{width:100%;}

/* 这是表单 文本框*/
form input{width:100%;}

#tj{color:#fff;
	height:40px;
	background-color:#0080d9;
	margin-top:20px;
	margin-left:25%;
	border-radius:9px;
	border:0;
	font-size: 1.125em;
    font-weight: bold;}
.yww{text-align:center;font-size:0.875em;font-family:simhei;margin-top:5%;}
.jn{text-align:center;font-size:0.875em;font-family:simhei;margin-top:2%;}
.pppz{text-align:center;font-size:0.875em;font-family:simhei;margin-top:2%;}
.example{margin: 0 auto;}
.example ol{position:relative;width:120px;left:500px;margin-bottom:-20px;overflow:hidden;}
.example ol li{float:left;width:10px;height: 10px;background: #fff;list-style: none;}
.example ol li.seleted{background: #1AA4CA;}
.luara-{position:relative;padding:0px;overflow:hidden;}
.luara- ul{padding: inherit;margin-top:5%;width:100%}
.luara- ul li{display:none;list-style: none;}
.luara- ul li:first-child{display:block;}
.luara- ul li img{width: inherit;height: inherit;}
.box{width:100%;height:600px;margin:0 auto;}
.bd1{color:#fff;
	height:40px;
	background-color:#0080d9;
	margin-left:20%;
	width:60%;
	border-radius:9px;
	border:0;
	font-size: 1.125em;
    font-weight: bold;}
.lfooter {
    width: 100%;
    height:15%;
    background-color: #0080d9;
    position: fixed;
    bottom:0;
	left:0;
}
.lfooter ul li {
    width:29%;
    height: auto;
    float: left;
    text-align: center;

}
a:link { text-decoration: none;color: blue}
.lfooter ul li a {
    color: #FFF;
    line-height: 12px;
    font-size: 12px;
}

