﻿
.h_nav li a:hover{
	    color: #000;
	
}

.usj li a{
	    color: #000;
}

.section {
    width: 1160px;
}

.section {
    position: relative;
    margin: 0 auto;
    width: 1160px;
    min-width: 925px;
    max-width: 1160px;
    text-align: left;
}
/*顶部样式*/
.header .head-top {
    height: 40px;
    background: #333;
    color: #fcfbfb;
    font-size: 12px;
}

    .header .head-top .left-box {
        display: block;
        float: left;
        line-height: 40px;
    }

        .header .head-top .left-box span {
            color: #c8c8c8;
            font-weight: 700;
        }

        .header .head-top .left-box a {
            margin: auto 3px;
            color: #fcfbfb;
        }

            .header .head-top .left-box a:hover {
                color: #34ad2a;
            }

    .header .head-top .right-box {
        float: right;
        margin-right: -8px;
        line-height: 40px;
    }

        .header .head-top .right-box a {
            margin: auto 8px;
            color: #fcfbfb;
            _display: inline;
            *zoom: 1;
        }

            .header .head-top .right-box a:hover {
                color: #34ad2a;
            }

            .header .head-top .right-box a i {
                margin-right: 2px;
                font-size: 12px;
            }

        .header .head-top .right-box strong {
            color: #444;
            font-size: 12px;
            font-weight: 700;
        }

.header .head-nav {
    position: relative;
    height: 100px;
    background: #fff;
}

    .header .head-nav .logo {
        position: absolute;
        top: 20px;
        left: 0;
        width: 220px;
        height: 50px;
    }

.logotu {
    width: 100%;
}

.header .head-nav .nav-box {
    position: absolute;
    top: 30px;
    left: 21%;
    right: 0;
    line-height: 40px;
    height: 40px;
}

    .header .head-nav .nav-box li {
        float: left;
        margin: auto 1.8%;
    }

        .header .head-nav .nav-box li a {
            color: #333;
            font-size: 16px;
            line-height: 40px;
        }

            .header .head-nav .nav-box li a:hover {
                color: #34ad2a;
            }

            #index .index a, #news .news a, #goods .goods a, #video .video a, #photo .photo a, #down .down a,
            .header .head-nav .nav-box li a:hover {
                color: #34ad2a;
            }

.header .head-nav .search-box {
    position: absolute;
    top: 30px;
    right: 0;
    width: 22%;
    height: 42px;
    overflow: hidden;
    _height: 43px;
}

    .header .head-nav .search-box .input-box {
        position: absolute;
        top: 0;
        left: 0;
        right: 65px;
        bottom: 0;
    }

        .header .head-nav .search-box .input-box input {
            display: block;
            margin: 0;
            padding: 5px 12px;
            width: 100%;
            height: 30px;
            line-height: 30px;
            background: #fff;
            border: 1px solid #e5e5e5;
            color: #333;
            font-size: 12px;
            transform: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
        }

            .header .head-nav .search-box .input-box input::-moz-placeholder {
                color: #b3b3b3;
                opacity: 1;
            }

    .header .head-nav .search-box a {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        padding: 5px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        color: #333;
        font-size: 16px;
        text-align: center;
        background: #fff;
        border: 1px solid #e5e5e5;
        border-radius: 0;
        cursor: pointer;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
        *top: 1px;
    }

        .header .head-nav .search-box a:hover {
            -webkit-transition: all 0.3s linear;
            transition: all 0.3s linear;
        }


/*Banner样式*/

.mySlides {
    display: none
}

.slideshow-container {
    max-width: 100%;
    position: relative;
    margin: auto;
}

.prev, .next {
    cursor: pointer;
    position: absolute;
        top: 57%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
}


.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

    /* On hover, add a black background color with a little bit see-through */
    .prev:hover, .next:hover {
        background-color: rgba(0,0,0,0.8);
    }

/* 标记符号 */
.dot {
    cursor: pointer;
    height: 13px;
    width: 13px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

 
/* 淡出动画 */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}
/*案例*/
.case {
    padding-bottom: 60px;

    min-width:100%;
}

.case-menu {
    text-align: center;
    margin-bottom: 40px;
}

