.business {
    background: url("../images/ywbjt.jpg") no-repeat center center;
    height: 778px;
    box-sizing: border-box;
    padding-top: 140px;
}
.business .business_title_box {
    text-align: center;
}

.business .business_title_box p:first-child {
    font-size: 36px;
    color: #fff;
}

.business .business_title_box p:last-child {
    width: 990px;
    margin: 20px auto 0;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
}

.business .business_title_box .title_border {
    width: 55px;
    height: 1px;
    margin: 11px auto 0;
    background: #F3F6F8;
}
.business .inner {
    position: relative;
}

#business-swiper {
    width: 1400px;
	max-width:95%;
    margin: 0 auto;
    overflow-y: auto;
    height: 400px;
    padding-top: 25px;
}

#business-swiper .swiper-slide {
    width: 30%;
	margin-left:1.5%;
	margin-right:1.5%;
    /*height: 420px;*/
	float:left;
    position: relative;
    overflow: hidden;
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    -o-perspective: 800px;
    perspective: 800px;
}

.slide-card .item_one {
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    z-index: 100;
    backface-visibility: hidden;
}

#business-swiper .swiper-slide .business_two {
    background: #fff;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    transition: top .3s;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg) translateZ(1px);
    backface-visibility: hidden;
  -webkit-backface-visibility:hidden; 
  -moz-backface-visibility:hidden;
  -ms-backface-visibility:hidden; 
}
.business_two .business_item_show {
 font-size: 16px;
 margin-left: 20px
 !important;
 margin-right: 20px
 !important;
 line-height: 30px;
 width: 90% !important;
}
#business-swiper .swiper-slide .slide-card {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #fff;
    -webkit-transition: -webkit-transform .36s;
    -moz-transition: -moz-transform .36s;
    -o-transition: -o-transform .36s;
    transition: transform .36s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    /* box-shadow: 0 3px 0 #ECECEC; */
    top:0;
    left:0;
}

#business-swiper .swiper-slide:hover .slide-card {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

#business-swiper .swiper-slide:hover .business_two {
    z-index: 100;
}

#business-swiper .swiper-slide:hover .item_one {
    z-index: 1;
}

#business-swiper .slide-card>div {
    position: relative;
}

#business-swiper .slide-card .business_item_img {
    height: 90px;
}

.slide-card .business_item_num {
    width: 45%;
    display: flex;
    color: #c7000b;
    margin: 15px auto 0;
}

.slide-card .business_item_num div:first-child {
    width: 50px;
    height: 1px;
    background: #c7000b;
}

.slide-card .business_item_num div:nth-child(2) {
    font-size: 18px;
    margin: 0 30px;
    letter-spacing: 1px;
    font-weight: bold;
    position: relative;
    bottom: 10px;
}

.slide-card .business_item_num div:last-child {
    width: 50px;
    height: 1px;
    background: #c7000b;
}

#business-swiper .business_item_img img {
    position: absolute;
    top: 30px;
    width:auto;
    left: 50%;
    transform: translateX(-50%);
}

.slide-card .business_item_title {
    font-size: 20px;
    color: #c7000b;
    text-align: center;
}

.slide-card .business_item_show {
    width: 97%;
    margin: 20px auto 0;
}

.slide-card .business_item_show img {
    width: 100%;
}

.slide-card .business_item_btn {
    width: 30%;
    margin: 30px auto;
    padding: 0 8px 5px;
    border-bottom: 1px solid #999999;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.slide-card .business_item_btn img {
    display: inline-block;
}

.business_two .business_item_title {
    color: #FFBA00;
}
.business_item_show a{ display:block;}
.business_two .business_item_num div:first-child {
    width: 50px;
    height: 1px;
    background: #FFBA00;
}

.business_two .business_item_num div:last-child {
    width: 50px;
    height: 1px;
    background: #FFBA00;
}

.business_two .business_item_show {
    position: relative;
    text-align: left;
  font-size: 16px;
  margin-left: 20px
    !important;
  margin-right: 20px
    !important;
  line-height: 30px;
  width: 90% !important;
}

.business_two .business_item_show>div {
    width: 100%;
    height: 100%;
    background-color: rgba(58, 58, 58, 0.6);
    font-size: 14px;
    color: #ffffff;
    position: absolute;
    left: 0;
    top: 0;
}

.business_two .business_item_show>div>div {
    width: 90%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.business_two .business_item_num {
    width: 45%;
    display: flex;
    color: #FFBA00;
    margin: 15px auto 0;
}

.business-prev,
.business-next {
    width: 32px;
    height: 62px;
    position: absolute;
    top: 189px;
    cursor: pointer;
}
@media screen and (max-width: 800px){
.business-swiper .swiper-slide {
    width: 97%;
	margin-bottom: 10px;
	height: 400px;
}
.business {
    background:#d5020e;
    height: auto;
    box-sizing: border-box;
    padding-top: 10px;
    padding-bottom:20px
	    /* height: 1260px; */
}
    #business-swiper .swiper-slide{
        width: 47.5%;
    float: none;}
    #business-swiper{
        height:295px;
    }
    .business_item_title{
        height:52px
    }
    .swiper-container-android .swiper-slide, .swiper-wrapper{
        /*overflow:scroll;*/
    }
}