<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.home-top-grid1 {
    background: rgba(11, 100, 143, 0.7);
    transition: 0.5s all;
}

.home-top-grid2 {
    background: rgba(226, 23, 55, 0.5);
    transition: 0.5s all;
}

.home-top-grid3 {
    background: rgba(11, 100, 143, 0.4);
    transition: 0.5s all;
}

.iconfont {
    font-family: 'iconfont';
}

.vcenter {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    display: block;
    vertical-align: middle;
    margin: auto;
}

.tHide {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.blockFull {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

body {
    font-family: "微软雅黑";
    font-size: 12px;
    scrollbar-face-color: #EEFAFF;
    　　scrollbar-highlight-color: #FFF;
    　　scrollbar-Shadow-color: #3bb8ff;
    　　scrollbar-arrow-color: #3bb8ff;
    　　scrollbar-track-color: #FFF;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
}

a {
    cursor: pointer;
}

.w_1260 {
    width: 1260px;
    margin: auto;
}

.header {
    width: 100%;
    position: relative;
}

    .header:after {
        content: " ";
        width: 50%;
        height: 1px;
        background: #dbdbdb;
        position: absolute;
        top: 45px;
        left: 50%;
    }

    .header .container {
        margin: 13px auto;
    }

        .header .container .logo {
            width: 200px;
        }

        .header .container .head_right {
            width: 1060px;
            margin: auto;
        }

            .header .container .head_right .h_top {
                color: #888888;
                position: relative;
                line-height: 45px;
                height: 45px;
            }

                .header .container .head_right .h_top:before {
                    content: url(../images/top_bg_01.png);
                    position: absolute;
                    left: 0px;
                    top: 22px;
                }

                .header .container .head_right .h_top:after {
                    content: "";
                    width: 960px;
                    height: 1px;
                    background: #dbdbdb;
                    position: absolute;
                    top: 45px;
                    left: 85px;
                    top: 45px \9;
                }

                .header .container .head_right .h_top .top_left {
                    padding-left: 20px;
                }

                .header .container .head_right .h_top .top_right a {
                    display: inline-block;
                    margin: auto 5px;
                    color: #888888;
                }

                    .header .container .head_right .h_top .top_right a:hover {
                        color: #00979A;
                    }

                .header .container .head_right .h_top .top_right .phone_t {
                    color: #333333;
                    font-family: arial;
                    font-size: 24px;
                    font-weight: bold;
                    display: inline-block;
                    background: url(../images/phone.png) no-repeat left;
                    padding-left: 32px;
                    margin-left: 15px;
                }

            .header .container .head_right .nav {
                margin-top: 21px;
            }

                .header .container .head_right .nav ul li {
                    float: left;
                    line-height: 40px;
                    background: url(../images/nav_r_bg.png) no-repeat right;
                    font-size: 14px;
                    font-family: "微软雅黑";
                    position: relative;
                    width: 156px;
                    text-align: center;
                }

                    .header .container .head_right .nav ul li a {
                        padding: 5px 40px;
                        font-size: 14px;
                        color: #333333;
                    }

                        .header .container .head_right .nav ul li a:hover {
                            color: #00979a;
                            font-weight: bold;
                        }

                        .header .container .head_right .nav ul li a.active {
                            color: #00979a;
                            font-weight: bold;
                        }

                    .header .container .head_right .nav ul li:first-child {
                        width: auto;
                    }

                    .header .container .head_right .nav ul li:last-child {
                        background: none;
                    }

                    .header .container .head_right .nav ul li .nav_ul2 {
                        width: 156px;
                        background: #2398a7 url(../images/nav_2_bg.png) no-repeat top;
                        position: absolute;
                        z-index: 99999;
                        padding: 20px;
                        display: none;
                    }

                        .header .container .head_right .nav ul li .nav_ul2 li {
                            background: no-repeat;
                            float: none;
                            text-align: center;
                        }

                            .header .container .head_right .nav ul li .nav_ul2 li a {
                                padding: 0px;
                                color: #fff;
                                white-space: nowrap;
                                overflow: hidden;
                                width: 116px;
                                height: 27px;
                                margin-bottom: 5px;
                                padding: 1px 5px;
                                line-height: 27px;
                                font-size: 14px;
                                display: block;
                            }

                                .header .container .head_right .nav ul li .nav_ul2 li a:hover {
                                    background: #008487;
                                    border-bottom: 1px solid #07b4bb;
                                    font-weight: 100;
                                }

                .header .container .head_right .nav .search {
                    width: 160px;
                    border: 1px solid #c9c9c9;
                    line-height: 25px;
                    position: relative;
                    padding-bottom: 1px;
                    margin-top: 8px;
                }

                    .header .container .head_right .nav .search input {
                        width: 80px;
                        height: 25px;
                        border: none;
                        line-height: 25px;
                        color: #bbbbbb;
                        float: left;
                        margin-left: 5px;
                        font-size: 12px;
                    }

                    .header .container .head_right .nav .search img {
                        top: 3px;
                        position: absolute;
                        right: 0px;
                        cursor: pointer;
                        right: 3px;
                    }

                    .header .container .head_right .nav .search .sele {
                        width: 45px;
                        height: 25px;
                        position: relative;
                        float: left;
                        z-index: 9999;
                    }

                    .header .container .head_right .nav .search .taom_in {
                        width: 45px;
                        height: 25px;
                        display: block;
                        color: #3c3c3c;
                        overflow: hidden;
                        position: relative;
                        float: left;
                        color: #999999;
                    }

                        .header .container .head_right .nav .search .taom_in #bt {
                            width: 45px;
                            height: 25px;
                            display: block;
                            line-height: 25px;
                            padding: 0px 5px;
                            cursor: pointer;
                            background: url(../images/input_l.png) no-repeat right;
                            font-weight: 100;
                        }

                        .header .container .head_right .nav .search .taom_in a {
                            width: 45px;
                            height: 25px;
                            display: block;
                            line-height: 25px;
                            padding: 0px 5px;
                            color: #999999;
                            font-size: 12px;
                            background: #fff;
                            border: 1px solid #C9C9C9;
                            border-top: none;
                        }

                            .header .container .head_right .nav .search .taom_in a:hover {
                                background: #00979a;
                                color: #fff;
                            }

                        .header .container .head_right .nav .search .taom_in .a_1 {
                            margin-top: 2px;
                        }

.banner {
    width: 100%;
    position: relative;
    z-index: 9;
}

    .banner .banner_img {
        width: 100%;
        text-align: center;
    }

        .banner .banner_img img {
            max-width: 100%;
            margin: auto;
            /*height: 600px;*/
        }

        .banner .banner_img .slick-next,
        .banner .banner_img .slick-prev {
            transform: rotate(0deg);
            border: none;
            width: 40px;
            height: 60px;
        }

        .banner .banner_img .slick-next {
            background: url(../images/nav_r.png) no-repeat;
            right: 200px;
        }

        .banner .banner_img .slick-prev {
            background: url(../images/nav_l.png) no-repeat;
            left: 200px;
        }

    .banner .con_liu {
        height: 100px;
        width: 100%;
        background: url(../images/banner_d_bg.png);
        position: absolute;
        bottom: 0px;
        z-index: 9999;
    }

        .banner .con_liu ul {
            width: 1200px;
            margin: 20px auto;
            height: 60px;
        }

            .banner .con_liu ul li {
                float: left;
                width: 200px;
                border-right: 1px solid #959595;
                padding-left: 20px;
                padding-top: 5px;
            }

                .banner .con_liu ul li a {
                    color: #fff;
                    font-size: 12px;
                }

                    .banner .con_liu ul li a img {
                        float: left;
                    }

                    .banner .con_liu ul li a .liu_zi {
                        margin-left: 45px;
                    }

                        .banner .con_liu ul li a .liu_zi span {
                            display: block;
                        }

                        .banner .con_liu ul li a .liu_zi .zhong {
                            margin-bottom: 5px;
                        }

                        .banner .con_liu ul li a .liu_zi .ying {
                            font-family: arial;
                        }

                .banner .con_liu ul li:last-child {
                    border-right: none;
                }

                .banner .con_liu ul li:hover a {
                    font-weight: bold;
                }

.home_pro {
    width: 100%;
    background: #eff4f7;
    padding: 50px 0px;
}

    .home_pro .pro_con {
        width: 1260px;
        margin: auto;
    }

        .home_pro .pro_con ul {
            width: 100%;
        }

            .home_pro .pro_con ul li {
                width: 630px;
                background: #fff;
                transition: all 0.3s;
                cursor: pointer;
                float: left;
            }

                .home_pro .pro_con ul li .pic,
                .home_pro .pro_con ul li .pic_tu {
                    width: 315px;
                    float: left;
                    height: 220px;
                }

                .home_pro .pro_con ul li .pic {
                    position: relative;
                }

                    .home_pro .pro_con ul li .pic i {
                        display: block;
                        padding-bottom: 69.84126984126983%;
                    }

                    .home_pro .pro_con ul li .pic img {
                        transition: 0.3s;
                    }

                .home_pro .pro_con ul li .pic_tu {
                    padding: 25px 30px;
                    text-align: center;
                    border: 1px solid #dcdcdc;
                }

                    .home_pro .pro_con ul li .pic_tu a {
                        color: #fff;
                    }

                        .home_pro .pro_con ul li .pic_tu a img {
                            margin: auto;
                        }

                    .home_pro .pro_con ul li .pic_tu span {
                        display: block;
                        white-space: nowrap;
                        overflow: hidden;
                    }

                    .home_pro .pro_con ul li .pic_tu .zhong {
                        font-size: 22px;
                        color: #333;
                        margin-bottom: 5px;
                    }

                    .home_pro .pro_con ul li .pic_tu .ying {
                        font-size: 16px;
                        color: #666;
                        font-family: "times new roman";
                    }

                    .home_pro .pro_con ul li .pic_tu .img2 {
                        display: none;
                    }

                .home_pro .pro_con ul li:hover {
                    background: #009699;
                }

                    .home_pro .pro_con ul li:hover .pic img {
                        transform: scale(0.97);
                    }

                    .home_pro .pro_con ul li:hover .pic_tu {
                        border: 1px solid #009699;
                    }

                        .home_pro .pro_con ul li:hover .pic_tu .zhong {
                            color: #fff;
                        }

                        .home_pro .pro_con ul li:hover .pic_tu .ying {
                            color: #eff4f7;
                        }

                        .home_pro .pro_con ul li:hover .pic_tu .img1 {
                            display: none;
                        }

                        .home_pro .pro_con ul li:hover .pic_tu .img2 {
                            display: block;
                        }

.home_case {
    width: 1260px;
    margin: 50px auto;
    height: 362px;
    overflow: hidden;
}

    .home_case .case_left {
        width: 835px;
        float: left;
    }

        .home_case .case_left .dian_tu {
            width: 520px;
            float: left;
        }

            .home_case .case_left .dian_tu div {
                width: 100%;
                height: 100%;
                position: relative;
            }

            .home_case .case_left .dian_tu i {
                display: block;
                padding-bottom: 69.88416988416989%;
            }

        .home_case .case_left .div_nei {
            padding: 30px 25px;
            width: 315px;
            float: left;
            line-height: 30px;
            color: #666666;
            font-size: 12px;
            overflow: hidden;
            height: 362px;
            border: 1px solid #e5e5e5;
        }

            .home_case .case_left .div_nei .tit {
                color: #333;
                font-size: 18px;
                display: block;
                line-height: 50px;
                margin-bottom: 10px;
                height: 50px;
                overflow: hidden;
                position: relative;
            }

                .home_case .case_left .div_nei .tit:after {
                    content: "";
                    width: 60px;
                    height: 0px;
                    border-bottom: 1px solid #c5c5c5;
                    position: absolute;
                    bottom: 0px;
                    left: 0px;
                }

                .home_case .case_left .div_nei .tit:hover {
                    font-weight: bold;
                }

            .home_case .case_left .div_nei .more {
                color: #ff0000;
                display: block;
                text-align: right;
                margin-top: 30px;
            }

                .home_case .case_left .div_nei .more:hover {
                    font-weight: bold;
                }

        .home_case .case_left .slick-next,
        .home_case .case_left .slick-prev {
            transform: rotate(0deg);
            border: none;
            width: 50px;
            height: 32px;
            top: 100%;
            margin-top: -100px;
        }

        .home_case .case_left .slick-next {
            background: url(../images/case_right.png) no-repeat;
            position: absolute;
            left: 518px;
        }

        .home_case .case_left .slick-prev {
            background: url(../images/case_left_h.png) no-repeat;
            position: absolute;
            left: 468px;
        }

    .home_case .case_right {
        width: 425px;
        float: left;
        background: #00979a;
        padding: 30px 25px;
        height: 362px;
        overflow: hidden;
    }

        .home_case .case_right .case_t {
            height: 52px;
            width: 100%;
        }

            .home_case .case_right .case_t a {
                margin-left: 15px;
                font-size: 16px;
                color: #fff;
                display: block;
                float: left;
                overflow: hidden;
                width: 300px;
                white-space: nowrap;
            }

                .home_case .case_right .case_t a:hover {
                    font-weight: bold;
                }

                .home_case .case_right .case_t a span {
                    color: #81e9ea;
                    font-size: 12px;
                    font-family: arial;
                }

        .home_case .case_right p {
            color: #81e9ea;
            font-size: 14px;
            line-height: 24px;
            margin: 20px auto 25px;
            height: 72px;
            overflow: hidden;
        }

        .home_case .case_right ul {
            width: 375px;
        }

            .home_case .case_right ul li {
                width: 50%;
                float: left;
                height: 38px;
                line-height: 38px;
                font-size: 14px;
                border-bottom: 1px solid #4db6b8;
                margin-bottom: 6px;
                background: url(../images/li_r.png) no-repeat right;
                width: 173px;
            }

                .home_case .case_right ul li a {
                    color: #ffffff;
                    overflow: hidden;
                    display: block;
                    width: 163px;
                    line-height: 35px;
                    height: 40px;
                }

                    .home_case .case_right ul li a:hover {
                        font-weight: bold;
                    }

                .home_case .case_right ul li:nth-child(2n) {
                    margin-left: 26px;
                }

.home_about {
    width: 100%;
    height: 500px;
    background: url(../images/about_bg.png) no-repeat center center;
}

    .home_about .h_a_con {
        width: 1260px;
        margin: auto;
    }

        .home_about .h_a_con .h_a_left {
            width: 520px;
            height: 500px;
            background: url(../images/ab_bg.png);
            padding: 50px 50px 30px;
            overflow: hidden;
            position: relative;
            float: left;
        }

            .home_about .h_a_con .h_a_left h3 {
                font-size: 26px;
                color: #00979A;
                font-weight: 100;
            }

            .home_about .h_a_con .h_a_left h5 {
                font-size: 16px;
                font-family: arial;
                color: #00979a;
                font-weight: 100;
                line-height: 22px;
                margin: 10px auto;
            }

            .home_about .h_a_con .h_a_left span {
                display: block;
                height: 0px;
                width: 60px;
                border-bottom: 1px solid #c5c5c5;
            }

            .home_about .h_a_con .h_a_left p {
                line-height: 30px;
                color: #666666;
                font-size: 12px;
                margin: 10px auto 30px;
            }

            .home_about .h_a_con .h_a_left .quan {
                display: block;
                height: 74px;
                width: 74px;
                position: absolute;
                background: url(../images/about_q.png);
                right: 50px;
                transition: 0.3s;
            }

                .home_about .h_a_con .h_a_left .quan:hover {
                    background: url(../images/about_q_h.png);
                }

        .home_about .h_a_con .h_a_right {
            float: right;
            width: 600px;
            height: 360px;
            margin: 80px auto;
            cursor: pointer;
            position: relative;
        }

            .home_about .h_a_con .h_a_right i {
                display: block;
                padding-bottom: 60%;
            }

.home_news {
    width: 1260px;
    margin: 60px auto;
}

    .home_news .news_top {
        font-size: 36px;
        font-family: arial;
        color: #00979a;
        text-align: center;
    }

        .home_news .news_top span {
            color: #333333;
        }

    .home_news .xian_t {
        font-size: 18px;
        color: #666666;
        text-align: center;
        line-height: 25px;
    }

        .home_news .xian_t a {
            color: #666666;
        }

        .home_news .xian_t span {
            width: 56px;
            background: #d0cecd;
            height: 1px;
            display: inline-block;
            vertical-align: middle;
        }

    .home_news .home_news_nei {
        width: 101%;
        height: 196px;
        margin-top: 40px;
    }

        .home_news .home_news_nei .new1 {
            cursor: pointer;
            width: 252px;
            float: left;
            position: relative;
            overflow: hidden;
        }

            .home_news .home_news_nei .new1 .nc_pic {
                width: 252px;
                height: 196px;
                position: relative;
            }

                .home_news .home_news_nei .new1 .nc_pic i {
                    display: block;
                    padding-bottom: 77.8%;
                }

            .home_news .home_news_nei .new1 .nc_txt {
                width: 504px;
                background: #e5f4f5;
                height: 196px;
                top: 0px;
                position: absolute;
                left: 252px;
                padding: 25px;
            }

                .home_news .home_news_nei .new1 .nc_txt .tix {
                    font-size: 16px;
                    color: #333;
                    display: block;
                    overflow: hidden;
                    line-height:22px;
                    height:22px;
                }

                .home_news .home_news_nei .new1 .nc_txt span {
                    border-bottom: 1px solid #00979a;
                    height: 0px;
                    width: 60px;
                    display: inline-block;
                }

                .home_news .home_news_nei .new1 .nc_txt p {
                    color: #666666;
                    line-height: 25px;
                    overflow: hidden;
                    height: 75px;
                    margin: 10px auto;
                }

                .home_news .home_news_nei .new1 .nc_txt .more {
                    background: #00979a;
                    width: 100px;
                    height: 25px;
                    line-height: 25px;
                    text-align: center;
                    color: #fff;
                    display: block;
                }

                    .home_news .home_news_nei .new1 .nc_txt .more:hover {
                        font-weight: bold;
                    }

                .home_news .home_news_nei .new1 .nc_txt:hover {
                    background: #f7f7f7;
                }

                    .home_news .home_news_nei .new1 .nc_txt:hover .tix {
                        color: #00979a;
                    }

                    .home_news .home_news_nei .new1 .nc_txt:hover span {
                        border-bottom: 1px solid #00979a;
                    }

        .home_news .home_news_nei .nc_moren {
            width: 756px;
        }

.home_links {
    width: 1260px;
    margin: auto;
}

    .home_links .links_top {
        font-size: 18px;
        color: #00979a;
        border-bottom: 2px solid #eeeeee;
        line-height: 50px;
    }

        .home_links .links_top .span1 {
            color: #bdbdbd;
        }

        .home_links .links_top .span2 {
            font-family: arial;
            color: #666;
        }

    .home_links .links_nei {
        margin: 30px auto 50px;
    }

        .home_links .links_nei .slick-list {
            width: 1190px;
            margin: auto;
        }

        .home_links .links_nei .slick-slide {
            border: 1px solid #e3e3e3;
            margin: auto 10px;
            text-align: center;
            transition: 0.3s;
        }

            .home_links .links_nei .slick-slide:hover {
                border: 1px solid #00979a;
            }

            .home_links .links_nei .slick-slide img {
                margin: auto;
            }

        .home_links .links_nei .slick-next,
        .home_links .links_nei .slick-prev {
            transform: rotate(0deg);
            border: none;
            width: 35px;
            height: 33px;
            top: 50%;
            margin-top: -16px;
        }

        .home_links .links_nei .slick-next {
            background: url(../images/ying_r.png) no-repeat;
            right: 0px;
        }

            .home_links .links_nei .slick-next:hover {
                background: url(../images/ying_r_h.png) no-repeat;
            }

        .home_links .links_nei .slick-prev {
            background: url(../images/ying_l.png) no-repeat;
            left: 0px;
        }

            .home_links .links_nei .slick-prev:hover {
                background: url(../images/ying_l_h.png) no-repeat;
            }

.footer {
    background: #f7f7f7;
    height: 500px;
    width: 100%;
}

    .footer .foot_nei {
        width: 1260px;
        margin: auto;
        padding: 30px 0px;
    }

        .footer .foot_nei .di_liu {
            width: 100%;
            background: #FFFFFF;
            height: 100px;
            position: relative;
            padding-top: 20px;
            margin-bottom: 75px;
            overflow: hidden;
            box-shadow: 5px 5px 50px #d5d5d5;
        }

            .footer .foot_nei .di_liu ul {
                width: 1200px;
                margin: auto;
                height: 60px;
                position: relative;
                z-index: 999999;
            }
                /* &amp;:after{
               content: url(../images/di_liu_bg.png);
               position: absolute;
                top: 2px;
                left:0px;
           }*/
                .footer .foot_nei .di_liu ul li {
                    float: left;
                    width: 200px;
                    padding-left: 20px;
                    padding-top: 5px;
                }

                    .footer .foot_nei .di_liu ul li a {
                        font-size: 12px;
                        display: block;
                    }

                        .footer .foot_nei .di_liu ul li a img {
                            float: left;
                        }

                        .footer .foot_nei .di_liu ul li a .img_2 {
                            display: none;
                        }

                        .footer .foot_nei .di_liu ul li a .liu_zi {
                            margin-left: 45px;
                        }

                            .footer .foot_nei .di_liu ul li a .liu_zi span {
                                display: block;
                            }

                            .footer .foot_nei .di_liu ul li a .liu_zi .zhong {
                                margin-bottom: 5px;
                                color: #333;
                            }

                            .footer .foot_nei .di_liu ul li a .liu_zi .ying {
                                font-family: arial;
                                color: #999;
                            }

                        .footer .foot_nei .di_liu ul li a:hover .img_2 {
                            display: block;
                        }

                        .footer .foot_nei .di_liu ul li a:hover .img_1 {
                            display: none;
                        }

                    .footer .foot_nei .di_liu ul li:last-child {
                        border-right: none;
                    }

        .footer .foot_nei .di_nav ul {
            width: 980px;
            float: left;
        }

            .footer .foot_nei .di_nav ul li {
                float: left;
                padding-left: 30px;
                padding-right: 20px;
                line-height: 30px;
                border-right: 1px solid #e0e0e0;
                height: 100%;
                width: 145px;
                min-height: 210px;
            }

                .footer .foot_nei .di_nav ul li a {
                    color: #666666;
                    display: block;
                    overflow: hidden;
                    width: 100%;
                    line-height: 30px;
                    height: 30px;
                }

                    .footer .foot_nei .di_nav ul li a:hover {
                        color: #00979a;
                    }

                .footer .foot_nei .di_nav ul li .tit_a {
                    font-size: 14px;
                    color: #333333;
                    font-weight: bold;
                }

                .footer .foot_nei .di_nav ul li:first-child {
                    padding-left: 0px;
                }

                .footer .foot_nei .di_nav ul li:last-child {
                    width: 250px;
                    border-right: none;
                }

        .footer .foot_nei .di_nav .er_wei {
            width: 260px;
            float: left;
        }

            .footer .foot_nei .di_nav .er_wei .sao_t {
                color: #666666;
                font-size: 14px;
                line-height: 30px;
                margin-bottom: 15px;
            }

            .footer .foot_nei .di_nav .er_wei .er_tu {
                width: 128px;
                float: left;
            }

    .footer .copy {
        width: 100%;
        padding: 25px 0px;
        background: #fff;
    }

        .footer .copy .copy_nei {
            width: 1260px;
            margin: auto;
            font-size: 14px;
            color: #666666;
        }

            .footer .copy .copy_nei a {
                color: #666666;
            }

                .footer .copy .copy_nei a:hover {
                    color: #00979a;
                }

            .footer .copy .copy_nei .copy_left {
                width: 1000px;
                float: left;
            }

                .footer .copy .copy_nei .copy_left span {
                    font-family: arial;
                }

            .footer .copy .copy_nei .copy_right {
                width: 135px;
                float: right;
            }

.banner_zi {
    width: 100%;
    margin: auto;
    text-align: center;
    overflow: hidden;
}

    .banner_zi div {
        width: 1920px;
        overflow: hidden;
        text-align: center;
        position: relative;
        left: 50%;
        margin-left: -960px;
        height: 360px;
    }

.head_bar {
    background: #f2f2f2;
    height: 45px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 45px;
    overflow: hidden;
}

    .head_bar .bar_con {
        width: 1260px;
        margin: auto;
        font-size: 12px;
        color: #666;
    }

        .head_bar .bar_con a {
            color: #666;
            display: inline-block;
            max-width: 200px;
            overflow: hidden;
            height: 45px;
        }

            .head_bar .bar_con a:hover {
                color: #00979a;
            }

        .head_bar .bar_con .active {
            color: #00979a;
            display: inline-block;
            max-width: 200px;
            overflow: hidden;
            height: 45px;
        }

        .head_bar .bar_con span {
            max-width: 200px;
            height: 45px;
            overflow: hidden;
            display: inline-block;
        }

.zi_container {
    width: 1260px;
    margin: auto;
    padding: 50px 0px;
    overflow: hidden;
}

    .zi_container .top_zi {
        text-align: center;
    }

        .zi_container .top_zi h3 {
            font-size: 30px;
            color: #333333;
            font-weight: 100;
        }

        .zi_container .top_zi p {
            font-size: 12px;
            color: #666666;
            line-height: 25px;
            margin-bottom: 6px;
        }

        .zi_container .top_zi div span {
            width: 60px;
            vertical-align: middle;
            height: 1px;
            background: #999999;
            display: inline-block;
        }

        .zi_container .top_zi div a {
            color: #999999;
            font-family: arial;
        }

    .zi_container .top_nav {
        width: 100%;
        margin: 40px auto 50px;
        background: #454545;
    }

        .zi_container .top_nav ul {
            position: relative;
            left: 50%;
            float: left;
        }

            .zi_container .top_nav ul li {
                height: 42px;
                width: 150px;
                float: left;
                font-size: 14px;
                line-height: 46px;
                position: relative;
                right: 50%;
                background: #454545;
            }

                .zi_container .top_nav ul li a {
                    color: #fff;
                    display: block;
                    width: 100%;
                    height: 46px;
                    text-align: center;
                    position: relative;
                    bottom: 4px;
                    overflow: hidden;
                }

                    .zi_container .top_nav ul li a:hover {
                        background: #00979a;
                    }

                    .zi_container .top_nav ul li a.active {
                        background: #00979a;
                    }
/*分页*/
.page {
    margin: 0px 0px 40px 0px;
    padding-top: 40px;
    text-align: center;
}

    .page a {
        color: #333333;
        margin: 0px 2px;
        padding: 4px 12px;
        display: inline-block;
        line-height: 25px;
        font-family: "宋体";
        background: #e5e5e5;
    }

        .page a:hover {
            color: #fff;
            background: #00979a;
        }

    .page .ye {
        background: #b2e0e1;
        color: #00979a;
        font-family: arial;
    }

    .page .active {
        color: #fff;
        background: #00979a;
    }
/*案例总览*/
.case_con {
    margin-top: -15px;
}

    .case_con ul {
        margin-right: -51px;
        overflow: hidden;
    }

        .case_con ul li {
            width: 395px;
            height: 405px;
            border: 1px solid #e5e5e5;
            float: left;
            margin-right: 37px;
            padding: 30px 20px;
            cursor: pointer;
            margin-bottom: 40px;
        }

            .case_con ul li .txt_a {
                font-size: 18px;
                color: #333333;
                display: block;
                width: 355px;
                overflow: hidden;
                margin-bottom: 15px;
                line-height: 25px;
                height: 25px;
            }

            .case_con ul li .pic {
                position: relative;
                overflow: hidden;
            }

                .case_con ul li .pic i {
                    display: block;
                    padding-bottom: 69.88416988416989%;
                }

                .case_con ul li .pic img {
                    transition: 0.3s;
                }

            .case_con ul li:hover {
                box-shadow: 6px 5px 25px #ccc;
            }

            .case_con ul li .more {
                display: block;
                width: 98px;
                height: 28px;
                color: #00979a;
                text-align: center;
                line-height: 28px;
                margin-top: 20px;
                background: url(../images/case_h1.png);
            }

                .case_con ul li .more:hover {
                    background: url(../images/case_h2.png);
                    color: #fff;
                }

            .case_con ul li:hover .txt_a {
                color: #00979a;
            }

            .case_con ul li:hover .pic img {
                transform: scale(1.2);
            }

            .case_con ul li:hover .more {
                background: url(../images/case_h2.png);
                color: #fff;
            }
/*案例总览——show*/
.case_show_con {
    width: 1260px;
    margin: auto;
}

    .case_show_con .top_t {
        font-size: 26px;
        color: #00979a;
        text-align: center;
        margin: 40px auto 30px;
        font-weight: bold;
    }

    .case_show_con .case_tu {
        width: 100%;
    }

        .case_show_con .case_tu .slick1 {
            width: 860px;
            height: 603px;
            margin: auto;
        }

            .case_show_con .case_tu .slick1 div {
                position: relative;
            }

                .case_show_con .case_tu .slick1 div i {
                    display: block;
                    padding-bottom: 69.88416988416989%;
                }

        .case_show_con .case_tu .div2 {
            width: 100%;
            height: 130px;
            background: #eeeeee;
            border-bottom: 1px solid #d6d6d6;
            padding-top: 20px;
            margin-top: 10px;
        }

            .case_show_con .case_tu .div2 .slick2 {
                width: 1000px;
                height: 90px;
                margin: auto;
                overflow: hidden;
            }

                .case_show_con .case_tu .div2 .slick2 div {
                    position: relative;
                    cursor: pointer;
                }

                    .case_show_con .case_tu .div2 .slick2 div i {
                        display: block;
                        padding-bottom: 69.88416988416989%;
                    }

                .case_show_con .case_tu .div2 .slick2 .slick-list {
                    width: 950px;
                    margin: auto;
                }

                    .case_show_con .case_tu .div2 .slick2 .slick-list .slick-slide {
                        margin: auto 5px;
                    }

                .case_show_con .case_tu .div2 .slick2 .slick-next,
                .case_show_con .case_tu .div2 .slick2 .slick-prev {
                    transform: rotate(0deg);
                    border: none;
                    width: 10px;
                    height: 18px;
                    top: 50%;
                    margin-top: -9px;
                }

                .case_show_con .case_tu .div2 .slick2 .slick-next {
                    background: url(../images/ca_r.png) no-repeat;
                    right: 5px;
                }

                    .case_show_con .case_tu .div2 .slick2 .slick-next:hover {
                        background: url(../images/ca_r_h.png) no-repeat;
                    }

                .case_show_con .case_tu .div2 .slick2 .slick-prev {
                    background: url(../images/ca_l.png) no-repeat;
                    left: 5px;
                }

                    .case_show_con .case_tu .div2 .slick2 .slick-prev:hover {
                        background: url(../images/ca_l_h.png) no-repeat;
                    }

                .case_show_con .case_tu .div2 .slick2 .slick-current img {
                    border: 4px solid #00979a;
                }

    .case_show_con p {
        color: #666666;
        line-height: 30px;
        margin: 10px auto;
        width: 100%;
    }

    .case_show_con .case_video {
        width: 1260px;
        height: 690px;
        position: relative;
        cursor: pointer;
    }

        .case_show_con .case_video i {
            display: block;
            padding-bottom: 54.761904761904766%;
        }

    .case_show_con .prev_next {
        height: 42px;
        margin: 40px auto;
    }

        .case_show_con .prev_next .pr,
        .case_show_con .prev_next .ne {
            width: 629px;
            background: #eeeeee;
            line-height: 42px;
            font-size: 14px;
            color: #333333;
            padding-left: 10px;
            padding-right: 10px;
            overflow: hidden;
        }

            .case_show_con .prev_next .pr a,
            .case_show_con .prev_next .ne a {
                color: #333333;
                display: block;
                height: 50px;
                line-height: 50px;
                overflow: hidden;
            }

                .case_show_con .prev_next .pr a:hover,
                .case_show_con .prev_next .ne a:hover {
                    color: #00979a;
                }

    .case_show_con .c_list {
        display: block;
        width: 120px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        color: #fff;
        font-size: 14px;
        margin: auto;
        background: url(../images/fan_bg.png);
    }

        .case_show_con .c_list:hover {
            font-weight: bold;
        }
/*行业资讯*/
.news_con {
    width: 1260px;
    margin: auto;
}

    .news_con ul li {
        position: relative;
        height: 240px;
        cursor: pointer;
        transition: 0.3s;
        margin-bottom: 30px;
    }

        .news_con ul li .kuan {
            width: 100px;
            height: 100px;
            background: #e5f4f5;
            position: absolute;
            z-index: 999;
            top: 50%;
            margin-top: -50px;
            font-family: arial;
            color: #00979a;
            text-align: center;
            padding-top: 10px;
            transition: 0.3s;
        }

            .news_con ul li .kuan div {
                font-size: 42px;
            }

            .news_con ul li .kuan span {
                width: 80px;
                display: inline-block;
                height: 1px;
                background: #00979A;
                vertical-align: middle;
                margin-top: -6px;
            }

            .news_con ul li .kuan time {
                font-size: 14px;
            }

        .news_con ul li .li_right {
            width: 1180px;
            position: absolute;
            height: 240px;
            right: 0px;
            z-index: 9;
        }

            .news_con ul li .li_right .pic {
                width: 310px;
                height: 240px;
                float: left;
                position: relative;
                overflow: hidden;
            }

                .news_con ul li .li_right .pic i {
                    display: block;
                    padding-bottom: 77.41935483870968%;
                }

                .news_con ul li .li_right .pic img {
                    transition: 0.3s;
                }

            .news_con ul li .li_right .txt {
                width: 870px;
                float: right;
                height: 240px;
                background: #f2f9fa;
                padding: 35px 40px 30px 30px;
                transition: 0.3s;
            }

                .news_con ul li .li_right .txt .txt_t {
                    font-size: 16px;
                    color: #333333;
                    font-weight: bold;
                    overflow: hidden;
                    display: block;
                    white-space: nowrap;
                }

                .news_con ul li .li_right .txt p {
                    font-size: 14px;
                    color: #666666;
                    line-height: 30px;
                    margin: 20px auto;
                    overflow: hidden;
                    height: 90px;
                }

                .news_con ul li .li_right .txt .more {
                    display: block;
                    width: 150px;
                    height: 32px;
                    line-height: 32px;
                    text-align: center;
                    color: #fff;
                    background: #00979a;
                }

        .news_con ul li:hover .kuan {
            background: #00979a;
            color: #fffefe;
        }

            .news_con ul li:hover .kuan span {
                background: #fffefe;
            }

        .news_con ul li:hover .li_right .pic img {
            transform: scale(1.1);
        }

        .news_con ul li:hover .li_right .txt {
            background: #00979a;
        }

        .news_con ul li:hover .li_right .txt_t {
            color: #fff;
        }

        .news_con ul li:hover .li_right p {
            color: #fff;
        }

        .news_con ul li:hover .li_right .more {
            background: #fff;
            color: #00979a;
        }
/*news——show*/
.news_show_con {
    width: 1260px;
    margin: auto;
}

    .news_show_con .top_t {
        font-size: 26px;
        color: #00979a;
        text-align: center;
        margin: 40px auto 30px;
        font-weight: bold;
    }

    .news_show_con .time_f {
        font-size: 12px;
        color: #888;
        background: #f2f9fa;
        height: 45px;
        line-height: 45px;
        text-align: center;
        font-family: "宋体";
    }

        .news_show_con .time_f span {
            margin: auto 10px;
        }

    .news_show_con .news_s_nei {
        width: 1260px;
    }

        .news_show_con .news_s_nei p {
            text-indent: 2em;
            line-height: 30px;
            margin: 45px auto 30px;
            color: #666;
            font-size: 14px;
        }

        .news_show_con .news_s_nei img {
            margin: auto;
            text-align: center;
            display: block;
        }

    .news_show_con .prev_next {
        height: 42px;
        margin: 40px auto;
    }

        .news_show_con .prev_next .pr,
        .news_show_con .prev_next .ne {
            width: 629px;
            background: #eeeeee;
            line-height: 42px;
            font-size: 14px;
            color: #333333;
            padding-left: 10px;
            padding-right: 10px;
            overflow: hidden;
        }

            .news_show_con .prev_next .pr a,
            .news_show_con .prev_next .ne a {
                color: #333333;
                display: block;
                line-height: 50px;
                height: 50px;
                overflow: hidden;
            }

                .news_show_con .prev_next .pr a:hover,
                .news_show_con .prev_next .ne a:hover {
                    color: #00979a;
                }

    .news_show_con .c_list {
        display: block;
        width: 120px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        color: #fff;
        font-size: 14px;
        margin: auto;
        background: url(../images/fan_bg.png);
    }

        .news_show_con .c_list:hover {
            font-weight: bold;
        }
/*about*/
.about_con {
    width: 100%;
    margin: auto;
}

    .about_con .about_c1 {
        height: 422px;
        width: 1260px;
        margin: auto;
        overflow: hidden;
        margin-bottom: 60px;
    }

        .about_con .about_c1 .c1_left {
            width: 500px;
            float: left;
        }

            .about_con .about_c1 .c1_left h3,
            .about_con .about_c1 .c1_left h4,
            .about_con .about_c1 .c1_left h6 {
                font-weight: 500;
                color: #333333;
                white-space: nowrap;
                overflow: hidden;
            }

            .about_con .about_c1 .c1_left h4 {
                font-size: 18px;
                margin-top: 50px;
            }

            .about_con .about_c1 .c1_left h3 {
                font-size: 36px;
                margin: 15px auto;
            }

            .about_con .about_c1 .c1_left h6 {
                font-size: 16px;
                margin-bottom: 10px;
            }

            .about_con .about_c1 .c1_left p {
                font-size: 14px;
                color: #666666;
                text-indent: 2em;
                line-height: 30px;
                margin: 50px auto;
            }

        .about_con .about_c1 .c1_right {
            width: 700px;
            float: right;
            position: relative;
        }

            .about_con .about_c1 .c1_right i {
                display: block;
                padding-bottom: 59.82905982905983%;
            }

    .about_con .about_c2 {
        width: 1260px;
        margin: auto;
    }

        .about_con .about_c2 .c2_left {
            float: left;
            width: 537px;
            position: relative;
        }

            .about_con .about_c2 .c2_left i {
                display: block;
                padding-bottom: 86.59217877094973%;
            }

        .about_con .about_c2 .c2_right {
            width: 630px;
            float: right;
            height: 468px;
            overflow: hidden;
        }

            .about_con .about_c2 .c2_right h3 {
                color: #00979a;
                font-size: 16px;
                font-family: 宋体;
                margin: 50px auto;
            }

            .about_con .about_c2 .c2_right p {
                font-size: 14px;
                line-height: 30px;
                color: #666666;
                margin-bottom: 20px;
            }

.about_c3 {
    width: 100%;
    height: 420px;
    background: url(../images/about3.png) no-repeat center center;
    padding: 60px 0px;
    margin-bottom: 50px;
}

    .about_c3 .c3_con {
        width: 1260px;
        height: 295px;
        margin: auto;
        background: rgba(255, 255, 255, 0.8);
        box-shadow: 5px 5px 11px #bdbdbd;
        padding: 40px 90px;
    }

        .about_c3 .c3_con p {
            text-indent: 2em;
            overflow: hidden;
            line-height: 30px;
        }

        .about_c3 .c3_con .p1 {
            color: #666666;
            font-size: 14px;
            margin-bottom: 40px;
            height: 120px;
        }

        .about_c3 .c3_con .p2 {
            font-size: 22px;
            color: #333;
            height: 60px;
        }

.jop_con {
    width: 100%;
    margin: auto;
    margin-top: -50px;
}

    .jop_con .jop_list {
        padding: 50px;
    }

        .jop_con .jop_list .jop_list_nei {
            width: 1085px;
            margin: auto;
        }

            .jop_con .jop_list .jop_list_nei .left {
                width: 200px;
                float: left;
                padding-top: 10px;
            }

                .jop_con .jop_list .jop_list_nei .left span {
                    display: inline-block;
                    width: 185px;
                    height: 35px;
                    text-align: center;
                    line-height: 35px;
                    font-size: 14px;
                    color: #fff;
                    background: #aaa;
                    border-radius: 5px;
                    transition: 0.3s;
                }

            .jop_con .jop_list .jop_list_nei .right {
                width: 870px;
                float: right;
                border: 1px solid #c3c3c3;
                padding: 30px;
                color: #878787;
                font-size: 14px;
                line-height: 30px;
                transition: 0.3s;
            }

                .jop_con .jop_list .jop_list_nei .right p {
                    margin: 20px auto;
                }

                .jop_con .jop_list .jop_list_nei .right a {
                    color: #878787;
                    font-family: arial;
                }

                .jop_con .jop_list .jop_list_nei .right .a_m {
                    text-decoration: underline;
                }

                .jop_con .jop_list .jop_list_nei .right h3 {
                    font-size: 22px;
                    color: #222;
                    font-weight: 100;
                    border-bottom: 1px solid #C3C3C3;
                    height: 50px;
                    color: #898989;
                    line-height: 50px;
                    overflow: hidden;
                }

                .jop_con .jop_list .jop_list_nei .right em {
                    display: block;
                    width: 30px;
                    height: 30px;
                    font-size: 50px;
                    overflow: hidden;
                    _position: relative;
                    margin-left: -46px;
                    margin-top: -19px;
                    color: #c3c3c3;
                    font-style: normal;
                    transition: 0.3s;
                }

                .jop_con .jop_list .jop_list_nei .right span {
                    display: block;
                    width: 30px;
                    height: 30px;
                    font-size: 50px;
                    overflow: hidden;
                    _position: relative;
                    margin-left: -45px;
                    margin-top: -30px;
                    color: #f7f7f7;
                    font-style: normal;
                    transition: 0.3s;
                }

                .jop_con .jop_list .jop_list_nei .right .span2 {
                    display: block;
                    width: 30px;
                    height: 30px;
                    font-size: 50px;
                    overflow: hidden;
                    _position: relative;
                    margin-left: -45px;
                    margin-top: -30px;
                    color: #ffffff;
                    font-style: normal;
                }

            .jop_con .jop_list .jop_list_nei:hover .left span {
                background: #00979a;
            }

            .jop_con .jop_list .jop_list_nei:hover .right {
                background: #f1f7f8;
                border: 1px solid #d1e4f8;
            }

                .jop_con .jop_list .jop_list_nei:hover .right h3 {
                    border-bottom: 1px solid #d1e4f8;
                }

                .jop_con .jop_list .jop_list_nei:hover .right em {
                    color: #d1e4f8;
                }

                .jop_con .jop_list .jop_list_nei:hover .right span {
                    color: #f1f7f8;
                }

                .jop_con .jop_list .jop_list_nei:hover .right .span1 {
                    color: #f1f7f8;
                }

                .jop_con .jop_list .jop_list_nei:hover .right .a_m {
                    color: #c51c29;
                }

    .jop_con .color_1 {
        background: #f7f7f7;
    }
/*about_team*/
.about_team {
    width: 1260px;
    margin: auto;
}

    .about_team ul {
        margin-right: -40px;
        overflow: hidden;
    }

        .about_team ul li {
            width: 610px;
            margin-right: 40px;
            height: 330px;
            cursor: pointer;
            float: left;
            margin-bottom: 60px;
        }

            .about_team ul li .pic {
                float: left;
                width: 250px;
                position: relative;
                overflow: hidden;
            }

                .about_team ul li .pic img {
                    transition: 0.3s;
                }

                .about_team ul li .pic i {
                    display: block;
                    padding-bottom: 132%;
                }

            .about_team ul li .team_r {
                width: 360px;
                background: #f6f6f6;
                height: 100%;
                float: right;
                overflow-y: auto;
            }

                .about_team ul li .team_r .t_top {
                    height: 60px;
                    width: 100%;
                    padding: 25px 0px 20px 15px;
                }

                    .about_team ul li .team_r .t_top h3 {
                        color: #666;
                        font-size: 14px;
                        line-height: 19px;
                        height: 19px;
                        overflow: hidden;
                    }

                    .about_team ul li .team_r .t_top span {
                        display: inline-block;
                        height: 1px;
                        width: 180px;
                        background: #5b5e5d;
                    }

                .about_team ul li .team_r .t_con {
                    width: 100%;
                    padding: 15px 20px 15px 15px;
                    font-size: 12px;
                    color: #777;
                    line-height: 26px;
                    height: 100%;
                }

            .about_team ul li:hover .pic img {
                transform: scale(1.1);
            }

            .about_team ul li:hover .team_r {
                background: #f1f7f8;
            }

.fuwu_con {
    width: 1260px;
    margin: auto;
    text-align: center;
}

    .fuwu_con .fuwu_tx {
        width: 143px;
        height: 40px;
        background: url(../images/fuwu_top_bg.png);
        line-height: 36px;
        text-align: center;
        color: #161616;
        font-size: 24px;
        margin: 25px auto;
    }

    .fuwu_con p {
        color: #666666;
        font-size: 14px;
        line-height: 30px;
    }

    .fuwu_con ul {
        width: 100%;
    }

        .fuwu_con ul li {
            float: left;
            width: 200px;
            padding: 15px;
            font-size: 14px;
            color: #666666;
            margin: auto 76px;
        }

            .fuwu_con ul li:first-child {
                margin-left: 0px;
            }

            .fuwu_con ul li:last-child {
                margin-right: 0px;
            }
/*联系我们*/
.contact_con {
    width: 1260px;
    margin: auto;
}

    .contact_con .ding {
        width: 160px;
        height: auto;
        text-align: center;
        margin: auto;
    }

        .contact_con .ding a {
            display: block;
            height: 28px;
            line-height: 28px;
            text-align: center;
            font-size: 12px;
            color: #fff;
            padding-left: 15px;
            background: #00979A url(../images/contact_di.png) no-repeat 28px center;
        }

.map_can {
    width: 100%;
    height: 540px;
    position: relative;
    margin-bottom: 50px;
}

    .map_can #map {
        width: 100%;
        height: 540px;
        overflow: hidden;
    }

    .map_can .map_c {
        width: 580px;
        height: 377px;
        background: url(../images/cc.png) no-repeat;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: 0px;
        margin-top: -189px;
        z-index: 999999;
        padding: 71px 83px;
        font-size: 14px;
        color: #666;
        line-height: 30px;
    }

        .map_can .map_c h3 {
            color: #00979a;
            font-size: 24px;
            font-weight: 100;
            position: relative;
            margin-bottom: 20px;
            white-space: normal;
            overflow: hidden;
        }

            .map_can .map_c h3:after {
                content: "";
                width: 30px;
                border-bottom: 1px solid #00979A;
                position: absolute;
                top: 40px;
                left: 0px;
            }

        .map_can .map_c ul li {
            white-space: normal;
            overflow: hidden;
        }

            .map_can .map_c ul li a {
                color: #666;
            }
