@charset "utf-8";
* {
	padding: 0;
	margin: 0;
	font-family: "微软雅黑";
	box-sizing: inherit;
	outline: none;
}
:after, :before {
	box-sizing: inherit;
}
a {
	text-decoration: none;
	color: inherit;
}
ul {
	list-style: none;
}

.pc-bg-container {
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;

}
.home-market-section {
	text-align: center;
}
/*标题*/
.home-market-section .section-title {
	margin-bottom: 30px;
	font-size: 30px;
	min-width: 150px;
	text-align: left;
	color: #F8F8F8;
	display: inline-block;
	position: relative;
	border: none;
	height: 42px;
	line-height: 42px;
	padding-left: 10px;
}
.home-market-section .section-title a {
	width: 100%;
	display: block;
	position: relative;
}
.home-market-section .section-title a:before {
	position: absolute;
	content: '';
	right: -12px;
	width: 15px;
	height: 15px;
	background-repeat: no-repeat;
	top: 50%;
	transform: translate(0, -50%);
	transition: .2s;
}
.home-market-section .section-title a:hover:before {
	right: -16px;
}
/*内容盒子*/
.home-market-section .section-inner {
	position: relative;
	max-width: 100%;
	margin: 0 auto;
}
.home-market-section .section-inner .swiper-container {
	max-width: 100%;
}
.home-market-section .section-inner .swiper-container .swiper-wrapper {
	align-items: center;
}
/*内容列表*/
.home-market-section .section-inner .swiper-container .swiper-wrapper .swiper-slide {
	height: auto!important;
	background: 0 0;
	padding: 0 0;
	box-sizing: border-box;
	text-align: center;
}
.home-market-section .section-inner .swiper-container .swiper-wrapper .swiper-slide>a {
	display: block;
	float: left;
	position: relative;
	background-color: #fff;
/*	border: 1px solid rgba(201,164,103,.2);*/
	width: calc((100% - 80px)/ 3);
	padding: 0;
	height: 100%;
	margin: 10px 10px 30px 10px;
	border-radius: 5px;
}





.home-market-section .section-inner .swiper-container .swiper-wrapper .swiper-slide2>a {
	display: block;
	float: left;
	position: relative;
	background-color: #fff;
/*	border: 1px solid rgba(201,164,103,.2);*/
	width: calc((100% - 80px)/ 4);
	padding: 0;
	height: 100%;
	margin: 10px 10px 30px 10px;
	border-radius: 5px;
}






.home-market-section .section-inner .swiper-container .swiper-wrapper .swiper-slide>a:hover {
	box-shadow: 0 3px 10px rgba(0,0,0,0.30);
	-webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.30);
}
.home-market-section .inner-content{
	width: 100%;
	overflow: hidden;
}
.home-market-section .inner-content .pic{
    width: 100%;
    padding-bottom: 75%;
    overflow: hidden;
    position: relative;
	border: 1px solid #dcdcdc;
}
.home-market-section .section-inner .swiper-container .swiper-wrapper .swiper-slide .pic img {
width: auto !important;
    height: 100% !important;
    left: 50%!important;
    top: 50%!important;
    -webkit-transform: translate(-50%,-50%)!important;
    -ms-transform: translate(-50%,-50%)!important;
    transform: translate(-50%,-50%)!important;
    position: absolute!important;
}
.home-market-section .section-inner .swiper-container .swiper-wrapper .swiper-slide h3 {
	font-weight: normal;
	margin-top: 25px;
	font-size: 18px;
	color: #252b3a;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.home-market-section .section-inner .swiper-container .swiper-wrapper .swiper-slide p {
	margin-top: 10px;
	font-size: 14px;
	color: #a0a2a8;
	text-align: center;
	line-height: 22px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.home-market-section .section-inner .swiper-container .swiper-wrapper .swiper-slide>a .time {
	width: 100%;
	text-align: center;
/*	border-top: 1px solid #e7e7e7;*/
	color: #666a75;
	padding-top: 10px;
	letter-spacing: .44px;
	line-height: 23px;
	margin-bottom:30px;
}
.home-market-section .section-inner .swiper-container .swiper-wrapper .swiper-slide>a .time span {
	font-size: 16px;
	color: #d5404c;
	letter-spacing: 0;
	line-height: 23px;
	margin-right: 3px;
	text-decoration: underline;
	text-transform: uppercase;
}
.home-market-section .section-inner .swiper-container .swiper-wrapper .swiper-slide>a:last-of-type {
}
/*分页*/
.home-market-section .section-inner .swiper-container .swiper-pagination-bullets {position: relative;margin-top: 24px;}
.home-market-section .section-inner .swiper-container .swiper-pagination-bullet {
	position: relative;
	margin: 0 5px;
	width: 16px;
	height: 16px;
	border-radius: 100px;
	opacity: 1;
	background: 0 0;
}
.home-market-section .section-inner .swiper-container .swiper-pagination-bullet:before {
	content: '';
	display: inline-block;
	position: absolute;
	width: 11px!important;
	height: 11px;
	opacity: 1;
	left: 0;
	border-radius: 100px;
	background: #fff;
	border:3px solid #dfe1f1;
	vertical-align: middle;
	transition: opacity .8s, background-color .8s;
	
}
.home-market-section .section-inner .swiper-container .swiper-pagination-bullet-active {
	opacity: 1;
}
.home-market-section .section-inner .swiper-container .swiper-pagination-bullet-active:before {
	width: 11px!important;
	opacity: 1;
	border-radius: 100px;
	transform: scale(1);
	background: #fff;
	border: 3px solid #e3052a;
}
/*左右箭头*/
.home-market-section .section-inner .swiper-button-prev {
	left: 0;
	top: 42%;
	margin-top: 0;
	background: url(https://www.jq22.com/demo/jqueryhuakuai201907291310/statics/images/marketplace-home-arrow_big.svg);
}
.home-market-section .section-inner .swiper-button-next {
	right: 0;
	top: 42%;
	margin-top: 0;
	background: url(https://www.jq22.com/demo/jqueryhuakuai201907291310/statics/images/marketplace-home-arrow_big.svg);
	transform: rotate(180deg);
}
.home-market-section .section-inner .swiper-button-next:hover {
	background: url(https://www.jq22.com/demo/jqueryhuakuai201907291310/statics/images/marketplace-home-arrow_big_hover.svg);
}
.home-market-section .section-inner .swiper-button-prev:hover {
	background: url(https://www.jq22.com/demo/jqueryhuakuai201907291310/statics/images/marketplace-home-arrow_big_hover.svg);
}
