﻿@charset "utf-8";
/*共用*/
body {
    font-size: 12px;
    color: #222;
    font-family: " ";
   /* background: url(../images/20180911140330_1688811758.jpg) top repeat-x;*/
}

div {
    margin: 0px;
    padding: 0px;
    margin: 0px;
}

span, p {
    margin: 0px;
    padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    padding: 0px;
}

img {
    margin: 0px;
    padding: 0px;
}

dl, dt, dd, ol, ul, li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

img {
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
}

from, input, select {
    margin: 0px;
    padding: 0px;
}

.clear {
    clear: both;
    font-size: 0px;
    overflow: hidden;
    height: 0px;
}

a {
    color: #222;
    text-decoration: none;
}

    a:hover {
        color: #ff6600;
        text-decoration: none;
    }

.border_bg {
    width: auto;
    height: auto;
    margin: 0 auto;
    border: 1px solid #d0d0d0;
}

.cp img {
    border: 1px solid #bbb;
    padding: 1px;
}

    .cp img:hover {
        border: 1px solid #ff6600;
        padding: 1px;
    }

.white a {
    color: #fff;
    text-decoration: none;
}

    .white a:hover {
        color: #ff0;
        text-decoration: none;
    }

input, button, select, textarea {
    outline: none
}
/*抬头*/
#top_t {
    width: 1200px;
    margin: 0 auto;
    height: 38px;
    color: #666;
    line-height: 38px;
}

#top_t_l {
    width: 800px;
    float: left;
}

#top_t_r {
    width: 243px;
    float: right;
    text-align: right;
    border-right: 1px solid #ddd;
}

    #top_t_r li {
        float: left;
        width: 80px;
        border-left: 1px solid #ddd;
        line-height: 38px;
        text-align: center;
    }

#top_t a {
    color: #666;
    font-size: 12px;
}

    #top_t a:hover {
        color: #0b8c56;
        font-size: 12px;
    }


#top_b {
    width: 1200px;
    margin: 0 auto;
    height: 105px;
}

    #top_b li {
        float: left;
    }

    #top_b .tt1 {
        width: 500px;
        padding-top: 10px;
    }

        #top_b .tt1:hover {
            -webkit-animation: test 0.2s ease-in 2;
        }

@-webkit-keyframes test {
    0% {
        transform: translate(0,0)
    }

    50% {
        transform: translate(0,5px)
    }

    100% {
        transform: translate(0,0)
    }
}

#top_b .tt2 {
    width: 180px;
    padding-top: 15px;
}

#top_b .tt3 {
    width: 500px;
    padding-top: 30px;
    color: #0b8c56;
    font-weight: bold;
    font-size: 33px;
}

    #top_b .tt3 .font {
        width: 390px;
        margin-top: 6px;
        font-weight: normal;
        color: #222;
    }

        #top_b .tt3 .font li {
            float: left;
            width: 68px;
            border: 1px solid #222;
            line-height: 30px;
            margin-left: 10px;
            font-size: 16px;
            text-align: center;
        }

#top_b .tt4 {
    width: 205px;
    padding-top: 45px;
    font-size: 18px;
    line-height: 30px;
}

#top_b .tt5 {
    width: 165px;
    padding-top: 10px;
	margin-left:145px;
}


/*导航*/
#nav_bg {
    width: 100%;
    height: 70px;
    background-color: #2f428f;
}

#nav {
    width: 1200px;
    height: 70px;
    margin: 0 auto;
}

    #nav li {
        float: left;
        text-align: center;
        width: 120px;
    }

    #nav ul li {
        background: url(../images/20180911140331_867079838.png) left no-repeat;
        line-height: 70px;
    }

        #nav ul li a {
            color: #fff;
            text-decoration: none;
            font-size: 14px;
            width: 120px;
            line-height: 65px;
            height: 65px;
            text-align: center;
            display: block;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
        }

            #nav ul li a:hover {
                color: #ff0;
                text-decoration: none;
                font-size: 15px;
                font-weight: bold;
                height: 70px;
                background: url(../images/20180911140330_2102582701.jpg);
                line-height: 65px;
            }

    #nav .a_nav a {
        display: block;
        font-size: 15px;
        width: 120px;
        height: 70px;
        line-height: 65px;
        color: #fff;
        background: url(../images/20180911140330_2102582701.jpg);
    }

/*幻灯片*/
#flash_bg {
    width: 100%;
    margin-top: 1px;
}

.banner {
    overflow: hidden;
}

.banner-box {
    min-width: 1100px;
    height: 538px;
    position: relative;
    margin: 0 auto;
}

    .banner-box .bd, .banner-box .bd ul {
        width: 100% !important;
    }

        .banner-box .bd li {
            width: 100% !important;
            height: 538px;
            background-position: center;
            background-repeat: no-repeat;
            background-color: #eee
        }

            .banner-box .bd li a {
                display: block;
                background-size: auto;
            }

.banner-btn {
    width: 100%;
    position: absolute;
    top: 180px;
    left: 0;
    margin-left: 0;
    height: 358px;
    overflow: hidden;
}

    .banner-btn a {
        display: block;
        width: 49px;
        height: 104px;
        position: absolute;
        top: 0;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        transition: 0.3s all ease-in-out
    }

        .banner-btn a.prev {
            left: -50px;
            background: url(../images/20180911144936_621481161.png) no-repeat 0 0;
        }

        .banner-btn a.next {
            right: -50px;
            background: url(../images/20180911144936_621481161.png) no-repeat -49px 0;
        }

