

/*第四通栏end*/
/*第五通栏start*/

/*第五通栏end*/
/*主营业务*/

/*主营业务*/
.box3 { width:100%; margin:0 auto;
    background: rgba(43, 46, 149, 0.3);
    overflow: hidden;
}

.box3:after {
    display: block;
    content: "";
    padding-top: 50%;
}

.bisBox {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.box3Bg,
.box3Bg .swiper-wrapper,
.box3Bg .swiper-slide {
    height: 100% !important;
    width: 100% !important;
}

.box3Bg {
    position: absolute !important;
    top: 0;
    left: 0;
}

.box3Bg .swiper-wrapper {
    transform: translate(1px) !important;
    /*解决swiper第一个不改变*/
    margin-left: -1px;
    left: 0 !important;
}

.box3Bg .swiper-slide {
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 1;
    transform: scale(1.3);
    transition: 1.5s ease-in-out;
}

.box3Bg .swiper-slide-active {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 2;
    transform: scale(1);
}

.bisPhrase {
    color: #fff;
    font-size: 16px;
    position: relative;
    z-index: 9;
}

.bisList {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 9;
}

.bisList1 {
    height: 100%;
    width: 100%;
}

.bisList1 dd {
    float: left;
    display: inline;
    width:33.33%;
    height: 100%;
}

.bisList1 dd .maxBox {
    position: relative;
    width: 100%;
    height: 100%;
}

.bisList1 dd a {
    display: block;
    height: 100%;
    *border-color: #fff;
    position: relative;
    border-radius: 5px;
}

.bisList1 dd a:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.bisList1 .listBox1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.4s ease;
}

.bisList1 .listBox1 .iconBox {
    height: 88px;
    width: 88px;
    margin: 0 auto;
}

.bisList1 dd .listBox1 .txt {
    color: #fff;
    font-size: 18px!important;
    line-height: 40px;
    color: #fff;
    text-align: center;
}
.bisList1 dd .listBox1 .txta {
    color: #fff; border:1px solid #fff; width:120px; margin:0 auto; margin-top:30px;
    font-size: 18px!important;
    line-height: 40px;
    color: #fff;
    text-align: center;
}
.bisList1 dd .listBox1 .txt1 {
    color: #fff;
    font-size: 28px!important;
    height: 30px;
    line-height: 60px; font-weight:bold;margin-bottom:30px; margin-top:20px;
    text-align: center;
}
.bisList1 dd .listBox1 .txt2 {
    color: #fff;
    height: 30px;
    line-height: 60px;
    font-size: 18px;
    color: #fff;
    text-align: center;
}


.bisList1 .listBox {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(00, 00, 00, 0);
    width: 100%;
    height: 100%;
    transform: scale(0.2);
    transition: 0.6s ease;
}

.bisList1 dd .listBox .listImg {
    text-align: center;
}

.bisList1 .listTxt {
    padding: 20px;
}

.bisList1 .listBox .listTit {
    color: #fff;
    font-size: 16px;
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 26px;
    height: 26px;
    padding: 8% 0 8% 0;
    text-align: center;
}

.bisList1 .listBox .listInfr {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    overflow: hidden;
    padding: 20px 15px 0;
    position: relative;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: 0.5s linear;
    -webkit-box-orient: vertical;
    text-align: center;
}

.bisList1 .listBox .listInfr:after {
    content: '';
    width: 30px;
    border-bottom: 1px solid #fff;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -15px;
}

.bisList1 .listBox .more {
    width: 38px;
    height: 38px;
    margin: auto;
    background: url(../images/jia.png) center center no-repeat;
}

.bisList1 dd:hover .listBox {
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
}

.bisList1 dd:hover .listBox1 {
    background: rgba(00, 00, 00, 0.2);
}

.listBox1 .table .tableCell {

}

.bisList1 dd:hover .listBox .listInfr {
    top: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    transition-delay: 0.3s;
}

.swiper-wrapper {
    position: relative;
}

.box3BgMask {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9999;
    opacity: 0.6;
}


