@charset "utf-8";

.content-05 .left, .content-05 .right {
    height: 550px;
    width: 50%;
    float: left;
}

.content-05 .right {
    display: table;
    padding-left: 55px;
}

    .content-05 .right > div {
        display: table-cell;
        vertical-align: middle;
    }

    .content-05 .right h3 {
        font-size: 30px;
        font-weight: bold;
        color: #333;
    }

    .content-05 .right p {
        margin: 35px 0;
    }

    .content-05 .right .more {
        width: 120px;
        height: 40px;
        border-radius: 3px;
        border: 1px solid #ccc;
        line-height: 38px;
        text-align: center;
        display: block;
    }

@media screen and (max-width:768px) {
    .content-05 .left, .content-05 .right {
        width: 100%;
        float: none;
        height: auto;
        padding: 0;
    }

    .content-05 .left {
        padding-top: 90%;
    }

    .content-05 .right {
        padding-top: 15px;
    }

        .content-05 .right h3 {
            font-size: 18px;
        }

        .content-05 .right p {
            margin: 15px 0;
        }
}

.content-06 {
    text-align: center;
}

    .content-06 .tit {
        position: relative;
        padding-left: 400px;
    }

        .content-06 .tit .left {
            position: absolute;
            left: 0;
        }

        .content-06 .tit b {
            display: block;
            width: 400px;
            height: 230px;
        }

        .content-06 .tit .right {
            height: 230px;
        }

            .content-06 .tit .right p {
                text-align: justify;
                font-size: 16px;
                line-height: 30px;
                padding-left: 40px;
                height: 210px;
                overflow: hidden;
            }

@media screen and (max-width:768px) {
    .content-06 .tit b {
        width: 350px;
        height: 200px;
    }

    .content-06 .tit {
        padding-left: 350px;
    }

        .content-06 .tit .right p {
            padding-left: 20px;
        }
}

@media screen and (max-width:640px) {
    .content-06 .tit {
        padding-left: 0;
    }

        .content-06 .tit b {
            width: 100%;
            padding-top: 41%;
            height: auto;
        }

        .content-06 .tit .left {
            position: static;
        }

        .content-06 .tit .right {
            height: auto;
        }

            .content-06 .tit .right p {
                height: auto;
                padding-left: 0;
                line-height: 22px;
                font-size: 14px;
                padding-top: 20px;
            }
}

.slide-05 {
    overflow: hidden;
}

    .slide-05 .swiper-container {
        margin: 0 -40%;
    }

        .slide-05 .swiper-container .swiper-slide {
            padding-bottom: 40px;
        }

    .slide-05 .list {
        box-shadow: 0 0 20px rgba(0,0,0,0.3);
    }

        .slide-05 .list b {
            display: block;
            padding-top: 49%;
        }

    .slide-05 .swiper-pagination {
        bottom: 0;
    }

@media screen and (max-width:600px) {
    .slide-05 .swiper-container {
        margin: 0;
    }
}

.list-28 .list {
    padding: 0 60px;
    margin-bottom: 30px;
}

    .list-28 .list:last-child {
        margin-bottom: 0;
    }

    .list-28 .list * {
        display: block;
    }

    .list-28 .list a {
        overflow: hidden;
        position: relative;
    }

    .list-28 .list b {
        padding-top: 36%;
    }

    .list-28 .list img {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        z-index: 2;
    }

    .list-28 .list a:hover b {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: 3s ease;
        -o-transition: 3s ease;
        transition: 3s ease;
    }

@media screen and (max-width:768px) {
    .list-28 .list {
        padding: 0 15px;
        margin-bottom: 15px;
    }

        .list-28 .list b {
            padding-top: 50%;
        }

        .list-28 .list img {
            max-width: 200px;
        }
}

@media screen and (max-width:420px) {
    .list-28 .list img {
        max-width: 100px;
    }
}

.about-07 .box > div {
    float: left;
    width: 50%;
}

.about-07 .box .left {
    display: table;
    background: #f5f5f5;
}


    .about-07 .box .left > div {
        display: table-cell;
        vertical-align: middle;
    }

    .about-07 .box .right img {
 max-height: 100%;
}

.about-07 .box p {
    line-height: 24px;
    color: #333;
    max-width: 545px;
    margin-right: 35px;
}

.about-07 .box b {
    display: block;
    padding-top: 48%;
}

@media screen and (max-width:1200px) {
    .about-07 .box p {
        padding: 0 15px;
    }
}

@media screen and (max-width:1024px) {
    .about-07 .box > div {
        width: 100%;
    }

    .about-07 .box .left {
        height: auto !important;
    }



    .about-07 .box p {
        max-width: inherit;
        line-height: 20px;
        margin: 0;
        padding: 15px;
    }
}

@media screen and (max-width:768px) {
    .about-07 {
        padding: 40px 0;
    }
}

.about-08 .box > div {
    float: left;
    width: 50%;
}