.cm-a li {
    height: 38px;
    line-height: 38px;
    display: inline-block;
    padding: 0 35px;
    border: 1px solid #d4d4d4;
    margin-left: -1px;
    transition: all .25s ease;
    cursor: pointer;
    font-size: 14px;
    background: #fff;
}

    .cm-a li.current, .cm-a li:hover {
        background: #ef3333;
        border: 1px solid #ef3333;
    }

        .cm-a li.current a, .cm-a li:hover a {
            color: #fff;
        }

    .cm-a li:first-child {
        border-radius: 6px 0 0 6px;
    }

    .cm-a li:last-child {
        border-radius: 0 6px 6px 0;
    }

.case-con {
    overflow: hidden;
}

.tab-con-item {
    display: none;
}

.case-con ul {
    width: 105%;
}

    .case-con ul li {
        width: 380px;
        float: left;
        margin-right: 20px;
        margin-bottom: 20px;
        position: relative;
        overflow: hidden;
        cursor: pointer;
    }

        .case-con ul li .case-pic {
            width: 380px;
            height: 240px;
            overflow: hidden;
        }

            .case-con ul li .case-pic img {
                display: block;
            }

.get-more {
    margin-top: 10px;
}

    .get-more a {
        width: 150px;
        display: block;
        margin: 0 auto;
    }

        .get-more a i, .get-more a span {
            transition: all 0.2s;
            transition-delay: 0;
        }

        .get-more a .gm-ico1 {
            display: inline-block;
            width: 5px;
            height: 5px;
            background: url(../images/dot1.png) no-repeat;
        }

        .get-more a .gm-ico2 {
            display: inline-block;
            width: 7px;
            height: 7px;
            background: url(../images/dot2.png) no-repeat;
            margin: 0 12px 0 3px;
        }

        .get-more a .gm-ico3 {
            display: inline-block;
            width: 35px;
            height: 35px;
            background: url(../images/moreico1.png) no-repeat;
            margin-left: 12px;
        }

        .get-more a i, .get-more a span {
            vertical-align: middle;
        }

        .get-more a:hover .gm-ico1 {
            transition: all 0.2s;
            background-position: -5px 0;
        }

        .get-more a:hover .gm-ico2 {
            transition: all 0.2s;
            background-position: -7px 0;
        }

        .get-more a:hover span {
            transition: all 0.2s;
            transition-delay: 0.2s;
            color: #ef3333;
        }

        .get-more a:hover .gm-ico3 {
            transition: all 0.2s;
            background: url(../images/moreico2.png) no-repeat;
        }

.tab-con-item .text {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 260px;
    overflow: hidden;
    background: rgba(239,51,51,0.85);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#90ef3333,endcolorstr=#90ef3333);
    text-align: center;
    color: #fff;
}

    .tab-con-item .text h3 {
        font-size: 16px;
        padding: 20px 10px 10px;
    }

    .tab-con-item .text p {
        font-size: 12px;
        padding: 0 10px 10px;
    }

    .tab-con-item .text span {
        display: block;
        width: 38px;
        height: 38px;
        margin: 0 auto;
        background: url(../images/morecase.png) center no-repeat;
    }

.contain {
    width: 1180px;
    margin: 0 auto;
}


/*企业优势*/
#yxys {
    width: 100%;
    background: url(../images/youshi.jpg) no-repeat center;
    min-width: 1200px;
}

.yxys {
    width: 1200px;
    height: 200px;
    margin: auto;
}

    .yxys .jywy {
        font-size: 36px;
        color: #fff;
        font-weight: bold;
        text-align: center;
        padding-top: 50px;
        display: block;
    }

    .yxys span {
        color: #F97200;
    }

    .yxys .jywy1 {
        font-size: 14px;
        text-align: center;
        color: #fff;
        margin-top: 15px;
    }

.jywy_left {
    width: 320px;
    height: 0.1px;
    float: left;
    border-bottom: 1px dashed #4e4e4e;
    margin-top: 20px;
}

.jywy_right {
    width: 320px;
    height: 0.1px;
    float: right;
    border-bottom: 1px dashed #4e4e4e;
    margin-top: 20px;
}

.jywy_center {
    width: 522px;
    float: right;
    margin-right: 10px;
    margin-top: 10px;
}

    .jywy_center a {
        color: #999999;
        font-size: 14px;
    }

