﻿.Header-Nav {
    background: rgba(0,0,0,.2);
}

.fixed {
    left: 0;
    margin: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    background: #fff;
    -webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    border-radius: 0;
}


@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}



    /*.Header-Nav.active {
        background: rgb(250, 250, 250);
        transition: background 3s;
        -moz-transition: background 3s;
        -webkit-transition: background 3s;
        -o-transition: background 3s;
    }*/
    .hearder-bg {
        background: #f2f2f2;
        background: #f2f2f2;
        width: 100%;
        display: table;
    }
    .hearder-bg ul{
        float:right;
    }
    .hearder-bg ul li {
        float: left;
        line-height: 40px;
        margin: 0 8px;
        font-size: 13px;
        position:relative;
    }
        .hearder-bg ul li .ljewm {
            display: none;
            width: 180px;
            height: 250px;
            position: absolute;
            background: #ececec;
            text-align: center;
            top: 38px;
            z-index: 1000;
            left: -50px;
        }
        .hearder-bg ul li:hover .ljewm {
            display: block;
        }
            .hearder-bg ul li .ljewm img {
                width: 90%;
                margin: 10px auto;
            }
        .hearder-bg ul li .ljewm p {
            text-align: center;
            line-height: 20px;
            color: #a5a2a2;
        }
            .hearder-bg ul li a {
                color: black;
            }
            .hearder-bg ul li a img {
                margin-top: -4px;
            }
            @media (max-width:992px){
                /*.hearder-bg{
                    display:none;
                }*/
            }
.header {
    height: 80px;
    border-bottom: 1px solid gainsboro;
    width: 100%;
    display: table;
    background: white;
    z-index: 998;
    /*-webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;*/
}

    .header .container .logo {
        float: left;
        height: 80px;
        line-height: 80px;
        width: 80px;
    }


        .header .container .logo img {
            width: 92%;
        }

    .header .container .nav_right {
        float: right; 
    }

        .header .container .nav_right ul {
            line-height: 40px;
            float: left;
        }

            .header .container .nav_right ul li {
                float: left;
                padding: 20px 17px;
                -webkit-transition: all 1s linear 1s;
                -o-transition: all 1s linear 1s;
                transition: all 0.5s linear 1s;
                position: relative;
            }
                .header .container .nav_right ul li:after {
                    content: '|';
                    width: 3px;
                    height: 5px;
                    display: inline-block;
                    position: absolute;
                    right: 0;
                }
                    .header .container .nav_right ul li:last-child:after{
                       content:'';
                    }

                    .header .container .nav_right ul li a {
                        font-size: 16px;
                        letter-spacing: 3px;
                        padding-bottom: 32px;
                    }

                    .header .container .nav_right ul li a, .header .container .nav_right ul li a:link {
                        color: #000;
                        position: relative;
                    }
                        .header .container .nav_right ul li a.active{
                            color:green;
                        }
                        .header .container .nav_right ul li a:after {
                            content: '';
                            width: 0;
                            height: 4px;
                            background: #22b217;
                            position: absolute;
                            bottom: 0;
                            left: 50%;
                            -webkit-transition: all .2s;
                            -o-transition: all .2s;
                            transition: all .2s;
                        }

                        .header .container .nav_right ul li a:hover:after, .header .container .nav_right ul li a.active:after {
                            /* border-top: 3px solid #e21fa6; */
                            color: #e21fa6;
                            font-weight: bold;
                            left: 0;
                            width: 100%;
                        }

.phone-nav {
    position: absolute;
    font-size: 24px;
    display: none;
    color: #000;
    right: 19px;
    font-size: 30px;
    z-index: 9;
    padding-top: 17px;
}

    .phone-nav:hover {
        color: #000;
    }

@media (max-width: 1000px) {
    .phone-nav {
        display: block;
    }

    .header .container .nav_right {
        display: none;
    }

    .header .container .logo {
        height: 70px;
        width: 70px;
    }
}

/* 导航栏结束 */