.about-08 .box .right {
    display: table;
    background: #f5f5f5;
}

    .about-08 .box .right > div {
        display: table-cell;
        vertical-align: middle;
    }

.about-08 .box p {
    line-height: 24px;
    color: #333;
    max-width: 545px;
    margin-left: 35px;
}

.about-08 .box b {
    display: block;
    padding-top: 48%;
}

@media screen and (max-width:1200px) {
    .about-08 .box p {
        padding: 0 15px;
    }
}

@media screen and (max-width:1024px) {
    .about-08 .box > div {
        width: 100%;
    }

    .about-08 .box .right {
        height: auto !important;
    }

    .about-08 .box p {
        max-width: inherit;
        line-height: 20px;
        margin: 0;
        padding: 15px;
    }
}

@media screen and (max-width:768px) {
    .about-08 {
        padding: 40px 0;
    }
}

.about-42 {
    text-align: center;
}

    .about-42 h1 {
        font-size: 48px;
        color: #000;
    }

    .about-42 h3 {
        font-size: 24px;
        color: #000;
        margin: 35px 0 20px 0;
    }

    .about-42 p {
        font-size: 16px;
        line-height: 30px;
    }

@media screen and (max-width:768px) {
    .about-42 h1 {
        font-size: 22px;
    }

    .about-42 h3 {
        font-size: 16px;
        margin: 20px 0 10px 0;
    }

    .about-42 p {
        font-size: 14px;
        line-height: 20px;
    }
}

section.about-45 {
    background: #fff;
}

.about-45 .box > div {
    float: left;
    width: 50%;
}

.about-45 .box .right {
    display: table;
}

    .about-45 .box .right h2 {
        font-size: 30px;
        line-height: 34px;
        margin-left: 35px;
        margin-bottom: 25px;
    }

    .about-45 .box .right > div {
        display: table-cell;
        vertical-align: middle;
        color: #333;
    }

.about-45 .box p {
    line-height: 30px;
    max-width: 545px;
    margin-left: 35px;
    font-size: 16px;
}

.about-45 .box b {
    display: block;
    padding-top: 52%;
}

@media screen and (max-width:1200px) {
    .about-45 .box p {
        padding: 0 15px;
        margin-left: 20px;
    }
}

@media screen and (max-width:1024px) {
    .about-45 .box > div {
        width: 100%;
    }

    .about-45 .box .right {
        height: auto !important;
        padding: 15px;
    }

        .about-45 .box .right h2 {
            margin: 0;
            margin-bottom: 15px;
            font-size: 18px;
            line-height: 26px;
        }

    .about-45 .box p {
        max-width: inherit;
        line-height: 20px;
        margin: 0;
        padding: 0;
    }
}

@media screen and (max-width:768px) {
    .about-45 {
        padding: 40px 0;
    }
}

section.about-46 {
    background: #333;
}

.about-46 .box > div {
    float: left;
    width: 50%;
}

.about-46 .box .left {
    display: table;
}

    .about-46 .box .left h2 {
        font-size: 30px;
        line-height: 34px;
        margin-left: 35px;
        max-width: 605px;
        margin-bottom: 25px;
        display: block;
        width: 100%;
    }

    .about-46 .box .left > div {
        display: table-cell;
        vertical-align: middle;
        color: #fff;
    }

.about-46 .box p {
    line-height: 30px;
    max-width: 605px;
    padding-right: 35px;
    display: block;
    width: 100%;
    font-size: 16px;
}

.about-46 .box b {
    display: block;
    padding-top: 52%;
}

@media screen and (max-width:1200px) {
    .about-46 .box p {
        padding: 0 15px;
        margin-left: 20px;
    }
}

@media screen and (max-width:1024px) {
    .about-46 .box > div {
        width: 100%;
    }

    .about-46 .box .left {
        height: auto !important;
        padding: 15px;
    }

        .about-46 .box .left h2 {
            margin: 0;
            max-width: inherit;
            margin-bottom: 15px;
            font-size: 18px;
            line-height: 26px;
        }

    .about-46 .box p {
        max-width: inherit;
        line-height: 20px;
        margin: 0;
        padding: 0;
    }
}

@media screen and (max-width:768px) {
    .about-46 {
        padding: 40px 0;
    }
}

.about-47 {
    position: relative;
}

    .about-47 b {
        padding-top: 42.71%;
        display: block;
    }

    .about-47 .box {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0);
        display: table;
        text-align: center;
        color: #fff;
    }

        .about-47 .box > div {
            display: table-cell;
            vertical-align: middle;
        }

            .about-47 .box > div * {
                -webkit-transform: translateY(100px);
                -ms-transform: translateY(100px);
                -o-transform: translateY(100px);
                transform: translateY(100px);
                opacity: 0;
            }

        .about-47 .box h2 {
            font-size: 30px;
        }

        .about-47 .box p {
            font-size: 18px;
            line-height: 30px;
            margin: 40px 0;
        }

        .about-47 .box a {
            width: 140px;
            height: 40px;
            display: block;
            margin: 0 auto;
            border-radius: 30px;
            border: 1px solid #fff;
            line-height: 38px;
            color: #fff;
        }

    .about-47:hover .box {
        background: rgba(0,0,0,0.5);
    }

        .about-47:hover .box > div * {
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0);
            opacity: 1;
        }

