﻿/* 专家团队 开始 */
.tb {
    animation: myfirst 2s infinite;
    display: inline-block;
}

.team_bg {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

    .team_bg li {
        float: left;
        width: 1200px;
        background: #fff;
        padding: 30px;
        margin-top: 30px;
        box-sizing: border-box;
        transition: all .5s;
    }

        .team_bg li:hover {
            transform: translateY(-15px);
            transition: all 0.5s;
            background: #f0f0f2;
        }

    .team_bg .t_img {
        width: 180px;
        float: left;
        height: 170px;
        border: 1px solid #e2e2e2;
        overflow: hidden;
    }

        .team_bg .t_img img {
            width: 100%;
            max-width: 180px;
            transition: all 0.2s linear;
            -webkit-transition: all 0.2s linear;
            -moz-transition: all 0.2s linear;
        }

            .team_bg .t_img img:hover {
                -webkit-transform: scale(1.12, 1.12);
                transform: scale(1.12, 1.12);
                -moz-transform: scale(1.12, 1.12);
            }

    .team_bg .t_font {
        width: 930px;
        float: right;
        position: relative;
        height: 170px;
        box-sizing: border-box;
    }

        .team_bg .t_font .team_name {
            line-height: 30px;
            font-size: 22px;
            font-weight: bold;
            color: #848283;
            width: 100%;
            padding-top: 10px;
            height: 40px;
            overflow: hidden;
            text-overflow: ellipsis;
        }



        .team_bg .t_font .t_content {
            font-size: 14px;
            color: #999;
            padding-top: 5px;
            line-height: 25px;
            height: 100px;
            overflow: hidden;
        }




@media only screen and (max-width:1399px) {
    .team_bg {
        width: 1200px;
    }

        .team_bg .t_img img {
            width: 100%;
            height: auto;
        }
}

@keyframes myfirst {
    0% {
        transform: translate(0px, 0px);
    }

    50% {
        transform: translate(0px, -10px);
    }

    100% {
        transform: translate(0px, 0px);
    }
}

@keyframes myfirst {
    0% {
        transform: translate(0px, 0px);
    }

    50% {
        transform: translate(0px, -10px);
    }

    100% {
        transform: translate(0px, 0px);
    }
}
/* 专家团队 结束 */

/* 服务内容 开始 */
@media screen {
    .LMsg {
        float: left;
        width: 240px;
        background: #fff;
        margin-top: 45px;
    }
}

.current_content {
    width: 100%;
    float: right;
    background-color: #ffffff;
}
#content_box{
    background-color:#f7f7f7;
}
.sectionbox {
    position: relative;
    min-height: 1px;
    padding: 10px;
    overflow: hidden;
}

@media (min-width:800px) {
    .sectionbox {
        float: left;
        width: 33.33333%;
    }
}

.pagination {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: bottom;
}

    .pagination li {
        display: inline-block;
        border: solid 1px #ddd;
        border-radius: 4px;
    }

.current_title {
    padding: 10px 0;
    background-color: #ffffff;
    border-bottom: 1px solid #e6d841;
}

.layout:after, .container:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}

.layout, .container {
    display: block;
}

@media only screen and (max-width: 768px) {
    h3 {
        font-size: 14px;
    }
}

.section {
    background: #f7f7f7;
}


.sectionitem {
    background-color: #fff;
    border: solid 1px #eee;
    overflow: hidden;
}

    .sectionitem img {
        max-width: 100%;
        object-fit: cover;
        transition: all 0.3s;
        width: 100%;
        height: 185px;
    }

        .sectionitem img:hover {
            transform: scale(1.1);
        }

.sectionlist .sectionitem p {
    padding: 0px 10px;
    text-align: center;
    color: #737373;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    margin-bottom: 5px;
}

@media screen and (max-width:800px) {
    .section-bred {
        display: none;
    }

    .current_content {
        width: 100%;
    }

    .subNavBox {
        width: 100%;
        position: absolute;
        z-index: 1;
        background-color: #6a7476;
    }

        .subNavBox .hide {
            display: none;
        }

        .subNavBox ol {
            width: 100%;
            height: 40px;
        }

            .subNavBox ol .text {
                line-height: 40px;
                font-size: 18px;
            }

    .subNavbg {
        width: 100%;
        padding: 0;
    }

    .subNav {
        width: 100%;
        border-bottom: 1px solid #e2e2e2;
    }

    .sectionlist {
        padding: 0;
    }

    .sectionbox {
        width: 50%;
        float: left;
        padding: 5px;
    }

    .sectionitem img {
        height: 120px;
    }
}

.nav_box {
    width: 20%;
    float: left;
    background-color: #fff;
}

    .nav_box .active {
        background-color: #ff6600;
    }

        .nav_box .active a {
            color: #ffffff;
        }

    .nav_box .nav_title {
        width: 100%;
        font-size: 18px;
        height: 70px;
        line-height: 70px;
        border: 1px solid #e2e2e2;
        background-color: #848283;
        padding-left: 15px;
        color: #fff;
    }

    .nav_box ul {
        border: 1px solid #e2e2e2;
    }

        .nav_box ul li {
            width: 100%;
            padding-left: 20px;
            height: 50px;
            border-bottom: 1px solid #e2e2e2;
        }

            .nav_box ul li a {
                display: flex;
                align-items: center;
                justify-content: flex-start;
                color: #737373;
                width: 100%;
                height: 100%;
            }

            .nav_box ul li:hover {
                background-color: #ff6600;
            }

                .nav_box ul li:hover a {
                    color: #ffffff;
                }

.sectionlist {
    width: 78%;
    float: right;
    background-color: #fff;
}

.sectionTitle {
    height: 50px;
    border-bottom: 1px solid #e2e2e2;
    display: flex;
    align-items: center;
    margin: 0 10px;
}

    .sectionTitle p {
        height: 100%;
        line-height: 50px;
        border-bottom: 2px solid #e6d841;
    }
/* 服务内容 结束 */


/* 团队介绍 开始 */
.case_canvas {
    width: 1200px;
    margin: 0 auto;
    background-color: #f7f7f7;
}


.nav_box .class_box .icon {
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background-size: 60px;
    background-repeat: no-repeat;
    border: 1px solid #e2e2e2;
    border-radius: 50%;
}

/* 团队介绍 结束 */
