﻿
.index_title {
    position: relative;
    text-align: center;
    width: 100%;
    margin: 0 auto;
}

.index_tname {
    font-size: 26px;
    color: #3a3a3a;
    padding-top: 40px;
}

.div3 {
    width: 25px;
    height: 2px;
    margin: 5px auto 15px;
    background-color: #E6D841;
}

@media screen and (max-width:800px) {
    .index_tname {
        padding-top: 20px;
        font-size: 18px;
    }
}


/* 头部 开始 */
.Header-wrapper .nav ul li > a {
    font-size: 16px;
    color: #5c5c56;
}

@media all and (max-width:1460px) {
    .Header-wrapper .nav ul li {
        margin-left: 55px;
    }
}

@media all and (max-width:1380px) {
    .Header-wrapper .nav ul li {
        margin-left: 45px;
    }
}

@media all and (max-width:1280px) {
    .contain {
        width: 100%;
        padding: 0 2%;
    }
}

@media all and (max-width:1170px) {
    .Header-wrapper .nav ul li {
        margin-left: 35px;
    }
}

@media all and (max-width:980px) {
    img {
        max-width: 100%;
        height: auto;
    }

    .Hlogo {
        line-height: 50px;
        display: flex;
        align-items: center;
    }

        .Hlogo img {
            height: 80%;
        }
}

@media screen and (min-width:800px) {
    .flex_layout {
        width: 1200px;
        height: auto;
        height: 80px;
        margin: 0 auto;
    }
}


.contain {
    width: 1200px;
    margin: 0 auto;
}

.clearfix {
    *zoom: 1;
}

    .clearfix:before, .clearfix:after {
        display: table;
        content: "";
    }

    .clearfix:after {
        clear: both;
    }

.Header-wrapper {
    z-index: 99;
    display: flex;
}

    .Header-wrapper .Header-cl {
        height: 80px;
        position: relative;
    }

    .Header-wrapper .nav ul {
        float: left;
        height: 80px;
    }

    .Header-wrapper .nav {
        float: right;
    }

        .Header-wrapper .nav ul li {
            float: left;
            font-size: 16px;
            margin-left: 45px;
            height: 80px;
            line-height: 80px;
            position: relative;
            box-sizing: border-box;
        }

            .Header-wrapper .nav ul li.menu-p {
                position: static;
            }

            .Header-wrapper .nav ul li:hover, .Header-wrapper .nav ul li.on {
                border-bottom: 4px solid #e6d841;
            }


.header-container {
    width: 100%;
    background: #fff;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999999;
    border-bottom: 1px solid #e2e2e2;
}

.Header-wrapper .nav ul li:hover .submenu {
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    display: block;
}

.nav .submenu {
    height: auto;
    background: #fff;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 80px;
    padding: 20px 0px 0px;
    display: none;
    border-top: 1px solid #e2e2e2;
    transition: all .8s linear;
    -webkit-transition: all .5s linear;
}

.nav .submenu_t {
    background: #fff;
    width: 220px;
    position: absolute;
    left: 0px;
    top: 80px;
    padding: 20px;
    display: none;
    border-top: 1px solid #e2e2e2;
    transition: all .8s linear;
    -webkit-transition: all .8s linear;
}

    .nav .submenu_t a {
        width: 100%;
        display: flex;
        height: 55px;
        align-items: center;
        justify-content: flex-start;
        line-height: 20px;
        border-bottom: 1px solid #e2e2e2;
        color: #666;
        font-size: 14px;
    }

        .nav .submenu_t a:hover {
            border-bottom: 1px solid #e6d841;
        }

@media all and (min-width:980px) {
    .Header-wrapper .nav ul li:hover .submenu, .Header-wrapper .nav ul li:hover .submenu_t {
        display: block;
        animation: fadeInBottom .6s ease-in-out forwards;
        -webkit-animation: fadeInBottom .6s ease-in-out forwards;
    }
}