/* 左边菜单栏 */
.NewConsultation .Colt_left{
    text-align:center;
}
.NewConsultation h3 {
    margin-top: 25px;
    font-size: 21px;
}

.NewConsultation .Colt_left ul li {
    display: block;
    width: 84px;
    padding: 6px 0;
    margin: auto;
    margin-top: 15px;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 0.5s;
    border-radius: 6px;
    border: 1px solid #ccc;
}

    .NewConsultation .Colt_left ul li:hover, .NewConsultation .Colt_left ul .Colt_active {
        background: red;
        border-radius: 6px;
        border: none;
    }

        .NewConsultation .Colt_left ul li:hover a, .NewConsultation .Colt_left ul .Colt_active a {
            color: white;
        }

.NewConsultation .Colt_left h3 {
    font-weight: bold;
    color: red;
}

@media (max-width: 1200px) {
    .NewConsultation .Colt_left ul li {
        display: inline-block;
    }
}
/* 左边菜单栏结束 */



/* 标题指引 */
.ljGuide {
    display: block;
    width: 100%;
    height: 100px;
    padding: 0 15px;
}

    .ljGuide h6 {
        float: left;
        line-height: 100px;
        color: #34495e;
        font-size: 24px;
        /*font-weight: bold;*/
    }

.ljGuide_right {
    float: right;
    line-height: 100px;
}

    .ljGuide_right a {
        font-size: 16px;
        color: #34495e;
    }
@media(max-width:992px) {
    .ljGuide h6 {
        font-size: 20px;
    }
    .ljGuide_right a {
        font-size: 14px;
        color: #34495e;
    }
}
    /* 标题指引结束 */

    /* 当前位置 */
    .Position {
        border-bottom: 1px solid #f3eaea;
        padding: 6px 0;
        width: 100%;
        display: inline-block;
    }

        .Position span {
            float: left;
            line-height: 28px;
        }

        .Position label:before {
            content: '';
            display: inline-block;
            width: 4px;
            height: 20px;
            background: #ff7701;
            vertical-align: middle;
            margin-right: 7px;
        }

        .Position span a {
            margin: 0 5px;
        }

        .Position .LookJd {
            color: #979797;
            font-size: 12px;
            margin-left: 28px;
        }
    /* 当前位置结束 */

    /* 轮播 */
    .arrow-location-right-top .slick-arrow {
        position: absolute;
        z-index: 7;
        cursor: pointer;
        font-size: 0;
        line-height: 0;
        background: none;
        border: none;
        width: 38px;
        height: 38px;
        background: white;
        color: #191919;
        font-weight: 500;
        border-radius: 50%;
        transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
    }

        .arrow-location-right-top .slick-arrow:hover {
            background: #017d03;
            color: #ffffff;
        }

        .arrow-location-right-top .slick-arrow:before {
            font-family: "wokiee";
            font-size: 20px;
            line-height: 1;
        }

    .arrow-location-right-top .slick-slide img {
        width: 100%;
    }

    .arrow-location-right-top .slick-prev:before {
        content: "<";
    }

    .arrow-location-right-top .slick-next:before {
        content: ">";
    }

    @media (min-width: 1025px) {
        .arrow-location-right-top .slick-prev {
            top: 50%;
            left: 10px;
        }

        .arrow-location-right-top .slick-next {
            top: 50%;
            right: 10px;
        }
        /*.arrow-location-right-top .slick-arrow {
        top: -28px;
    }

    .arrow-location-right-top .slick-prev {
        right: 57px;
    }*/

        .arrow-location-right-top .slick-next {
            right: 10px;
        }
    }


    .arrow-location-right-top .slick-arrow {
        top: 50%;
    }

    .arrow-location-right-top .slick-prev {
        left: 70px;
    }

    .arrow-location-right-top .slick-next {
        right: 70px;
    }

