﻿@charset "utf-8";
/* CSS Document */
html {
    height: 100%;
    margin: 0;
    padding: 0;
    min-width: 1280px;
}

body {
    overflow-x: hidden;
    margin: 0px;
    padding: 0px;
    color: #666;
    font-style: normal;
    font-family: "微软雅黑", Arial, Helvetica, sans-serif;
    font-size: 12px;
    min-width: 1280px;
}

body, div, address, blockquote, iframe, ul, ol, dl, dt, dd, li, dl, h1, h2, h3, h4, h5, h6, p, pre, table, caption, th, td, form, legend, fieldset, input, button, select, textarea {
    margin: 0px;
    padding: 0px;
}

input, button, select, textarea {
    font-size: 12px;
}

a {
    text-decoration: none;
    color: #666;
    outline: none;
    blr: expression (this.onFocus=this.blur());
}

    a:hover {
        color: #fcb814;
        text-decoration: none;
        star: expression(this.onFocus=this.blur());
    }

img {
    border: none;
}

ul, ul li {
    list-style: none;
}

#imghomecode {
    height: 33px;
}

.clear {
    height: 0px;
    border: 0px;
    margin: 0p;
    padding: 0px;
    clear: both;
    line-height: 0px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.container, .container-fluid {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    position: relative;
    z-Index: 100;
    min-width: 1280px;
}

.ub {
    width: 100%;
    float: left;
}

.container {
    width: 1280px;
    position: relative;
}
    /* .container.mg{min-height:1500px;} */
    .container .left {
        margin-right: 160px;
    }


.container-fluid .container #sytpid {
    float: left;
    height: 40px;
    
}

.nav1 {
    height: 50px;
    background: url(../webimages/bg/nav-bg.png) repeat-x;
    position: relative;
    z-Index: 999;
    opacity: 0.95;
}

    .nav1 > div > ul > li {
        width: 166px;
        float: left;
        text-align: center;
        position: relative;
    }

        .nav1 > div > ul > li > a {
            display: block;
            width: 130px;
            height: 50px;
            line-height: 50px;
            font-size: 14px;
            line-height: 48px;
            color: #fff;
            margin-left: 20px;
        }




.nav .navCenter .navList li a:hover {
    color: #F17E00;
}

.nav1 > div > ul > li > a:before {
    background-color: #F17E00;
    position: absolute;
    content: "";
    bottom: 0px;
    height: 4px;
    left: 50%;
    right: 50%;
    -webkit-transition-property: left, right;
    -moz-transition-property: left, right;
    -ms-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.nav .navCenter .navList li a:hover:before {
    left: 0;
    right: 0;
}


.nav1 > div > ul > li:hover ul {
    display: block;
}

.nav1 > div > ul > li > .active {
}

.nav1 > div > ul > li > ul {
    position: absolute;
    z-Index: 99;
    width: 146px;
    background-color: #fff;
    padding: 5px 5px;
    left: 12px;
    font-size: 14px;
    display: none;
    border-top: solid 2px #fcb814;
}
    /*.nav1 >div >ul > li > ul{position: absolute;z-Index: 99;width: 130px;background-color: #fcb814;padding: 5px 15px;opacity: 0.7;left: 20px;font-size: 14px;display: none;}*/
    .nav1 > div > ul > li > ul > li {
        line-height: 30px;
        text-align: center;
    }

        .nav1 > div > ul > li > ul > li > a {
            color: #000; 
        }

            .nav1 > div > ul > li > ul > li > a:hover {
                color: #fcb814;
            }



            .nav1 > div > ul > li > ul > li > a:before {
                background-color: #F17E00;
                position: absolute;
                content: "";
                margin: 25px 0px 0px 0px;
                height: 4px;
                left: 50%;
                right: 50%;
                -webkit-transition-property: left, right;
                -moz-transition-property: left, right;
                -ms-transition-property: left, right;
                transition-property: left, right;
                -webkit-transition-duration: 0.4s;
                -moz-transition-duration: 0.4s;
                -ms-transition-duration: 0.4s;
                transition-duration: 0.4s;
            }

            .nav1 > div > ul > li > ul > li > a:hover:before {
                left: 0;
                right: 0;
            }

        .nav1 > div > ul > li > ul > li > ul {
            margin-left: 10px;
        }

            .nav1 > div > ul > li > ul > li > ul a {
                color: #000;
            }

                .nav1 > div > ul > li > ul > li > ul a:hover {
                    color: #fcb814;
                }

            .nav1 > div > ul > li > ul > li > ul > li {
                text-align: left;
            }

                .nav1 > div > ul > li > ul > li > ul > li > a {
                    padding-left: 10px;
                    font-size: 13px;
                }
                /*.nav1 >div >ul > li > ul > li > ul > li > a{padding-left: 10px;font-size: 13px;}*/
                .nav1 > div > ul > li > ul > li > ul > li:last-child {
                    border-bottom: 0;
                }

        .nav1 > div > ul > li > ul > li:last-child {
            border-bottom: 0;
        }

.Home-banner {
    position: relative;
}

    .Home-banner .item img {
        height: 450px;
    }

    .Home-banner .bg {
        position: absolute;
        height: 100px;
        left: 0;
        bottom: 0;
        width: 100%;
        filter: alpha(opacity=30);
    }

#Home-banner .carousel-indicators {
    bottom: 105px;
    *padding-left: 30%;
}
    /* width: initial; margin-left:inherit; */
    #Home-banner .carousel-indicators .active {
        background: #fff;
        opacity: 0.6;
    }

    #Home-banner .carousel-indicators li {
        border: 1px solid #fff;
        background: rgba(0,0,0,0.5);
        *float: left;
    }
/* float:left; */
.Home-banner .carousel-control.left {
    width: 50px;
    height: 180px;
    margin: 160px 0 0 6.6%;
    background-image: none!important;
}

.Home-banner .carousel-control.right {
    width: 50px;
    height: 180px;
    margin: 160px 6.6% 0 0;
    background-image: none!important;
}

.Home-banner .carousel-control:hover {
    border: 0px solid rgb(252, 184, 20);
    opacity: 0.52;
    filter: Alpha(Opacity=50);
    background: #000;
    opacity: 0.3;
    filter: Alpha(Opacity=50);
}

.banner-seach {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    z-Index: 100;
    color: #fff;
}

    .banner-seach ul {
        width: 100%;
        float: left;
    }

        .banner-seach ul li {
            width: 317px;
            margin-left: 2px;
            float: left;
            text-align: center;
            height: 103px;
            border-right: 1px solid #8e8781;
            cursor: pointer;
            background: rgba(0,0,0,0.5);
            *background: #000;
        }

            .banner-seach ul li:last-child {
                margin-right: 0;
            }

            .banner-seach ul li:last-child {
                border-right: 0;
            }

            .banner-seach ul li span {
                font-size: 30px;
                margin: 20px 0 15px 0;
            }

            .banner-seach ul li a {
                display: block;
                text-align: center;
                color: #fff;
                font-size: 16px;
                line-height: 25px;
            }

            .banner-seach ul li .jine {
                display: block;
                border-radius: 50px;
                border: 2px solid #fff;
                width: 25px;
                height: 25px;
                text-align: center;
            }

