img {
	border: 0;
}

a:link {
	color: #333;
	text-decoration: none
}

a:visited {
	color: #333;
	text-decoration: none
}

a:hover {
	color: #333;
	text-decoration: none
}

a:active {
	color: #333;
	text-decoration: none
}

ol,
ul {
	list-style: none;
}

ol,
ul,
li,
table,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

p {
	margin: 0;
	padding: 0;
}

input::-webkit-input-placeholder , textarea::-webkit-input-placeholder{
	color: #999;
}

input , textarea { 
	-webkit-appearance: none;
} 
input[type=checkbox] {
	float: left;
    margin-right: 10px;
    cursor: pointer;
    font-size: 12px;
    width: 14px;
    height: 14px;
    line-height: 1;
    position: relative;
    -webkit-appearance: none;
    border: 0;
}

input[type=checkbox]:after {
    position: absolute;
    width: 14px;
    height: 14px;
    top: 0;
    left: 0;
    content: " ";
    background-color: #fff;
    color: #fff;
    display: inline-block;
    visibility: visible;
    border-radius: 2px;
	border: 1px solid #999;
	box-sizing: border-box;
}

input[type=checkbox]:checked:after {
	font-family: "iconfont" !important;
	content: "\e7cb";
	font-size: 12px;
	background: #b88d5c;
	border-color: #b88d5c;
}

.clear {
	clear: both;
}

.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ellipsis-2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: box;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-box-orient: vertical;
	box-orient: vertical;
	-webkit-line-clamp: 2;
}

.ellipsis-3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: box;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-box-orient: vertical;
	box-orient: vertical;
	-webkit-line-clamp: 3;
}

button,
input,
select,
textarea {
	font: 14px/1.2 'Poppins' , 'Microsoft YaHei';
}
input::-webkit-input-placeholder{color: #999;}


.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	box-sizing: border-box
}

@media (min-width:768px) {
	.container {
		width: 750px
	}
}

@media (min-width:992px) {
	.container {
		width: 970px
	}
}

@media (min-width:1200px) {
	.container {
		width: 1170px
	}
}

@media (min-width:1440px) {
	.container {
		width: 1410px
	}
}


.pull-right {
	float: right!important
}

.pull-left {
	float: left!important
}

.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.text-center {
	text-align: center
}

.hide {
	display: none!important
}

.show {
	display: block!important
}

.mt10 {
	margin-top: 10px;
}

.mt30 {
	margin-top: 30px;
}

.box-mtb80 {
	padding-top: 80px;
	padding-bottom: 80px;
	overflow: hidden;
}

@media (max-width:1439px) {
	.box-mtb80 {
		padding-top: 70px;
		padding-bottom: 70px;
	}
}

@media (max-width:1199px) {
	.box-mtb80 {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

@media (max-width:991px) {
	.box-mtb80 {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

@media (max-width:767px) {
	.box-mtb80 {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

.box-mtb60 {
	padding-top: 60px;
	padding-bottom: 60px;
	overflow: hidden;
}

@media (max-width:1439px) {
	.box-mtb60 {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

@media (max-width:1199px) {
	.box-mtb60 {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

@media (max-width:991px) {
	.box-mtb60 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

@media (max-width:767px) {
	.box-mtb60 {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

.box-mt80{
	margin-top: 80px;
	overflow: hidden;
}

@media (max-width:1439px) {
	.box-mt80 {
		margin-top: 70px;
	}
}

@media (max-width:1199px) {
	.box-mt80 {
		margin-top: 60px;
	}
}


@media (max-width:991px) {
	.box-mt80 {
		margin-top: 50px;
	}
}

@media (max-width:767px) {
	.box-mt80 {
		margin-top: 40px;
	}
}

.box-mt50{
	margin-top: 50px;
	overflow: hidden;
}

@media (max-width:1199px) {
	.box-mt50{
		margin-top: 40px;
	}
}

@media (max-width:991px) {
	.box-mt50{
		margin-top: 30px;
	}
}

.box-mt40{
	margin-top: 40px;
	overflow: hidden;
}

@media (max-width:1199px) {
	.box-mt40{
		margin-top: 30px;
	}
}

@media (max-width:991px) {
	.box-mt40{
		margin-top: 20px;
	}
}

.box-mt30{
	margin-top: 30px;
	overflow: hidden;
}

@media (max-width:1199px) {
	.box-mt30{
		margin-top: 25px;
	}
}

@media (max-width:20px) {
	.box-mt30{
		margin-top: 10px;
	}
}

.bg-white{background: #fff;}
.bg-grey{background: #f7f7f7;}

.col-12 {
	width: 100%
}

.col-11 {
	width: 91.66666667%
}

.col-10 {
	width: 83.33333333%
}

.col-9 {
	width: 75%
}

.col-8 {
	width: 66.66666667%
}

.col-7 {
	width: 58.33333333%
}

.col-6 {
	width: 50%
}

.col-5 {
	width: 41.66666667%
}

.col-4 {
	width: 33.33333333%
}

.col-3 {
	width: 25%
}

.col-2 {
	width: 16.66666667%
}

.col-1 {
	width: 8.33333333%
}

/* 表单元素 */
.form-control {width: 100%; height: 45px; font-size: 16px; border: 1px solid #e4e4e4; padding: 6px 12px; border-radius: 6px; color: #333; background-color: #fff; box-sizing: border-box; display: inline-block; -moz-appearance: none; -webkit-appearance: none; outline: none;}
textarea.form-control { height: auto; resize: none; padding: 12px;}

.form-btn{height: 45px; line-height: 45px; border-radius: 45px; font-size: 16px; background: #b88d5c; color: #fff; padding: 0 30px; border: none; cursor: pointer;}


@media (max-width: 1439px){
	.form-control{font-size: 14px;}
	.form-btn{font-size: 14px;}
}

@media (max-width: 991px){
	.form-control{height: 40px;}
	.form-btn{height: 40px; line-height: 40px;}
}


.pagination { text-align: center; }
.pagination li { display: inline-block; margin: 0 2px; }
.pagination li a { font-size: 14px; width: 40px; height: 40px; line-height: 40px; display: block; color: #555; font-weight: bold; border: 1px solid #e1e1e1; font-family: arial; text-align: center; background: #fff; vertical-align: middle; }
.pagination li:hover a, .pagination li.active a { background: #b88d5c !important; border-color: #b88d5c; color: #fff; }

@media (max-width: 767px){
	.pagination li a{width: 36px; height: 36px; line-height: 36px; font-weight: normal;}
}


.index-container{
	padding-left: 4%;
	padding-right: 4%;
}
