
html,
body {
    height: 100%;
}

h1,
h2,
h3,
h4,
h5 {
    color: #41464b;
    text-transform: uppercase;
}

a {
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, STHeiti;
    color: #2196f3;
}

p {
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, STHeiti;
    color: #64707b;
    font-size: 15px;
    font-weight: 400;
}

/*Navbar*/
.navHead {
    text-align: left;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    padding: 0;
    /*box-shadow: 0px 0.5px 4px #c3c2c2;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;*/
    /*background: rgba(63, 56, 56, 0.08);*/
    color: #fff;
    height: 80px;
    overflow: hidden;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}

    .navHead .conTent {
        width: 1200px;
        margin: auto;
        height: 80px;
        overflow: hidden;
        display: flex;
    }

    .navHead .leftLogo {
        width: 380px;
        height: 100%;
    }

    .navHead .conTent .logobg {
        width: 100%;
        height: 100%;
        display: block;
        overflow: hidden;
        text-indent: -9999em;
    }

    .navHead .conTent .telllay {
        display: none;
    }

    .navHead .conTent .midText {
        flex: 1;
        height: 100%;
        line-height: 100%;
        width: 640px;
    }

        .navHead .conTent .midText ul {
            width: 100%;
            height: 100%;
            display: flex;
            align-items: baseline;
            align-content: flex-start;
            justify-content: space-between;
            flex-direction: row;
            flex-wrap: wrap;
            height: 100%;
        }

            .navHead .conTent .midText ul li {
                display: list-item;
                width: 14.28%;
                text-align: center;
                height: 100%;
                color: #000;
                /*border-right: solid #fff 1px;*/
            }

                .navHead .conTent .midText ul li a {
                    display: block;
                    height: 100%;
                    line-height: 80px;
                    color: #fff;
                    font-size: 15px;
                    font-weight: 400;
                    /*background: url('../img/topb.png') repeat-x;*/
                }

                    .navHead .conTent .midText ul li a:hover {
                        background: #6e3315 !important;
                    }


    .navHead .conTent .rigtText {
        height: 60px;
        padding-top: 20px;
        width: 120px;
    }

        .navHead .conTent .rigtText span {
            display: block;
            width: 120px;
            text-align: center;
            height: 40px;
            line-height: 40px;
            color: #fff;
            background: #f92128;
            /* color: #f92128;
            background: #fff;
            border: #f92128 1px solid;*/
            font-size: 14px;
            border-radius: 5px;
        }

.navHead_down {
    background: #fff;
    border-bottom: solid 1px #64707b;
}

    .navHead_down .conTent .leftLogo .logobg {
        background-position: left top;
    }

    .navHead_down .conTent .midText ul li a {
        color: #000;
    }


@media only screen and (min-width: 600px) {
    .navHead .conTent .logobg {
        background: url(../img/logo-b.png) left bottom no-repeat;
    }
}

@media (max-width: 767px) {
    .navHead {
        width: 100%;
        height: 100px;
        display: flex;
        flex-wrap: wrap;
    }

        .navHead .conTent {
            width: 100%;
            height: 100px;
            display: block;
        }

        .navHead .leftLogo {
            width: 100%;
            height: 50px;
        }

        .navHead .conTent .logobg {
            width: 100%;
            height: 50px;
            display: block;
            background: url(../img/logo-s.png) left bottom no-repeat;
        }



        .navHead .conTent .midText {
            width: 100%;
            display: block;
            flex: none;
            line-height: 25px;
            background: rgba(255, 255, 255, 0.1);
            border-top: solid 1px rgba(255, 255, 255, 0.3);
        }

            .navHead .conTent .midText ul {
                width: 100%;
                display: flex;
                flex-wrap: wrap;
                justify-content: space-between;
            }

            .navHead .conTent .midText li {
                width: 33% !important;
                height: 25px !important;
            }

            .navHead .conTent .midText ul li a {
                color: #fff;
                height: 25px !important;
                line-height: 25px !important;
                font-size: 15px;
            }

            .navHead .conTent .midText li:last-child {
                /*display: none;*/
            }


    .navHead_down {
        background: rgba(63, 56, 56, 0.95);
        border-bottom: none;
    }

        .navHead_down .conTent .midText {
            background: #f98400;
        }

            .navHead_down .conTent .midText ul li a {
                color: #fff;
            }
}

/*footer*/
.footer {
    margin-top: 15px;
    background: #252525;
}

