@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-inner {
	position: relative;
	max-width:100%;
	margin: 0 auto;
}
.home-market-section .section-inner .swiper-container {
	height: 320px;
	max-width: 100%;
}
.home-market-section .section-inner .swiper-container .swiper-wrapper {
	align-items: center;
	height: 320px!important;
}
/*内容列表*/
.home-market-section .section-inner .swiper-container .swiper-wrapper .swiper-slide {
	height: 320px!important;
	background: 0 0;
	padding: 0 30px;
	box-sizing: border-box;
	text-align: center; overflow:hidden;
}
.home-market-section .section-inner .swiper-container .swiper-wrapper .swiper-slide>a {
	display: block;
	float: left;
	position: relative;
	background-color: #fff;
	width: calc((100% - 20px)/ 1);
	height: 100%;
	margin:0 10px;
}
.home-market-section .section-inner .swiper-container .swiper-wrapper .swiper-slide>a:hover {
	box-shadow: 0 10px 40px rgba(0,0,0,0.30);
	border: 2px solid rgba(12,105,190,.9);
	-webkit-box-shadow: 0 10px 40px rgba(0,0,0,0.30);
}
.home-market-section .section-inner .swiper-container .swiper-wrapper .swiper-slide .pimg {width: 100%; height:171px;line-height:171px; border:#ddd 1px solid;position: relative;display: inline-block;line-height: 81px;vertical-align: middle;overflow:hidden;}
.home-market-section .section-inner .swiper-container .swiper-wrapper .swiper-slide .pimg img {display: block;position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto;max-width:100%; max-height:100%;}

.home-market-section .section-inner .swiper-container .swiper-wrapper .swiper-slide p {height: 40px;line-height: 40px;background:#2b6aaf; color:#fff; font-size:1.2em;}
.home-market-section .section-inner .swiper-container .swiper-wrapper .swiper-slide h3 { font-size:1.2em; color:#2b6aaf; padding:10px 0;}
.home-market-section .section-inner .swiper-container .swiper-wrapper .swiper-slide .tex1 { height:44px; line-height:22px; font-size:0.8em;}
.home-market-section .section-inner .swiper-container .swiper-wrapper .swiper-slide .more3 { font-size:0.8em; color:#42a401; margin-top:10px;}
.home-market-section .section-inner .swiper-container .swiper-wrapper .swiper-slide>a:last-of-type {
	margin-right: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet { display:none;}
/*左右箭头*/
.home-market-section .section-inner .swiper-button-prev,.home-market-section .section-inner .swiper-button-next{ width:25px; height:42px;}
.home-market-section .section-inner .swiper-button-prev {
	left: 0;
	top: 50%;
	margin-top:-21px;
	background: url(../images/wap_ocprev_h.png);
}
.home-market-section .section-inner .swiper-button-next {
	right: 0;
	top: 50%;
	margin-top:-21px;
	background: url(../images/wap_ocnext_h.png);
	/*transform: rotate(180deg);*/
}