.contact-us {
    width: 323px;
    height: 103px;
    float: right;
    padding: 30px 20px;
    background: rgba(0,0,0,0.5);
}

    .contact-us img {
        float: left;
        margin-right: 15px;
        height: 60px;
    }

    .contact-us p {
        font-size: 18px;
        text-align: right;
    }

    .contact-us h3 {
        font-size: 30px;
    }

.Home-bg {
    background-color: #ebebeb;
}

.Home-content {
    margin-top: 20px;
}

.Home-content-left {
    width: 940px;
    float: left;
    overflow: hidden;
    margin-right: 15px;
}

    .Home-content-left .item {
        background-color: #fff;
        margin-bottom: 23px;
        float: left;
        width: 100%;
        box-shadow: -1px 1px 1px #d8d8d8,1px 1px 1px #d8d8d8;
    }

        .Home-content-left .item:hover {
            box-shadow: -2px 4px 4px #d0d0d0,2px 4px 4px #d0d0d0;
        }

        .Home-content-left .item .waibian {
            float: left;
            margin: 20px 25px 26px 25px;
        }

        .Home-content-left .item .waibians {
            float: left;
            margin: 20px 25px 26px 25px;
            height: 349px;
            width: 570px;
            overflow: hidden;
        }

        .Home-content-left .item strong {
            font-size: 16px;
            color: #383838;
        }

        .Home-content-left .item .title .right {
            font-size: 14px;
        }

            .Home-content-left .item .title .right .glyphicon {
                font-size: 12px;
                background-color: #848484;
                border-radius: 60px;
                margin-left: 8px;
                padding: 3px;
                cursor: pointer;
                color: #fff;
            }

            .Home-content-left .item .title .right .active {
                background-color: #f99c25;
            }

    .Home-content-left .iehei {
        *height: 214px;
    }

.Home-huodong {
    margin: 20px 1px;
    text-align: center;
    height: 306px;
}

    .Home-huodong p {
        font-size: 14px;
        color: #808080;
        margin: 16px 10px 7px 10px;
        overflow: hidden;
    }

    .Home-huodong li {
        width: 270px;
        height: 306px;
        float: left;
        margin-bottom: 25px;
    }

        .Home-huodong li .img {
            width: 270px;
            height: 230px;
            overflow: hidden;
        }

        .Home-huodong li img {
            margin-bottom: 20px;
            width: 270px;
            height: 230px;
            transform: scale(1);
            transition: all 1s ease 0s;
            -webkit-transform: scale(1);
            -webkit-transform: all 1s ease 0s;
        }

            .Home-huodong li img:hover {
                transform: scale(1.1);
                transition: all 1s ease 0s;
                -webkit-transform: scale(1.1);
                -webkit-transform: all 1s ease 0s;
            }

        .Home-huodong li .state {
            margin-right: 20px;
            display: inline-block;
            width: 60px;
            background-color: #eb1d21;
            line-height: 25px;
            color: #fff;
        }

        .Home-huodong li .time {
            color: #808080;
            font-size: 14px;
            line-height: 35px;
            width: 100%;
        }

        .Home-huodong li:nth-child(2) {
            margin-left: 10px;
        }

        .Home-huodong li p {
            width: 250px;
            word-break: keep-all;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            line-height: 18px;
            height: 18px;
        }

        .Home-huodong li .ub {
            color: #808080;
            font-size: 14px;
            line-height: 35px;
        }

.Home-product {
    margin-top: 20px;
}

    .Home-product li {
        width: 160px!important;
        float: left;
        margin-right: 15px!important;
        text-align: center;
        height: 126px;
        padding: 10px 0;
    }

        .Home-product li:hover {
            background-color: #eeeeee;
        }

        .Home-product li a {
            display: block;
            float: left;
            height: 100%;
            width: 100%;
            position: relative;
        }

            .Home-product li a div {
                width: 76px;
                height: 76px;
                position: absolute;
                top: 0;
                right: 42px;
                overflow: hidden;
            }

            .Home-product li a img {
                height: 76px;
            }

        .Home-product li p {
            line-height: 50px!important;
            text-align: center;
            font-size: 14px;
            width: 100%!important;
            float: left;
            margin-top: 76px;
        }

.Home-content-right {
    float: right;
    width: 320px;
}

.Home-content-right-top {
    background-color: #383635;
    box-shadow: -1px 1px 1px #d8d8d8,1px 1px 1px #d8d8d8;
}

    .Home-content-right-top:hover {
        box-shadow: -2px 4px 4px #d0d0d0,2px 4px 4px #d0d0d0;
    }

    .Home-content-right-top .title a {
        display: block;
        width: 50%;
        text-align: center;
        line-height: 60px;
        float: left;
        font-size: 16px;
    }

    .Home-content-right-top .title .zhuce {
        background-color: #fcb814;
        color: #fff;
    }
    /* .Home-content-right-top form{ padding:20px;} */
    .Home-content-right-top form p {
        font-size: 14px;
        color: #fff;
        line-height: 50px;
        *line-height: 42px;
    }

    .Home-content-right-top form .yzm {
        width: 153px;
        float: left;
        margin-right: 15px;
    }

    .Home-content-right-top form .form-control {
        height: 36px;
        margin-bottom: 10px;
    }

.btn {
    width: 167px;
    line-height: 43px;
    background-color: #fcb814;
    color: #fff;
    padding: 0;
    border: 0;
    font-size: 16px;
    margin-top: 20px;
}

.Home-content-right-top form .btn:hover {
    background-color: #fca714;
}

.Home-zixun {
    margin: 10px 10px 0px 0px;
    background-color: whitesmoke;
}

    .Home-zixun .waibians {
        float: left;
        margin: 20px 25px 26px 25px;
        height: 349px;
        width: 570px;
        overflow: hidden;
    }

    .Home-zixun:hover {
        box-shadow: -2px 4px 4px #d0d0d0,2px 4px 4px #d0d0d0;
    }

    .Home-zixun .title .left {
        font-size: 16px;
        color: #383838;
    }

    .Home-zixun .title .right a {
        font-size: 14px;
        color: #727272;
        margin-right: 30px;
    }
    /* .Home-zixun img{ margin:15px 0;} */
    .Home-zixun li {
        line-height: 20px;
        *line-height: 19px;
    }

        .Home-zixun li a {
            color: #383838;
        }

#child_banner {
    width: 1060px!important;
}

.Home-seach {
    width: 330px;
    position: absolute;
    bottom: 104px;
    z-Index: 3;
    display: none;
}
    /*  */
    .Home-seach .title {
        line-height: 43px;
        background: url(../webimages/bg/nav-bg.png) repeat-x;
        color: #fff;
        font-size: 14px;
        padding-left: 24px;
        *padding-left: 0px;
    }

.Home-seach-bottom {
    background: url(../webimages/bg/seach-bg.png) no-repeat bottom;
    height: 210px;
}

    .Home-seach-bottom img {
        position: absolute;
        width: 66px;
        right: 57px;
        bottom: 29px;
        transition: width 1s;
    }
        /* left: 22px; */
        .Home-seach-bottom img:hover {
            width: 100px;
        }
    /*.Home-seach-bottom{ background:url(../webimages/seach-bg.png) no-repeat bottom; height:110px; padding:15px 20px;}*/
    .Home-seach-bottom .text {
        resize: none;
        width: 259px;
        border: 1px solid #000;
        line-height: 20px;
        border-radius: 8px;
        padding-left: 10px;
        display: block;
        float: left;
        height: 170px;
        margin: 15px 0px 15px 20px;
    }

    .Home-seach-bottom .glyphicon {
        font-size: 20px;
        border: 1px solid #ddd;
        padding: 8px;
        border-radius: 50px;
        float: left;
        margin-left: 8px;
    }

