﻿

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ul,
ol,
li {
	list-style: none;
}

i, em {
	font-style: normal;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 500;
}
/*清除浮动*/
.clear {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

.clearfix:after {
	display: block;
	overflow: hidden;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}


.fl {
    float:left;
    display: inline;
}
.fr {
    float:right;
    display: inline;
}


.por{
    position: relative;
}

.poa{
    position: absolute;
}

.pof{
    position: fixed;
}

.ovh{
    overflow: hidden;
}


.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	/* display: none; */
}

.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: transparent;
	color: transparent;
	padding: 0;
	border: none;
	outline: none;
}

.slick-dots{
	position: absolute;
	width: 80%;
	left: 10%;
	bottom: 80px;
	z-index: 9999;
}

.slick-dots li{
	display: inline-block;
	width: 7px;
	height: 7px;
	border-radius: 6px;
	background: #fff;
	margin: 0 4px;
	cursor: pointer;
	/* opacity: 0.7; */
	transition: all .4s;
    -webkit-transition: all .4s;
}
.slick-dots li.slick-active{
	/* width: 29px;
	opacity: 1; */
}