.nav dl {
    width: 16.6666%;
    float: left;
    margin-right: 3.75%;
    min-height: 120px;
    margin-bottom: 30px;
}

    .nav dl dt {
        color: #333;
        border-bottom: 1px solid #e2e2e2;
        margin-bottom: 10px;
        padding-bottom: 10px;
        position: relative;
        line-height: 35px;
    }

        .nav dl dt:after {
            position: absolute;
            content: "";
            left: 0px;
            bottom: -1px;
            width: 15px;
            height: 1px;
            background: #e6d841;
        }

    .nav dl:nth-child(5n) {
        margin-right: 0px;
        min-height: 231px;
    }

.Header-wrapper .nav ul li dd {
    line-height: 35px;
    font-size: 12px;
    color: #777;
}

    .Header-wrapper .nav ul li dd:hover {
        color: #e6d841;
        background: url() no-repeat left center;
    }

.Hlogo {
    height: 80px;
    line-height: 60px;
    font-size: 0px;
    float: left;
    overflow: hidden;
    display: flex;
    align-items: center;
}

    .Hlogo img {
        height: 50px;
        width: auto;
    }

.mobile_tip {
    display: none;
    align-items: center;
    justify-content: space-between;
    padding: 10px 4%;
}

    .mobile_tip img:first-child {
        width: 100px;
        display: block;
    }

    .mobile_tip img:nth-child(2) {
        width: 20px;
    }

@media only screen and (min-width:800px) {
    .bottom_group {
        display: none;
    }
}

@media only screen and (max-width:800px) {
    .bottom_group {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 9999;
        width: 50px;
        height: 50px;
        padding: 10px;
    }

        .bottom_group img {
            width: 20px;
            margin: 5px;
        }
}

@media screen and (max-width: 800px) {
    .Header-cl {
        display: none;
    }

    .Hlogo {
        display: none;
    }

    .header-container {
        padding: 0px;
    }

        .header-container > div {
            width: 100% !important;
        }

        .header-container.open {
            transform: translateX(0);
            overflow: scroll;
        }

    .mobile_tip {
        display: flex;
    }

    .header-container {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background: #fff;
        transition: all ease 0.5s;
        -webkit-transition: all ease 0.5s;
        z-index: 10000;
        opacity: 1;
        visibility: visible;
        margin-top: 0;
        overflow-y: auto;
        transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
        transform: translateX(100%);
        overflow: hidden;
    }

        .header-container .nav {
            padding: 0px;
            background: #fff;
            border-top: 1px solid #e2e2e2;
            float: left;
            width: 100%;
        }

            .header-container .nav ul {
                float: initial;
                margin-left: 0px;
                height: auto;
            }

                .header-container .nav ul li {
                    float: initial;
                    font-size: 16px;
                    margin-left: 0px;
                    display: block;
                    height: auto;
                    line-height: 40px;
                }

                    .header-container .nav ul li a {
                        display: block;
                        padding: 0 4%;
                        border-bottom: 1px solid #e2e2e2;
                        line-height: 50px;
                    }

                    .header-container .nav ul li:hover, .header-container .nav ul li.on {
                        border-bottom: 0px solid #e6d841;
                    }

    .contain {
        width: 100%;
        padding: 0%;
    }

    .nav {
        float: right;
    }

        .nav dl {
            width: 100%;
            float: initial;
            margin-right: 0px;
            min-height: initial;
            margin-bottom: 0px;
        }

        .nav .submenu {
            position: static;
            padding: 0px;
        }

    .header-container .nav ul li dd {
        display: none;
    }

    .nav dl:nth-child(5n) {
        height: auto;
        min-height: initial;
    }

    .nav .submenu_t {
        position: static;
        width: 100%;
        padding: 0px;
    }

    .nav dl dt {
        margin-bottom: 0px;
        padding-bottom: 0px;
        position: static;
        line-height: 40px;
    }

        .nav dl dt a {
            font-size: 14px;
            padding: 0 8% !important;
            background: none !important;
        }

    .header-container .nav .submenu_t a {
        line-height: 40px;
        height: 40px;
        padding: 0 8% !important;
        font-size: 14px;
        background: none !important;
    }
}

@keyframes fadeInBottom {
    0% {
        transform: translateY(50px);
        -webkit-transform: translateY(50px);
        opacity: 0;
    }

    100% {
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        opacity: 1;
    }
}

@media all and (max-width:980px) {
    .mobile_logo {
        width: auto;
        max-height: 45px;
        display: block;
    }
}