/*在线留言*/
.feebback_con {
    width: 1260px;
}

    .feebback_con .liu_left {
        width: 380px;
        float: left;
    }

        .feebback_con .liu_left .liu_t {
            font-size: 52px;
            color: #444444;
            font-family: "微软雅黑";
            margin-bottom: 20px;
            width: 100%;
        }

            .feebback_con .liu_left .liu_t span {
                font-family: arial;
                font-size: 38px;
            }

                .feebback_con .liu_left .liu_t span em {
                    font-style: normal;
                    font-size: 45px;
                }

        .feebback_con .liu_left P {
            font-size: 14px;
            color: #999;
            line-height: 30px;
        }

    .feebback_con .liu_right {
        width: 800px;
        float: right;
    }

        .feebback_con .liu_right ul li {
            margin-bottom: 20px;
            color: #666666;
        }

            .feebback_con .liu_right ul li p {
                width: 50%;
                float: left;
                height: 30px;
                line-height: 30px;
            }

                .feebback_con .liu_right ul li p span {
                    display: inline-block;
                    width: 80px;
                    text-align: right;
                    margin-right: 10px;
                }

                .feebback_con .liu_right ul li p input,
                .feebback_con .liu_right ul li p select {
                    width: 290px;
                    height: 30px;
                    background: #eeeeee;
                    border: 1px solid #eeeeee;
                    padding-left: 5px;
                    margin-right: 10px;
                    color: #666666;
                    line-height: 30px;
                }

                    .feebback_con .liu_right ul li p input:focus {
                        outline: 1px solid #2b3360;
                    }

            .feebback_con .liu_right ul li i {
                color: #FF0000;
                font-style: normal;
                margin-right: 10px;
            }

            .feebback_con .liu_right ul li span {
                display: inline-block;
                width: 80px;
                text-align: right;
                margin-right: 10px;
               
            }

            .feebback_con .liu_right ul li .taom,
            .feebback_con .liu_right ul li .taom2 {
                width: 290px;
                height: 30px;
                display: inline-block;
                text-align: left;
                border: 1px solid #eeeeee;
                padding-left: 10px;
                line-height: 30px;
                font-size: 12px;
                cursor: pointer;
                background: #eeeeee url(../images/sec_la.png) no-repeat right;
            }

                .feebback_con .liu_right ul li .taom b,
                .feebback_con .liu_right ul li .taom2 b {
                    font-weight: 100;
                    color: #666666;
                    width: 100%;
                    height: 100%;
                    display: block;
                }

                .feebback_con .liu_right ul li .taom .yin,
                .feebback_con .liu_right ul li .taom2 .yin,
                .feebback_con .liu_right ul li .taom .yin2,
                .feebback_con .liu_right ul li .taom2 .yin2 {
                    display: block;
                    background: #fff;
                    z-index: 9999;
                    position: relative;
                    margin-left: -10px;
                    padding-left: 10px;
                    font-style: normal;
                    width: 292px;
                }

                    .feebback_con .liu_right ul li .taom .yin a,
                    .feebback_con .liu_right ul li .taom2 .yin a,
                    .feebback_con .liu_right ul li .taom .yin2 a,
                    .feebback_con .liu_right ul li .taom2 .yin2 a {
                        display: inline-block;
                        width: 290px;
                        height: 30px;
                        text-align: left;
                        color: #666666;
                    }

                        .feebback_con .liu_right ul li .taom .yin a:hover,
                        .feebback_con .liu_right ul li .taom2 .yin a:hover,
                        .feebback_con .liu_right ul li .taom .yin2 a:hover,
                        .feebback_con .liu_right ul li .taom2 .yin2 a:hover {
                            color: #00979a;
                        }

            .feebback_con .liu_right ul li .li_s {
                top: -50px;
                position: relative;
            }

            .feebback_con .liu_right ul li textarea {
                width: 691px;
                background: #eeeeee;
                border: 1px solid #EEEEEE;
                padding-left: 5px;
            }

                .feebback_con .liu_right ul li textarea:hover {
                    outline: 1px solid #2b3360;
                }

            .feebback_con .liu_right ul li label {
                margin-left: 8px;
            }

        .feebback_con .liu_right ul .btn_div {
            text-align: center;
            margin-top: 30px;
            height:25px;
        }
            .feebback_con .liu_right ul .btn_div span {
                line-height:28px;
            }

            .feebback_con .liu_right ul .btn_div .btn {
                display: inline-block;
                width: 120px;
                border: 1px solid #00979a;
                height: 30px;
                line-height: 28px;
                text-align: center;
                color: #00979a;
                background: #fff;
                font-family: 宋体;
                margin: 0px 10px;
            }

                .feebback_con .liu_right ul .btn_div .btn:hover {
                    background: #00979A;
                    color: #fff;
                }

            .feebback_con .liu_right ul .btn_div input {
                width: 70px;
                height: 28px;
                border: 1px solid #dcdcdc;
                padding-left: 5px;
                line-height:28px;
            }

            .feebback_con .liu_right ul .btn_div img {
                border: 1px solid #DCDCDC;
                vertical-align: top;
                margin: 0px 15px;
            }

            .feebback_con .liu_right ul .btn_div a {
                color: #999999;
            }
