
.swiper-container2 a {
    width: 100%;
    background-position: center !important;
    /*background: #fb6945;*/
}
.swiper-container2 a img {
    margin: 0 auto;
}
.vip{
    width: 1200px;
    margin: 0 auto;
    padding-top: 40px;
    position: relative;
}
.vip span{
    display: inline-block;
    background: linear-gradient(135deg,rgba(243,189,140,1),rgba(237,200,165,1));
    border-radius: 20px;
    padding: 5px 28px;
    font-size: 14px;
    position: absolute;
    left: 50%;
    margin-left: -40px;
    bottom: -12px;
    color: #0C1238;
}
.top-banner {
    /*background-image: url(../img/index/banner_bg.png);*/
}

.top-banner { height: 560px; }
.top-banner .bannerItem { height: 560px!important; }
.top-banner .swiper-pagination-bullet { background: #fff; opacity: .2; width: 30px; height: 4px; border-radius: 0; margin: 0 10px; }
.top-banner .swiper-pagination-bullet-active { opacity: 1; }
.top-banner .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction { bottom: 20px; }


.bannerItem .freebtn {
    height: 40px;
    line-height: 40px;
    width: 100px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    border-radius: 4px;
    font-size: 14px;
    color: #fb663e;
    transition: all .2s;
    background: #fff;
}
.bannerItem .freebtn:hover {
    /*box-shadow: 0 8px 24px 0 rgba(63,74,105,.16);
    margin-top: -2px;
    margin-bottom: 2px;*/
    background: #ffece6;
}


.show-content{
    background: #F5F9FF;
}
.show-content >div{
    background: url(../images/product/show/bg.png) no-repeat;
	background-size: 100% 100%;
    width:100%;
}
.show-content .show-main {
    width:1232px;
    margin:0 auto;
    padding:80px 0;
}
.show-title{
    padding-bottom: 70px;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    color: #3B426B;

}

.show-main-ls{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 70px;
}
.show-main-item{
    background: #FFFFFF;
    border-radius: 10px;
    border: 2px solid #fff;
    cursor: pointer;
    filter: drop-shadow(0px 8px 15px rgba(26, 58, 129, 0.03));
    margin:0 9px 24px;
}

.show-main-item a{
    font-weight: bold;
    font-size: 20px;
    color: #3B426B;
    box-sizing: border-box;
    width: 286px;
    height: 100px;
    display: inline-block;
    padding: 22px 29px;
}
.show-main-item span{
    vertical-align: middle;
    display: inline-block;
    margin-top: 3px;
}
.show-main-item img{ 
    width:50px;
    height:50px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 19px;
}
.show-main-item:hover{
    background: linear-gradient(0deg, rgba(251, 102, 56, 0.03), rgba(251, 102, 56, 0.03)), #FFFFFF;
    border: 2px solid rgba(251, 102, 56, 0.8);
}