.banner-box .hd {
    position: absolute;
    bottom: 50px;
    width: 100%;
    display: block;
}

    .banner-box .hd ul {
        text-align: center
    }

        .banner-box .hd ul li {
            width: 20px;
            height: 20px;
            border-radius: 20px;
            text-indent: -9999px;
            background: #cbcbcb;
            cursor: pointer;
            display: inline-block;
            margin: 0 5px;
            transition: 0.3s all ease-in-out
        }

            .banner-box .hd ul li.on {
                background: #2f428f;
                width: 32px;
            }

.banner-box:hover .banner-btn a.prev {
    left: 20px;
    filter: alpha(opacity=40);
    -moz-opacity: .4;
    -khtml-opacity: .4;
    opacity: .4;
}

.banner-box:hover .banner-btn a.next {
    right: 20px;
    filter: alpha(opacity=40);
    -moz-opacity: .4;
    -khtml-opacity: .4;
    opacity: .4;
}

    .banner-box .banner-btn a.prev:hover, .banner-box:hover .banner-btn a.next:hover {
        filter: alpha(opacity=80);
        -moz-opacity: .8;
        -khtml-opacity: .8;
        opacity: .8;
    }
/*搜索*/
#search_bg {
    width: 100%;
    background: url(../images/20180911140331_1121456419.jpg);
    padding: 30px 0px;
   /* margin-bottom: 30px;*/
}

#search_c {
    width: 1200px;
    margin: 0 auto;
}

#search_c_l {
    width: 278px;
    float: left;
}

    #search_c_l .h1 {
        font-size: 19px;
        font-weight: bold;
        height: 36px;
    }

    #search_c_l .h2 {
        width: 100%;
        height: 30px;
        margin-top: 5px;
        background: #666;
        line-height: 30px;
        text-align: center;
        color: #fff;
        font-size: 14px;
    }

#search_c_c {
    width: 489px;
    float: left;
}

    #search_c_c .search {
        width: 489px;
    }

    #search_c_c .search_l {
        width: 455px;
        float: left;
        height: 41px;
        background: url(../images/20180911140332_110800702.png) no-repeat;
        line-height: 41px;
    }

    #search_c_c .search_r {
        width: 34px;
        float: right;
    }

    #search_c_c .s_font {
        font-size: 12px;
        padding-top: 15px;
    }

#search_c_r {
    width: 195px;
    float: left;
}

    #search_c_r .h1 {
        height: 38px;
        font-size: 14px;
        letter-spacing: 2px;
        line-height: 38px;
    }

    #search_c_r .h2 {
        font-size: 23px;
        font-weight: bold;
        color: #2f428f;
    }

#search_c_kong {
    width: 119px;
    text-align: center;
    float: left;
}

/*应用行业*/
#yyhy_t {
    text-align: center;
    padding-top: 20px;
    font-size: 18px;
    color: #999;
    text-transform: uppercase;
}

#yyhy_t1 {
    text-align: center;
    padding-top: 5px;
    font-size: 36px;
    color: #0b8c56;
    font-weight: bold;
}

#yyhy_t2 {
    width: 403px;
    margin: 0 auto;
    height: 25px;
    background: url(../images/20180911140332_755789765.png) no-repeat;
    margin-top: 10px;
}

#yyhy_c {
    width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
}

    #yyhy_c li {
        float: left;
        width: 224px;
        margin-left: 20px;
        height: 224px;
        overflow: hidden;
    }


#yyhy_b {
    width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 40px;
}

    #yyhy_b li {
        float: left;
        width: 224px;
        margin-left: 20px;
    }

        #yyhy_b li .h1 {
            width: 150px;
            margin: 0 auto;
            height: 38px;
        }

            #yyhy_b li .h1 a {
                display: block;
                border: 1px solid #222;
                line-height: 38px;
                font-size: 16px;
                border-radius: 50px;
                text-align: center;
            }

                #yyhy_b li .h1 a:hover {
                    border: 1px solid #0b8c56;
                    line-height: 38px;
                    font-size: 16px;
                    background: #0b8c56;
                    color: #fff;
                }

#yyhy_bb {
    width: 320px;
    margin: 0 auto;
    margin-top: 40px;
    height: 45px;
    overflow: hidden;
}

    #yyhy_bb li {
        float: left;
        width: 150px;
        margin-left: 86px;
    }

        #yyhy_bb li a {
            display: block;
            background: #8c8c8c;
            line-height: 45px;
            font-size: 16px;
            color: #fff;
            text-align: center;
        }

            #yyhy_bb li a:hover {
                line-height: 45px;
                font-size: 16px;
                background: #0b8c56;
                color: #fff;
            }

/*热销产品*/
#product_bg {
    width: 100%;
    background: #f8f8f8;
    padding: 50px 0px 0px 0px;
    /*margin-top: 50px;*/
}

#product_t {
    width: 76px;
    height: 17px;
    margin: 0 auto;
    background: url(../images/20180911140333_469423399.png) no-repeat;
}

#product_t1 {
    text-align: center;
    padding-top: 20px;
    font-size: 45px;
    color: #222;
    font-weight: bold;
}

    #product_t1 .font {
        color: #2f428f;
        font-size: 45px;
        font-weight: bold;
    }

#product_t2 {
    text-align: center;
    padding-top: 10px;
    font-size: 18px;
    letter-spacing: 2px;
}

#product_t3 {
    text-align: center;
    padding-top: 10px;
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
}

