@charset "utf-8";



/*内容盒子*/

.home-market-section{width:1320px;padding:0 !important;}
.home-market-section .section-inner {
    position: relative;
    max-width: 1320px;
    margin: 0 auto;
}
.home-market-section .section-inner .swiper-container {
    height: 660px;
    width:1369px;
    max-width: 1320px;
}
.home-market-section .section-inner .swiper-container .swiper-wrapper {
    align-items: center;
    height:540px!important;
}
/*内容列表*/
.home-market-section .section-inner .swiper-container .swiper-wrapper .swiper-slide {
    height: 540px !important;
    background: 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;
    width:250px;
    height: 176px;
    margin-right:15px;
    border-radius: 5px;
    margin-bottom:14px;
}
.home-market-section .section-inner .swiper-container .swiper-wrapper .swiper-slide>a:nth-child(5n) {

    margin-right:0;
}
.home-market-section .section-inner .swiper-container .swiper-wrapper .swiper-slide>a:hover {
    box-shadow: 0 4px 5px rgba(0,0,0,0.30);
    -webkit-box-shadow: 0 4px 5px rgba(0,0,0,0.30);
}
.home-market-section .section-inner .swiper-container .swiper-wrapper .swiper-slide img {
    height:132px;
    width: 314px;
}

.home-market-section .section-inner .swiper-container .swiper-wrapper .swiper-slide>a:last-of-type {
    margin-right: 0;
}
/*分页*/
.home-market-section .section-inner .swiper-container .swiper-pagination-bullets {
    bottom: 50px;
}
.home-market-section .section-inner .swiper-container .swiper-pagination-bullet {
    position: relative;
    margin: 0 10px;
    width: 50px;
    height: 2px;
    opacity: 1;
    background:#aaa;
}
/*.home-market-section .section-inner .swiper-container .swiper-pagination-bullet:before {*/
/*    content: '';*/
/*    display: inline-block;*/
/*    position: absolute;*/
/*    width: 50px;*/
/*    height: 1px;*/
/*    opacity: 1;*/
/*    left: 0;*/
/*    border-radius: 100px;*/
/*    background: #dfe1f1;*/
/*    vertical-align: middle;*/
/*    transition: opacity .8s, background-color .8s;*/
/*}*/
.home-market-section .section-inner .swiper-container .swiper-pagination-bullet-active {

    width: 200px !important;
    opacity: 1;
    height:2px;

    background: #0087ac;
}
/*.home-market-section .section-inner .swiper-container .swiper-pagination-bullet-active:before {*/
/*    width: 200px!important;*/
/*    opacity: 1;*/
/*    height:1px;*/
/*    border-radius: 100px;*/
/*    transform: scale(1.2);*/
/*    background: #0087ac;*/
/*}*/
/*左右箭头*/
.home-market-section .section-inner .swiper-button-prev {
    left: 0;
    top: 118px;
    margin-top: 0;
    background: url(../images/marketplace-home-arrow_big.svg);
}
.home-market-section .section-inner .swiper-button-next {
    right: 0;
    top: 118px;
    margin-top: 0;
    background: url(../images/marketplace-home-arrow_big.svg);
    transform: rotate(180deg);
}
.home-market-section .section-inner .swiper-button-next:hover {
    background: url(../images/marketplace-home-arrow_big_hover.svg);
}
.home-market-section .section-inner .swiper-button-prev:hover {
    background: url(../images/marketplace-home-arrow_big_hover.svg);
}