.jywy_center1 {
    width: 520px;
    float: right;
    margin-right: 10px;
}

.jywy_left1 {
    width: 320px;
    height: 0.1px;
    float: left;
    border-bottom: 1px dashed #d6d6d6;
    margin-top: 28px;
}

.jywy_right1 {
    width: 320px;
    height: 0.1px;
    float: right;
    border-bottom: 1px dashed #d6d6d6;
    margin-top: 28px;
}

.jywy_center2 {
    width: 520px;
    float: right;
    margin-right: 10px;
    margin-top: 2px;
}

.jywy_left2 {
    width: 320px;
    height: 0.1px;
    float: left;
    border-bottom: 1px dashed #7e7e7d;
    margin-top: 20px;
}

.jywy_right2 {
    width: 320px;
    height: 0.1px;
    float: right;
    border-bottom: 1px dashed #7e7e7d;
    margin-top: 20px;
}

.jywy_center2 a {
    display: block;
    text-align: center;
}

.jywy_center1 a {
    color: #999999;
    font-size: 14px;
}

.yxys_bottom {
    width: 1200px;
    height: 488px;
    margin: auto;
}

    .yxys_bottom li .dwjz {
        width: 300px;
        height: 244px;
        background: url(../images/xingxing.png) no-repeat;
        background-position: 50% 30%;
        border-bottom: 1px solid #303030;
        border-right: 1px solid #303030;
    }

.dwjz .sz {
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding-top: 30px;
}

.dwjz .wz {
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding-top: 60px;
}

.dwjz span {
    display: block;
    width: 270px;
    margin: auto;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding-top: 20px;
    line-height: 25px;
}

.yxys_bottom li {
    width: 300px;
    height: 244px;
    float: left;
    transition: all .4s ease-in-out 0s;
    cursor: pointer;
}

    .yxys_bottom li:hover {
        background: #F97200;
        transition: all .4s ease-in-out 0s;
    }

        .yxys_bottom li:hover .dwjz {
            background: url(../images/xingxing1.png) no-repeat;
            background-position: 50% 30%;
        }

    .yxys_bottom li .dwjz1 {
        width: 300px;
        height: 244px;
        background: url(../images/qianbi.png) no-repeat;
        background-position: 50% 30%;
        border-bottom: 1px solid #303030;
        border-right: 1px solid #303030;
    }

.dwjz1 .sz {
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding-top: 30px;
}

.dwjz1 .wz {
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding-top: 60px;
}

.dwjz1 span {
    display: block;
    width: 270px;
    margin: auto;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding-top: 20px;
    line-height: 25px;
}

.yxys_bottom li:hover .dwjz1 {
    background: url(../images/qianbi1.png) no-repeat;
    background-position: 50% 30%;
}

.yxys_bottom li .dwjz2 {
    width: 300px;
    height: 244px;
    background: url(../images/chzi.png) no-repeat;
    background-position: 50% 30%;
    background-size: 25px;
    border-bottom: 1px solid #303030;
    border-right: 1px solid #303030;
}

.dwjz2 .sz {
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding-top: 30px;
}

.dwjz2 .wz {
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding-top: 60px;
}

.dwjz2 span {
    display: block;
    width: 270px;
    margin: auto;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding-top: 20px;
    line-height: 25px;
}

.yxys_bottom li:hover .dwjz2 {
    background: url(../images/chzi1.png) no-repeat;
    background-position: 50% 30%;
    background-size: 25px;
}

.yxys_bottom li .dwjz3 {
    width: 300px;
    height: 244px;
    background: url(../images/xuanz.png) no-repeat;
    background-position: 50% 30%;
    background-size: 25px;
    border-bottom: 1px solid #303030;
}

.dwjz3 .sz {
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding-top: 30px;
}

.dwjz3 .wz {
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding-top: 60px;
}

.dwjz3 span {
    display: block;
    width: 270px;
    margin: auto;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding-top: 20px;
    line-height: 25px;
}

.yxys_bottom li:hover .dwjz3 {
    background: url(../images/xuanz1.png) no-repeat;
    background-position: 50% 30%;
    background-size: 25px;
}