#product_sort {
    width: 1204px;
    margin: 0 auto;
    margin-top: 20px;
    height: 60px;
}

    #product_sort li {
        float: left;
        width: 137px;
        margin-left: 10px;
        height: 60px;
        overflow: hidden;
    }

        #product_sort li a {
            width: 134px;
            height: 58px;
            border: 1px solid #ddd;
            background: #fff;
            line-height: 58px;
            text-align: center;
            color: #222;
            display: block;
            font-size: 16px;
        }

            #product_sort li a:hover {
                width: 162px;
                height: 60px;
                background: #0b8c56;
                line-height: 60px;
                text-align: center;
                color: #fff;
                font-size: 16px;
            }

#product_b {
    width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
}

.divproduct_new_div_item_title a:after, .divproduct_new_div_item_title a::after {
    content: '+点击查看更多产品信息';
    display: block;
    font-size: 12px;
    line-height: 35px;
    font-weight: normal;
    background: #eee;
    margin-top: 110px;
    color: #666;
}

#product_b .divproduct_new_div::after {
    content: '';
    display: block;
    clear: both;
}

#product_b .divproduct_new_div_item {
    border: 1px solid #d0d0d0;
    padding: 10px;
    float: left;
    width: 263px;
    margin-right: 15px;
    position: relative;
    padding-bottom: 210px;
    margin-bottom: 27px;
    overflow: hidden;
    cursor: pointer;
    background: #fff;
}

    #product_b .divproduct_new_div_item:nth-child(4n) {
        margin-right: 0;
    }

#product_b .product_div_item_image {
    display: block;
    width: 100%;
    transition: 0.3s all ease-in-out
}

#product_b .divproduct_new_div_item_a {
    font-size: 18px;
    color: #222;
    line-height: 50px;
    text-align: center;
    display: block;
    height: 50px;
    vertical-align: middle;
    transition: 0.25s all ease-in-out;
    text-align: center;
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
}

.product_row2 .divproduct_new_div_item:hover .divproduct_new_div_item_a {
    color: #004b98;
}

#product_b .divproduct_new_div_item_body {
    font-size: 14px;
    color: #888;
    line-height: 30px;
    transition: 0.25s all ease-in-out;
    height: 90px;
    padding: 10px 0px;
    overflow: hidden;
}

#product_b .divproduct_new_div_item_content {
    position: absolute;
    bottom: 0;
    left: 10px;
    display: block;
    width: 261px;
    padding: 15px 0px 50px 0px;
    transition: 0.25s all ease-in-out;
}

#product_b .product_div_item_pic {
    position: relative;
    overflow: hidden;
    border: 1px solid #e0e0e0;
    width: 261px;
    height: 269px;
}

    #product_b .product_div_item_pic img {
        width: 261px;
        height: auto;
    }

#product_b .divproduct_new_div_item::before {
    content: '';
    position: absolute;
    height: 273px;
    width: 100%;
    left: 0;
    top: 0;
    display: block;
    transition: 0.3s all ease-in-out;
    background: url(../images/20180514170824_1791954489.png) no-repeat center;
    z-index: 1;
    transform: scale(0);
}

#product_b .divproduct_new_div_item::after {
    content: '';
    position: absolute;
    height: 258px;
    width: 100%;
    left: 0;
    top: -258px;
    display: block;
    transition: 0.3s all ease-in-out;
    background: rgba(0,0,0,0.3)
}

#product_b .divproduct_new_div_item:hover::after {
    top: 0;
}

#product_b .divproduct_new_div_item:hover::before {
    transform: scale(1);
}

#product_b .divproduct_new_div_item:hover .product_div_item_image {
    transform: scale(1.2);
    transition: 1.2s all ease-in-out;
}
/*四大特点*/
#td_bg {
    width: 100%;
    height: 793px;
    background: url(../images/20180911140350_1021683663.jpg) center no-repeat;
}

#td_t {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding-top: 162px;
    height: 66px;
    color: #ffffff;
    font-size: 48px;
    font-weight: bold;
}

#td_c {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    height: 68px;
    text-transform: uppercase;
    font-size: 18px;
    color: #ffffff;
}

#td_b {
    width: 1200px;
    margin: 0 auto;
    height: 382px;
}

    #td_b ul li {
        float: left;
        width: 300px;
        background: url(../images/20180911191457_1044984802.jpg) left no-repeat;
        color: #ffffff;
    }

    #td_b .t_t {
        width: 162px;
        height: 186px;
        margin: 0 auto;
        cursor: pointer;
    }

        #td_b .t_t:hover .tts {
            transform: rotateX(360deg);
            transition: all 1.0s linear;
        }

        #td_b .t_t:hover .ttss {
            transition: all 1.6s linear;
            transform: rotateY(360deg);
        }

    #td_b .t_c {
        text-align: center;
        padding-top: 20px;
        font-size: 20px;
        font-weight: bold;
    }

    #td_b .t_b {
        text-align: center;
        padding-top: 20px;
        line-height: 30px;
        font-size: 18px;
    }

#td_bb {
    width: 465px;
    height: 36px;
    margin: 0 auto;
    background: url(../images/20180911140350_2042479680.png) no-repeat;
}

    #td_bb .h1 {
        padding-left: 40px;
        line-height: 36px;
        width: 330px;
        float: left;
        color: #ffffff;
        font-size: 14px;
    }

        #td_bb .h1 .font {
            font-size: 18px;
            font-weight: bold;
        }

    #td_bb .h2 {
        float: left;
        font-size: 14px;
        color: #0b8c56;
        line-height: 36px;
    }

        #td_bb .h2 a {
            font-size: 14px;
            color: #0b8c56;
        }

            #td_bb .h2 a:hover {
                font-size: 14px;
                color: #222;
            }