.footercontainer {
    width: 1200px;
    margin: 0 auto;
}

    .footercontainer .footerflex {
        display: flex;
        flex-wrap: wrap;
        padding-top: 20px;
    }

        .footercontainer .footerflex .flOne {
            width: 40%;
            position: relative;
            text-align: center;
            box-sizing: border-box;
            overflow: hidden;
            color: #fff !important;
        }

        .footercontainer .footerflex .flTwo {
            width: 60%;
            color: #fff;
            font-size: 15px;
        }

            .footercontainer .footerflex .flTwo .weRow {
                width: 100%;
                min-height: 30px;
                display: flex;
            }



                .footercontainer .footerflex .flTwo .weRow .letfDiv {
                    width: 100px;
                    font-weight: 400;
                    text-align: left;
                }

                .footercontainer .footerflex .flTwo .weRow .rightDiv {
                    flex: 1;
                    text-align: left;
                }

                .footercontainer .footerflex .flTwo .weRow i {
                    color: #ea5413;
                    width: 16px;
                    margin-right: 3px;
                }

.newFooter {
    margin-top: 20px;
    font-size: 12px;
    /*height: 30px;*/
    text-align: center;
    color: #fff;
    overflow: hidden;
}

@media (max-width: 767px) {
    .footer {
        width: 100%;
    }

    .footercontainer {
        width: 98%;
        margin: 0 auto;
    }

        .footercontainer .footerflex .flOne {
            width: 100%;
            text-align: center;
        }

        .footercontainer .footerflex .flTwo {
            width: 100%;
            padding: 20px;
        }
}







/*微信联系我们*/

.md-modalWeChatMask {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.8);
    z-index: 9998;
    display: none;
}

.md-modalWeChat {
    width: 300px !important;
    min-width: 300px !important;
    position: absolute;
    z-index: 9999;
    top: 100px;
    background: #eeeeee;
    display: none;
}

.closeWeiChath3 {
    background: #e74c3c;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    position: relative;
}

.closeWeiChat {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    color: #fff;
    cursor: pointer;
}

.weChatContent {
    text-align: center;
    font-size: 14px !important;
    padding-top: 10px;
}

    .weChatContent img {
        width:120px;
        margin: 0 auto;
    }


.weChatContentText {
    padding: 20px 10px;
    padding-top:5px;
    line-height: 30px;
    font-size: 15px !important;
    color: #41464b;
}

    .weChatContentText .weRow {
        width: 100%;
        min-height: 30px;
        display: flex;
    }

    .weChatContentText .letfDiv {
        width: 100px;
        font-weight: 400;
        text-align: left;
    }

    .weChatContentText .rightDiv {
        flex: 1;
        text-align: left;
    }

    .weChatContentText i {
        color: #ea5413;
        width: 16px;
        margin-right: 3px;
    }

    .weChatContentText .weLinkRow {
        width: 100%;
    }


        .weChatContentText .weLinkRow a {
            display: block;
            float: left;
            width: 120px;
            height: 35px;
            line-height: 35px;
            text-align: center;
            color: #fff;
            /*background: #2196f3;*/
            background: #f95600;
            margin-top: 5px;
            margin-right: 10px;
            font-size: 14px;
        }

            .weChatContentText .weLinkRow a:first-child {
                /*background: #f95600;*/
                background: #2196f3;
                /*background: #2196f3;*/
            }


.myWeChat {
    color: #ea5413;
}



.md-modalWeChat2 {
    width: 300px !important;
    min-width: 300px !important;
    position: absolute;
    z-index: 9999;
    top: 100px;
    background: #eeeeee;
    display: none;
    border-radius: 5px;
}
    .md-modalWeChat2 .titlwx {
        width: 100%;
        height: 50px;
        line-height: 50px;
        font-size: 18px;
        text-align: center;
        font-weight:bold;
    }

    .md-modalWeChat2 .weChatContentText2 {
        text-align: center;
        font-size: 15px !important;
        line-height: 30px;
        padding: 20px;
        padding-top:0;
        
    }
   


.md-modalWeChat2 .weChatContentText2 .telr {
    color: #f20d23;
    font-weight: bold;
}

        .md-modalWeChat2 .weChatContentText2 .wxsmall {
            width: 50px;
            height: 50px;
            margin: 0 auto;
        }

    .md-modalWeChat2 .weChatbtnLa2 {
        width: 100%;
        margin-bottom:10px;
    }

        .md-modalWeChat2 .weChatbtnLa2 .btnLk {
           
            margin: 0 auto;
            display:block;
            width: 80px;
            height: 30px;
            text-align: center;
            line-height: 30px;
            color: #ccc;
            background: #ea5413;
        }