.slick-slider .slick-dots {
    margin-top: 22px;
    position: absolute;
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    bottom: 14px;
}

        .slick-slider .slick-dots li {
            margin: 0 3px;
            padding: 0 2px;
            cursor: pointer;
        }

            .slick-slider .slick-dots li button {
                width: 25px;
                height: 4px;
                background: #dadada;
                border: none;
                font-size: 0;
                line-height: 0;
                cursor: pointer;
                opacity:0.7;
            }

            .slick-slider .slick-dots li:hover button {
                background: #017d03;
            }

        .slick-slider .slick-dots .slick-active button {
            background: #017d03;
            opacity: 1;
        }

    /* 轮播结束 */

    /* 底部产品多图轮播 */


    .ljProduct .arrow-location-right-top .slick-arrow {
        top: -70px;
    }

    .ljProduct .arrow-location-right-top .slick-prev {
        right: 57px;
    }

    .ljProduct .arrow-location-right-top .slick-next {
        right: 10px;
    }

    .ljProduct .arrow-location-right-top .slick-prev {
        left: unset;
    }

    .ljProductLb {
        margin-top: 0px;
    }

    .ljProduct .slick-initialized .slick-slide {
        margin-right: 8px;
        text-align: center;
    }

        .ljProduct .slick-initialized .slick-slide h6 {
            font-size: 16px;
            margin-top: 10px;
        }

        .ljProduct .slick-initialized .slick-slide p {
            color: red;
        }

    .ljProduct .slick-dots {
        display: none !important;
    }
    /* 底部产品多图轮播结束 */

    /* 翻页 */
    .page_ctrl {
        text-align: left;
        margin: 10px auto;
        box-sizing: border-box;
    }

        .page_ctrl * {
            line-height: 26px;
        }

        .page_ctrl button {
            min-width: 30px;
            border: 1px solid #e5e5e5;
            cursor: pointer;
            text-align: center;
            display: inline-block;
            zoom: 1;
            vertical-align: middle;
            padding: 0 15px;
            height: 30px;
            line-height: 28px;
            margin: 1px 7px 5px 0;
            font-size: 12px;
            background-color: #fff;
        }

            .page_ctrl button:hover {
                background: #0bc957;
                color: #ffffff;
            }

        .page_ctrl .btn_dis {
            cursor: default;
            /*opacity: .7;*/
            background: #eeeeee;
            color: #5e5e5e;
            min-width: 30px;
            border: 1px solid #e5e5e5;
            cursor: pointer;
            text-align: center;
            display: inline-block;
            zoom: 1;
            vertical-align: middle;
            padding: 0 8px;
            height: 30px;
            line-height: 28px;
            margin: 1px 1px 5px 0;
            font-size: 12px;
        }

        .page_ctrl .page_num {
            background-color: #fff;
            color: #5e5e5e;
            min-width: 30px;
            border: 1px solid #e5e5e5;
            cursor: pointer;
            text-align: center;
            display: inline-block;
            zoom: 1;
            vertical-align: middle;
            padding: 0 8px;
            height: 30px;
            line-height: 28px;
            margin: 1px 1px 5px 0;
            font-size: 12px;
        }

        .page_ctrl .current_page {
            background: #0bc957;
            color: #ffffff;
        }

        .page_ctrl .page_num:hover {
            background: #0bc957;
            color: white;
        }


        .page_ctrl .input_page_num {
            background: #ffffff;
            border: 1px solid #e5e5e5;
            color: #5e5e5e;
            width: 40px;
            margin: 0 10px;
            padding: 0 3px;
            text-align: center;
            height: 30px;
            line-height: 30px;
            border-radius: 2px;
            vertical-align: top;
            background-color: #fff;
            box-sizing: border-box;
        }

        .page_ctrl .page_total, .page_ctrl .page_text {
            color: #2b2b2b;
            font-size: 13px;
        }

    .to_page_num {
        margin-left: 10px !important;
    }

    .page_select {
        height: 30px;
        padding: 3px;
        border-radius: 2px;
        cursor: pointer;
        margin: 0 5px;
    }

    .Altogether {
        margin-right: 9px;
    }
    /* 翻页结束 */

    /* 尾部 */