/*四大优势*/
#ys_bg {
    width: 100%;
    height: 1658px;
    background: url(../images/20180911140351_2025354294.jpg) center no-repeat;
}

#ys_t {
    width: 1200px;
    margin: 0 auto;
    padding-top: 42px;
    height: 255px;
}

#ys_t_l {
    width: 176px;
    float: left;
}

    #ys_t_l:hover {
        -webkit-animation: test 0.2s ease-in 2;
    }

@-webkit-keyframes test {
    0% {
        transform: translate(0,0)
    }

    50% {
        transform: translate(0,5px)
    }

    100% {
        transform: translate(0,0)
    }
}

#ys_t_c {
    width: 509px;
    float: left;
    padding-top: 13px;
}

#ys_t_cc {
    width: 322px;
    float: left;
    padding-top: 48px;
}

    #ys_t_cc .h1 {
        width: 170px;
        margin: 0 auto;
        height: 45px;
    }

        #ys_t_cc .h1 a {
            display: block;
            border: 1px solid #0b8c56;
            line-height: 38px;
            font-size: 16px;
            border-radius: 50px;
            text-align: center;
        }

            #ys_t_cc .h1 a:hover {
                border: 1px solid #0b8c56;
                line-height: 38px;
                font-size: 16px;
                background: #0b8c56;
                color: #fff;
            }

#ys_t_r {
    width: 193px;
    float: right;
    padding-top: 20px;
}

#ys_1 {
    width: 1080px;
    margin: 0 auto;
    height: 202px;
    padding-bottom: 60px;
    border-bottom: 1px solid #ddd;
}

    #ys_1 .h1 {
        width: 132px;
        float: left;
        height: 197px;
        background: url(../images/20180911140352_858964339.png) no-repeat;
    }

    #ys_1 .h2 {
        float: left;
        width: 405px;
        padding-left: 30px;
    }

        #ys_1 .h2 .y_t {
            width: 405px;
            border-bottom: 1px solid #ddd;
            text-align: right;
            padding-bottom: 20px;
            font-size: 33px;
            font-weight: bold;
            color: #0b8c56;
        }

            #ys_1 .h2 .y_t .font {
                font-size: 16px;
                color: #888;
                text-align: right;
                text-transform: uppercase;
                font-weight: normal;
            }

        #ys_1 .h2 .y_b {
            padding-top: 20px;
            line-height: 30px;
            font-size: 14px;
            color: #888;
            text-align: right;
        }

    #ys_1 .h3 {
        float: left;
        text-align: right;
        width: 120px;
        padding-top: 60px;
        line-height: 40px;
        font-size: 16px;
    }

    #ys_1 .h4 {
        float: right;
        width: 340px;
    }

#ys_2 {
    width: 1080px;
    margin: 0 auto;
    height: 206px;
    padding-bottom: 40px;
    padding-top: 50px;
    border-bottom: 1px solid #ddd;
}

    #ys_2 .h1 {
        width: 530px;
        float: left;
    }

    #ys_2 .h2 {
        width: 400px;
        float: left;
    }

        #ys_2 .h2 .y_t {
            width: 400px;
            border-bottom: 1px solid #ddd;
            padding-bottom: 20px;
            font-size: 33px;
            font-weight: bold;
            color: #0b8c56;
        }

            #ys_2 .h2 .y_t .font {
                font-size: 16px;
                color: #888;
                text-transform: uppercase;
                font-weight: normal;
            }

        #ys_2 .h2 .y_b {
            padding-top: 20px;
            line-height: 30px;
            font-size: 14px;
            color: #888;
        }

    #ys_2 .h3 {
        width: 132px;
        float: right;
        height: 197px;
        background: url(../images/20180911140352_235775392.png) no-repeat;
    }

#ys_3 {
    width: 1080px;
    margin: 0 auto;
    height: 254px;
    padding-bottom: 40px;
    padding-top: 50px;
    border-bottom: 1px solid #ddd;
}

    #ys_3 .h1 {
        width: 132px;
        float: left;
        height: 197px;
        background: url(../images/20180911140352_388248141.png) no-repeat;
    }

    #ys_3 .h2 {
        width: 420px;
        float: left;
        padding-top: 28px;
        margin-left: 20px;
    }

        #ys_3 .h2 .y_t {
            width: 430px;
            border-bottom: 1px solid #ddd;
            padding-bottom: 20px;
            font-size: 33px;
            font-weight: bold;
            color: #0b8c56;
        }

            #ys_3 .h2 .y_t .font {
                font-size: 16px;
                color: #888;
                text-transform: uppercase;
                font-weight: normal;
            }

        #ys_3 .h2 .y_b {
            padding-top: 20px;
            line-height: 30px;
            font-size: 14px;
            color: #888;
        }

    #ys_3 .h3 {
        width: 466px;
        float: right;
    }