.right1 {
    position: absolute;
    right: 12px;
    bottom: 140px;
    width: 70px;
    height: 30px;
}

    .right1 span {
        width: 30px;
        height: 30px;
        background-color: #3a383b;
        color: #fff;
        font-size: 16px!important;
        line-height: 30px;
    }

    .right1 .active {
        background-color: #dd6b12;
    }

    .right1 span:hover {
        background-color: #fcb814!important;
    }

    .right1 > .carousel-control {
        width: 30px;
    }
/*  帮助与支持   */
.sidebar {
    width: 200px;
    float: left;
}

    .sidebar > ul {
        background: #3a3a3a;
        margin-bottom: 20px;
        box-shadow: -1px 1px 1px #d8d8d8,1px 1px 1px #d8d8d8;
    }

        .sidebar > ul:hover {
            box-shadow: -2px 4px 4px #d0d0d0,2px 4px 4px #d0d0d0;
        }

        .sidebar > ul > li {
            line-height: 50px;
            border-bottom: 1px solid #7f6b39;
            color: #fff;
            font-size: 14px;
            text-align: center;
        }

            .sidebar > ul > li > a {
                color: #fff;
            }

                .sidebar > ul > li > a:hover {
                    color: #fcb814;
                }

            .sidebar > ul > li:first-child {
                background-color: #fcb814;
                color: #3a3a3a;
                padding-left: 15px;
                line-height: 40px;
            }

        .sidebar > ul .active1 li {
            line-height: 35px;
            border-bottom: 1px solid #7f6b39;
            background-color: #494949;
        }
            /*.sidebar > ul .active1 > a{color: #fcb814;}*/
            .sidebar > ul .active1 li:first-child {
                border-top: 1px solid #7f6b39;
            }

            .sidebar > ul .active1 li:last-child {
                border-bottom: 0;
            }

            .sidebar > ul .active1 li a {
                color: #fff;
                font-size: 12px;
            }

                .sidebar > ul .active1 li a:hover {
                    color: #fcb814;
                }

.mg {
    margin: 40px auto;
    position: relative;
    z-Index: 100;
}

.sidebar > div {
    background: url(../webimages/bg/div-bg.png);
    box-shadow: -1px 1px 1px #d8d8d8,1px 1px 1px #d8d8d8;
}

    .sidebar > div:hover {
        box-shadow: -2px 4px 4px #d0d0d0,2px 4px 4px #d0d0d0;
    }

    .sidebar > div h4 {
        line-height: 38px;
        border-bottom: 1px solid #000;
        color: #fff;
        padding-left: 10px;
        font-size: 14px;
    }

    .sidebar > div > ul {
        padding-bottom: 32px;
    }

        .sidebar > div > ul > li {
            width: 50%;
            text-align: center;
            float: left;
            margin-top: 15px;
        }

            .sidebar > div > ul > li > .img {
                border: 1px solid #000;
                border-radius: 50px;
                width: 60px;
                height: 60px;
                line-height: 55px;
                float: left;
                margin-left: 20px;
            }

                .sidebar > div > ul > li > .img:hover {
                    border: 1px solid #fff;
                }

            .sidebar > div > ul > li > a {
                display: block;
                width: 100%;
                text-align: center;
                color: #fff;
                float: left;
                margin-top: 10px;
                font-size: 14px;
            }

.mg > .contenr-right {
    width: 1060px;
    float: right;
}

    .mg > .contenr-right > .banner {
        margin-bottom: 10px;
    }

    .mg > .contenr-right > .contenr-right-bottom {
        background-color: #fff;
        box-shadow: -1px 1px 1px #d8d8d8,1px 1px 1px #d8d8d8;
    }

        .mg > .contenr-right > .contenr-right-bottom:hover {
            box-shadow: -2px 4px 4px #d0d0d0,2px 4px 4px #d0d0d0;
        }

        .mg > .contenr-right > .contenr-right-bottom > h4 {
            font-size: 14px;
            line-height: 40px;
            padding-left: 10px;
        }

.biaoqianye {
    margin: 15px 0;
}

    .biaoqianye > ul {
        padding-left: 25px;
    }

        .biaoqianye > ul a {
            font-size: 14px;
        }

.tab-content form {
    margin: 44px 0 0 44px;
}

    .tab-content form label {
        float: left;
        line-height: 27px;
        color: #000;
        width: 77px;
        text-align: right;
    }

    .tab-content form .div1 {
        float: left;
        line-height: 27px;
        margin-right: 5px;
    }

        .tab-content form .div1 input {
            display: block;
            float: left;
            margin: 7px 5px 0 0;
        }

    .tab-content form .bangzhu {
        margin-bottom: 25px;
    }

    .tab-content form .form-control {
        float: left;
        width: 200px;
    }

    .tab-content form .textarea {
        width: 533px;
        height: 134px;
    }

    .tab-content form .btn {
        margin-right: 30px;
        width: 120px;
        line-height: 32px;
        margin-top: 0;
    }

.chanpinfuwu, .dingdan {
    margin: 25px 35px;
}

    .chanpinfuwu p {
        line-height: 30px;
        color: #3a3a3a;
    }
/* .chanpinfuwu p img{width:98%!important;} */
.dingdan {
    color: #000;
}

    .dingdan .btn {
        width: 70px;
        line-height: 30px;
        margin-top: 0;
        font-size: 12px;
        margin-right: 25px;
    }

    .dingdan select {
        float: left;
        margin-right: 5px;
    }

#loginInput .form-control {
    padding: 0;
    text-indent: 15px;
}

.dingdan .form-control {
    width: 100px;
    line-height: 22px;
    padding-top: 0;
    padding-bottom: 0;
    height: 22px;
    display: block;
    float: left;
}

.dingdan .text {
    margin: 0 5px;
    display: block;
    float: left;
    line-height: 22px;
}

.dingdan .fukuan {
    display: inline-block;
    margin-left: 22px;
}

.dingdan .span {
    display: block;
    float: left;
    line-height: 22px;
}

.dingdan .zhuangtai {
    width: 748px;
    text-align: center;
    float: left;
    line-height: 100px;
    color: #000;
}

    .dingdan .zhuangtai a {
        font-size: 14px;
        color: blue;
    }

.gerenziliao {
    margin: 45px 0 0 75px;
}

    .gerenziliao tr {
        height: 50px;
    }

    .gerenziliao .form-control {
        line-height: 32px;
        height: 32px;
        padding-top: 0;
        padding-bottom: 0;
    }

    .gerenziliao .sex {
        float: left;
        margin-right: 10px;
    }

        .gerenziliao .sex input {
            display: block;
            float: left;
            margin: 2px 5px 0 0;
        }

    .gerenziliao .quhao {
        width: 80px;
        display: inline-block;
    }

    .gerenziliao .guhua {
        width: 120px;
        display: inline-block;
    }

    .gerenziliao .btn {
        width: 100px;
        height: 30px;
        font-size: 13px;
        line-height: 30px;
    }

