.home-section02 .san-icon {
    z-index: 10;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    border-style: solid;
    border-color: transparent;
    border-width: 15px;
    border-top-color: #ebebeb;
}

.home-section02 .box-img {
    position: relative;
    padding-top: 156.25%;
}

.home-section02 .box-img>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.home-section02 .box-desc {
    position: absolute;
    top: 15%;
    width: 100%;
    color: #fff;
    text-align: center;
}

.home-section02 .box-mark {
    -webkit-transition: all .5s;
    transition: all .5s;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.home-section02 .box-info {
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%);
    position: absolute;
    top: 20%;
    width: 80%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    color: #fff;
}

.home-section02 .box-info h5 {
    margin-top: 40px;
    font-size: 32px;
}

.home-section02 .box-info .line {
    width: 30px;
    height: 1px;
    margin: 15px auto 25px;
    background-color: #fff;
}

.home-section02 .box-info .p {
    font-size: 14px;
    line-height: 26px;
}

.home-section02 .box-info .more {
    margin-top: 30px;
    display: inline-block;
    width: 98px;
    padding-left: 14px;
    height: 28px;
    line-height: 28px;
    background-color: #d4262d;
    border-radius: 0 15px 15px 0;
    color: #fff;
    text-align: left;
    font-size: 12px;
}

.home-section02 .box-img {
    position: relative;
    padding-top: 156.25%;
}

.home-section02 .box-img:hover .box-mark{opacity:1}

.home-section02 .box-img:hover .box-info {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.home-section02 .box-desc {
    position: absolute;
    top: 15%;
    width: 100%;
    color: #fff;
    text-align: center
}

.home-section02 .box-desc .cn {
    font-size: 32px;
    margin-bottom: 5px;
}

.home-section02 .box-desc .en {
    letter-spacing: 2px;
    font-size: 15px;
    font-family: 'Arial';
}

/*  */


.for-title>div {
    width: 1200px;
    margin: 38px auto 0;
}

.for-title>div {
    width: 1200px;
    margin: 38px auto 0;
}

.services-tabcon> a {
    display: block;
}

.services-tabcon>div, .services-tabcon> a {
    position: relative;
    top: 0;
    /* width: 285px; */
    height: 240px;
    margin-right: 20px;
    overflow: hidden;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}

.services-tabcon>div>div, .services-tabcon>a>div {
    width: 100%;
    position: absolute;
    top: 200px;
    background: rgba(51,51,51,0.5);
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    left: 0;
}

.services-tabcon>div>div h5, .services-tabcon>a>div h5 {
    text-align: center;
    height: 40px;
    line-height: 40px;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.services-tabcon>div>div p, .services-tabcon>a>div p {
    text-indent: 2em;
    color: #fff;
}

.finance-1:hover,.finance-2:hover,.finance-3:hover,.finance-4:hover {
    top: -20px;
}

.finance-1 {
    background: url(../images/ship_01.png) no-repeat;
    background-size: cover;
}
.finance-2 {
    background: url(../images/ship_02.png) no-repeat;background-size: cover;
}
.finance-3 {
    background: url(../images/ship_03.png) no-repeat;background-size: cover;
}
.finance-4 {
    background: url(../images/ship_04.png) no-repeat;background-size: cover;
}

.l, .f_l {
    float: left!important;
    _display: inline;
}

.services-tabcon>div:last-child, .services-tabcon> a:last-child {
    margin-right: 0;
}

.services-tabcon  {
    max-width: 1200px;
    margin: 0 auto;
}



@media (max-width: 1400px) {
    .home-section02 .box-desc {
        top: 15%;
    }

    .home-section02 .box-info {
        top: 12%;
    }

    .home-section02 .box-info img {
        width: 25%;
    }

    .home-section02 .box-info h5 {
        margin-top: 25px;
        font-size: 29px;
    }

    .home-section02 .box-desc .cn {
        font-size: 30px;
    }

    .home-section02 .box-desc .en {
        font-size: 14px;
    }

}

@media (max-width: 1000px) {
    .home-section02 .swiper-container {
        padding-bottom: 50px;
    }
    .services-tabcon  {
        margin: 38px 15px 0;
    }
    
}

@media (min-width: 1000px) {
    .services-tabcon>div, .services-tabcon> a {
        width: 285px;
    }
}