#ys_4 {
    width: 1080px;
    margin: 0 auto;
    height: 206px;
    padding-top: 50px;
}

    #ys_4 .h1 {
        width: 500px;
        float: left;
    }

    #ys_4 .h2 {
        width: 410px;
        float: left;
    }

        #ys_4 .h2 .y_t {
            width: 400px;
            border-bottom: 1px solid #ddd;
            padding-bottom: 20px;
            font-size: 33px;
            font-weight: bold;
            color: #0b8c56;
        }

            #ys_4 .h2 .y_t .font {
                font-size: 16px;
                color: #888;
                text-transform: uppercase;
                font-weight: normal;
            }

        #ys_4 .h2 .y_b {
            padding-top: 20px;
            line-height: 30px;
            font-size: 14px;
            color: #888;
        }

    #ys_4 .h3 {
        width: 132px;
        float: right;
        height: 197px;
    }
/*成功案例*/
#case_t {
    padding-top: 50px;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}

    #case_t .font {
        font-size: 36px;
        font-weight: bold;
        color: #0b8c56;
    }

#case_t1 {
    padding-top: 10px;
    font-size: 20px;
    text-transform: uppercase;
    color: #888;
    text-align: center;
}

#case_t2 {
    width: 100%;
    height: 7px;
    background: url(../images/20180911140404_1382657508.png) center no-repeat;
    margin-top: 20px;
}

#case_t3 {
    text-align: center;
    padding: 30px 0px;
    color: #888;
    font-size: 16px;
}

#case_t4 {
    text-align: center;
}

    #case_t4 .tb {
        animation: myfirst 2s infinite;
        display: inline-block;
    }

@keyframes myfirst {
    0% {
        transform: translate(0px, 0px);
    }

    50% {
        transform: translate(0px, -10px);
    }

    100% {
        transform: translate(0px, 0px);
    }
}

.case_d {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 40px;
}

    .case_d td {
        float: left;
        width: 258px;
        height: 260px;
        border: solid 1px #ddd;
        padding: 10px !important;
        margin: 10px;
        position: relative;
        overflow: hidden;
        background: #fff;
    }

        .case_d td br {
            display: none;
        }

        .case_d td a {
            text-decoration: blink;
            display: block;
            overflow: hidden;
        }

            .case_d td a img {
                width: 100% !important;
                height: 100% !important;
                transition: all 0.2s linear;
            }

        .case_d td div {
            padding-top: 10px !important;
            margin-top: 18px;
            border-top: solid 1px #eee;
            line-height: 40px !important;
            padding-right: 58px;
            width: 200px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            transition: all 0.8s linear;
        }

            .case_d td div a {
                font-size: 15px;
                text-align: left;
                transition: all 0.8s linear;
                white-space: nowrap;
                text-overflow: ellipsis;
            }

    .case_d .case_cshigo {
        margin-top: 0;
        padding-top: 0 !important;
        border: none;
        padding-right: 0;
    }

    .case_d .case_cshigo {
        width: 50px;
        float: right;
        transition: all 0.8s linear;
    }

        .case_d .case_cshigo a {
            font-size: 0;
            line-height: 0;
            position: absolute;
            margin-top: -40px;
        }

        .case_d .case_cshigo .case_cshigo_ai {
            width: 30px;
            overflow: hidden;
            height: 30px;
            margin-top: 5px;
            border-left: solid 1px #ddd;
            padding-left: 15px;
            transition: all 0.8s linear
        }

.case_cshigo_ai_l {
    float: left;
    height: 1px;
    width: 20px;
    background: #ccc;
    margin-top: 14px;
    transition: all 0.8s linear
}

.case_cshigo_ai_r {
    float: left;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 9px solid #ccc;
    transform: rotate(90deg);
    margin-top: 10px;
    transition: all 0.8s linear;
}

.case_d td div span {
    display: block;
}

.case_d td:hover div {
    transition: all 0.8s linear;
    width: 170px;
    padding-right: 88px;
}

.case_d td:hover .case_cshigo {
    transition: all 0.8s linear;
    width: 76px;
    padding-right: 0;
}

.case_d td:hover .case_cshigo_ai {
    transition: all 0.8s linear;
    width: 60px;
}

.case_d td:hover .case_cshigo_ai_l {
    transition: all 0.8s linear;
    width: 36px;
    background: #0b8c56;
}

.case_d td:hover .case_cshigo_ai_r {
    transition: all 0.8s linear;
    border-bottom: 9px solid #0b8c56;
}

.case_d td:hover div a {
    transition: all 0.8s linear;
    color: #de0000;
}

.case_d td:hover img {
    transform: scale(1.08);
    transition: all 0.2s linear;
}

/*合作流程*/
#hzlc_bg {
    width: 100%;
    height: 533px;
    background: url(../images/20180911140404_1845088729.jpg) center no-repeat;
}

#hzlc_c {
    width: 1200px;
    margin: 0 auto;
    padding-top: 135px;
}

.bt {
    text-align: center;
    font-size: 37px;
    color: #0b8c56;
    line-height: 50px;
    font-weight: bold;
    letter-spacing: 1px;
}

    .bt span {
        color: #222;
        font-size: 42px;
    }

.btx {
    text-align: center;
    font-size: 16px;
    color: #999;
    line-height: 38px;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 2px;
}

.bt_line {
    width: 260px;
    margin: 0 auto;
    height: 2px;
    background: #0b8c56;
    overflow: hidden;
    margin-top: 5px;
}

.btt {
    text-align: center;
    width: 461px;
    margin: 0 auto;
    background: url(../images/20180912134721_535324764.png);
    height: 19px;
    line-height: 19px;
    margin-top: 15px;
    font-size: 19px;
    color: #0b8c56;
    margin-bottom: 15px;
}