.yxys_bottom li .dwjz4 {
    width: 300px;
    height: 244px;
    background: url(../images/xrsh.png) no-repeat;
    background-position: 50% 30%;
    border-right: 1px solid #303030;
}

.dwjz4 .sz {
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding-top: 30px;
}

.dwjz4 .wz {
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding-top: 60px;
}

.dwjz4 span {
    display: block;
    width: 270px;
    margin: auto;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding-top: 20px;
    line-height: 25px;
}

.yxys_bottom li:hover .dwjz4 {
    background: url(../images/xrsh1.png) no-repeat;
    background-position: 50% 30%;
}

.yxys_bottom li .dwjz5 {
    width: 300px;
    height: 244px;
    border-right: 1px solid #303030;
    background: url(../images/wzcx.png) no-repeat;
    background-position: 50% 30%;
}

.dwjz5 .sz {
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding-top: 30px;
}

.dwjz5 .wz {
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding-top: 60px;
}

.dwjz5 span {
    display: block;
    width: 270px;
    margin: auto;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding-top: 20px;
    line-height: 25px;
}

.yxys_bottom li:hover .dwjz5 {
    background: url(../images/wzcx1.png) no-repeat;
    background-position: 50% 30%;
}


.yxys_bottom li .dwjz6 {
    width: 300px;
    height: 244px;
    border-right: 1px solid #303030;
    background: url(../images/fdj.png) no-repeat;
    background-position: 50% 30%;
}

.dwjz6 .sz {
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding-top: 30px;
}

.dwjz6 .wz {
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding-top: 60px;
}

.dwjz6 span {
    display: block;
    width: 270px;
    margin: auto;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding-top: 20px;
    line-height: 25px;
}

.yxys_bottom li:hover .dwjz6 {
    background: url(../images/fdj1.png) no-repeat;
    background-position: 50% 30%;
}

.yxys_bottom li .dwjz7 {
    width: 300px;
    height: 244px;
    background: url(../images/sh.png) no-repeat;
    background-position: 50% 30%;
}

.dwjz7 .sz {
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding-top: 30px;
}

.dwjz7 .wz {
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding-top: 60px;
}

.dwjz7 span {
    display: block;
    width: 270px;
    margin: auto;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding-top: 20px;
    line-height: 25px;
}

.yxys_bottom li:hover .dwjz7 {
    background: url(../images/sh1.png) no-repeat;
    background-position: 50% 30%;
}

#yxl {
    width: 100%;
    background: #fff;
    height: 400px;
    min-width: 1200px;
}

.yxl {
    width: 1200px;
    margin: auto;
    height: 400px;
}

.yxl_left {
    float: left;
    margin-top: 40px;
    margin-left: 80px;
}

.yxl_right {
    width: 580px;
    height: 260px;
    float: right;
    margin-top: 100px;
    margin-right: 160px;
}

    .yxl_right .tgfyd {
        font-size: 18px;
        color: #666666;
        text-align: right;
    }

    .yxl_right span {
        font-size: 36px;
        font-weight: bold;
        padding-top: 10px;
        display: block;
    }

    .yxl_right a {
        color: #F97200;
    }

    .yxl_right .tgfyd1 {
        font-size: 16px;
        color: #666666;
        text-align: right;
        padding-top: 10px;
    }

.wzyxl {
    width: 500px;
    height: 60px;
    border: solid 1px red;
    margin-left: 80px;
    background: #F97200;
    border: solid 1px #F97200;
    border-radius: 40px;
    margin-top: 25px;
}

    .wzyxl a {
        font-size: 24px;
        color: #fff;
        text-align: center;
        line-height: 60px;
        display: block;
    }
/*新增资讯板块*/
.viewpoint {
    padding: 60px 0;
    background: #fff;
    min-width: 1280px;
}