/*map*/
.ditu_con {
    width: 1260px;
    margin: auto;
}

.map_mian {
    background: #f6f6f6;
    width: 100%;
}

.w1004 {
    padding: 20px;
}

.map {
    margin: 0 auto;
}

    .map dl {
        margin: 20px 0 20px 0;
        overflow: hidden;
        line-height: 30px;
    }

        .map dl:hover {
            background: #f5f8fa;
        }

            .map dl:hover dt a {
                color: #e0e9f3;
                font-weight: bold;
            }

    .map dt {
        font-size: 14px;
        float: left;
        width: 10%;
        text-align: center;
        background: #00979a;
    }

        .map dt:hover {
            background: #00979a;
        }

        .map dt a {
            color: #fff;
            display: block;
        }

            .map dt a:hover {
                color: #e0e9f3;
                font-weight: bold;
            }

    .map dd {
        font-size: 12px;
        overflow: hidden;
        float: left;
        width: 85%;
    }

        .map dd .p2 {
            padding: 0 0 0 20px;
            clear: both;
        }

            .map dd .p2 a {
                color: #b87500;
                font-weight: bold;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
            }

                .map dd .p2 a:hover {
                    color: #764b00;
                }

        .map dd div {
            clear: both;
            overflow: hidden;
            padding: 0px 20px 0 10px;
        }

            .map dd div a {
                color: #333;
                float: left;
                padding: 0 10px 0 10px;
            }

                .map dd div a:hover {
                    color: #003e7e;
                    background: #00979a;
                    color: #fff;
                }
/*# sourceMappingURL=style.css.map */

.home_case .case_left .div_nei div {
    height: 30px;
    overflow: hidden;
}

.home_case .case_left .div_nei p {
    height: 120px;
    overflow: hidden;
}

/**************添加**********************/
.home_links .links_nei div a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

    .home_links .links_nei div a i {
        padding-bottom: 28%;
        display: block;
    }
</pre></body></html>