﻿@charset "utf-8";

.titleAx {
    position: relative;
    font-size: 36px;
    color: #fe0707;
    text-align: center;
    display: table;
    margin: 20px auto;
}

    .titleAx:before {
        content: "";
        position: absolute;
        left: -30px;
        top: 0;
        width: 19px;
        height: 82px;
        background: url(../Images/line_left.png) no-repeat;
    }

    .titleAx:after {
        content: "";
        position: absolute;
        right: -30px;
        top: 0;
        width: 19px;
        height: 82px;
        background: url(../Images/line_right.png) no-repeat;
    }

    .titleAx b {
        display: block;
        color: #666;
        font-size: 18px;
        margin: 15px 0 0;
    }

    .titleAx span {
        color: #999;
        display: block;
        font-size: 12px;
    }

.titleAx-white {
    color: #fff;
}

    .titleAx-white b, .titleAx-white span {
        color: #fff;
    }

    .titleAx-white:before {
        background: url(../Images/linewhite_left.png) no-repeat;
    }

    .titleAx-white:after {
        background: url(../Images/linewhite_right.png) no-repeat;
    }

.head-top {
    padding: 10px 0;
    background: #ebebeb url(../Images/top-b.jpg) no-repeat;
}

    .head-top p {
        font-size: 14px;
        color: #888;
    }

    .head-top .right a {
        display: inline-block;
        color: #888;
        line-height: 12px;
        padding: 0 10px 0 5px;
        font-size: 12px;
        border-right: 1px #aaa solid;
    }

        .head-top .right a:hover {
            color: #fe0707;
        }

        .head-top .right a:last-child {
            border: 0;
        }

        .head-top .right a.shop {
            border: none;
            color: #f60;
        }

    .head-top .weixin {
        position: relative;
    }

        .head-top .weixin em {
            display: block;
            width: 20px;
            height: 20px;
            color: #717171;
            font-size: 20px;
        }

        .head-top .weixin .ewm {
            position: absolute;
            left: -50px;
            top: 29px;
            width: 120px;
            height: 120px;
            border: 1px #ddd solid;
            padding: 5px;
            z-index: 9;
            background: #fff;
            filter: alpha(opacity=0);
            transform-origin: 95% 0%;
            transform: scale(.01);
            -moz-transform: scale(.01);
            transition: all 1s;
        }

        .head-top .weixin:hover .ewm {
            opacity: 1;
            transform: scale(1);
        }

.head-logo {
    padding: 35px 0;
}

    .head-logo .logo {
    }

    .head-logo .tel span {
        display: block;
        padding-left: 40px;
        color: #888;
        font-size: 14px;
        margin: 0 0 10px;
    }

        .head-logo .tel span.tel1 {
            background: url(../Images/tel1_ico.png) no-repeat left;
        }

        .head-logo .tel span.tel2 {
            background: url(../Images/tel2_ico.png) no-repeat left;
        }

        .head-logo .tel span.tel3 {
            background: url(../Images/tel3_ico.png) no-repeat left;
        }

    .head-logo .tel font {
        color: #fe0707;
        font-size: 26px;
    }