.bten {
    width: 600px;
    margin: 0 auto;
    font-size: 10px;
    font-family: Tahoma, Geneva, sans-serif;
    color: #ddd;
    line-height: 18px;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.process_tline {
    width: 560px;
    margin: 0 auto;
    border: solid 1px #ccc;
    border-bottom: none;
    padding-top: 50px;
}

.process_tline_l {
    float: left;
    width: 88px;
    background: #ccc;
    height: 1px;
}

.process_tline_r {
    float: right;
}

.process_en {
    width: 1200px;
    margin: 0 auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 58px;
    line-height: 58px;
    font-weight: bold;
    text-transform: uppercase;
    color: #009148;
    text-align: center;
    margin-top: -26px;
    text-shadow: 5px 5px 50px #fff;
}

.process_m {
    width: 1220px;
    margin: 0 auto;
    font-size: 32px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
}

.process_line {
    width: 92px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 20px;
    height: 6px;
    background: #0b8c56;
}

.process_d {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 25px;
}

.process_dl {
    float: left;
    margin: 20px;
    transition: all 0.8s linear;
}

.process_dli {
    background: #fff;
    width: 99px;
    text-align: center;
    padding: 16px;
    overflow: hidden;
    box-shadow: 0 0 8px #ccc;
    border-radius: 30px;
}

.process_dl_m {
    border-radius: 50%;
    width: 82px;
    height: 82px;
    margin: 0 auto;
    border: solid 10px #f1f1f1;
    transition: all 1.6s linear;
}

    .process_dl_m span {
        display: block;
        font-size: 17px;
        line-height: 25px;
        margin-top: 16px;
        transition: all 1.6s linear;
        color: #333;
        padding: 0px 20px;
    }

.process_dl_en {
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    line-height: 30px;
    font-size: 15px;
    overflow: hidden;
    margin-top: 10px;
    filter: Alpha(opacity=20);
    opacity: 0.5;
}

.process_dl:hover {
    margin-top: -20px;
    transition: all 0.8s linear;
}

    .process_dl:hover .process_dli {
        transform: rotateX(360deg);
        transition: all 1.0s linear;
    }

    .process_dl:hover .process_dl_m {
        transition: all 1.6s linear;
        transform: rotateY(360deg);
    }
/*公司简介*/
#company_bg {
    width: 100%;
    height: 635px;
    background: url(../images/20180911140405_743532266.jpg) center no-repeat;
}

#company_c {
    width: 1200px;
    margin: 0 auto;
}

#company_c_l {
    width: 666px;
    float: left;
}

    #company_c_l .h1 {
        padding: 78px 0px 0px 23px;
        height: 73px;
    }

    #company_c_l .h2 {
        height: 49px;
        font-size: 20px;
        color: #aaa;
        padding-left: 23px;
    }

    #company_c_l .h3 {
        height: 48px;
        font-size: 25px;
        color: #aaa;
    }

    #company_c_l .h4 {
        height: 180px;
        font-size: 14px;
        color: #aaa;
        line-height: 30px;
    }

    #company_c_l .h5 {
        width: 130px;
        height: 45px;
        line-height: 45px;
        background: #2f428f;
        border-radius: 10px;
        text-align: center;
        font-size: 16px;
        color: #fff;
        margin-top: 50px;
    }

        #company_c_l .h5 a {
            font-size: 16px;
            color: #fff;
        }

            #company_c_l .h5 a:hover {
                font-size: 16px;
                color: #ff0;
            }

#company_c_r {
    width: 534px;
    float: right;
    padding-top: 78px;
}
/*企业形象*/
#qyxx_t {
    width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
}

#qyxx_t_l {
    float: left;
    font-size: 20px;
}

#qyxx_t_r {
    float: right;
    width: 80px;
    line-height: 25px;
    text-align: center;
    font-size: 12px;
    border-radius: 10px;
}

    #qyxx_t_r a {
        display: block;
        line-height: 25px;
        border: 1px solid #ccc;
        text-align: center;
        font-size: 12px;
        border-radius: 10px;
        text-transform: uppercase;
    }

        #qyxx_t_r a:hover {
            border: 1px solid #f00;
            line-height: 25px;
            text-align: center;
            font-size: 12px;
            border-radius: 10px;
        }

#qyxx_c {
    width: 100%;
    height: 3px;
    background: url(../images/20180911140405_249378407.png) center no-repeat;
    margin-top: 10px;
}

#qyxx_b {
    width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
}

/*新闻中心*/
img {
    border: 0 none
}

a, img {
    outline: 0
}

a {
    text-decoration: none
}

li {
    list-style: none
}

.fl {
    float: left
}

.pl {
    left: 0
}

.pl, .pr {
    position: absolute
}

.pr {
    right: 0
}

.fr {
    float: right
}

.page {
    margin: 0 auto;
    width: 1200px
}

.cl, .clear {
    clear: both
}

.dis {
    display: none
}

.top35 {
    margin-top: 35px
}

.en {
    text-transform: uppercase;
    font-family: arial
}

.page {
    margin: 0 auto;
    width: 1200px
}

.news {
    padding: 20px 0;
}

.news_row1 .news_row1_t {
    font-size: 26px;
    font-weight: bold;
    line-height: 40px;
    color: #fff;
    padding: 30px 40px 110px;
    background: url(../images/20180906092653_694347958.jpg) no-repeat center;
    display: block;
    width: 130px;
    text-align: center;
    float: left;
}

    .news_row1 .news_row1_t .en {
        font-size: 12px;
        line-height: 30px;
        display: block;
        font-weight: 100;
    }