.mobilie_top {
    display: none;
}

    .mobilie_top .navBtn {
        width: 25px;
        height: 100%;
        padding: 30px 25px;
    }

        .mobilie_top .navBtn div {
            position: relative;
            width: 25px;
            height: 1px;
        }

            .mobilie_top .navBtn div:before, .mobilie_top .navBtn div:after {
                content: '';
                position: relative;
                width: 100%;
                height: 1px;
                left: 0;
            }

            .mobilie_top .navBtn div, .mobilie_top div:before, .mobilie_top .navBtn div:after {
                -webkit-transition: 0.3s;
                -moz-transition: 0.3s;
                -o-transition: 0.3s;
                transition: 0.3s;
                display: block;
                background: #4f4f4f;
            }

                .mobilie_top .navBtn div:before {
                    top: 8px;
                }

                .mobilie_top .navBtn div:after {
                    bottom: 10px;
                }

@media screen and (max-width: 800px) {
    .mobilie_top {
        height: 60px;
        width: 100%;
        background: #fff;
        line-height: 70px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 4%;
        box-sizing: border-box;
        border-bottom: 1px solid #e2e2e2;
        position: fixed;
        top: 0px;
        z-index: 99;
    }

    .mobile_box {
        min-height: 60px;
        width: 100%;
    }
}



/* 头部 结束 */


/* 斑斓图下导航栏 开始 */

/* 第二版 开始 */

@media screen and (min-width:800px) {
    .container {
        margin-right: auto;
        margin-left: auto;
        width: 1200px;
    }
}

@media screen and (max-width:800px) {
    .container {
        width: 100%;
    }

    .current_content {
        width: 100%;
    }
}

/* 第二版 结束 */

/* 斑斓图下导航栏 结束 */

/* 内容版 开始 */
.canvas {
    background-color: #f7f7f7;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.container_title {
    width: 100%;
    margin: 0 auto;
    font-size: 24px;
    line-height: 80px;
    border-bottom: 1px solid #e2e2e2;
    color: #484848;
    text-align: center;
    background-color: #ffffff;
}

.canvas_normal {
    background-color: #f7f7f7;
    width: 100%;
}

.canvas_content {
    background-color: #ffffff;
    width: 1200px;
    margin: 0 auto;
}

.content {
    padding: 40px 20px;
    text-align: justify;
}

@media scrren and (min-width:800px) {
    .content {
        padding: 20px;
    }
}

@media screen and (max-width:800px) {
    .canvas_content {
        width: 100%;
        padding: 0;
    }

    .canvas {
        padding: 0px;
        flex: 1;
    }

    .canvas_normal {
        padding-top: 10px;
    }

    .content {
        width: 92%;
        margin: 0 auto;
        padding: 20px 0px;
    }
}

.descript-group {
    background-color: #fff;
    margin-bottom: 0px;
    width: 100%;
}

    .descript-group p {
        font-size: 14px;
        line-height: 26px;
        width: 92%;
        margin: 0 auto;
    }

    .descript-group p {
        text-indent: 2em;
    }

@media screen and (max-width:800px) {
    .container_title {
        font-size: 18px;
        margin: 0px;
        line-height: 45px;
    }
}

/* 通用标题 开始 */
.site {
    width: 100%;
    overflow: hidden;
    height: 40px;
    font-size: 14px;
    border-bottom: 1px solid #c9c9c9;
}

.site_type {
    float: left;
    line-height: 35px;
    font-size: 18px;
    color: #000000;
    border-bottom: 4px solid #e6d841;
}

@media screen and (max-width:800px) {
    .site_type {
        margin-left: 10px;
    }

    .bred-nav {
        margin-left: 10px;
    }
}
/* 通用标题 结束 */
/* 内容版 结束 */



/* 右侧 开始 */


.rb_cz_box {
    position: fixed;
    right: 10px;
    bottom: 60%;
    margin-bottom: -200px;
    width: 80px;
    z-index: 99;
    font-size: 16px;
}

    .rb_cz_box a:hover, .rb_cz_box span:hover {
        border: none;
    }