.qiyegaikuang {
    margin: 20px 10px 0 30px;
}

    .qiyegaikuang p {
        line-height: 30px;
        font-size: 14px;
        color: #3a3a3a;
        text-indent: 20px;
    }

.hezuo {
    margin: 38px 25px;
}

    .hezuo li img {
        width: 100%;
    }

    .hezuo li {
        border: 1px solid #000;
        width: 185px;
        float: left;
        padding: 20px 0;
        border-radius: 8px;
        margin-right: 25px;
        height: 100px;
        overflow: hidden;
    }

        .hezuo li:last-child {
            margin-right: 0;
        }

.jiageshixiao {
    margin: 30px;
}

    .jiageshixiao .input-group {
        width: 240px;
        height: 35px;
        line-height: 35px;
        float: left;
        margin-right: 10px;
        margin-bottom: 18px;
    }

.input-group-lg > .input-group-addon, .input-group-lg > .form-control {
    height: 35px;
    padding: 0;
    font-size: 14px;
    padding-left: 10px;
    *float: left;
    *width: 83px;
    *line-height: 35px;
}

.jiageshixiao .btn {
    margin-top: 0;
    float: left;
    width: 120px;
    line-height: 32px;
    height: 32px;
    margin-left: 20px;
}

.jiageshixiao table {
    width: 990px;
}

.jiageshixiao thead {
    background-color: #fcb814;
    line-height: 32px;
}

    .jiageshixiao thead tr th {
        font-weight: 500;
    }

.jiageshixiao tbody tr {
    height: 40px;
    border-bottom: 1px solid #DDDDDD;
}

.jiageshixiao td, .jiageshixiao th {
    padding-left: 20px;
    color: #000;
}

.lianxiwomen {
    margin: 15px 0 0 30px;
    color: #3a3a3a;
}

    .lianxiwomen .ditu {
        margin-bottom: 20px;
    }

    .lianxiwomen .text {
        margin-bottom: 30px;
    }

        .lianxiwomen .text h4 {
            font-size: 14px;
            margin-bottom: 10px;
        }

        .lianxiwomen .text p {
            line-height: 25px;
            font-size: 13px;
        }

.qiye-news {
    margin: 5px 35px 0 35px;
}

    .qiye-news .news1 li {
        line-height: 48px;
        width: 100%;
        float: left;
        border-bottom: 1px solid #DDDDDD;
        font-size: 14px;
        height: 48px;
    }

        .qiye-news .news1 li .news2 {
            height: 49px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            width: 810px;
            display: inline-block;
            *float: left;
        }

.news-title {
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    border-bottom: 1px solid #DDDDDD;
}

.time1 {
    text-align: center;
    color: #999999;
    line-height: 40px;
}

.news-content {
    margin: 0 35px 20px;
}

    .news-content p {
        line-height: 30px;
        font-size: 14px;
        color: #3a3a3a;
    }
/* .news-content img{width: 98%!important;} */
.rencaizhaopin {
    margin: 25px 35px;
    width: 990px;
    float: left;
}

    .rencaizhaopin .div1 {
        float: left;
        line-height: 30px;
        margin-right: 40px;
    }

        .rencaizhaopin .div1 strong, .rencaizhaopin .div1 select {
            float: left;
        }

        .rencaizhaopin .div1 .form-control {
            width: 150px;
            height: 30px;
            line-height: 30px;
            padding-top: 0;
            padding-bottom: 0;
        }

    .rencaizhaopin .btn {
        width: 80px;
        line-height: 30px;
        height: 30px;
        margin-top: 0;
        float: left;
        margin-left: 20px;
        font-size: 12px;
    }

    .rencaizhaopin .ub {
        padding-bottom: 20px;
        border-bottom: 1px solid #DDDDDD;
    }

    .rencaizhaopin table {
        width: 100%;
        float: left;
        margin-top: 20px;
        color: #000;
    }

        .rencaizhaopin table thead {
            background-color: #fcb814;
            line-height: 40px;
        }

            .rencaizhaopin table thead tr th {
                font-weight: 500;
            }

        .rencaizhaopin table td, .rencaizhaopin table th {
            text-align: center;
        }

        .rencaizhaopin table tbody tr {
            height: 46px;
            border-bottom: 1px dotted #DDDDDD;
        }

    .rencaizhaopin .fenye, .qiye-news .fenye {
        width: 100%;
        float: left;
        text-align: right;
    }

    .rencaizhaopin .icon {
        background-color: #fcb814;
        line-height: 30px;
        padding-left: 15px;
    }

    .rencaizhaopin .text {
        margin-top: 20px;
    }

        .rencaizhaopin .text span {
            display: block;
            float: left;
            width: 33%;
            line-height: 30px;
        }

        .rencaizhaopin .text p {
            line-height: 40px;
            border-top: 1px dotted #DDDDDD;
            border-bottom: 1px dotted #DDDDDD;
        }

    .rencaizhaopin .yaoqiu {
        padding: 20px 0;
        border-bottom: 1px solid #DDDDDD;
    }

        .rencaizhaopin .yaoqiu h4 {
            font-size: 14px;
            line-height: 25px;
        }

        .rencaizhaopin .yaoqiu p {
            line-height: 22px;
        }

.huodong {
    margin-left: 25px;
    width: 680px;
    margin-top: 20px;
}

    .huodong > ul > li {
        width: 100%;
        float: left;
        padding-bottom: 30px;
        border-bottom: 1px solid #DDDDDD;
        margin-bottom: 25px;
    }

        .huodong > ul > li > h4 {
            line-height: 30px;
            font-size: 14px;
        }

        .huodong > ul > li > p {
            line-height: 25px;
            color: #808080;
        }

