*{
	margin: 0;
	padding: 0;
}
ul li{
	list-style: none;
}
a{
	cursor: pointer;
	text-decoration: none;
	color: #000000;
}
body{
	color: #000000;
	font-size: 16px;
}
.main{
	width: 1200px;
	margin: 0 auto;
}
.banner img{
	width: 100%;
}
.video{
	width: 100%;
    height: 100%;
	position: relative;
    text-align: center;
}
.colo{
	text-align: center;
	width: 100%;
	color: #ff0030;
	margin-top: -15px;
}
.tab1{
	width: 380px;
    height: 300px;
    float: left;
    margin-right: 20px;
    margin-top: 30px;
}
.zant{
	position: absolute;
	top: 100px;
	left: 155px;
}
.tit{
	position: relative;
	top: -40px;
	color: #ffffff;
}
.nr{
	display: none;
}

.boxli{
	color: #6ea32f;
	background: url(../img/bgk.png) no-repeat;
	background-size: 100% 100%;
	font-weight: bold;
	width: 380px;
	height: 35px;
	line-height: 35px;
	margin-bottom: 15px;
	cursor: pointer;
}
.choose{
	background: url(../img/bgm.png) no-repeat;
	color: #FFFFFF;

}