.rb_cz {
    display: block;
    height: 78px;
    margin-bottom: -1px;
    border: 1px solid #e2e2e2;
    background: #fff;
    text-align: center;
    color: #333;
    position: relative;
    cursor: pointer;
    font-size: 12px;
}

    .rb_cz:hover {
        background: #ff6600;
        color: #fff;
    }

    .rb_cz i {
        display: inline-block;
        width: 30px;
        height: 30px;
        margin: 8px 0 -3px;
    }

.rb_cz_gzwm i {
    background: url(/img/weixin1.png) center center no-repeat;
}

.rb_cz_gzwm:hover i {
    background: url(/img/weixin2.png) center center no-repeat;
}

.rb_cz_zxzx i {
    background: url(/img/zxzx1.png) center center no-repeat;
}

.rb_cz_zxzx:hover i {
    background: url(/img/zxzx2.png) center center no-repeat;
}

.rb_cz_dh i {
    background: url(/img/lxdh1.png) center center no-repeat;
}

.rb_cz_dh:hover i {
    background: url(/img/lxdh2.png) center center no-repeat;
}

.goTop:hover i {
    background: url(/img/fhdb2.png) center center no-repeat;
}

.goTop i {
    background: url(/img/fhdb1.png) center center no-repeat;
}

.rb_cz_gzwm i, .rb_cz_gzwm:hover i, .rb_cz_zxzx i, .rb_cz_zxzx:hover i, .rb_cz_dh i, .rb_cz_dh:hover i, .goTop:hover i, .goTop i {
    background-size: 85%;
}




.rb_cz_dh {
    z-index: 99;
}

.goTop {
    visibility: hidden;
}

.rb_cz_wxxx {
    display: none;
    position: absolute;
    right: 80px;
    top: -80px;
    width: 200px;
    height: 220px;
    background: url(/img/u67.png);
    background-size: 200px;
    text-align: center;
    overflow: hidden;
}

    .rb_cz_wxxx img {
        margin: 11px 0 0 -10px;
        width: 160px;
    }

.rb_cz_wxxx_txt {
    display: inline-block;
    width: 100%;
    margin-top: -5px;
    font-size: 12px;
    line-height: 18px;
    color: #777;
}

.rb_cz_gzwm:hover .rb_cz_wxxx {
    display: block;
}

.rb_cz_dhxx {
    display: none;
    position: absolute;
    right: 79px;
    top: 0px;
    width: 250px;
    height: 78px;
    line-height: 80px;
    background: #ff6600;
    font-size: 26px;
    color: #fff;
    font-family: arial;
}

    .rb_cz_dhxx img {
        vertical-align: middle;
        margin: 0 10px 3px 0;
        width: 30px;
        height: 30px;
    }

.rb_cz_dh:hover .rb_cz_dhxx {
    display: block;
}


.mobile_foot_line {
    display: none;
}

.mobile_foot_line {
    position: fixed;
    bottom: 40px;
    right: 10px;
    width: 40px;
    height: 40px;
    z-index: 98;
    display: none;
}

    .mobile_foot_line img {
        width: 40px;
    }


@media screen and (max-width: 768px) {
    .mobile_foot_line {
        display: block;
    }

    .rb_cz_box {
        display: none;
    }
}

/* 右侧 结束 */

/* 底部 开始 */
@media (min-width:800px) {
    .footer {
        width: 750px;
    }
}

@media (min-width:1000px) {
    .footer {
        width: 1000px;
    }
}

@media (min-width:1200px) {
    .footer {
        width: 1200px;
    }
}

.footer_content, .xs12, .footer_wxcode, .xb3 {
    position: relative;
    min-height: 1px;
}

@media (min-width:300px) {
    .footer_content {
        float: left;
        width: 100%;
    }
}

@media (min-width:800px) {
    #footer {
        padding: 5px 10px;
    }

    .xs12 {
        float: left;
        width: 100%;
    }
}

@media (min-width:1000px) {
    .footer_wxcode, .footer_content {
        float: left;
    }

    .footer_wxcode {
        width: 33.33333333%;
    }

    .footer_content {
        width: 66.66666667%;
    }
}

@media (min-width:1200px) {
    .xb3, .footer_content {
        float: left;
    }

    .xb3 {
        width: 25%;
    }

    .footer_content {
        width: 64%;
    }
}

@media (max-width:800px) {
    #footer {
        display: none;
    }

    .footer_wxcode {
        display: none !important;
    }
}

