* {
	margin: 0;
	padding: 0;
}
body{
	min-width: 1000px;
	background: #640000;
}
.main {
	width: 1000px;
	margin: 0 auto;
}
.l {
	float: left;
}
.r {
	float: right;
}
a {
	text-decoration: none;
}
ul,ol {
	list-style: none;
}
.img img {
	width: 100%;
	display: block;
}
button {
	outline: none;
	cursor: pointer;
	-webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}

.banner {
	width: 100%;
	height: 488px;
	background: url(../img/banner.jpg) no-repeat center;
}
#time {
	width: 100%;
	background: #460000;
	height: 101px;
}
.time {
	width: 1000px;
	height: 101px;
	line-height: 101px;
	background: url(../img/jpg1.jpg);
}
.time span {
	float: left;
	margin-left: 172px;
    color: #fff;
    font-size: 26px;
}
.clearfix {
	float: left;
	margin-left: 184px;
}
.clearfix  div {
	text-align: center;
	width: 55px;
	float: left;
	margin-right: 35px;
	color: #940f07;
	font-size: 28px;
	font-weight: bold;
}

#video {
	width: 1465px;
	height: 663px;
	margin: 63px auto 33px;
	background: url(../img/jpg4.jpg);
	overflow: hidden;
}
.video {
	width: 713px;
	height: 621px;
	margin: 13px auto;
	background: url(../img/png1.png);
	overflow: hidden;
}
.video .common {
	margin: 33px auto 0;
	width: 648px;
    height: 365px;
    overflow: hidden;
}
.video .bg {
	width: 648px;
    height: 365px;
	background: url(../img/jpg6.jpg);
	background-size: 100% 100%;
	cursor: pointer;
}

.kc {
	height: 1261px;
	background: url(../img/jpg7.jpg?11);
	overflow: hidden;
}
.kc div {
	width: 800px;
    height: 331px;
    margin-top: 332px;
    margin: 332px auto 0;
}
.kc div a {
	width: 100%;
	height: 100%;
	display: block;
}
.kc button {
	width: 238px;
	height: 58px;
	border: none;
	font-size: 28px;
	border-radius: 29px;
	overflow: hidden;
	color: #fff;
	margin: 1090px auto 0;
	display: block;
	background: -moz-linear-gradient(left, #dc3737 63%, #aa1113 100%);
    background: -webkit-linear-gradient(left, #dc3737 63%,#aa1113 100%);
    background: -o-linear-gradient(left, #dc3737 63%,#aa1113 100%);
    background: -ms-linear-gradient(left, #dc3737 63%,#aa1113 100%);
    background: linear-gradient(to left, #dc3737 63%,#aa1113 100%);
}

.floatRight {
	width: 88px;
	position: fixed;
	top: 200px;
	right: 70px;
}
.floatRight b,.floatLeft b {
    display: block;
    color: #999999;
    transform: rotate(45deg);
    border-radius: 50%;
    font-size: 30px;
    text-align: right;
    cursor: pointer;
    font-weight: normal;
}
.floatRight ul {
	margin-top: 20px;
}
.floatRight ul li {
	width: 88px;
	height: 87px;
	cursor: pointer;
	margin-top: 10px;
	border-radius: 10px;
	overflow: hidden;
}
.floatRight ul li a {
	display: block;
	width: 88px;
	height: 87px;
}
.floatRight ul li:nth-child(1) {
	background: url(../img/jpg9.jpg);
}
.floatRight ul li:nth-child(2) {
	background: url(../img/jpg10.jpg);
}
.floatRight ul li:nth-child(3) {
	background: url(../img/jpg11.jpg);
}
.floatRight ul li:nth-child(1):hover {
	background: url(../img/jpg9-hover.jpg);
}
.floatRight ul li:nth-child(2):hover {
	background: url(../img/jpg10-hover.jpg);
}
.floatRight ul li:nth-child(3):hover {
	background: url(../img/jpg11-hover.jpg);
}

.floatLeft {
	width: 105px;
	position: fixed;
	left: 0;
	top: 200px;
}
.floatLeft ul {
	margin-top: 30px;
	width: 105px;
	height: 193px;
	background: url(../img/jpg12.jpg);
	overflow: hidden;
}
.floatLeft ul li:first-child {
	margin-top: 38px;
}
.floatLeft ul li {
	width: 98px;
	height: 38px;
	margin: 0 auto;
	cursor: pointer;
}