section.about-48 {
    background: #fff;
}

.about-48 .box > div {
    float: left;
    width: 50%;
}

.about-48 .box .right {
    display: table;
}

    .about-48 .box .right .txtcontent {
        max-width: 490px;
        margin: 0 auto;
    }

    .about-48 .box .right h2 {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 25px;
    }

    .about-48 .box .right > div {
        display: table-cell;
        vertical-align: middle;
        color: #333;
    }

.about-48 .box p {
    line-height: 30px;
    max-width: 545px;
    font-size: 16px;
}

.about-48 .box b {
    display: block;
    padding-top: 73%;
}

@media screen and (max-width:1024px) {
    .about-48 .box > div {
        width: 100%;
    }

    .about-48 .box .right .txtcontent {
        max-width: inherit;
    }

    .about-48 .box .right > div {
        height: auto !important;
        padding: 15px;
    }

    .about-48 .box .right h2 {
        margin: 0;
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 26px;
    }

    .about-48 .box p {
        max-width: inherit;
        line-height: 20px;
        margin: 0;
        padding: 0;
    }
}

@media screen and (max-width:768px) {
    .about-48 {
        padding: 40px 0;
    }

        .about-48 .box p {
            font-size: 14px;
        }
}

.about-49 {
    position: relative;
}

    .about-49 b {
        padding-top: 36.5%;
        display: block;
    }

    .about-49 .txt {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #fff;
        padding-left: 10%;
    }

        .about-49 .txt h2 {
            font-size: 30px;
        }

        .about-49 .txt p {
            font-size: 16px;
            line-height: 30px;
            margin-top: 25px;
        }

@media screen and (max-width:640px) {
    .about-49 .txt {
        position: static;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        padding: 15px;
        color: #333;
    }

        .about-49 .txt h2 {
            font-size: 18px;
        }

        .about-49 .txt p {
            font-size: 14px;
            line-height: 22px;
            margin-top: 15px;
        }
}

section.pagelist-19 {
    padding-bottom: 80px;
}

.pagelist-19 .position {
    position: relative;
    top: -60px;
}

.pagelist-19 .left-nav {
    width: 240px;
    position: absolute;
    text-align: center;
}

    .pagelist-19 .left-nav h2 {
        width: 100%;
        height: 120px;
        line-height: 120px;
        color: #fff;
        font-size: 24px;
        background: #808080;
    }

    .pagelist-19 .left-nav ul li {
        height: 60px;
        line-height: 60px;
        font-size: 16px;
        color: #666;
    }

.pagelist-19 .w1200 {
    position: relative;
}

.pagelist-19 .item {
    min-height: 300px;
    line-height: 28px;
    padding-top: 90px;
    margin-left: 300px;
}

    .pagelist-19 .item table {
        width: 100%;
    }

        .pagelist-19 .item table td {
            text-align: center;
            color: #fff;
            border: 2px solid #fff;
        }

        .pagelist-19 .item table thead tr {
            height: 140px;
            width: 100%;
            background: #636267;
            color: #fff;
        }

        .pagelist-19 .item table thead i {
            font-size: 26px;
            width: 48px;
            height: 48px;
            line-height: 48px;
            text-align: center;
            border: 2px solid #fff;
            border-radius: 50%;
            display: inline-block;
        }

        .pagelist-19 .item table tbody tr td {
            background: #ebebeb;
            color: #333;
            width: 50%;
            padding: 75px 0;
        }

@media screen and (max-width:768px) {
    section.pagelist-19 {
        padding-bottom: 40px;
    }

    .pagelist-19 .item {
        padding-top: 30px;
        margin-left: 230px;
    }

    .pagelist-19 .left-nav {
        width: 200px;
    }

        .pagelist-19 .left-nav h2 {
            height: 100px;
            line-height: 100px;
            font-size: 22px;
        }

    .pagelist-19 .position {
        top: -50px;
    }

    .pagelist-19 .item table thead tr {
        height: 100px;
    }

    .pagelist-19 .item table tbody tr td {
        padding: 20px 0;
    }

        .pagelist-19 .item table tbody tr td p {
            line-height: 22px;
        }
}

@media screen and (max-width:640px) {
    .pagelist-19 .left-nav {
        position: static;
        width: 100%;
    }

    .pagelist-19 .item {
        padding: 0;
        line-height: 24px;
    }

    .pagelist-19 .left-nav h2 {
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }

    .pagelist-19 .left-nav ul li {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }

    .pagelist-19 .position {
        top: -25px;
    }

    .pagelist-19 .item {
        margin-left: 0;
    }
}