@media (min-width:800px) and (max-width:1000px) {
    .footer_wxcode {
        display: none !important;
    }
}

.footer_content {
    box-sizing: border-box;
}

    .footer_content p {
        margin-bottom: 10px;
        line-height: 24px;
    }

.footer_wxcode {
    text-align: right;
}


.bg-footnav {
    background: #111;
    padding-top: 40px;
    padding-bottom: 40px;
}

@media only screen and (max-width: 768px) {
    .bg-footnav {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.bg-footnav .footmenu {
    padding-right: 20px;
}

.bg-footnav p {
    color: #777;
    font-size: 14px;
    text-align: justify;
}

    .bg-footnav p:first-child {
        margin-top: 10px;
    }

.foot-logo {
    height: 60px;
    width: auto;
}

.foot-weixin {
    width: 80px;
    /*border: solid 10px #e6d840;*/
}

.bg-footnav .footer_wxcode {
    border-left: solid 1px #242424;
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 110px;
}

.footer_wxcode img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer, .footer-layout {
    margin: 0 auto;
    padding: 0 10px;
}

@media (min-width:800px) {
    .footer {
        width: 750px;
    }
}

@media (min-width:1000px) {
    .footer {
        width: 1000px;
    }
}

@media (min-width:1200px) {
    .footer {
        width: 1200px;
    }
}

.footer_content, .xs12, .footer_icp, .xm9, .xb3, .footer_content {
    position: relative;
    min-height: 1px;
}

@media (min-width:300px) {
    .footer_content {
        float: left;
        width: 100%;
    }
}

@media (min-width:800px) {
    .xs12 {
        width: 100%;
        float: left;
    }
}

@media (min-width:1000px) {
    .footer_icp, .xm9 {
        float: left;
    }

    .footer_icp {
        width: 25%;
    }

    .xm9 {
        width: 74%;
    }
}

@media (min-width:800px) {
    .xb3, .footer_content {
        float: left;
    }

    .xb3 {
        width: 30%;
    }

    .footer_content {
        width: 70%;
    }
}

.footer-clearfix:after, .footer:after, .footer-layout:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}

.footer-clearfix, .footer, .footer-layout {
    display: block;
}

.bg-sub {
    width: 100%;
    padding-bottom: 5px;
    padding-top: 5px;
    background-color: #111;
    border-top: solid 1px #242424;
}

    .bg-sub .footer {
        color: #fff;
    }

        .bg-sub .footer > div {
            font-size: 14px;
            color: #777777;
            line-height: 28px;
        }

    .bg-sub a {
        color: #fff;
        font-size: 14px;
    }

    .bg-sub .footer_icp {
        text-align: right;
        font-size: 14px;
    }

        .bg-sub .footer_icp a {
            color: #777777;
        }

.footer_mobile {
    display: none;
}

@media only screen and (max-width: 800px) {
    .footer_content {
        display: none;
    }

    .footer_mobile {
        display: block;
        text-align: center;
    }

    .bg-sub .footer_icp {
        display: none;
    }
}


/* 底部 结束 */
/* 服务流程 开始 */


.p_title {
    text-align: center;
    font-size: 24px;
    padding-top: 20px;
}

    .p_title p {
        width: 28px;
        height: 2px;
        background-color: #e6d841;
        margin: 3px auto 0 auto;
    }

.p_content {
    margin: 20px 0 50px;
}

    .p_content p {
        text-align: center;
        color: #777;
        line-height: 24px;
    }

.service_process {
    background-color: #f7f7f7;
    box-sizing: border-box;
    height: 320px;
}

.service_process-box {
    margin: 40px 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.service_process-item {
    float: left;
    width: 140px;
    height: 140px;
    background: url(/img/service_02.png) no-repeat center;
    position: relative;
    box-sizing: border-box;
    background-size: 80%;
    background-color: #ffffff;
    border-radius: 50%;
}

    .service_process-item:first-child {
        background: url(/img/service_03.png) no-repeat center;
        background-color: #ffffff;
    }

    .service_process-item:last-child {
        background: url(/img/service_04.png) no-repeat center;
        background-color: #ffffff;
    }

    .service_process-item, .service_process-item:first-child, .service_process-item:last-child {
        background-size: 140px;
    }

        .service_process-item::after {
            content: '';
            width: 40px;
            height: 100%;
            background: url(/img/service_01.png) no-repeat center;
            position: absolute;
            left: 100%;
            top: 0;
            z-index: 2;
        }

        .service_process-item:last-child::after {
            display: none;
        }

        .service_process-item .m-cont {
            text-align: center;
            width: 100%;
            height: 100%;
            border-radius: 50%;
            -webkit-transition: all .5s;
            -o-transition: all .5s;
            transition: all .5s;
            font-size: 20px;
            line-height: 66px;
            font-weight: lighter;
            padding: 37px 0;
            box-sizing: border-box;
        }

        .service_process-item:hover .m-cont {
            background: #ff6600;
            color: #fff;
        }

@media only screen and (max-width:800px) {
    .service_process {
        display: none;
    }
}


/* 服务流程 结束 


/* 服务特色 开始 */
@media screen {
    .feature_auto {
        width: 1200px;
        margin: 20px auto;
        position: relative;
        overflow: hidden;
    }

    .feature_canvas {
        background-color: #ffffff;
    }

    .feature {
        width: 100%;
        background-color: #f7f7f7;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .f_title {
        position: relative;
        text-align: center;
        width: 100%;
        margin: 0 auto;
    }

    .feature ul {
        width: 1200px;
        height: 200px;
        display: flex;
        align-items: center;
        justify-content: space-around;
        margin: 20px 0;
    }

        .feature ul li {
            width: 240px;
            height: 200px;
            box-shadow: 2px 3px 10px rgb(0 0 0 / 16%);
            background-color: #ffffff;
            visibility: visible;
            transition: all .4s;
            position: relative;
            text-align: center;
            margin: 0 10px
        }

            .feature ul li:after {
                content: "";
                background-color: #ff6600;
                width: 100%;
                height: 0;
                z-index: -1;
                display: block;
                position: absolute;
                top: 0px;
            }

            .feature ul li:hover:after {
                background-color: #ff6600;
                transition: all .4s;
                height: 100%;
            }

            .feature ul li:hover h2,
            .feature ul li:hover p {
                transition: all 1.0s;
                color: #ffffff;
            }

            .feature ul li .feature_pic {
                width: 100px;
                height: 100px;
                border-radius: 5px;
                margin: 0 auto;
                transition: all 2s;
                animation-name: sideRight;
            }

            .feature ul li:first-child {
                animation-delay: 0.2s;
            }

            .feature ul li:nth-child(2) {
                animation-delay: 0.4s;
            }

            .feature ul li:nth-child(3) {
                animation-delay: 0.6s;
            }

            .feature ul li:nth-child(4) {
                animation-delay: 0.8s;
            }

            .feature ul li .feature_pic img {
                width: 100px;
                height: 100px;
            }

                .feature ul li .feature_pic img:last-child {
                    display: none;
                }

            .feature ul li:hover .feature_pic img:last-child {
                display: block;
            }

            .feature ul li:hover .feature_pic img:first-child {
                display: none;
            }

            .feature ul li .feature_title {
                font-size: 16px;
                line-height: 26px;
                font-weight: bold;
            }

            .feature ul li p {
                font-size: 12px;
                color: #737373;
                line-height: 20px;
                padding: 0 18px;
            }
}

@media screen {
    .animated {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    .fadeInUp {
        -webkit-animation-name: fadeInUp;
        animation-name: fadeInUp;
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@media only screen and (min-width:800px) {
    .f_title .f_name {
        font-size: 26px;
        color: #3a3a3a;
        padding-top: 20px;
    }
}

@media screen and (max-width:800px) {
    .f_title .f_name {
        padding-top: 20px;
        color: #3a3a3a;
        font-size: 20px;
    }

    .home_feature .f_title .f_name {
        padding-top: 0px;
    }

    .feature_auto {
        width: 100%;
    }

    .feature ul {
        width: 100%;
        display: block;
        margin: 0;
    }

        .feature ul li {
            width: 45%;
            height: 240px;
            margin: 10px 2.5%;
            float: left;
        }

            .feature ul li h2 {
                margin: 0px;
            }
}





/* 服务特色 结束 */
