html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
    font-family:'Microsoft YaHei',Helvetica, Arial, sans-serif;
	vertical-align: baseline;
}
li {
	list-style: none;
}
* {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #fff !important;
	font-size: 22px;
}
i {
	font-style: normal;
}
#a1, #a2, #a3 {
	color: #fff;
}
/* ===================================
   Loader
====================================== */
.loader-bg {
	position: fixed;
	z-index: 99999;
	background-color: #171717;
	width: 100%;
	height: 100%;
}
.loader {
	border: 0 solid transparent;
	border-radius: 50%;
	width: 150px;
	height: 150px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.loader:before, .loader:after {
	content: '';
	border: 1em solid #b21d1a;
	border-radius: 50%;
	width: inherit;
	height: inherit;
	position: absolute;
	top: 0;
	left: 0;
	animation: load 2s linear infinite;
	opacity: 0;
}
.loader:before {
	animation-delay: .5s;
}
@keyframes load {
 0% {
 transform: scale(0);
 opacity: 0;
}
 50% {
 opacity: 1;
}
 100% {
 transform: scale(1);
 opacity: 0;
}
}
/*---- banner ---*/
.swiper-container {
	height: auto;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	z-index: 5;
	background-color: #171717;
}
.swiper-wrapper {
	position: relative;
	z-index: 10;
}
.swiper-slide {
	position: relative;
	text-align: center;
	float: left;
}
.swiper-slide a {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
}
.swiper-slide img {
	width: 100%;
	height: auto;
	vertical-align: middle;
	position: relative;
}
.pagination {
	position: absolute;
	height: 30px;
	width: 100%;
	bottom: 1em;
	z-index: 100;
}
.pagination .swiper-pagination-switch {
	display: inline-block;
	height: 3px;
	width: 50px;
	background: #FFF;
	opacity: 0.6;
	margin-right: 1em;
}
.pagination .swiper-active-switch {
	background: #fe5e52;
}
.addbotton {
	width: 200px;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	margin: 0 auto;
	margin-top: 60px;
	color: #fff;
	padding: 10px;
	border: 1px solid #b21d1a;
	background:#b21d1a;
	text-align: center;
	border-radius: 5px;
	cursor:pointer;
}
.addbotton input{
	width: 1px;
    background-color: transparent;
    color: transparent;
    font-size: 19px;
    outline: none;
    border: none;
    padding: 0;
    height: 0px;
    overflow: hidden;
    margin-bottom: 0;
}
.addbotton img{
	width:30px;
	height:30px;
	vertical-align:middle
	
	
	}
.cwdr{
	display:flex; width:800px; margin:0 auto;flex-wrap: wrap
	
	}