.content-07 {
    overflow: hidden;
}

    .content-07 .img {
        padding-top: 25.2%;
        position: relative;
        overflow: hidden;
    }

        .content-07 .img .content-07-bg {
            background: rgba(0,0,0,0.4);
            z-index: 2;
            opacity: 0;
        }

    .content-07 .txt {
        padding: 0 20px;
        position: absolute;
        top: 50%;
        z-index: 3;
        text-align: center;
        width: 100%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #fff;
    }

        .content-07 .txt .index-tit22 h2, .content-07 .txt .index-tit22 h6 {
            color: #fff;
        }

        .content-07 .txt p {
            max-width: 1200px;
            line-height: 32px;
        }

    .content-07 a {
        display: block;
        width: 120px;
        height: 40px;
        border: 1px solid #ccc;
        line-height: 38px;
        border-radius: 3px;
        margin: 0 auto;
        color: #fff;
        margin-top: 45px;
    }

    .content-07:hover .img .content-07-bg {
        opacity: 1;
    }

    .content-07 .txt .index-tit22 h2, .content-07 .txt .index-tit22 h6, .content-07 .txt p, .content-07 a {
        -webkit-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
        opacity: 0;
    }

    .content-07:hover .txt .index-tit22 h2, .content-07:hover .txt .index-tit22 h6, .content-07:hover .txt p, .content-07:hover a {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

@media screen and (max-width:1366px) {
    .content-07 .img {
        padding-top: 0;
        height: 300px;
    }

    .content-07 .txt p {
        line-height: 22px;
        max-height: 90px;
        overflow-y: auto;
    }
}

@media screen and (max-width:768px) {
    .content-07 .img .content-07-bg {
        opacity: 1;
    }

    .content-07 a {
        margin-top: 20px;
    }

    .content-07 .txt .index-tit22 h2, .content-07 .txt .index-tit22 h6, .content-07 .txt p, .content-07 a {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

.content-08 .index-tit22 h2, .content-08 .index-tit22 h6 {
    color: #fff;
}

.content-08 .box > div {
    float: left;
    width: 50%;
    position: relative;
}

.content-08 .box .left .content-08-bg {
    background: rgba(0,0,0,0.5);
    z-index: 2;
}

.content-08 .box .right {
    display: table;
}

    .content-08 .box .right > div {
        display: table-cell;
        vertical-align: middle;
        color: #fff;
    }

.content-08 .box p {
    line-height: 30px;
    max-width: 775px;
    padding: 0 10px;
    margin: 20px 0 50px 0;
    max-height: 60px;
    overflow: hidden;
}

.content-08 .box b {
    display: block;
    height: 340px;
}

.content-08 a {
    display: block;
    width: 120px;
    height: 40px;
    border: 1px solid #fff;
    line-height: 38px;
    border-radius: 3px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
}

@media screen and (max-width:1200px) {
    .content-08 .box p {
        padding: 0 15px;
        margin-left: 20px;
    }
}

@media screen and (max-width:1024px) {
    .content-08 .box .right {
        height: auto !important;
    }

    .content-08 .box p {
        max-width: inherit;
        max-height: inherit;
        line-height: 20px;
        padding: 0 10px;
        margin: 15px 0 20px 0;
    }
}

@media screen and (max-width:768px) {
    .content-08 .box .right > div {
        padding: 15px 0;
    }

    .content-08 .box > div {
        width: 100%;
    }

    .content-08 .box b {
        height: 200px;
    }
}

.content-09 {
    color: #333;
}

    .content-09 h1 {
        font-size: 48px;
    }

    .content-09 h2 {
        font-size: 48px;
    }

    .content-09 h3 {
        font-size: 18px;
    }

@media screen and (max-width:768px) {
    .content-09 h1 {
        font-size: 20px;
    }

    .content-09 h2 {
        font-size: 20px;
    }

    .content-09 h3 {
        font-size: 16px;
    }
}

.content-10 .left h2 {
    font-size: 30px;
    color: #333;
}

.content-10 .left h6 {
    margin-top: 35px;
    color: #999;
}

.content-10 .left h3 {
    font-size: 20px;
    color: #999;
}

.content-10 .right {
    width: 690px;
}

    .content-10 .right .list {
        text-align: center;
        border-right: 1px solid #ededed;
        height: 125px;
        width: 33.33%;
        float: left;
    }

        .content-10 .right .list:last-child {
            border: none;
        }

        .content-10 .right .list .num {
            font-size: 30px;
            color: #333;
            font-weight: bold;
            margin: 8px 0;
        }

            .content-10 .right .list .num h1 {
                display: inline-block;
                font-weight: bold;
                vertical-align: middle;
                margin-top: -3px;
            }

            .content-10 .right .list .num span {
                display: inline-block;
            }

@media screen and (max-width:1024px) {
    .content-10 .left {
        width: 100%;
    }

        .content-10 .left h2 {
            font-size: 20px;
        }

        .content-10 .left h3 {
            font-size: 16px;
        }

        .content-10 .left h6 {
            margin-top: 15px;
        }

    .content-10 .right {
        width: 100%;
        margin-top: 20px;
    }

        .content-10 .right .list {
            height: 100px;
        }

            .content-10 .right .list .num {
                font-size: 26px;
            }
}

@media screen and (max-width:640px) {
    .content-10 .right .list {
        height: 83px;
    }

        .content-10 .right .list .num {
            font-size: 22px;
        }
}

.content-11 h2 {
    font-size: 20px;
    color: #333;
}

.content-11 p {
    line-height: 28px;
    margin-top: 30px;
}

.content-11 .number-box {
    text-align: center;
    margin-top: 60px;
}

    .content-11 .number-box .list {
        display: inline-block;
        margin: 0 30px;
    }

        .content-11 .number-box .list .num {
            font-size: 44px;
            color: #333;
            font-weight: bold;
            margin: 8px 0;
        }

            .content-11 .number-box .list .num h1 {
                display: inline-block;
                font-weight: bold;
                vertical-align: middle;
                margin-top: -3px;
            }

            .content-11 .number-box .list .num span {
                display: inline-block;
            }

        .content-11 .number-box .list h4 {
            color: #999;
        }

@media screen and (max-width:1024px) {
    .content-11 .number-box .list {
        height: 100px;
    }

        .content-11 .number-box .list .num {
            font-size: 30px;
        }
}

@media screen and (max-width:768px) {
    .content-11 h2 {
        font-size: 20px;
    }

    .content-11 p {
        line-height: 22px;
        margin-top: 10px;
    }

    .content-11 .number-box {
        margin-top: 10px;
    }
}

@media screen and (max-width:640px) {
    .content-11 .number-box .list {
        height: 83px;
        width: 33.33%;
        float: left;
        margin: 0;
    }

        .content-11 .number-box .list .num {
            font-size: 22px;
        }
}

.content-12 {
    overflow: hidden;
}

    .content-12 h2 {
        font-size: 30px;
        color: #333;
    }

    .content-12 p {
        line-height: 28px;
        margin-top: 30px;
    }

    .content-12 .list-con {
        margin: 0 -30px;
    }

        .content-12 .list-con .list {
            width: 25%;
            float: left;
            padding: 0 30px;
            margin-top: 60px;
        }

            .content-12 .list-con .list .box {
                border-radius: 100%;
                border: 1px solid #ccc;
                padding-top: 100%;
                width: 100%;
                position: relative;
            }

                .content-12 .list-con .list .box > div {
                    position: absolute;
                    width: 100%;
                    top: 50%;
                    -webkit-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                    -o-transform: translateY(-50%);
                    transform: translateY(-50%);
                    text-align: center;
                }

                    .content-12 .list-con .list .box > div h1 {
                        font-weight: bold;
                        font-size: 30px;
                        color: #333;
                        padding: 0 10px;
                    }

                    .content-12 .list-con .list .box > div h4 {
                        padding: 0 10px;
                    }

                    .content-12 .list-con .list .box > div .line {
                        height: 4px;
                        width: 30px;
                        margin: 0 auto;
                        margin-top: 5px;
                    }

                    .content-12 .list-con .list .box > div p {
                        margin-top: 0;
                        padding: 0 10px;
                        line-height: 22px;
                        max-height: 45px;
                        overflow: hidden;
                    }

@media screen and (max-width:1024px) {
    .content-12 .list-con {
        margin: 0;
    }

        .content-12 .list-con .list {
            padding: 0 10px;
            margin-top: 20px;
        }
}

@media screen and (max-width:768px) {
    .content-12 h2 {
        font-size: 20px;
    }

    .content-12 p {
        line-height: 22px;
        margin-top: 10px;
    }

    .content-12 .list-con .list {
        width: 50%;
    }
}

@media screen and (max-width:420px) {
    .content-12 .list-con .list {
        width: 100%;
    }

        .content-12 .list-con .list .box > div h1 {
            font-size: 22px;
        }
}

.list-33 {
    overflow: hidden;
}

    .list-33 .list-con {
        margin: 0 -15px;
        margin-top: -30px;
    }

        .list-33 .list-con .list {
            width: 33.33%;
            float: left;
            text-align: center;
            padding: 0 15px;
            margin-top: 30px;
        }

            .list-33 .list-con .list .box {
                box-shadow: 0 0 10px rgba(0,0,0,0.05);
                border-radius: 10px;
                background: #fff;
                padding: 30px 15px;
            }

                .list-33 .list-con .list .box i {
                    width: 120px;
                    height: 120px;
                    display: block;
                    margin: 0 auto;
                    line-height: 118px;
                    border-radius: 100%;
                    font-size: 60px;
                }

                .list-33 .list-con .list .box h2 {
                    font-size: 18px;
                    margin: 20px 0;
                    color: #333;
                }

                .list-33 .list-con .list .box p {
                    text-align: left;
                    line-height: 28px;
                    max-height: 140px;
                    overflow-y: auto;
                }

@media screen and (max-width:768px) {
    .list-33 .list-con {
        margin: 0;
    }

        .list-33 .list-con .list {
            padding: 0 7.5px;
            margin-top: 15px;
        }
}

@media screen and (max-width:640px) {
    .list-33 .list-con .list {
        width: 100%;
    }

        .list-33 .list-con .list .box {
            padding: 20px 15px;
        }

            .list-33 .list-con .list .box i {
                width: 100px;
                height: 100px;
                font-size: 54px;
                line-height: 108px;
            }

            .list-33 .list-con .list .box h2 {
                margin: 15px 0;
            }

            .list-33 .list-con .list .box p {
                max-height: inherit;
                line-height: 22px;
            }
}

section.list-34 {
    padding-bottom: 60px;
}

.list-34 .list-con {
    margin: 0 -10px;
}

    .list-34 .list-con .list {
        width: 25%;
        float: left;
        padding: 0 10px;
        margin-bottom: 20px;
    }

        .list-34 .list-con .list .box {
            background: #fff;
            text-align: center;
            padding-top: 25px;
        }

            .list-34 .list-con .list .box h1 {
                margin-bottom: 20px;
                font-size: 30px;
                color: #3498db;
                font-weight: bold;
            }

            .list-34 .list-con .list .box h4 {
                font-size: 18px;
                color: #333;
                padding: 0 10px;
            }

            .list-34 .list-con .list .box p {
                text-align: left;
                padding: 20px 30px;
                border-top: 1px solid #ededed;
                margin-top: 20px;
                line-height: 26px;
                height: 240px;
                overflow-y: auto;
            }

            .list-34 .list-con .list .box a {
                display: block;
                height: 45px;
                line-height: 45px;
                color: #fff;
                background: #3498db;
            }

@media screen and (max-width:1024px) {
    section.list-34 {
        padding-bottom: 25px;
    }

    .list-34 .list-con {
        margin: 0;
    }

        .list-34 .list-con .list {
            padding: 0 5px;
            margin-bottom: 15px;
            width: 50%;
        }

            .list-34 .list-con .list .box p {
                height: 170px;
            }
}

@media screen and (max-width:768px) {
    .list-34 .list-con .list .box {
        padding-top: 20px;
    }

        .list-34 .list-con .list .box h1 {
            margin-bottom: 10px;
            font-size: 22px;
        }

        .list-34 .list-con .list .box h4 {
            font-size: 16px;
        }

        .list-34 .list-con .list .box p {
            padding: 10px;
            margin-top: 10px;
            line-height: 22px;
        }
}

@media screen and (max-width:520px) {
    .list-34 .list-con .list {
        width: 100%;
    }

        .list-34 .list-con .list .box {
            padding-top: 20px;
        }

            .list-34 .list-con .list .box h1 {
                margin-bottom: 10px;
                font-size: 22px;
            }

            .list-34 .list-con .list .box h4 {
                font-size: 16px;
            }

            .list-34 .list-con .list .box p {
                height: auto;
            }
}

.list-35 .list-con {
    margin: 0 -5px;
}

    .list-35 .list-con .list {
        padding: 0 5px;
        margin-top: 10px;
        width: 16.6667%;
        float: left;
    }

        .list-35 .list-con .list .box {
            background: #ededed;
            position: relative;
            height: 100px;
            overflow: hidden;
        }

            .list-35 .list-con .list .box img {
                position: absolute;
                left: 0;
                top: 0;
                right: 0;
                bottom: 0;
                margin: auto;
                display: block;
                max-width: 80%;
                max-height: 90px;
            }

            .list-35 .list-con .list .box:hover {
                box-shadow: rgba(0,0,0,0.188235) 0 17px 50px 0;
                -webkit-transform: translate3d(0, -2px, 0);
                transform: translate3d(0, -2px, 0);
            }

@media screen and (max-width:640px) {
    .list-35 .list-con .list {
        width: 33.33%;
    }
}

.list-45 iframe {
    width: 100%;
    height: 420px;
}

#map {
    position: relative;
    width: 100%;
    height: 100%;
}

    #map .mapBox {
        width: 100%;
        height: 100%;
        height: 420px;
    }

        #map .mapBox img {
            max-width: inherit !important;
            max-height: inherit !important;
        }

    #map .edit-map {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: rgba(0,0,0,0.5);
        z-index: 2;
        opacity: 0;
    }

        #map .edit-map .map-input {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

            #map .edit-map .map-input input {
                height: 40px;
                float: left;
            }

                #map .edit-map .map-input input[type="text"] {
                    padding: 0 10px;
                }

                #map .edit-map .map-input input[type="button"] {
                    width: 55px;
                }

    #map:hover .edit-map {
        opacity: 1;
    }

