* {
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html,
body {
	width: 100%;
	height: 100%;
}

html,
body,
fieldset,
img,
iframe,
abbr {
	border: 0;
}

li {
	list-style: none;
}

textarea {
	overflow: auto;
	resize: none;
}

button {
	cursor: pointer;
}

a,
a:hover {
	text-decoration: none;
	color: #6f6f6f;
}

a,
a:active,
a:focus,
input,
button {
	outline: 0;
}

li {
	display: block;
}

.hide {
	display: none!important;
}

html,
body,
select,
textarea,
input,
button {
	font-family: "微软雅黑";
}

.clear {
	clear: both;
}

.hide {
	display: none;
}

.show {
	display: block;
}
.main{
	width:100%;
	height:54.0625rem;
	overflow: hidden;
	position:relative;
}
.c_main{
	width:100%;
	height:28.375rem;
	background:url(../images/bg.jpg) no-repeat center;
	background-size:100% 100%;
	overflow: hidden;
	position:relative;
}
.logo{
	display: block;
	width:9.03125rem;
	height:5.40625rem;
	margin:0 auto;
	margin-top:0.71875rem;
}
.c_video{
	width:18.3125rem;
	height:12.9375rem;
	background:url(../images/video.png) no-repeat center;
	background-size:100% 100%;
	position:absolute;
	left:50%;
	margin-left:-9.15625rem;
	bottom:0;
}
.c_video img{
	display: block;
	width:2.96875rem;
	height:2.96875rem;
	position:absolute;
	top:3.84375rem;
	left:50%;
	margin-left:-1.484375rem;
	animation: vGo 2s linear infinite;
	-webkit-animation: vGo 2s linear infinite;
}
@keyframes vGo{
	0%{transform: scale(1.1);}
	50%{transform: scale(1);}
	100%{transform: scale(1.1);}
}
@-webkit-keyframes vGo{
	0%{transform: scale(1.1);}
	50%{transform: scale(1);}
	100%{transform: scale(1.1);}
}
.c_con{
	width:100%;
	height:25.6875rem;
	background:url(../images/bg1.jpg) no-repeat center;
	background-size:100% 100%;
	overflow: hidden;
	position:relative;
}
.c_download{
	width:17.875rem;
	height:7.34375rem;
	border:2px solid #89572a;
	margin:0 auto;
	position:relative; 
}
.c_download .icon{
	display: block;
	width:5.09375rem;
	height:5.09375rem;
	float:left;
	margin:1.25rem 0.5625rem 0 1rem;
}
.c_download .c_txt{
	font-size:0.875rem;
	color: rgb(245, 229, 198);
	margin-top:1.25rem;
	float:left;
}
.c_download .c_txt p.s_p{
	font-size:0.625rem;
}
.c_download .c_txt a{
	display: block;
	width:5rem;
	height:1.6875rem;
	background-color:#a57524;
	border-radius: .625rem;
	text-align: center;
	line-height:1.6875rem;
	color:#f1e1c1;
	font-size:0.9375rem;
	margin-top:1.2rem;
}
.c_download .dian{
	display: block;
	width:1.1875rem;
	height:1.1875rem;
	float:right;
	margin:4.9rem 1.3125rem 0 0;
}
.c_banner{
	width:18.3125rem;
	height:15.90625rem;
	background:url(../images/banner.png) no-repeat center;
	background-size:100% 100%;
	overflow: hidden;
	position:relative;
	margin:0 auto;
}
.t_banner{
	width:16.875rem;
	height:12.6875rem;
	overflow: hidden;
	margin:2.5rem auto 0;
}
.t_banner li img{
	display: block;
	width:100%;
	height:100%;
}
.c_banner .swiper-button-prev{
	width:1.6875rem;
	height:1.6875rem;
	background:url(../images/prev.png) no-repeat center;
	background-size:100% 100%;
	margin-top:0;
}
.c_banner .swiper-button-next{
	width:1.6875rem;
	height:1.6875rem;
	background:url(../images/next.png) no-repeat center;
	background-size:100% 100%;
	margin-top:0;
}
.top_load{
	display: inline-block;
	width: 100%;
	height: 15rem;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}