* {
	margin: 0;
	padding: 0;
}
html,
body {
	height: 100%;
	width: 100%;
}
ul,
li {
	list-style-type: none;
}

body {
	color: #000;
	-webkit-user-select: none;
	-webkit-text-size-adjust: none;
	text-align: left;
	background-color: #f6f6f6;
	font-family: "微软雅黑", helvetica, arial;
	font-size: 16px;
	/* iphone5 宽度标准字号 */
	font-style: normal;
	line-height: 200%;
	font-weight: normal;
	font-variant: normal;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../img/bgbg.jpg);
	background-repeat: no-repeat;
	/* background-position: left bottom; */
	background-size: 100% 100%;
	position: relative;
}

a {
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(255,0);
            -webkit-user-select: none;
            -moz-user-select: none;

}
/* .main_bg {
	background: #fff;

	width: 90%;
	font-family: "arial, helvetica, sans-serif";
} */
	/*background-color: #1a5ed9;*/
	/*background-color: rgba(26, 94, 217, .5);
	padding-top: 5%;*/
.dt{
	margin-top: 15%;
	width: 100%;
	z-index: -1;
}
.dt img{
	display: block;
	width: 100%;
	z-index: 999;
	max-width: 100%;
}
.dt1{
	position: fixed;
	top:3%;
	left: 12%;
	width: 70%;
}
.dt1 img{
	display: block;
	width: 18%;
}
.dt2{
	position: fixed;
	bottom: 0;
	width: 100%;
}
.dt2 img{
	display: block;
	width: 100%;
	z-index:1;
}

.dt3{
	position: fixed;
	bottom: 2%;
	right: 2%;
	width: 35%;
}
.dt3 img{
	display: block;
	width: 100%;
	box-shadow:0px 0px 0px rgba(134,134,134,.5);
}
.dt4{
	position: fixed;
	bottom: 7%;
	right: 2%;
	width: 35%;
}
.dt4 img{
	display: block;
	width: 100%;
	box-shadow:0px 0px 0px rgba(134,134,134,1);
}
.dt5{
	position: fixed;
	bottom: 13%;
	right: 2%;
	width: 35%;
}
.dt5 img{
	display: block;
	width: 100%;
	box-shadow:0px 0px 0px rgba(134,134,134,1);
}
.dt6{
	position: fixed;
	bottom: 19%;
	right: 2%;
	width: 35%;
}
.dt6 img{
	display: block;
	width: 100%;
	box-shadow:0px 0px 0px rgba(134,134,134,1);
}
.lb{
	    width: 100%;
	    float: left;
	    margin-top: 8%;
}
.lb li{
	    width: 100%;
	    font-size: 16px;
	    float: left;
		margin-bottom:3%;
}
.lb li a{
	color: #000;
}
.left{
	width: 47.5%;
	    float: left;
	    font-size: 18px;
	    font-weight: 700;
	    text-align: right;
	    margin-right: 2.5%;

}
.right{
	    width: 47.5%;
	    float: left;
	    font-size: 18px;
	    font-weight: 700;
		margin-left: 2.5%;
}