/* end 微信联系 */


/*右侧悬浮开始*/
.c_nav {
    position: fixed;
    right: 10px;
    z-index: 9999;
    width: 72px;
    top: 50%;
    margin-top: -158px;
    color: #fff;
}


.c_nav_mobile {
    display: none;
}

.c_nav a, .c_nav p {
    color: #333;
    font-size: 12px;
}

.c_nav li {
    float: right;
    padding-top: 5px;
}

    .c_nav li a {
        background: #FFFFFF;
        box-shadow: 0px 5px 10px 0px #d4c5c54f;
        display: block;
        width: 62px;
        height: 62px;
        border-radius: 5px;
        border: #FF0000 1px solid;
        font-size: 12px;
        text-align: center;
        margin-bottom: 9px;
        line-height: 1;
    }

        .c_nav li a i {
            display: inline-block;
            width: 28px;
            height: 22px;
            padding: 30px 0 9px 0;
            transition: all 0.5s;
        }

    .c_nav li.li1 a {
        background: linear-gradient(0deg, #f20d23, #f85f2a);
        color: #fff;
        transition: all 0.5s;
        height: 120px;
    }

        .c_nav li.li1 a p {
            letter-spacing: 3px;
            line-height: 24px;
            font-size: 13px;
            color: #fff;
        }

    .c_nav li.li1 i {
        background: url('../img/side_icon_01.png') center no-repeat;
        width: 40px;
        height: 40px;
    }

    .c_nav li.li2 a {
        overflow: hidden;
        position: relative;
        transition: all 0.5s;
    }

    .c_nav li.li2 .hides {
        width: 230px;
        height: 70px;
        position: absolute;
        left: 0px;
        top: -5px;
        background: url(../img/side_tel_01.png) 20px center no-repeat;
        padding: 0 15px;
        text-align: left;
        display: none;
        text-indent: 50px;
    }

        .c_nav li.li2 .hides .h2 {
            font-size: 12px;
            color: #fff;
            line-height: 1;
            padding: 17px 0 7px 0;
        }

        .c_nav li.li2 .hides p {
            font-size: 24px;
            color: #fff;
            font-family: "Arial";
            line-height: 1;
        }

    .c_nav li.li2 i {
        background: url('../img/side_tel_01.png') center no-repeat;
    }

    .c_nav li a:hover i {
        transform: rotate(360deg);
    }

    .c_nav li.li2 a:hover {
        background: linear-gradient(0deg, #f20d23, #f85f2a);
    }

        .c_nav li.li2 a:hover .hides {
            display: block;
        }

        .c_nav li.li2 a:hover .shows {
            display: none;
        }

    .c_nav li.li2 a:hover {
        width: 230px;
    }

    .c_nav li.li4 a:hover {
        background: linear-gradient(0deg, #f20d23, #f85f2a);
        color: #FFFFFF;
    }

        .c_nav li.li4 a:hover i {
            /*background: url('../img/side_wx_02.png') center no-repeat;*/
        }

    .c_nav li.li4 i {
        background: url('../img/side_wx_01.png') center no-repeat;
    }

    .c_nav li.li4:hover .ewm_div {
        display: block;
    }

    .c_nav li.li4 .ewm_div {
        display: none;
        height: 160px;
        width: 140px;
        position: absolute;
        right: 84px;
        min-height: 90px;
        border-radius: 3px;
        box-shadow: 0px 5px 10px 0px rgba(25, 33, 49, 0.18);
        text-align: center;
        background: linear-gradient(0deg, #f20d23, #f85f2a);
        font-size: 13px;
        color: #ffffff;
        line-height: 30px;
        top: -51px;
    }

        .c_nav li.li4 .ewm_div .arrow {
            position: absolute;
            width: 9px;
            height: 18px;
            /*background: url(../images/suspension/side_bg_arrow1.png) no-repeat;*/
            right: -8px;
            top: 70px;
        }

        .c_nav li.li4 .ewm_div .img_div {
            background: url(../images/suspension/wx.jpg) center no-repeat;
            width: 119px;
            height: 119px;
            margin: 11px 11px auto;
        }



    .c_nav li.li1 {
        -webkit-animation: rotateInDownRight 1.5s 0.5s ease both;
        -moz-animation: rotateInDownRight 1.5s 0.5s ease both;
    }

    .c_nav li.li2 {
        -webkit-animation: rotateInDownLeft 1.5s 1.5s ease both;
        -moz-animation: rotateInDownLeft 1.5s 1.5s ease both;
    }

    .c_nav li.li4 {
        position: relative;
        -webkit-animation: rotateInDownRight 1.5s 2s ease both;
        -moz-animation: rotateInDownRight 1.5s 2s ease both;
    }

    .c_nav li.li5 {
        -webkit-animation: rotateInDownRight 1.5s 2.5s ease both;
        -moz-animation: rotateInDownRight 1.5s 2.5s ease both;
        position: relative;
    }

    .c_nav li.li7 {
        -webkit-animation: rotateInDownLeft 1.5s 3s ease both;
        -moz-animation: rotateInDownLeft 1.5s 3s ease both;
        cursor: pointer;
    }

    .c_nav li.li6 {
        -webkit-animation: rotateInDownRight 1.5s 3.5s ease both;
        -moz-animation: rotateInDownRight 1.5s 3.5s ease both;
        cursor: pointer;
    }

@media (max-width: 767px) {
    .c_nav {
        display: none;
    }

    .c_nav_mobile {
        display: block;
        position: fixed;
        right: 10px;
        z-index: 9999;
        width: 42px;
        top: 85%;
        margin-top: -100px;
        color: #fff;
    }

        .c_nav_mobile a, .c_nav_mobile p {
            color: #333;
            font-size: 12px;
        }

        .c_nav_mobile li {
            float: right;
            padding-top: 5px;
            -webkit-animation: rotateInDownLeft 1.5s 1.5s ease both;
            -moz-animation: rotateInDownLeft 1.5s 1.5s ease both;
        }

            .c_nav_mobile li a {
                background: #FFFFFF;
                box-shadow: 0px 5px 10px 0px #d4c5c54f;
                display: block;
                width: 40px;
                height: 40px;
                border-radius: 5px;
                border: #FF0000 1px solid;
                font-size: 12px;
                text-align: center;
                margin-bottom: 9px;
                line-height: 1;
                overflow: hidden;
                position: relative;
                transition: all 0.5s;
            }

                .c_nav_mobile li a i {
                    display: inline-block;
                    width: 28px;
                    height: 22px;
                    padding: 30px 0 9px 0;
                    transition: all 0.5s;
                }






            .c_nav_mobile li.li2 i {
                background: url('../img/side_tel_01.png') center no-repeat;
            }



            .c_nav_mobile li.li4 i {
                background: url('../img/side_wx_01.png') center no-repeat;
            }
}

/*H5咨询*/


.mob-fixed-footer {
    -webkit-transform: translateZ(0);
    position: fixed;
    bottom: 0;
    background: #fff;
    left: 0;
    right: 0;
    z-index: 999;
    font-size: 12px;
    height: 50px;
    display: flex;
    width: 100%;
}


    .mob-fixed-footer .flex-item {
        padding-top: 3px;
        text-align: center;
        color: #666;
        font-size: 14px;
        font-weight: bold;
        flex: 1;
        border-top: 1px solid #efefef;
    }



        .mob-fixed-footer .flex-item i {
            display: block;
            width: 20px;
            height: 20px;
            margin: 0 auto;
            margin-bottom: 5px;
        }

            .mob-fixed-footer .flex-item i.f1 {
                background: url(../img/f1.png) no-repeat;
            }

            .mob-fixed-footer .flex-item i.f2 {
                background: url(../img/f2.png) no-repeat center center;
                background-size: contain;
            }

            .mob-fixed-footer .flex-item i.f3 {
                background: url(../img/f3.png) no-repeat center center;
                background-size: contain;
            }

            .mob-fixed-footer .flex-item i.i-tel {
                background: url(../img/side_tel_01.png) no-repeat;
            }

            .mob-fixed-footer .flex-item i.i-zaixian {
                background: url(../img/zaixian.png) no-repeat center center;
                background-size: contain;
            }

    .mob-fixed-footer .f-btn {
        display: block;
        width: 30%;
        transition: all .2s;
        text-align: center;
        height: 50px;
        line-height: 50px;
        color: #fff;
        font-size: 16px;
        background: url(../img/line-bg.jpg) repeat-y left top;
        background-size: 100%;
        color: #fff;
    }

@media only screen and (min-width: 600px) {
    .mob-fixed-footer {
        display: none;
    }
}