section.contact-04 {
    padding-top: 60px;
}

.contact-04 .list-con .list {
    margin-top: 20px;
    padding: 0 10px;
    width: 33.33%;
    float: left;
}

    .contact-04 .list-con .list .box {
        background: #eee;
        height: 190px;
        padding: 25px 20px;
    }

        .contact-04 .list-con .list .box h3 {
            font-size: 18px;
            position: relative;
        }

            .contact-04 .list-con .list .box h3:before {
                position: absolute;
                height: 2px;
                width: 25px;
                content: '';
                left: 0;
                bottom: -15px;
                background: #999;
            }

        .contact-04 .list-con .list .box p {
            line-height: 30px;
            overflow: hidden;
            margin-top: 25px;
        }

        .contact-04 .list-con .list .box:hover {
            box-shadow: rgba(0,0,0,0.188235) 0 17px 50px 0;
            -webkit-transform: translate3d(0, -2px, 0);
            transform: translate3d(0, -2px, 0);
        }

@media screen and (max-width:1024px) {
    .contact-04 .list-con .list .box p {
        line-height: 24px;
    }
}

@media screen and (max-width:768px) {
    section.contact-04 {
        padding-top: 25px;
    }

    .contact-04 .list-con .list {
        width: 100%;
        padding: 0;
        margin-top: 15px;
    }

        .contact-04 .list-con .list .box {
            height: auto;
            padding: 15px;
        }

            .contact-04 .list-con .list .box h3 {
                font-size: 16px;
            }

            .contact-04 .list-con .list .box p {
                line-height: 22px;
            }
}