.wangdianchaxun, .xiugaimima, .zhuizong {
    margin: 5px 0 0 40px;
}

    .wangdianchaxun > .chaxun-title > span {
        display: block;
        float: left;
        line-height: 34px;
        background-color: #3a3a3a;
        padding: 0 30px;
        color: #fff;
        cursor: pointer;
        font-size: 14px;
    }

    .wangdianchaxun > .chaxun-title > .active {
        background-color: #fcb814;
    }

    .xiugaimima tr {
        height: 50px;
    }

        .xiugaimima tr td:first-child {
            font-weight: 600;
            color: #3A3A3A;
        }

    .xiugaimima .btn {
        margin-top: 0;
        font-size: 13px;
        width: 100px;
        height: 30px;
        line-height: 30px;
    }

    .zhuizong > h4 {
        font-size: 12px;
        color: #ed5736;
        margin-left: 10px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .zhuizong > textarea {
        width: 350px;
        height: 105px;
    }

    .zhuizong > .zhuizong-bottom {
        width: 350px;
        margin-top: 10px;
    }

        .zhuizong > .zhuizong-bottom > .form-control {
            width: 80px;
            float: left;
        }

        .zhuizong > .zhuizong-bottom > .img {
            display: block;
            float: left;
            margin-left: 12px;
        }

        .zhuizong > .zhuizong-bottom > .btn {
            margin-top: 0;
            width: 50px;
            height: 32px;
            line-height: 32px;
            float: right;
            font-size: 13px;
        }

.kefu {
    margin: 15px 25px 30px 25px;
    float: left;
    width: 832px;
}

    .kefu > .kefu-title {
        height: 44px;
        line-height: 44px;
        border-bottom: 1px solid #ddd;
    }

        .kefu > .kefu-title > span {
            display: block;
            float: left;
            border: 1px solid #DDDDDD;
            padding: 0 35px;
            height: 44px;
            border-bottom: 1px solid #FFFFFF;
            font-size: 14px;
            color: #000;
        }

    .kefu > .kefu-content {
        margin: 35px 10px 0 21px;
        float: left;
        line-height: 23px;
    }

        .kefu > .kefu-content > a {
            margin-left: 25px;
        }

.xiadan {
    margin: 20px 0 0 0px;
    float: left;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 20px;
    padding-left: 45px;
}

    .xiadan > .xiadan-title {
        line-height: 30px;
    }

        .xiadan > .xiadan-title > span {
            display: block;
            float: left;
            font-size: 16px;
        }

        .xiadan > .xiadan-title > .btn-danger, .xiadan > .xiadan-title > .btn-warning {
            width: 90px;
            height: 30px;
            line-height: 30px;
            border: 0;
            padding-top: 0;
            padding-bottom: 0;
            border-radius: 5px;
            font-size: 14px;
            float: left;
            margin-left: 70px;
        }

        .xiadan > .xiadan-title > .btn-warning {
            color: #000;
        }

    .xiadan > .input-group {
        margin-top: 20px;
        width: 100%;
        float: left;
    }

        .xiadan > .input-group > .input-group-addon {
            width: 120px;
        }

        .xiadan > .input-group > .form-control {
            width: 120px;
        }

        .xiadan > .input-group > .tips {
            color: #ff0000;
            line-height: 34px;
            margin-left: 5px;
        }

        .xiadan > .input-group > .guding {
            width: 200px;
        }

        .xiadan > .input-group > strong, .xiadan > .input-group > .tips strong {
            color: #ff0000;
            margin-left: 2px;
        }

.fuwuxinxi > .input-group {
    width: 350px;
    float: left;
    margin-right: 20px;
}

.fuwu-radio > span {
    display: block;
    float: left;
    line-height: 28px;
    margin-right: 10px;
}

    .fuwu-radio > span > input {
        display: block;
        float: left;
        margin-top: 8px;
    }

.xiadan > .wenbenyu {
    height: 80px;
}

    .xiadan > .wenbenyu > .form-control {
        width: 490px;
        height: 80px;
    }

.xiadan > .btn {
    width: 120px;
    height: 30px;
    line-height: 30px;
    margin-top: 0;
    float: left;
    margin-right: 10px;
    display: block;
    font-size: 14px;
}

.xiadan:last-child {
    border-bottom: 0;
}

.zhucedenglu {
    background-color: #fff;
    width: 900px;
    margin: 0 auto;
    padding: 49px 45px;
    overflow: hidden;
}

    .zhucedenglu .ub input {
        width: 188px;
    }

    .zhucedenglu > .ub {
        border: 1px solid #DDDDDD;
        height: 500px;
    }

        .zhucedenglu > .ub > .left {
            width: 380px;
            margin: 40px;
            0 0 45px;
            border-right: 1px solid #ddd;
            padding-right: 30px;
        }

            .zhucedenglu > .ub > .left table {
                margin-top: 30px;
            }

            .zhucedenglu > .ub > .left tr {
                height: 45px;
            }

            .zhucedenglu > .ub > .left .form-control {
                float: left;
                display: block;
            }

            .zhucedenglu > .ub > .left .yzm {
                width: 80px;
            }

            .zhucedenglu > .ub > .left .img {
                display: block;
                float: left;
                margin-left: 10px;
            }

            .zhucedenglu > .ub > .left .btn {
                margin-top: 0;
                height: 35px;
                line-height: 35px;
                font-size: 14px;
            }

        .zhucedenglu > .ub > .right {
            width: 320px;
            margin-top: 40px;
            margin-right: 20px;
        }

            .zhucedenglu > .ub > .right .title {
                line-height: 35px;
                border-bottom: 1px solid #ddd;
                height: 35px;
                padding-left: 5px;
            }

                .zhucedenglu > .ub > .right .title span {
                    display: block;
                    padding: 0 20px;
                    border: 1px solid #DDDDDD;
                    border-bottom: 1px solid #FFFFFF;
                    float: left;
                    height: 35px;
                }

            .zhucedenglu > .ub > .right table {
                margin-top: 35px;
                float: left;
            }

                .zhucedenglu > .ub > .right table tr {
                    height: 45px;
                }

                .zhucedenglu > .ub > .right table .btn {
                    margin-top: 0;
                    height: 35px;
                    line-height: 35px;
                    font-size: 14px;
                }

.banner.ub img {
    width: 1060px;
    height: 207px;
    box-shadow: -2px 2px 2px #d0d0d0,2px 2px 2px #d0d0d0;
}

.chanpinfuwu.jiamenglianxi table {
    width: 660px!important;
}

.qiehuananniu.box-btns {
    width: 283px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    margin-left: 34px;
}

    .qiehuananniu.box-btns span {
        border: solid 1px #dcdcdc;
        border-bottom: none;
        width: 140px;
        text-align: center;
        float: left;
        text-align: center;
    }

        .qiehuananniu.box-btns span:first-child {
            border-right: none;
        }
    /* .qiehuananniu.box-btns #dituchaxun{background:#fcb814;color:#fff;cursor: pointer;} */
    .qiehuananniu.box-btns #chengshichaxun, #dituer #close, #liebiao #closeliebiao {
        cursor: pointer;
    }

#dituer .siteCount, #liebiao .siteCount {
    height: 30px;
    background: #fabe00;
    line-height: 30px;
    text-align: center;
    border-radius: 5px 5px 0px 0;
}

#dituer .qiehuan, #liebiao .qiehuan {
    width: 130px;
    height: 30px;
    background: #fabe00;
    float: right;
    text-align: center;
    line-height: 30px;
    margin: 10px 20px 10px 0;
    border-radius: 5px;
}

#dituer, #liebiao {
    border-radius: 5px;
}

.qiehuan a:hover {
    color: #333!important;
}

.chagessq {
    width: 200px;
    float: left;
    border: solid 1px #dcdcdc;
    margin-right: 20px;
    border-radius: 5px;
}

    .chagessq select {
        border: none;
        *height: 29px;
        *margin: -2px;
        *padding: 0;
    }

    .chagessq span {
        background: #e5e5e5;
        height: 40px;
        line-height: 40px;
        display: inline-block;
        border-radius: 5px 0 0 5px;
        padding-left: 5px;
    }

.changeguanjz {
    width: 308px;
    float: left;
    border: solid 1px #dcdcdc;
    margin-right: 20px;
    border-radius: 5px;
}

    .changeguanjz span {
        background: #e5e5e5;
        height: 40px;
        line-height: 40px;
        display: inline-block;
        border-radius: 5px 0 0 5px;
        padding-left: 5px;
    }

    .changeguanjz input {
        border: none;
        width: 179px;
        float: left;
        display: inline-block;
        height: 40px;
        *padding: 0;
    }

#shengshixuanze {
    float: left;
    width: 100%;
}

#liebiaoList table {
    width: 100%;
}

    #liebiaoList table td {
        height: 34px;
    }

