﻿@import url(animate.css);

/*主题banner图片*/
.banner {
    height: 590px;
    background: url(/images/slider/mb-aboutus.jpg) center bottom no-repeat;
    background-color: #fff;
    background-size: cover;
}

/*主题banner内容*/
.banner-content {
    position: relative;
    height: 100%;
    width: 100%;
}

    .banner-content .caption {
        position: absolute;
        top: 160px;
        left: 100px;
        color: #fff;
    }
/*服务亮点*/
.highlight {
    position: relative;
    margin-top: -60px;
    z-index: 9;
}

.highlight-container {
    position: static;
    max-width: 1170px;
    min-height: 540px;
    padding: 0 15px;
    margin: 0 auto;
}

/*服务亮点四块*/
.highlight-block {
    position: relative;
    padding: 0;
    background-color: #fff;
}

.highlight-box {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
    padding: 55px 30px 35px;
    box-shadow: 0 8px 40px 0 rgba(0,0,0,0.1);
    transition: .7s;
    background-color: #fff;
    border-bottom: 2px solid #999;
    overflow: hidden
}

    .highlight-box:before {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        transition: .8s;
        background-image: url(/images/comm/highlight_block_back.png);
        transform: translateY(-30px)
    }

    .highlight-box.active:before,
    .highlight-box:hover:before {
        opacity: 1;
        transform: translateY(0)
    }

.highlight-block h3 {
    position: relative;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 15px;
    transition: .5s
}

.highlight-box.active h3,
.highlight-box:hover h3 {
    color: #fff
}

.highlight-block .text {
    position: relative;
    margin-bottom: 20px;
    transition: .5s
}

.highlight-box.active .text,
.highlight-box:hover .text {
    color: #fff
}

.highlight-block .inner-content {
    position: relative;
    transition: .5s;
    cursor: default;
}

.highlight-box.active .inner-content,
.highlight-box:hover .inner-content {
    padding-bottom: 100px;
    margin-bottom: -66px
}
/*更多按钮*/
.highlight-block .inner-content .link {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 67px;
    font-size: 14px;
    text-transform: uppercase;
    opacity: 0;
    transition: .5s;
    transform: scale(1,0);
    transform-origin: top
}

.highlight-box.active .inner-content .link,
.highlight-box:hover .inner-content .link {
    opacity: 1;
    transform: scale(1)
}

.highlight-block .inner-content .link a {
    display: inline-block;
    color: #fff;
    padding: 10px 20px;
    background: url(/images/comm/long_arrow_right.png) center no-repeat;
}
/*图标*/
.highlight-box .hover-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: .9s;
    opacity: .3
}

.highlight-box > .inner-icon {
    height: 140px;
}

.highlight-block .icon {
    position: relative;
    overflow: hidden;
    width: 112px;
    height: 112px;
    line-height: 140px;
    text-align: center;
    border-radius: 50%;
    background-color: #e8f4f1;
    margin: 0 auto;
    margin-bottom: 30px;
}

    .highlight-block .icon span {
        font-size: 60px;
        color: #333;
    }

/*宣传展示内容块*/
.section-block {
    margin-bottom: 80px;
}

.showblock-image .image {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

    .showblock-image .image img {
        /*        transform: scale(1.2);*/
        transition: .7s;
        width: 100%
    }

.showblock-image:hover .image img {
    transform: scale(1.15)
}

.about .showblock-image {
    width: 400px;
    height: 333px;
    position: absolute;
    right: 40px;
    top: 30px;
}

.showblock-text > h3 {
    display: block;
    height: 42px;
    color: #777;
    font-size: 24px;
    background: url(/images/comm/cap-underline.png) 20px 38px no-repeat;
}

    .showblock-text > h3 > i {
        font-size: 16px;
    }

.showblock-text > h2 {
    color: #000;
    font-weight: bold;
    font-size: 36px;
    padding: 10px 0;
}

.showblock-text > .text {
    color: #777;
    font-size: 19px;
}

    .showblock-text > .text p {
        text-indent: 38px;
    }

/*关于襄土*/
.about .showblock-text {
    position: relative;
}

.about-top {
    margin-right: 480px;
}

.services .gridback {
    width: 100%;
    height: 360px;
    background: url(/images/aboutus/services-gridback.png) center bottom no-repeat;
}

    .services .gridback .chart {
        position: absolute;
        width: 316px;
        height: 417px;
        margin: 0 auto;
        left: 120px;
        background: url(/images/aboutus/services-chart.png) center bottom no-repeat;
        transform: scale(.92);
        transition: .5s;
    }

    .services .gridback:hover .chart {
        transform: scale(1);
    }

    .services .gridback .arrow {
        position: absolute;
        width: 120px;
        height: 318px;
        top: 20px;
        left: 215px;
        background: url(/images/aboutus/services-arrow.png) center bottom no-repeat;
        -webkit-animation-name: fadeInTopLeftR;
        animation-name: fadeInTopLeftR;
    }

    .services .gridback:hover .arrow {
        -webkit-animation-name: fadeInTopLeft;
        animation-name: fadeInTopLeft;
    }

.digital .image-box {
    overflow: hidden;
    height: 400px;
    padding: 0 10px;
}

    .digital .image-box img {
        float: left;
        padding: 0 5px;
        transition: .5s;
    }

    .digital .image-box .phone1 {
        padding-top: 60px;
    }

    .digital .image-box .phone2 {
        padding-top: 150px;
    }

    .digital .image-box:hover .phone1 {
        padding-top: 150px;
    }

    .digital .image-box:hover .phone2 {
        padding-top: 60px;
    }
/*关于郁庆明博士*/
.about-dryu {
    background: #f3f3f3;
}
.aboutyu-border {
    display: flex;
    padding: 80px 30px;
}
    .aboutyu-border p {
        text-indent: 38px;
        font-size: 19px !important;
        color: #777;
        line-height:30px;
    }
    .aboutyu-border img {
        border-radius: 8px;
        margin-right: 30px;
        height:fit-content;
    }
.honor{
    margin:10px 26px;
    border-radius:8px;
    line-height:36px;
}