.header {
    background: #;
}

    .header .nav {
        height: 52px;
    }

        .header .nav li {
            float: left;
            width: 150px;
           background: url(../images/nav-x.jpg) no-repeat center right;
        }

            .header .nav li a.navAone {
                display: block;
                color: #33;
                font-size: 15px;
                text-align: center;
                height: 45px;
                line-height: 45px;
            }

                .header .nav li a.navAone:hover {
                    color: #fff;
                    transform: scale(1.05);
                      background: -webkit-linear-gradient(left,#7ebf26,#fe0707);
                }

            .header .nav li.active a.navAone {
                color:#fff;
                transform: scale(1.05);
                   background: -webkit-linear-gradient(left,#7ebf26,#fe0707);
            }

.crux {
    padding: 8px 0;
    background: #eee;box-shadow: 0 7px 5px #ddd;
}

    .crux .left {
        width: 800px;
        margin: 5px 0 0;
    }

        .crux .left h3 {
            float: left;
            color: #fe0707;
            margin-right: 5px;
            font-size: 14px;
        }

        .crux .left a {
            display: inline-block;
            color: #666;
            font-size: 14px;
            padding-right: 10px;
            line-height: 15px;
            margin-right: 20px;
        }

            .crux .left a:last-child {
                border: none;
            }

            .crux .left a:hover {
                color: #1667b9;
            }

    .crux .right {
        width: 265px;
        border: 1px #ddd solid;
        padding: 0 0 0 10px;
        background: #fff;border-radius:30px;
        line-height: 32px;
    }

        .crux .right input {
            border: none;    line-height: 35px;
            background: 0 0;
        }

        .crux .right button {
            float: right;border-radius:0 30px 30px 0;
            display: block;
            width: 60px;
            height: 32px;
            background: #fe0707;
            margin: 0 0 0 0;
            color: #fff;
            font-size: 12px;
            cursor: pointer;
        }

            .crux .right button:hover {
                background: #f60;
            }

.HomeProduct {
    margin: 50px 0;
}

.leftNav2 {
    width: 270px;
}

    .leftNav2 h2 {
        padding: 40px 20px 30px;
        text-align: center;
        color: #fff;
        font-size: 24px;
        background: -webkit-linear-gradient(left,#7ebf26,#fe0707);
    }

        .leftNav2 h2 font {
            display: block;
            color: #eee;
            font-size: 12px;
        }

    .leftNav2 ul {
    }

        .leftNav2 ul li {
        }

            .leftNav2 ul li a {
                display: block;
                padding: 11px 0 11px 50px;
                color: #666;
                font-size: 14px;
                border-top: 1px #fff solid;
                background: #e2e2e2;
            }

            .leftNav2 ul li em {
                display: inline-block;
                margin-right: 10px;
                width: 12px;
                height: 12px;
                color: #fff;
                text-align: center;
                font-size: 7px;
                background: url(../Images/ico001.png) no-repeat 0 0;
            }

            .leftNav2 ul li:hover a, .leftNav2 ul li.active a {
                background: -webkit-linear-gradient(left,#7ebf26,#fe0707);
                color: #fff;
            }

            .leftNav2 ul li:hover em, .leftNav2 ul li.active em {
                color: #fe0707;
                background-position: -13px 0;
            }

.lefterNavCon {
    margin: 10px 0 0;
    height: 198px;
    color: #fff;
    font-size: 14px;
    padding: 60px 0 0 30px;
    background: url(../Images/kefu_bg.jpg) no-repeat center;
}

    .lefterNavCon b {
        color: #fff;
        font-size: 32px;
        display: block;
        margin: 10px 0;
    }

    .lefterNavCon a {
        display: block;
        width: 100px;
        line-height: 35px;
        color: #fff;
        text-align: center;
        font-size: 14px;
        background: url(../Images/btn.png) no-repeat center;
    }

.HomeProduct .right {
    /*width: 900px;*/ width: 100%;
}

    .HomeProduct .right .top {
        color: #fff;/*display:none;*/
        font-size: 18px;
        padding: 15px;
        background: -webkit-linear-gradient(left,#7ebf26,#fe0707);
    }

        .HomeProduct .right .top a {
            position: relative;
            float: right;
            color: #fff;
            padding: 5px 30px 5px 10px;
            font-size: 14px;
            border: 1px #eee solid;
            display: block;
            margin: -6px 4px 0;
        }

            .HomeProduct .right .top a:before {
                content: "";
                position: absolute;
                right: 0;
                top: 10px;
                display: inline-block;
                margin-right: 10px;
                width: 12px;
                height: 12px;
                color: #fff;
                text-align: center;
                font-size: 7px;
                background: url(../Images/ico001.png) no-repeat -13px 0;
                transition: all .4s ease-in-out;
            }

            .HomeProduct .right .top a:hover {
                color: #fe0707;
                background: #fff;
                border: 1px #fe0707 solid;
            }

                .HomeProduct .right .top a:hover:before {
                    background-position: 0 0;
                }

.product-list2 {
    margin: 20px 0 0 -20px;
    /*width: 920px;*/
}

    .product-list2 li {
        float: left;
        width: 285px;
        margin: 0 0 20px 20px;
        border: 1px #ddd solid;
    }

    .product-list2 img {
        /*width: 282px;*/
        height: 239px;
    }

    .product-list2 li h4 {
        color: #666;
        font-size: 14px;
        padding: 16px 10px;
        border-top: 1px #ddd solid;
    }

        .product-list2 li h4 em {
            position: relative;
            display: block;
            float: right;
            width: 22px;
            height: 22px;
            border-radius: 50%;
            background: #999;
        }

            .product-list2 li h4 em:before {
                display: block;
                content: "";
                position: absolute;
                left: 5px;
                top: 6px;
                width: 10px;
                height: 9px;
                background: url(../Images/line03.png) no-repeat 1px 1px;
                transition: all .4s ease-in-out;
            }

    .product-list2 li:hover {
        border: 1px #fe0707 solid;
    }

        .product-list2 li:hover em {
            background: #fff;
        }

            .product-list2 li:hover em:before {
                background-position: -10px 1px;
            }

        .product-list2 li:hover h4 {
            color: #fff;
            background: #fe0707;
        }

.ProductListBox .product-list2 {
    margin-top: 0;
}

.HomeAdvantage {
    padding: 50px 0;
    background: #eee;
}

    .HomeAdvantage .clearfix {
        margin: 20px 0;
    }

    .HomeAdvantage .left {
        width: 600px;
    }

    .HomeAdvantage .box {
        width: 600px;
        padding: 40px;
        height: 595px;
        background: #fff;
    }

        .HomeAdvantage .box h2 {
            color: #fe0707;
            font-size: 30px;
            margin-bottom: 20px;
        }

            .HomeAdvantage .box h2 font {
                display: inline-block;
                color: #fe0707;
                line-height: 30px;
                margin: -15px 0 0;
                font-size: 12px;
                background: url(../Images/line_bottom.png) repeat-x bottom;
            }

        .HomeAdvantage .box p {
            color: #666;
            font-size: 14px;
            margin: 15px 0;
        }

            .HomeAdvantage .box p b {
                position: relative;
                display: -webkit-box;
                margin: 0 0 15px;
                padding: 10px 20px 10px 45px;
                color: #fff;
                font-size: 18px;
                display: table;
                background: -webkit-linear-gradient(left,#7ebf26,#fe0707);
            }

                .HomeAdvantage .box p b:before {
                    content: "";
                    position: absolute;
                    left: 25px;
                    top: 16px;
                    width: 10px;
                    height: 10px;
                    border: 3px #fff solid;
                    border-radius: 50%;
                }

            .HomeAdvantage .box p font {
                color: #fe0707;
            }

.HomeAdvantage2 {
    margin: 50px 0;
    background: url(../Images/advantage2_line.png) no-repeat center bottom;
}

    .HomeAdvantage2 .clearfix {
        margin: 20px 0;
    }

    .HomeAdvantage2 .title {
        text-align: center;
        margin: 20px 0 50px;
    }

    .HomeAdvantage2 .box {
        width: 610px;
    }

        .HomeAdvantage2 .box .frame {
            padding-left: 100px;
            margin: 0 0 45px;
        }

            .HomeAdvantage2 .box .frame h3 {
                position: relative;
                color: #fe0707;
                font-size: 22px;
                display: inline-block;
                padding: 10px 0 0;
                margin: 0 0 17px;
            }

                .HomeAdvantage2 .box .frame h3 em {
                    position: absolute;
                    top: 0;
                    left: -101px;
                    width: 91px;
                    line-height: 65px;
                    height: 75px;
                    text-align: center;
                    color: #fff;
                    font-size: 20px;
                    background: url(../Images/advantage2_ico.png) no-repeat;
                }

                .HomeAdvantage2 .box .frame h3 font {
                    display: block;
                    color: #fe0707;
                    font-size: 12px;
                }

            .HomeAdvantage2 .box .frame p {
                position: relative;
                padding-left: 15px;
                color: #666;
                font-size: 14px;
                display: inline-block;
            }

                .HomeAdvantage2 .box .frame p:before {
                    position: absolute;
                    top: 10px;
                    left: 0;
                    content: "";
                    border: 2px #fe0707 solid;
                    width: 7px;
                    height: 7px;
                    border-radius: 50%;
                }

            .HomeAdvantage2 .box .frame b {
                display: inline-block;
                color: #fff;
                font-size: 14px;
                border: 5px;
                margin: 20px 0 0 15px;
                padding: 5px 10px;
                border-radius: 5px;
                background: -webkit-linear-gradient(left,#7ebf26,#fe0707);
            }

                .HomeAdvantage2 .box .frame b font {
                    font-size: 18px;
                }

    .HomeAdvantage2 .img {
        width: 557px;
    }

.HomeLink {
    margin: 20px 0 0;
    padding: 0px 0 60px;
    /*background: #eee;*/
}

    .HomeLink ul {
        margin: 30px 0 0;
    }

        .HomeLink ul li {
            float: left;
                box-shadow: 0 0 3px #ddd;
            width: 186px;
            margin: 0 7px 10px;
        }

            .HomeLink ul li a {
                display: block;
            }

            .HomeLink ul li img {
                /*width: 100%;*/margin: auto;
                display: block;
                height: 90px;
            }

            .HomeLink ul li:hover {
                box-shadow: 0 0 10px #999;
            }

.HomeProcess {
    height: 463px;
    padding: 70px 0 0;
    background: url(../Images/homeprocessbg.jpg) no-repeat center;
}

    .HomeProcess ul {
        position: relative;
        height: 115px;
        margin: 70px 0 0;
        background: url(../Images/homeprocess_line.png) no-repeat center left;
    }

        .HomeProcess ul:before {
            content: "";
            position: absolute;
            bottom: 17px;
            left: -100%;
            width: 100%;
            height: 2px;
            border-top: 1px #69ac5f solid;
            border-bottom: 1px #c6e0c1 solid;
        }

        .HomeProcess ul li {
            position: absolute;
            color: #fff;
            font-size: 16px;
        }

            .HomeProcess ul li em {
                display: inline-block;
                width: 30px;
                line-height: 30px;
                margin-right: 5px;
                text-align: center;
                border-radius: 50%;
                color: #000;
                background: #fff;
            }

            .HomeProcess ul li.x1 {
                left: 66px;
                top: -30px;
            }

            .HomeProcess ul li.x2 {
                left: 238px;
                top: -30px;
            }

            .HomeProcess ul li.x3 {
                left: 407px;
                top: -30px;
            }

            .HomeProcess ul li.x4 {
                left: 642px;
                top: -30px;
            }

            .HomeProcess ul li.x5 {
                left: 809px;
                top: -30px;
            }

            .HomeProcess ul li.x6 {
                left: 1005px;
                top: -30px;
            }

            .HomeProcess ul li.x7 {
                right: 183px;
                bottom: -28px;
            }

            .HomeProcess ul li.x8 {
                right: 408px;
                bottom: -28px;
            }

            .HomeProcess ul li.x9 {
                right: 575px;
                bottom: -28px;
            }

            .HomeProcess ul li.x10 {
                right: 781px;
                bottom: -28px;
            }

    .HomeProcess .tel {
        position: absolute;
        left: 358px;
        top: 42px;
        color: #fff;
        font-size: 14px;
    }

        .HomeProcess .tel:before {
            position: absolute;
            content: "";
            left: 0;
            bottom: 0;
            width: 90px;
            height: 1px;
            background: #fff;
        }

        .HomeProcess .tel b {
            color: #fff;
            font-size: 24px;
            margin: 0 11px;
        }

        .HomeProcess .tel a {
            display: inline-block;
            color: #555;
            font-size: 14px;
            border-radius: 12px;
            background: #fff;
            padding: 1px 15px;
        }

            .HomeProcess .tel a:hover {
                background: #f60;
                color: #fff;
            }

.HomeAbout {
    padding: 65px 0 55px;
    background: #eee;
}
   .HomeAbout .long {
     background: #fff;
    }
    .HomeAbout .long .left {
        width: 500px;
    }

    .HomeAbout .long .right {
        width: 600px;
        padding: 0 40px;
        height: 380px;
    }

        .HomeAbout .long .right h2 {
            color: #333;
            width: 390px;
            line-height: 35px;
            padding-bottom: 15px;
            margin-top: 50px;
            font-size: 30px;
            background: url(../Images/line_bottom.png) repeat-x bottom;
        }

            .HomeAbout .long .right h2 font {
                display: block;
             
            }

        .HomeAbout .long .right .wx {
            color: #888;
            font-size: 14px;
        }

        .HomeAbout .long .right a {
            margin-top: 20px;
            display: inline-block;
            color: #fff;
            font-size: 14px;
            padding: 7px 25px;
            background: -webkit-linear-gradient(left,#7ebf26,#fe0707);
        }

            .HomeAbout .long .right a:hover {
                background: #f60;
            }

    .HomeAbout .tone {
        margin: 25px 0 20px;
        float: left;
        width: 100%;
    }

        .HomeAbout .tone li {
            float: left;
            color: #fff;
            font-size: 16px;
            padding: 8px 30px;
            margin-right: 1px;
            cursor: pointer;
            background: #696969;
        }

            .HomeAbout .tone li.hit {
                background: #48a132;
            }

    .HomeAbout .down {
    }

        .HomeAbout .down li {
            float: left;
            width: 286px;
            margin: 0 7px;
        }

            .HomeAbout .down li img {
                width: 290px;
                height: 180px;
            }

            .HomeAbout .down li h4 {
                color: #888;
                font-size: 14px;
                line-height: 30px;
                text-align: center;
                padding: 10px 0 0;
            }

            .HomeAbout .down li:hover h4 {
                color: #fe0707;
            }

.HomeNews {
    margin: 70px 0;
}

    .HomeNews .left {
        width: 750px;
    }

        .HomeNews .left .tone {
            float: left;
            margin-bottom: 30px;
            border: 1px #ddd solid;
            width: 100%;
        }

            .HomeNews .left .tone li {
                float: left;
                color: #333;
                font-size: 24px;
                border-right: 1px #ddd solid;
                padding: 15px 35px;
                cursor: pointer;
            }

                .HomeNews .left .tone li.hit {
                    color: #fff;
                    background: -webkit-linear-gradient(left,#7ebf26,#fe0707);
                }

            .HomeNews .left .tone a.more {
                color: #fff;
                font-size: 13px;
                float: right;
                padding: 0 8px;
                margin: 15px 20px 0 0;
                background: #555;
            }

                .HomeNews .left .tone a.more:hover {
                    background: #f60;
                }

        .HomeNews .left .down {
            float: left;
        }

            .HomeNews .left .down ul {
            }

                .HomeNews .left .down ul li.one {
                    margin: 0 0 10px;
                    height: 200px;
                }

                    .HomeNews .left .down ul li.one .img {
                        width: 295px;
                        margin-right: 20px;
                    }

                        .HomeNews .left .down ul li.one .img img {
                            width: 295px;
                            height: 190px;
                        }

                    .HomeNews .left .down ul li.one span {
                        color: #999;
                        font-size: 14px;
                        display: block;
                    }

                    .HomeNews .left .down ul li.one h4 {
                        float: left;
                        color: #333;
                        font-size: 18px;
                        width: 405px;
                    }

                    .HomeNews .left .down ul li.one p {
                        margin: 15px 0 20px;
                        color: #666;
                        font-size: 14px;
                        display: block;
                        width: 434px;
                        float: left;
                    }

                    .HomeNews .left .down ul li.one b {
                        color: #fff;
                        font-size: 12px;
                        padding: 7px 25px;
                        background: -webkit-linear-gradient(left,#7ebf26,#fe0707);
                    }

                .HomeNews .left .down ul li.two {
                    float: left;
                    width: 340px;
                    margin-right: 20px;
                    padding: 3px 0 8px;
                }

                    .HomeNews .left .down ul li.two:before {
                        color: #aaa;
                    }

                    .HomeNews .left .down ul li.two a {
                        color: #666;
                        font-size: 14px;
                        padding-left: 2px;
                    }

                    .HomeNews .left .down ul li.two font {
                        font-size: 12px;
                        color: #888;
                        float: right;
                    }

                    .HomeNews .left .down ul li.two:nth-child(odd) {
                        width: 340px;
                        margin-right: 50px;
                    }

                    .HomeNews .left .down ul li.two a:hover {
                        color: #fe0707;
                    }

                .HomeNews .left .down ul li.one:hover h4 {
                    color: #fe0707;
                }

                .HomeNews .left .down ul li.one:hover b {
                    background: #999;
                }

    .HomeNews .right {
        width: 415px;
    }

        .HomeNews .right h2 {
            border: 1px #ddd solid;
            float: left;
            width: 100%;
            margin-bottom: 30px;
        }

            .HomeNews .right h2 b {
                float: left;
                color: #fff;
                font-size: 24px;
                padding: 15px 30px;
                background: -webkit-linear-gradient(left,#7ebf26,#fe0707);
            }

            .HomeNews .right h2 a.more {
                color: #fff;
                font-size: 13px;
                float: right;
                padding: 1px 9px;
                margin: 15px 15px 0 0;
                background: #555;
            }

                .HomeNews .right h2 a.more:hover {
                    background: #f60;
                }

        .HomeNews .right ul {
        }

            .HomeNews .right ul li {
                border-bottom: 1px #aaa dashed;
                margin: 10px 0 17px;
                padding: 10px 0 17px;
            }

                .HomeNews .right ul li:last-child {
                    border: none;
                }

                .HomeNews .right ul li h4 {
                    color: #f72608;
                    font-size: 14px;
                    margin-bottom: 10px;
                }

                    .HomeNews .right ul li h4 em {
                        margin-right: 10px;
                        color: #fff;
                        font-size: 13px;
                        background: #f72608;
                        width: 23px;
                        height: 23px;
                        display: inline-block;
                        text-align: center;
                        border-radius: 5px;
                    }

                .HomeNews .right ul li p {
                    position: relative;
                    color: #717171;
                    font-size: 12px;
                    padding-left: 33px;
                }

                    .HomeNews .right ul li p em {
                        position: absolute;
                        left: 0;
                        top: 0;
                        margin-right: 10px;
                        color: #fff;
                        font-size: 13px;
                        background: #012d5e;
                        width: 23px;
                        height: 25px;
                        display: inline-block;
                        text-align: center;
                        border-radius: 5px;
                    }

                .HomeNews .right ul li:hover h4 {
                    color: #f60;
                }

.footer {
    padding: 80px 0 0;
    background: #eee;
}

    .footer .logo {
    }

    .footer .middle {
        width: 600px;
        color: #666;
        font-size: 15px;
        margin: 0 0;
    }

        .footer .middle font {
            color: #fe0707;
            font-size: 25px;
            margin: 0 0 20px;
            display: block;
        }

    .footer .right {
        width: 231px;
        height: 92px;
        padding: 2px;
        background: #fff;
    }

        .footer .right span {
            width: 132px;
            color: #888;
            font-size: 14px;
            display: inline-block;
            padding: 25px 20px 0 10px;
            vertical-align: top;
        }

        .footer .right img {
            width: 90px;
            display: inline-block;
        }

    .footer .nav {
        margin: 30px 0 15px;
        border-radius: 0;
        background: #fe0707;
    }

        .footer .nav li {
            float: left;
            width: 150px;
        }

            .footer .nav li a {
                display: block;
                color: #fff;
                border-right: 1px #379834 solid;
                font-size: 15px;
                text-align: center;
                padding: 15px 10px;
            }

                .footer .nav li a:hover {
                    background: #7ebf26;
                }

    .footer .copy {
        margin: 0 0 0;
        padding: 15px 0 20px;
    }

        .footer .copy p {
            color: #666;
            font-size: 14px;
        }

        .footer .copy .rlog, .footer .copy .rlog a {
            color: #666;
            font-size: 14px;
        }

            .footer .copy .rlog a:hover {
                color: #fe0707;
            }

    .footer .foot_link {
        padding: 10px 0;
    }

        .footer .foot_link h3 {
            font-size: 14px;
        }

        .footer .foot_link a {
        }