.contenr-right .banner.ub {
    height: 207px!important;
}

.contactus {
    position: fixed;
    bottom: 61px;
    right: 0px;
    text-align: center;
    z-Index: 9999;
}

    .contactus .qq, .contactus .weixin, .contactus .weibo {
        cursor: pointer;
        margin-bottom: 2px;
    }

        .contactus .qq img, .contactus .weixin img, .contactus .weibo img {
            width: 56px;
        }

    .contactus .weixin {
        background: url(../webimages/newweixin.png) no-repeat;
        width: 56px;
        height: 56px;
    }

        .contactus .weixin:hover {
            background: url(../webimages/newweixint.png) no-repeat;
        }

        .contactus .weixin .ymddqrcode img {
            width: 100px;
        }
        /*.contactus .weixin{border-top:1px solid;border-bottom:1px solid;}*/
        .contactus .weixin:hover .ymddqrcode {
            display: block;
        }


    .contactus .weibo {
        margin-bottom: 7px;
        background: url(../webimages/newweibo.png) no-repeat;
        width: 56px;
        height: 56px;
    }

        .contactus .weibo:hover {
            background: url(../webimages/newweibot.png);
        }

.ymddqrcode {
    position: fixed;
    bottom: 80px;
    right: 59px;
    background: #fff;
    padding: 5px;
    text-align: center;
    display: none;
}

    .ymddqrcode li {
        float: left;
    }

        .ymddqrcode li img {
            width: 100px;
            height: 100px;
        }

.Home-bg .scrtop {
    position: fixed;
    right: 0px;
    bottom: 10px;
    cursor: pointer;
    z-Index: 1000;
    width: 56px;
    height: 56px;
    background: url(../webimages/newtop.png);
}

    .Home-bg .scrtop:hover {
        background: url(../webimages/newtopt.png);
    }


.indexSpecial {
    background-color: #f2f2f2;
    width: 100%;
    min-width: 1210px !important;
    margin-top: 1px;
}

    .indexSpecial .indexSpecialCenter {
        width: 1210px;
        overflow: hidden;
        margin: 0 auto;
        height: 140px;
    }

        .indexSpecial .indexSpecialCenter li {
            float: left;
            height: 100%;
            width: 25%;
            padding: 4px 4%;
            background-position: 15% 33px !important;
        }

            .indexSpecial .indexSpecialCenter li h6 {
                font-size: 18px;
                font-style: normal;
                font-weight: normal;
                padding-left: 60px;
                line-height: 22px;
                margin: 38px 15% 8px;
            }

                .indexSpecial .indexSpecialCenter li h6 a {
                    color: #333333;
                }

                    .indexSpecial .indexSpecialCenter li h6 a:hover {
                        color: #ed6c00;
                    }

            .indexSpecial .indexSpecialCenter li p {
                color: #666;
                padding-left: 65px;
                line-height: 22px;
                margin-left: 35px;
            }

        .indexSpecial .indexSpecialCenter .indexSpecialLi1 {
            background: url(../webimages/icon/kj_yanfa.png) no-repeat;
        }

        .indexSpecial .indexSpecialCenter .indexSpecialLi2 {
            background: url(../webimages/icon/kj_yunwei.png) no-repeat;
        }

        .indexSpecial .indexSpecialCenter .indexSpecialLi3 {
            background: url(../webimages/icon/kj_pt.png) no-repeat;
        }

        .indexSpecial .indexSpecialCenter .indexSpecialLi4 {
            background: url(../webimages/icon/kj_shuju.png) no-repeat;
        }

        .indexSpecial .indexSpecialCenter .indexSpecialLi1:hover {
            background: url(../webimages/icon/kj_yanfa_dh.gif) no-repeat;
        }

        .indexSpecial .indexSpecialCenter .indexSpecialLi2:hover {
            background: url(../webimages/icon/kj_yunwei_dh.gif) no-repeat;
        }

        .indexSpecial .indexSpecialCenter .indexSpecialLi3:hover {
            background: url(../webimages/icon/kj_pt_dh.gif) no-repeat;
        }

        .indexSpecial .indexSpecialCenter .indexSpecialLi4:hover {
            background: url(../webimages/icon/kj_shuju_dh.gif) no-repeat;
        }

.indexProgram {
    width: 1210px;
    min-width: 1210px !important;
    margin: 0 auto;
    overflow: hidden;
}

    .indexProgram li {
        float: left;
        width: 172px;
        border-top: 1px solid #90bf20;
        border-bottom: 1px solid #90bf20;
        position: relative;
        overflow: hidden;
        border-width: 2px;
        height: 398px;
    }

        .indexProgram li p {
            padding: 42px 0px 4px 55px;
        }

            .indexProgram li p span {
                display: block;
                border-top: 1px solid #b0b0b0;
                font-size: 18px;
                line-height: 20px;
                margin-top: 10px;
                padding: 14px 0 70px 0;
            }

        .indexProgram li img {
            margin: 0px 0px;
        }

        .indexProgram li i {
            display: block;
            float: left;
            overflow: hidden;
            behavior: url('assets/nwebcss/ie-css3.htc');
            border-radius: 0 12px 12px 0;
            width: 170px;
            height: 170px;
        }

            .indexProgram li i img {
                width: 100%;
                height: 100%;
            }

        .indexProgram li .indexprogramOver {
            width: 100%;
            height: 100%;
            background-color: #90bf20;
            position: absolute;
            -ms-transition-property: top;
            -webkit-transition-property: top;
            -moz-transition-property: top;
            transition-property: top;
            -moz-transition-duration: 0.6s;
            -ms-transition-duration: 0.6s;
            -webkit-transition-duration: 0.6s;
            transition-duration: 0.6s;
            -moz-transition-timing-function: ease;
            -ms-transition-timing-function: ease;
            -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
            top: -100%;
            left: 0;
        }

            .indexProgram li .indexprogramOver span {
                border-top: 1px solid #fff;
                color: #fff;
            }

            .indexProgram li .indexprogramOver b {
                margin: 0 auto;
                display: block;
                font-style: normal;
                font-weight: normal;
                color: #fff;
                width: 116px;
                line-height: 24px;
            }

        .indexProgram li.indexProgramLi2 {
            border-top: 1px solid #ed6c00;
            border-bottom: 1px solid #ed6c00;
            border-width: 2px;
            background-color: #f2f2f2;
        }