.vp-menu {
    text-align: center;
    margin-bottom: 40px;
}

    .vp-menu .vp-ma li {
        height: 34px;
        line-height: 34px;
        display: inline-block;
        *display: inline-block;
        *zoom: 1;
        margin: 0 30px;
        position: relative;
    }

        .vp-menu .vp-ma li a {
            font-size: 16px;
            height: 32px;
            line-height: 32px;
            display: inline-block;
            *display: inline-block;
            *zoom: 1;
            padding: 0 35px;
            border: 1px solid #d4d4d4;
            -moz-border-radius: 150px;
            -ms-border-radius: 150px;
            -o-border-radius: 150px;
            -webkit-border-radius: 150px;
            border-radius: 150px;
            transition: all .25s ease;
            cursor: pointer;
            background: #fff;
        }

        .vp-menu .vp-ma li.current a, .vp-menu .vp-ma li:hover a {
            background: #ef3333;
            border: 1px solid #ef3333;
            color: #fff;
        }

.vp-tabbg {
    display: inline-block;
    *display: inline-block;
    *zoom: 1;
    vertical-align: middle;
    background: url(../images/vptab.png) no-repeat center;
    width: 11px;
    height: 16px;
    position: absolute;
    top: 10px;
    right: -38px;
}



.tab-con-item {
    display: none;
}

.vp-inside {
    overflow: hidden;
}

.vp-newscon {
    width: 102%;
}

.vp-newsdl {
    width: 380px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    min-height: 68px;
    height: auto !important;
    height: 68px;
}

    .vp-newsdl dt {
        width: 110px;
        height: 68px;
        overflow: hidden;
        float: left;
    }

        .vp-newsdl dt a, .vp-newsdl dt a img {
            display: block;
        }

    .vp-newsdl dd {
        width: 250px;
        float: right;
        padding-right: 10px;
        line-height: 22px;
    }

        .vp-newsdl dd h3 a {
            font-size: 14px;
            font-weight: normal;
            color: #333;
        }

        .vp-newsdl dd span, .vp-newsdl dd p {
            font-size: 12px;
            color: #999;
        }

.vp-ul {
    clear: both;
}

    .vp-ul li {
        background: url(../images/li.png) no-repeat left center;
        padding-left: 20px;
        padding-right: 10px;
        line-height: 36px;
        position: relative;
        width: 350px;
        margin-right: 20px;
        float: left;
    }

        .vp-ul li a {
            font-size: 12px;
            display: block;
        }

        .vp-ul li span {
            font-size: 12px;
            color: #999;
            position: absolute;
            right: 10px;
            top: 0;
        }



    .ftnav li {
        float: left;
        list-style: none;
        width: 150px;
        border-bottom: solid 1px #4c4c4c;
        height: 35px;
    }

        .ftnav li a {
            font-size: 16px;
            color: #F97200;
        }

.yidong {
    margin-left: 30px;
}

.ftnav li ul {
    margin-top: 40px;
}

    .ftnav li ul li {
        border-bottom: none;
    }

        .ftnav li ul li a {
            color: #797979;
            font-size: 14px;
            -webkit-transition: all .2s ease-in-out 0s;
            -moz-transition: all .2s ease-in-out 0s;
            -ms-transition: all .2s ease-in-out 0s;
            -o-transition: all .2s ease-in-out 0s;
            transition: all .2s ease-in-out 0s;
        }

            .ftnav li ul li a:hover {
                color: #fff;
            }

#beian {
    width: 100%;
    height: 80px;
    border-top: solid 1px #4c4c4c;
    background: #1B1B1D;
    min-width: 1200px;
}

.beian {
    width: 1200px;
    height: 60px;
    margin: auto;
}

    .beian p {
        font-size: 14px;
        color: #8e8e8e;
        width: 1200px;
        float: left;
        line-height: 55px;
        text-align: center;
    }

#zzwz {
    width: 100%;
    background: #f6f6f6;
    min-width: 1200px;
}

    #zzwz span {
        color: #F97200;
    }

    #zzwz .qcbl {
        font-size: 42px;
        color: #262626;
        text-align: center;
        padding-top: 60px;
        font-weight: bold;
    }

    #zzwz .hybgwz {
        font-size: 14px;
        color: #666666;
        text-align: center;
        padding-top: 10px;
    }

.zzwz {
    width: 1200px;
    margin: auto;
}

    .zzwz .jywy_center1 a {
        padding-top: 18px;
        display: block;
        text-align: center;
    }

.zzwzbj {
    width: 100%;
    height: 515px;
    background: url(../images/242342.png) no-repeat center;
    margin-top: 50px;
    min-width: 1200px;
}

.ftlogo a img {
    width: 100%;
}