footer {
    background: #49494b;
    padding-bottom: 30px;
    padding-top: 30px;
    /*margin-top: 60px;*/
    float: left;
    width: 100%;
}

        footer ul {
            width: 20%;
            color: #fff;
            display: inline-block;
            margin: auto;
            text-align: center;
        }

            footer ul li {
                line-height: 40px;
                font-size: 16px;
                color: #b0b0b0;
                float: left;
                display: block;
                width: 50%;
            }

                footer ul li:nth-child(1) h5 {
                    color: white;
                    font-size: 18px;
                    font-weight:bold;
                }

    footerul ul li h5 {
        color: white;
    }

footer ul li a {
    color: #b0b0b0;
}

        footer ul li a:hover {
            color: green;
        }

    footer .foot_logo {
        float: right;
        width: 20%;
        text-align: center;
    }

        footer .foot_logo img {
            width: 128px;
            height: 128px;
        }

footer .foot_timeout {
    float: right;
    width: 60%;
    text-align: center;
    padding-top: 10px;
    margin-top: 40px;
}

        footer .foot_timeout p {
            color: #b0b0b0;
            padding: 0;
            margin: 5px 0;
        }

            footer .foot_timeout p:nth-child(1) {
                color: green;
                font-size: 22px;
                padding: 0;
                margin: 0;
                margin-bottom: 10px;
            }
        footer .foot_timeout a {
            font-size: 20px;
            color: #b0b0b0;
        }
        footer .foot_timeout a:hover {
            color: green;
        }

        @media (max-width: 992px) {
            footer ul {
            display: none;
        }

        footer .foot_timeout {
            width: 70%;
            padding-left: 10px;
            text-align: left;
        }

        footer .foot_logo {
            width: 30%;
            margin-top: 26px;
        }

            footer .foot_logo img {
                width: 72px;
                height: 72px;
            }

        footer .foot_timeout p {
            font-size: 12px;
        }

            footer .foot_timeout p:nth-child(1) {
                font-size: 18px;
            }
    }
    /* 尾部结束 */



    /*固定右边*/

    .clear:after {
        content: '\20';
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }
    /*固定的悬浮窗*/
    .yb_conct {
        position: fixed;
        z-index: 9999999;
        top: 200px;
        right: -127px;
        cursor: pointer;
        transition: all .3s ease;
    }

    .yb_bar ul li {
        width: 180px;
        height: 53px;
        font: 16px/53px 'Microsoft YaHei';
        color: #fff;
        text-indent: 54px;
        margin-bottom: 3px;
        border-radius: 3px;
        transition: all .5s ease;
        overflow: hidden;
    }

    .yb_bar .yb_top {
        background: #007e03 url(/Views/Layout/images/fixCont.jpg) no-repeat 0 0;
    }

    .yb_bar .yb_phone {
        background: #007e03 url(/Views/Layout/images/fixCont.jpg) no-repeat 0 -57px;
    }

    .yb_bar .yb_QQ {
        text-indent: 0;
        background: #007e03 url(/Views/Layout/images/fixCont.jpg) no-repeat 0 -113px;
        position: relative;
    }

        .yb_bar .yb_QQ span {
            position: absolute;
            display: inline-block;
            height: auto;
            min-width: 10px;
            padding: 3px 5px;
            font-size: 12px;
            font-weight: 700;
            line-height: 1;
            text-align: center;
            white-space: nowrap;
            vertical-align: middle;
            border-radius: 10px;
            margin-right: 15px;
            color: #fff;
            background: #f46266;
            top: -11px;
            left: 28px;
            right: unset;
        }

        .yb_bar .yb_QQ a:hover {
            color: #e0dcdc;
        }

    .yb_bar .yb_ercode {
        /*height:200px;*/
        background: #007e03 url(/Views/Layout/images/fixCont.jpg) no-repeat 0 -169px;
    }

    .hd_qr {
        padding: 0 29px 25px 29px;
    }

    .yb_QQ a {
        display: block;
        text-indent: 54px;
        width: 100%;
        height: 100%;
        color: #fff;
    }


    /*固定右边结束*/
