*{margin:0;padding:0;}
html,body{font-size:16px;font-family: "微软雅黑";color:#242424;height:100%;background: #f2f2f2;}
ul,ol{list-style: none;}
img{ border:none;}
a{text-decoration: none;}
/*i{font-style:normal;}*/
.bold{font-weight: bold;}
.clear{overflow: hidden;}
.normal{font-weight: normal;}
.clearfix{clear: both;}
.clearfloat:after{
	content:".";
    clear:both;
    display:block;
    height:0;
    /*overflow:hidden;*/
    visibility:hidden;   
}
.clearfloat{zoom: 1;*zoom: 1;}
.block{display: block;}
table{width:100%;}
input,button{border:none;outline: none;}
.fr{
	float: right!important;
}
.fl{
	float: left!important;
}
.txt-r{
	text-align: right!important;
}
.txt-l{
	text-align: left!important;
}
.txt-c{
	text-align: center!important;
}
input,button,select{
	border:none;
	outline: none;
	background:none;
}
.red{
	color:#f0624f!important;
}
.blue{
	color:#308fff!important;
}
.white{
	color:#fff;
}
.bg-b{
	background:#308fff!important;
}
.bg-r{
	background:#f0624f!important;
}
.bg-9{
	background:#999!important;
}
.bgblue{
	background:#0767d8!important;
}
.bg9{
	background:#999!important;
}
.ml15{
	margin-left: 15px!important;
}
.ml5{
	margin-left:5px!important;
}
.ml10{
	margin-left:10px!important;
}
.ml20{
	margin-left:20px!important;
}
.ml30{
	margin-left:30px!important;
}
.ml80{
	margin-left:80px!important;
}
.mb10{
	margin-bottom: 10px!important;
}
.mb15{
	margin-bottom: 15px!important;
}
.mb20{
	margin-bottom: 20px!important;
}
.mb30{
	margin-bottom: 30px!important;
}
.mb60{
	margin-bottom: 60px!important;
}
.mt8{
	margin-top: 8px!important;
}
.mt10{
	margin-top: 10px!important;
}
.mt15{
	margin-top: 15px!important;
}
.mt20{
	margin-top: 20px!important;
}
.mt30{
	margin-top:30px!important;
}
.mt80{
	margin-top:80px!important;
}
.mt50{
	margin-top:50px!important;
}
.pd{
	padding:10px 40px!important;
}
.pl20{
	padding-left:20px!important;
}
.pd-t50{
	padding-top:50px!important;
}
.pd-b50{
	padding-bottom: 50px!important;
}
.pd-t20{
	padding-top:20px!important;
}
.pd-b20{
	padding-bottom: 20px!important;
}
.p30{
	padding:30px!important;
}
.pl-pr10{
	padding:0 10px;
}
.font14{
	font-size: 14px;
}
.font16{
	font-size: 16px;
}
.font18{
	font-size: 18px;
}
.font20{
	font-size:20px;
}
.font24{
	font-size:24px;
}
.font30{
	font-size:30px;
}
.color9{
	color:#999;
}
.btn-sure{
	background:#f0624f;
	border-radius:20px;
	color:#fff;
	font-size: 20px;
	font-weight: bold;
	cursor: pointer;
}

.swiper-container {
    width: 100%;
    height: 560px;
    border-top:1px solid #d237d2;
    border-bottom:1px solid #d237d2;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide img{
	width:100%;
	height:100%;
}




