.indexCourse {
    width: 1210px;
    min-width: 1210px !important;
    margin: 0 auto;
    overflow: hidden;
    height: 482px;
}

    .indexCourse .indexCourseText {
        float: left;
        width: 49%;
        margin-right: 14px;
        height: 395px;
        box-shadow: -1px 1px 1px #d8d8d8,1px 1px 1px #d8d8d8;
    }

        .indexCourse .indexCourseText .indexKnowledge {
            overflow: hidden;
            margin-bottom: 14px;
            height: 190px;
        }

            .indexCourse .indexCourseText .indexKnowledge .indexKnowledgeA {
                float: left;
                display: block;
                width: 190px;
                height: 190px;
                margin-right: 14px;
                background-color: #ed6c00;
                color: #fff;
                font-size: 24px;
                text-align: center;
                position: relative;
                background-image: url(../webimages/Knowledge.png);
                background-position: center 38px;
                background-repeat: no-repeat;
                padding-top: 125px;
            }

                .indexCourse .indexCourseText .indexKnowledge .indexKnowledgeA:before {
                    position: absolute;
                    content: '';
                    width: 0;
                    height: 0;
                    top: 85px;
                    right: 0px;
                    border-top: 10px solid transparent;
                    border-bottom: 10px solid transparent;
                    border-right: 13px solid #fff;
                }

            .indexCourse .indexCourseText .indexKnowledge .indexKnowledgeText {
                float: left;
                width: 655px;
                height: 100%;
                background-color: #f2f2f2;
            }

                .indexCourse .indexCourseText .indexKnowledge .indexKnowledgeText i {
                    float: left;
                    display: block;
                    width: 190px;
                    height: 190px;
                }

                    .indexCourse .indexCourseText .indexKnowledge .indexKnowledgeText i img {
                        width: 100%;
                        height: 100%;
                    }

                .indexCourse .indexCourseText .indexKnowledge .indexKnowledgeText ul {
                    float: left;
                    height: 100%;
                    padding: 5px;
                }

                    .indexCourse .indexCourseText .indexKnowledge .indexKnowledgeText ul li {
                        overflow: hidden;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                        line-height: 36px;
                    }

                        .indexCourse .indexCourseText .indexKnowledge .indexKnowledgeText ul li a {
                            color: #333333;
                        }

                            .indexCourse .indexCourseText .indexKnowledge .indexKnowledgeText ul li a:hover {
                                color: #ed6c00;
                            }

        .indexCourse .indexCourseText .indexFaq {
            overflow: hidden;
            margin-bottom: 14px;
            height: 190px;
        }

            .indexCourse .indexCourseText .indexFaq .indexKnowledgeA {
                float: left;
                display: block;
                width: 190px;
                height: 190px;
                margin-right: 14px;
                background-color: #ed6c00;
                color: #fff;
                font-size: 24px;
                text-align: center;
                position: relative;
                background-image: url(../webimages/Knowledge.png);
                background-position: center 38px;
                background-repeat: no-repeat;
                padding-top: 125px;
            }

                .indexCourse .indexCourseText .indexFaq .indexKnowledgeA:before {
                    position: absolute;
                    content: '';
                    width: 0;
                    height: 0;
                    top: 85px;
                    right: 0px;
                    border-top: 10px solid transparent;
                    border-bottom: 10px solid transparent;
                    border-right: 13px solid #fff;
                }

            .indexCourse .indexCourseText .indexFaq .indexKnowledgeText {
                float: left;
                width: 598px;
                height: 100%;
                background-color: #f2f2f2;
            }

                .indexCourse .indexCourseText .indexFaq .indexKnowledgeText i {
                    float: left;
                    display: block;
                    width: 190px;
                    height: 190px;
                }

                    .indexCourse .indexCourseText .indexFaq .indexKnowledgeText i img {
                        width: 100%;
                        height: 100%;
                    }

                .indexCourse .indexCourseText .indexFaq .indexKnowledgeText ul {
                    float: left;
                    height: 100%;
                    width: 408px;
                    padding: 24px 35px;
                }

                    .indexCourse .indexCourseText .indexFaq .indexKnowledgeText ul li {
                        overflow: hidden;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                        line-height: 36px;
                    }

                        .indexCourse .indexCourseText .indexFaq .indexKnowledgeText ul li a {
                            color: #333333;
                        }

                            .indexCourse .indexCourseText .indexFaq .indexKnowledgeText ul li a:hover {
                                color: #ed6c00;
                            }

            .indexCourse .indexCourseText .indexFaq .indexFaqA {
                float: left;
                display: block;
                width: 190px;
                height: 190px;
                margin-right: 14px;
                background-color: #ed6c00;
                color: #fff;
                font-size: 24px;
                text-align: center;
                position: relative;
                background-image: url(../webimages/Knowledge.png);
                padding-top: 125px;
                background-color: #999;
                background-image: url(../webimages/Faq.png);
                background-position: center 38px;
                background-repeat: no-repeat;
            }

                .indexCourse .indexCourseText .indexFaq .indexFaqA:before {
                    position: absolute;
                    content: '';
                    width: 0;
                    height: 0;
                    top: 85px;
                    right: 0px;
                    border-top: 10px solid transparent;
                    border-bottom: 10px solid transparent;
                    border-right: 13px solid #fff;
                }

            .indexCourse .indexCourseText .indexFaq .indexFaqAText {
                float: left;
                width: 655px;
                height: 100%;
                background-color: #f2f2f2;
            }

                .indexCourse .indexCourseText .indexFaq .indexFaqAText i {
                    float: left;
                    display: block;
                    width: 190px;
                    height: 190px;
                }

                    .indexCourse .indexCourseText .indexFaq .indexFaqAText i img {
                        width: 100%;
                        height: 100%;
                    }

                .indexCourse .indexCourseText .indexFaq .indexFaqAText ul {
                    float: left;
                    height: 100%;
                    padding: 5px;
                }

.courseright {
    width: 320px;
    height: 190px;
    padding: 46px 0;
    text-align: center;
    font-size: 20px;
}

@media screen and(-ms-high-contrast:active),(-ms-high-contrast:none) {
    .contactus {
        right: 20px;
    }

        .contactus .weixin .ymddqrcode {
            right: 79px;
        }

    .Home-bg .scrtop {
        right: 20px;
    }
}

#basic-addon1, #basic-addon1 {
    *width: 65px;
    *float: left;
    *padding: 0;
    *height: 34px;
    *line-height: 34px;
}

#rPhone, #rOrderno {
    *width: 180px;
    *padding: 0;
    *height: 34px;
    *line-height: 34px;
}

.pagination {
    *float: right!important;
}

.form-horizontal .form-group {
    *width: 100%!important;
    *float: left!important;
}

.modal-body {
    *float: left!important;
}
/*新的footer*/
.footer {  
    font-size: 16px;
}

footer-down .footer-text h3 a {
    color: #565656;
}

.footer-inner {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    color: #565656;
}

.footer-down {
    overflow: hidden;
    padding-top: 15px;
}

    .footer-down .footer-text {
        width: 49%;
    }

.lf {
    float: left;
}

.footer-down .footer-text h3 {
    line-height: 44px;
    margin-bottom: 15px;
    border-bottom: 1px solid #a0a0a0;
    font-size: 20px;
    font-weight: 600;
}

.footer-down .footer-mid {
    width: 49%;
    overflow: hidden;
    margin-top: 45px;
}

.rt {
    float: right;
}

.footer-down .footer-mid .footer-rt ul li .icon01 {
    background: url( /webimages/icon_phone.png) center no-repeat;
}

.footer-down .footer-mid .footer-rt ul li .li-icon {
    width: 40px;
    height: 60px;
    margin-right: 14px;
}

.footer-down .footer-mid .footer-rt ul li .icon02 {
    background: url( /webimages/icon_phone_1.png) center no-repeat;
}

.footer-down .footer-mid .footer-rt ul li .li-icon {
    width: 40px;
    height: 60px;
    margin-right: 14px;
}

.footer-link {
    line-height: 46px;
    height: 60px;
    font-size: 15px;
    margin-top: 15px;
    border-bottom: 1px solid #a0a0a0;
    border-top: 1px solid #a0a0a0;
}