.news_row1 .news_div {
    float: right;
    width: 990px;
    height: 210px;
}

.news_row1 .news_div_item {
    position: relative;
    height: 210px;
    width: 100%;
}

    .news_row1 .news_div_item .news_div_item_date {
        display: block;
        width: 160px;
        position: absolute;
        bottom: 30px;
        padding: 25px;
        text-align: center;
        line-height: 30px;
        height: 30px;
        left: -210px;
    }

.news_row1 {
    width: 100%;
    height: 210px;
    position: relative;
}

    .news_row1 .news_div_item .news_div_item_date > div {
        display: inline-block;
        color: #fff;
        font-size: 24px;
        font-family: arial;
        font-weight: bold;
        line-height: 30px;
    }

        .news_row1 .news_div_item .news_div_item_date > div.news_div_item_year {
            display: block;
            font-size: 16px;
            position: absolute;
            bottom: 0;
            width: 100%;
            text-align: center;
            left: 0;
            font-weight: 100;
            line-height: 20px;
        }


    .news_row1 .news_div_item_content {
        float: right;
        width: 520px;
        padding: 40px;
        background: #21252a;
        height: 130px;
        position: relative;
    }

    .news_row1 .news_div_item_a:after {
        content: 'More';
        font-family: arial;
        font-size: 14px;
        font-weight: 100;
        position: absolute;
        bottom: 40px;
        color: #f1bf00;
        border: 1px solid #f1bf00;
        padding: 0 25px;
        border-radius: 50px;
        line-height: 26px;
        left: 40px;
        background: url(../images/20180906092746_1122263219.jpg) no-repeat 120px center;
        transition: 0.3s all ease-in-out;
    }

    .news_row1 .news_div_item:hover .news_div_item_a:after {
        background-position: 70px center;
        padding: 0 55px 0 25px;
    }

    .news_row1 .news_div_item_body {
        color: #7e8c9e;
        font-size: 14px;
        line-height: 25px;
        display: block;
        height: 50px;
    }

    .news_row1 .news_div_item_a {
        display: block;
        line-height: 25px;
        color: #fff;
        font-size: 22px;
        padding-bottom: 15px;
        font-weight: bold;
    }

    .news_row1 .news_div_item_pic {
        float: left;
        width: 390px;
        height: 210px;
    }

        .news_row1 .news_div_item_pic a, .news_row1 .news_div_item_pic a img {
            display: block;
            width: 100%;
            height: auto;
        }


.news_row2 .divdgweb_new_div, .news_row2 .news_div {
    padding: 25px 20px;
   /* height: 350px;*/
    font-weight: normal;
    width: 560px;
    float: left;
    background: #fff;
}

.news_row2 .news_div_item, .news_row2 .divdgweb_new_div_item {
    position: relative;
    padding: 6px 0;
    height: 40px;
    overflow: hidden;
    transition: 0.3s all ease;
    border-bottom: 1px solid #f5f5f5;
}

    .news_row2 .news_div_item:nth-last-child(1), .news_row2 .divdgweb_new_div_item:nth-last-child(1) {
        border-bottom: 0 none !important;
    }

.news_row2 .divdgweb_new_div_item_date, .news_row2 .news_div_item_date {
    position: absolute;
    right: 20px;
    top: 17px;
    transition: 0.3s all ease;
}

    .news_row2 .divdgweb_new_div_item_date > div, .news_row2 .news_div_item_date > div {
        display: inline-block;
        color: #787878;
        font-size: 12px;
        font-family: 'arial';
    }

.news_row2 .news_div_item_title, .news_row2 .divdgweb_new_div_item_title {
    position: relative;
}

.news_row2 .news_div_item_year:after, .news_row2 .news_div_item_year::after, .news_row2 .divdgweb_new_div_item_year:after, .news_row2 .divdgweb_new_div_item_year::after {
    content: '-';
}

.news_row2 .on .news_div_item_year:after, .news_row2 .on .divdgweb_new_div_item_year:after, {
    content: '';
}

.news_row2 .news_div_item_title:after, .news_row2 .divdgweb_new_div_item_title:after {
    content: '';
    background: #0b8c56;
    width: 4px;
    height: 4px;
    position: absolute;
    left: 22px;
    top: 19px;
}

.news_row2 .on .news_div_item_title:after, .news_row2 .on .divdgweb_new_div_item_title:after {
    content: '';
    display: none;
}

.news_row2 .news_div_item_title .news_div_item_a, .news_row2 .divdgweb_new_div_item_title .divdgweb_new_div_item_a {
    font-size: 15px;
    color: #676767;
    padding-left: 45px;
    display: block;
    line-height: 40px;
    width: 425px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: 0.3s all ease;
}

.news_row2 .news_div_item_pic, .news_row2 .news_div_item_body, .news_row2 .divdgweb_new_div_item_body {
    transition: 0.3s all ease;
}

.news_row2 .news_div_item_pic {
    display: none;
}

.news_row2 .news_div_item.on, .news_row2 .divdgweb_new_div_item.on {
    height: 90px;
    padding: 0px 0 10px 0;
}

.news_row2 .news_div_item_body, .news_row2 .divdgweb_new_div_item_body {
    line-height: 24px;
    color: #999;
    font-size: 13px;
    width: 520px;
    text-align: justify;
    position: absolute;
    right: 20px;
    top: 60px;
    transition: 0.3s all ease-in-out;
}

.news_row2 .on .news_div_item_body, .news_row2 .on .divdgweb_new_div_item_body {
    top: 40px
}

