/* 公共样式 */
* {
	padding: 0;
	margin: 0;
	border: none;
}
ul, ol, li {
	list-style: none;
}
em, i {
	font-style: normal;
}
a {
	text-decoration: none;
	color: #000;
}
img {
	display: inline-block;
    border: 0 none;
    vertical-align: top;
}
body {
	/* color: #333; */
	font-family: 'Microsoft YaHei', Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	overflow-x: hidden;
	width: 100%;
	font-size: 14px;
	margin: 0;
	padding: 0;
	background-color: #fff;
}
.clear:after {
	content: '\20';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
a {
    text-decoration: none;
    /* color:#fff; */
}

img {
    border: 0;
}

body {
    background: #fff;
    /* color: #666; */
}

html, body, div, dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6, p, blockquote, pre, button, fieldset, form, input, legend, textarea, th, td {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

button {
    outline: 0;
}

img {
    border: 0;
}

li {
    list-style: none;
}
.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.swiper-pagination-bullet{
    width: 56px;
    height: 5px;
    display: inline-block;
    border-radius: 0px;
    background: #fff;
    opacity: 1;
}
.swiper-pagination-bullet-active{
    background: #FFF0AF;
    opacity: 1;
}
.hidden{
    display: none;
}
input{
    outline: none;
}


@media only screen
and (min-width : 1200px) {
    .content{
        width: 1200px;
        margin:0 auto;
        text-align: center;
    } 
}

/* ----- */