.about-55 {
    overflow-x: hidden;
}

    .about-55 .search-content {
        padding-top: 70px;
    }

        .about-55 .search-content .tit {
            text-align: center;
        }

    .about-55 .tit h2 {
        font-size: 30px;
        line-height: 30px;
        color: #333;
    }

    .about-55 .tit p {
        font-size: 16px;
        line-height: 18px;
        padding-top: 15px;
    }

    .about-55 .search-list {
        padding-top: 50px;
        margin: 0 -8px;
    }

        .about-55 .search-list .margin {
            margin: 0 8px 16px 8px;
        }

        .about-55 .search-list .list {
            width: 25%;
            float: left;
        }

        .about-55 .search-list b {
            padding-top: 56%;
            width: 100%;
            display: block;
        }

    .about-55 .list .text {
        background: #fff;
        padding: 20px 30px 20px 20px;
        height: 95px;
        border-bottom: 1px solid #eee;
    }

    .about-55 .list .left {
        width: 70%;
    }

        .about-55 .list .left h4 {
            font-size: 16px;
            color: #333;
        }

        .about-55 .list .left p {
            color: #999;
            padding-top: 10px;
        }

    .about-55 .list .right i {
        font-size: 35px;
        vertical-align: middle;
        color: #dadada;
        display: inline-block;
        padding-top: 10px;
    }