.news_row2 .on .divdgweb_new_div_item_date, .news_row2 .on .news_div_item_date {
    top: 23px;
    right: 303px;
    display: none;
}

.news_row2 .on .news_div_item_title .news_div_item_a, .news_row2 .on .divdgweb_new_div_item_title .divdgweb_new_div_item_a {
    position: absolute;
    left: 0;
    top: 0px;
    width: 335px;
    color: #333;
    padding-left: 20px;
    font-size: 16px;
}

.news_row2 .on .divdgweb_new_div_item_date > div, .news_row2 .on .news_div_item_date > div {
    font-weight: bold;
    color: #0b8c56;
    font-size: 24px;
    line-height: 30px;
}

.news_row2 .on .divdgweb_new_div_item_date > .divdgweb_new_div_item_year, .news_row2 .on .news_div_item_date > .news_div_item_year {
    font-size: 12px;
    display: block;
    font-weight: 100;
    line-height: 20px;
    text-indent: 1px;
}

    .news_row2 .on .news_div_item_date > .news_div_item_year:after, .news_row2 .on .divdgweb_new_div_item_date > .divdgweb_new_div_item_year:after {
        content: '';
    }


.news_row2 .news_cont_t {
    display: block;
}

    .news_row2 .news_cont_t a {
        display: block;
        padding-left: 75px;
        line-height: 70px;
        font-size: 20px;
        font-weight: bold;
        color: #2f428f
    }

        .news_row2 .news_cont_t a .en {
            font-size: 12px;
            font-weight: 100;
            color: #aaa;
            text-transform: capitalize;
        }

.news_row2 .news_cont {
    float: left;
    width: 600px;
}

.news_row2 .news_cont1 .news_cont_t a {
    background: #f9f9f9 url(../images/20180906094335_685024059.jpg) no-repeat 20px center;
}

.news_row2 .news_cont2 .news_cont_t a {
    background: #f9f9f9 url(../images/20180906094335_731507691.jpg) no-repeat 20px center;
}
/*底部导航*/
#b_nav {
    width: 100%;
    height: 520px;
    background: url(../images/20180911140405_314720236.jpg) center no-repeat;
}

#b_nav_c {
    width: 1200px;
    margin: 0 auto;
    padding-top: 80px;
    color: #888;
}

#b_nav_c_l {
    width: 338px;
    float: left;
}

    #b_nav_c_l .h1 {
        font-weight: bold;
        color: #fff;
        font-size: 33px;
        text-transform: uppercase;
        padding-bottom: 5px;
    }

    #b_nav_c_l .h2 {
        line-height: 40px;
        font-size: 14px;
    }

#b_nav_c_c {
    width: 412px;
    float: left;
}

    #b_nav_c_c .h1 {
        padding-left: 18px;
        padding-top: 10px;
        font-size: 14px;
    }

#b_nav_c_r {
    width: 450px;
    float: right;
}

    #b_nav_c_r li {
        float: left;
        width: 150px;
    }

.b_t {
    font-size: 22px;
    color: #fff;
    height: 50px;
}

.b_c {
    width: 35px;
    height: 1px;
    background: #2f428f;
    margin-bottom: 30px;
}

.b_b {
    line-height: 30px;
    font-size: 12px;
    color: #888;
}

    .b_b a {
        font-size: 12px;
        color: #888;
    }

        .b_b a:hover {
            font-size: 12px;
            color: #2f428f;
        }

#copyright_bg {
    width: 1200px;
    margin: 0 auto;
    margin-top: 0px;
    padding-top: 35px;
    border-top: 2px solid #222325;
    font-size: 14px;
    color: #888;
}

    #copyright_bg a {
        font-size: 14px;
        color: #888;
    }

        #copyright_bg a:hover {
            font-size: 14px;
            color: #2f428f;
        }
/*友情链接*/
#links_bg display:none {
    width: 100%;
    height: 70px;
    background: #2f428f;
    overflow: hidden;
}

#links_c {
    background: #2f428f;
    margin: 0 auto;
    height: 70px;
    line-height: 70px;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
}

#links_c_l {
    width: 160px;
    float: left;
    margin-left: 360px;
}

#links_c_c {
    width: 1010px;
    float: left;
}

#links_c_r {
    width: 30px;
    float: right;
    height: 70px;
    background: url(../images/20180911140406_1567641757.png) no-repeat;
}

/*面包屑导航*/
.mianbxContent {
    margin-bottom: 20px !important;
    height: 40px !important;
    line-height: 40px !important;
    font-size: 16px !important;
    text-align: left !important;
    background-color: #eee;
    width: 100% !important;
    text-indent: 2.5em;
    transition: 0.1s all;
    background: url(../images/20180913094513_1478430076.png) no-repeat 7px 12px;
    border-bottom: 1px solid #ddd;
    letter-spacing: 1px;
    position: relative;
    border-top: 1px solid #ddd;
}

    .mianbxContent a {
        font-size: 15px !important;
    }

    .mianbxContent:hover {
        background-position: 7px -29px;
    }

.strong_title {
    display: none;
}

.centerHeadImage {
    border: 0;
    display: none;
}

.mianbxContent a:hover {
    color: #2f428f
}

.mianbxContent::after, .mianbxContent:after {
    content: '';
    position: absolute;
    display: block;
    height: 40px;
    width: 200px;
    top: 0;
    right: 0;
}

#bodycon #center {
    float: right;
    width: 940px !important;
}