.erweima-img {
    height: 100px;
    width: 100px;
    margin: 0 auto;
}

/*footer End*/
.indextitle {
    text-align: center;
    margin: 10px 0px;
}

    .indextitle span {
        font-size: 30px;
    }
/*悬浮*/
.contenr-right .banner.ub {
    height: 207px!important;
}

.contactus_1 {
    position: fixed;
    bottom: 61px;
    right: 0px;
    text-align: center;
    z-Index: 9999;
}

    .contactus_1 .qq, .contactus .weixin, .contactus .weibo {
        cursor: pointer;
        margin-bottom: 2px;
    }

        .contactus_1 .qq img, .contactus .weixin img, .contactus .weibo img {
            width: 56px;
        }

    .contactus_1 .weixin {
        margin-bottom: 2px;
        background: url(/webimages/icon/newweixin.png) no-repeat;
        width: 56px;
        height: 56px;
    }

        .contactus_1 .weixin:hover {
            background: url(/webimages/icon/newweixint.png) no-repeat;
        }

        .contactus_1 .weixin .ymddqrcode img {
            width: 100px;
        }

        .contactus_1 .weixin:hover .ypweixinbg {
            display: block;
        }

    .contactus_1 .qq {
        background: url(/webimages/icon/newqq.png) no-repeat;
        width: 56px;
        height: 56px;
    }

        .contactus_1 .qq:hover {
            background: url(/webimages/icon/newqqint.png);
        }

    .contactus_1 .phone {
        margin-bottom: 7px;
        background: url(/webimages/icon/newphone.png) no-repeat;
        width: 56px;
        height: 56px;
    }

        .contactus_1 .phone:hover {
            background: url(/webimages/icon/newphoneint.png);
        }

            .contactus_1 .phone:hover .ypphonebg {
                display: block;
            }

.scrtop {
    position: fixed;
    right: 0px;
    bottom: 10px;
    cursor: pointer;
    z-Index: 1000;
    width: 56px;
    height: 56px;
    background: url(/webimages/icon/newtop.png);
}

    .scrtop:hover {
        background: url(/webimages/icon/newtopt.png);
    }

.ypweixinbg {
    position: fixed;
    bottom: 120px;
    right: 59px;
    background: #fff;
    padding: 5px;
    text-align: center;
    display: none;
}

.ypphonebg {
    position: fixed;
    bottom: 60px;
    right: 59px;
    padding: 5px;
    text-align: center;
    display: none;
}
/*底部浮层样式开始*/
.fixeFooter {
    border: 0px;
    position: fixed;
    width: 100%;
    height: 90px;
    background: rgb(245, 245, 245);
    bottom: -90px;
    left: 0px;
    z-Index: 11;
    box-shadow: rgba(0, 0, 0, 0.05) 0px -1px 8px;
}

    .fixeFooter > div {
        width: 1200px;
        margin: 0px auto;
        overflow: hidden;
        height: 100%;
    }

        .fixeFooter > div > div:first-child {
            position: relative;
            float: left;
            width: 397px;
            padding-left: 152px;
        }

@keyframes liftRight {
    0% {
        left: 80px;
        opacity: .8;
    }

    50% {
        left: 101px;
        opacity: 1;
    }

    100% {
        left: 80px;
        opacity: .8;
    }
}

@-webkit-keyframes liftRight /* Safari 与 Chrome */
{
    0% {
        left: 80px;
        opacity: .8;
    }

    50% {
        left: 101px;
        opacity: 1;
    }

    100% {
        left: 80px;
        opacity: .8;
    }
}

.fixeFooter > div > div:first-child > img {
    position: absolute;
    top: 24px;
    animation: liftRight 1s infinite linear;
    -webkit-animation: liftRight 1s infinite linear; /* Safari 与 Chrome */
}

.fixeFooter > div > div:first-child > p {
    padding-left: 1px;
    font-size: 34px;
    color: rgb(239, 136, 12);
    line-height: 34px;
    margin: 22px 0px 4px;
}

.fixeFooter > div > div:first-child > span {
    font-size: 14px;
    line-height: 14px;
    color: rgb(85, 85, 85);
}

    .fixeFooter > div > div:first-child > span > em {
        font-style: normal;
        color: #ef880c;
        font-family: arial;
    }

.fixeFooter > div > div:last-child {
    float: right;
    width: 803px;
}

    .fixeFooter > div > div:last-child > img {
        float: right;
        cursor: pointer;
        margin: 24px 110px 0px 0px;
    }

    .fixeFooter > div > div:last-child > input {
        display: block;
        float: left;
        border: none;
        color: rgb(154, 154, 154);
        background: rgb(51, 51, 51);
        height: 50px;
        line-height: 50px;
        border-radius: 4px;
        padding: 0px 18px;
        margin: 20px 10px 0px 0px;
    }

#btnZX {
    display: block;
    float: left;
    border: none;
    color: rgb(255, 255, 255);
    background: rgb(239, 136, 12);
    height: 50px;
    line-height: 50px;
    border-radius: 4px;
    padding: 0px 18px;
    margin: 20px 10px 0px 0px;
}

.fixeFooter > div > div:last-child > textarea {
    display: block;
    float: left;
    border: none;
    color: rgb(154, 154, 154);
    background: rgb(51, 51, 51);
    height: 50px;
    line-height: 17px;
    border-radius: 4px;
    padding: 0px 18px;
    margin: 20px 10px 0px 0px;
}

.fixeFooterOn {
    position: fixed;
    width: 60px;
    height: 163px;
    top: 70%;
    right: 40px;
    z-Index: 11;
    background: url('../img/fixe_new/fixe_footer_3.png') center center no-repeat;
    cursor: pointer;
    display: none;
    opacity: 0;
}

.pfblock {
    padding: 20px 0px 20px 0px;
}

.pfblock-gray {
    background: #f5f5f5;
}

.pfblock-image {
    padding: 0;
}

    .calltoaction h1,
    .calltoaction h3,
    .calltoaction h4,
    .calltoaction h5,
    .calltoaction h6,
    .pfblock-image,
    .pfblock-image h1,
    .pfblock-image h2,
    .pfblock-image h3,
    .pfblock-image h4,
    .pfblock-image h5,
    .pfblock-image h6 {
        color: #fff;
    }

.pfblock-header {
    text-align: center;
    margin: 0 0 60px;
}

.pfblock-header-left {
    text-align: left;
}

    .pfblock-header-left .pfblock-line {
        width: inherit;
        margin: 30px 0;
    }

.pfblock-title {
    font-weight: 800;
}

.pfblock-subtitle {
    font-style: normal;
    font-size: 14px;
}

.pfblock-line {
    background: rgba(135, 135, 135, 0.5);
    width: 100px;
    height: 1px;
    margin: 30px auto;
}

.pfblock-icon {
    font-size: 32px;
}

.newsfenlei {
    text-align: center;
}

    .newsfenlei li {
        display: inline-block;
    }

        .newsfenlei li a {
            width: 120px;
            display: inline-block;
            height: 36px;
            line-height: 36px;
            text-align: center;
            color: #333;
            font-size: 15px;
            border-radius: 50px;
            margin: 30px 50px;
        }

        .newsfenlei li.actifdfd a {
            background-color: #F17E00;
            color: #fff;
        }