@media screen and (max-width:1024px) {
    .about-55 .search-list .list {
        width: 33.3%;
    }
}

@media screen and (max-width:768px) {
    .about-55 .search-list .list {
        width: 50%;
    }

    .about-55 .tit h2 {
        font-size: 24px;
    }

    .about-55 .tit p {
        font-size: 14px;
        padding-top: 5px;
    }

    .about-55 .search-content {
        padding-top: 40px;
    }

    .about-55 .search-list {
        padding-top: 30px;
    }
}

@media screen and (max-width:640px) {
    .about-55 .search-list .list {
        width: 100%;
    }

    .about-55 .search-list .margin {
        margin: 0 0 10px 0;
    }

    .about-55 .search-list {
        margin: 0;
    }
}

.about-56 {
    overflow-x: hidden;
}

    .about-56 .search-content {
        padding-top: 50px;
    }

        .about-56 .search-content .tit {
            width: 1200px;
            display: table-cell;
            vertical-align: middle;
            text-align: center;
            height: 220px;
            background: #eee;
            margin: 50px 0;
        }

    .about-56 .tit h2 {
        font-size: 30px;
        line-height: 30px;
        color: #333;
    }

    .about-56 .tit p {
        font-size: 16px;
        line-height: 18px;
        padding-top: 15px;
    }

    .about-56 .search-list {
        margin: 0 -8px;
        padding-top: 50px;
    }

        .about-56 .search-list .margin {
            margin: 0 8px 16px 8px;
        }

        .about-56 .search-list .list {
            width: 25%;
            float: left;
        }

        .about-56 .search-list b {
            height: 160px;
            width: 100%;
            display: block;
        }

    .about-56 .list .text {
        background: #fff;
        padding: 20px 30px 20px 20px;
        height: 95px;
        border-bottom: 1px solid #eee;
    }

    .about-56 .list .left {
        width: 70%;
    }

        .about-56 .list .left h4 {
            font-size: 16px;
            color: #333;
        }

        .about-56 .list .left p {
            color: #999;
            padding-top: 10px;
        }

    .about-56 .list .right i {
        font-size: 35px;
        vertical-align: middle;
        color: #dadada;
        display: inline-block;
        padding-top: 10px;
    }

@media screen and (max-width:1024px) {
    .about-56 .search-list .list {
        width: 33.3%;
    }
}

@media screen and (max-width:768px) {
    .about-56 .search-list .list {
        width: 50%;
    }

    .about-56 .tit h2 {
        font-size: 24px;
    }

    .about-56 .tit p {
        font-size: 14px;
        padding-top: 5px;
    }

    .about-56 .search-list {
        padding-top: 30px;
    }

        .about-56 .search-list b {
            height: auto;
            padding-top: 56%;
        }
}

@media screen and (max-width:640px) {
    .about-56 .search-list .list {
        width: 100%;
    }

    .about-56 .search-list .margin {
        margin: 0 0 10px 0;
    }

    .about-56 .search-list {
        margin: 0;
    }

    .about-56 .search-content .tit {
        height: 120px;
    }

    .about-56 .search-content {
        padding-top: 30px;
    }
}

.about-57 {
    overflow-x: hidden;
}

    .about-57 .search-content .tit {
        text-align: center;
    }

    .about-57 .tit h2 {
        font-size: 30px;
        line-height: 90px;
        color: #333;
        background: #eee;
        margin: 50px 0;
    }

    .about-57 .search-list {
        margin: 0 -30px;
    }

        .about-57 .search-list .margin {
            margin: 0 30px 0 30px;
        }

        .about-57 .search-list .list {
            width: 33.3%;
            float: left;
        }

        .about-57 .search-list b {
            padding-top: 84%;
            width: 100%;
            display: block;
        }

    .about-57 .list .text {
        padding: 20px 0 30px;
    }

    .about-57 .list .left {
        float: none;
        text-align: center;
    }

        .about-57 .list .left h4 {
            font-size: 16px;
            color: #333;
        }

        .about-57 .list .left p {
            color: #999;
            padding-top: 5px;
        }

    .about-57 .list .right i {
        font-size: 35px;
        vertical-align: middle;
        color: #dadada;
        display: inline-block;
        padding-top: 10px;
    }

@media screen and (max-width:1024px) {
    .about-57 .search-list {
        margin: 0 -10px;
    }

        .about-57 .search-list .margin {
            margin: 0 10px;
        }
}

@media screen and (max-width:768px) {
    .about-57 .search-list .list {
        width: 50%;
    }

    .about-57 .list .text {
        padding: 15px 0 15px;
    }

    .about-57 .tit h2 {
        font-size: 24px;
        line-height: 55px;
        font-size: 16px;
        margin: 20px 0;
    }
}

@media screen and (max-width:640px) {
    .about-57 .search-list .list {
        width: 100%;
    }

    .about-57 .search-list .margin {
        margin: 0 0 10px 0;
    }

    .about-57 .search-list {
        margin: 0;
    }

        .about-57 .search-list b {
            height: 180px;
        }

    .about-57 .tit h2 {
        margin: 20px 0;
    }
}

.about-58 {
    overflow-x: hidden;
}

    .about-58 .search-content .tit {
        text-align: center;
    }

    .about-58 .tit h2 {
        font-size: 30px;
        color: #333;
        margin: 70px 0;
        text-align: left;
    }

    .about-58 .search-list {
        margin: 0 -60px;
    }

        .about-58 .search-list .margin {
            margin: 0 60px 0 60px;
        }

        .about-58 .search-list .list {
            width: 33.3%;
            float: left;
        }

        .about-58 .search-list b {
            padding-top: 100%;
            width: 100%;
            display: block;
        }

    .about-58 .list .text {
        padding: 20px 0 30px;
    }

    .about-58 .list .left {
        float: none;
        text-align: center;
    }

        .about-58 .list .left h4 {
            font-size: 16px;
            color: #333;
        }

        .about-58 .list .left p {
            color: #999;
            padding-top: 5px;
        }

    .about-58 .list .right i {
        font-size: 35px;
        vertical-align: middle;
        color: #dadada;
        display: inline-block;
        padding-top: 10px;
    }

@media screen and (max-width:1024px) {
    .about-58 .search-list {
        margin: 0 -15px;
    }

        .about-58 .search-list .margin {
            margin: 0 15px 0 15px;
        }
}

@media screen and (max-width:768px) {
    .about-58 .search-list .list {
        width: 50%;
    }

    .about-58 .tit h2 {
        font-size: 24px;
        margin: 40px 0;
    }
}

@media screen and (max-width:640px) {
    .about-58 .tit h2 {
        font-size: 18px;
        margin: 20px 0;
    }
}

@media screen and (max-width:420px) {
    .about-58 .search-list .list {
        width: 100%;
    }

    .about-58 .search-list .margin {
        margin: 0 0 10px 0;
    }

    .about-58 .search-list {
        margin: 0;
    }
}
