html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1.1;
    font-size: 14px;
    color: #333;
    font-family: "ABC Sans",Calibri,"Lucida Grande","Lucida Sans Unicode",MS銆€銈淬偡銉冦偗,Helvetica,Arial,Verdana,sans-serif;
}

a {
    text-decoration: none;
    color: #454545;
    -webkit-transition: all .300s;
    -moz-transition: all .300s;
    -o-transition: all .300s;
    transition: all .300s;
}

    a:hover {
        color: #EB6100;
        text-decoration: none;
    }

    a:focus {
        color: #454545;
    }

    a:link {
        text-decoration: none;
    }

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

button {
    border: 0 none;
}

.widt100 {
    width: 100%;
}

.width1200 {
    width: 1200px;
}

.width1000 {
    width: 1024px;
}

/* 閫氱敤鏍峰紡 */
.all_wrap {
    width: 1000px;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right
}

.hide {
    display: none;
}
/* 娓呴櫎娴姩 */
.clear {
    display: block;
    clear: both;
    overflow: hidden;
    height: 0;
    line-height: 0;
    font-size: 0
}

/*涓庢祻瑙堝櫒鏍峰紡鍐茬獊start*/
strong, b {
    font-weight: bold;
}

em {
    font-style: italic;
}
/*涓庢祻瑙堝櫒鏍峰紡鍐茬獊end*/

.clearfix:after {
    content: " ";
    visibility: hidden;
    display: block;
    clear: both;
    height: 0;
    font-size: 0
}

.clearfix:after {
    *zoom: 1;
    display: table;
    content: '';
    clear: both;
}

.relative {
    position: relative;
}

.amap-copyright, .amap-logo {
    z-index: 0;
}

/*椤堕儴*/
.totle.all_wrap {
    text-align: right;
    padding-top: 10px;
}

.all_wrap span {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    color: #fff;
    vertical-align: middle;
    cursor: pointer;
}

.main_nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    background: #000;
    border-bottom: 0;
    height: 130px;
}

    .main_nav .logo {
        float: left;
        background: url(/images/logo1.png) no-repeat left center;
        width: 306px;
        height: 79px;
        background-size: 200px;
    }

    .main_nav .nav {
        margin-top: 20px;
        float: right;
        height: 79px;
    }

        .main_nav .nav ul li {
            display: inline-block;
            line-height: 70px;
            margin-right: 0px;
            position: relative;
            height: 70px;
        }

            .main_nav .nav ul li:last-child {
                margin-right: 0;
            }

                .main_nav .nav ul li:last-child a span {
                    padding: 3px 15px;
                    color: #fff;
                    background: #dfb164;
                }

            .main_nav .nav ul li a {
                color: #fff;
                display: block;
                padding: 0 15px;
            }

            .main_nav .nav ul li:nth-child(2) > div {
                position: absolute;
                z-index: 1;
                width: 776px;
                height: 0;
                overflow: hidden;
                opacity: 0;
                left: -312px;
                top: 80px;
                background: rgba(0, 0, 0, 0.6);
                padding: 0;
                line-height: 30px;
                color: #ddd;
                -webkit-transition: all .300s;
                -moz-transition: all .300s;
                -o-transition: all .300s;
                transition: all .300s;
            }

            .main_nav .nav ul li.hover {
                border-bottom: 0;
            }

                .main_nav .nav ul li.hover a {
                    background: #EB6100;
                    color: #fff;
                }

            .main_nav .nav ul li:nth-child(2) > div > div {
                float: left;
                width: 22.525%;
                margin-right: 3.3%;
            }

                .main_nav .nav ul li:nth-child(2) > div > div:last-child {
                    margin-right: 0;
                }

                .main_nav .nav ul li:nth-child(2) > div > div p.tt {
                    border-bottom: 1px solid #999;
                    padding-left: 5px;
                    margin-bottom: 5px;
                }

                .main_nav .nav ul li:nth-child(2) > div > div p a {
                    display: block;
                    padding-left: 30px;
                    color: #ddd;
                    position: relative;
                }

                    .main_nav .nav ul li:nth-child(2) > div > div p a:before {
                        content: "";
                        display: block;
                        width: 30px;
                        height: 30px;
                        position: absolute;
                        left: 0;
                        top: 0;
                        background: url(/images/service/icon.png) no-repeat;
                    }

            .main_nav .nav ul li:nth-child(2) a.i1_1:before {
                background-position: 0 -29px;
            }

            .main_nav .nav ul li:nth-child(2) a.i1_2:before {
                background-position: 0 2px;
            }

            .main_nav .nav ul li:nth-child(2) a.i1_3:before {
                background-position: 0 -58px;
            }

            .main_nav .nav ul li:nth-child(2) a.i1_4:before {
                background-position: 0 -89px;
            }

            .main_nav .nav ul li:nth-child(2) a.i1_5:before {
                background-position: 0 -120px;
            }

            .main_nav .nav ul li:nth-child(2) a.i2_1:before {
                background-position: -56px 1px;
            }

            .main_nav .nav ul li:nth-child(2) a.i2_2:before {
                background-position: -56px -28px;
            }

            .main_nav .nav ul li:nth-child(2) a.i2_3:before {
                background-position: -56px -60px;
            }

            .main_nav .nav ul li:nth-child(2) a.i3_1:before {
                background-position: -109px 1px;
            }

            .main_nav .nav ul li:nth-child(2) a.i3_2:before {
                background-position: -109px -30px;
            }

            .main_nav .nav ul li:nth-child(2) a.i3_3:before {
                background-position: -109px -58px;
            }

            .main_nav .nav ul li:nth-child(2) a.i4_1:before {
                background-position: -156px 0px;
            }

.foot1 {
    background: #494949;
    padding: 20px 0;
}

    .foot1 ul li {
        display: inline-block;
        text-align: center;
        padding: 0 25px;
    }

        .foot1 ul li:first-child {
            padding-left: 0;
        }

        .foot1 ul li:last-child {
            padding-right: 0;
        }

        .foot1 ul li a {
            color: #fff;
        }

.foot2 {
    background: #333;
    padding-top: 40px;
}

    .foot2 .fore1 {
        width: 142px;
    }

        .foot2 .fore1 ul li.title {
            height: 20px;
            line-height: 20px;
            font-size: 16px;
            color: #fff;
            margin-bottom: 20px;
            box-sizing: border-box;
            padding-left: 8px;
            border-left: 2px solid #EB6100;
        }

        .foot2 .fore1 ul li {
            box-sizing: border-box;
            padding-left: 8px;
            line-height: 36px;
        }
            /*.foot2 .fore1 ul li.title{height: 40px;line-height: 40px;font-size: 16px;color:#fff;}
.foot2 .fore1 ul li{ line-height: 24px;}*/
            .foot2 .fore1 ul li a, .foot2 ul li a {
                color: #A0A0A0;
            }

.dn {
    display: none;
}

.foot2 .fore2 {
    width: 185px;
}

    .foot2 .fore2 div.phone {
        color: #ccc;
        padding-left: 25px;
        width: 185px;
        height: 55px;
        line-height: 27px;
        background: url(/images/phone.jpg) no-repeat left center;
    }

    .foot2 .fore2 div.contact {
        cursor: pointer;
        margin-top: 35px;
        background: #2479fa;
        width: 185px;
        height: 42px;
        line-height: 42px;
        color: #fff;
        border-radius: 21px;
        text-align: center;
        -webkit-transition: all .300s;
        -moz-transition: all .300s;
        -o-transition: all .300s;
        transition: all .300s;
    }

        .foot2 .fore2 div.contact:hover {
            background: #1b63d0;
        }

.foot2 .fore3 {
    width: 300px;
    margin-top: 40px
}

    .foot2 .fore3 div {
        color: #a0a0a0;
        line-height: 30px;
        text-align: right;
    }

    .foot2 .fore3 span {
        text-align: right;
        height: 30px;
        display: inline-block;
        color: #EB6100;
        line-height: 30px;
        vertical-align: middle;
    }

    .foot2 .fore3 .qrcode {
        text-align: right;
        font-size: 14px;
        color: #fff;
        margin-top: 30px;
    }

        .foot2 .fore3 .qrcode img {
            width: 95px;
            height: auto;
            vertical-align: middle;
        }

        .foot2 .fore3 .qrcode p:nth-child(2) {
            padding-top: 20px;
        }

.foot2 .copyright {
    margin-top: 60px;
    color: #8a8a8a;
    padding-bottom: 10px;
}

    .foot2 .copyright span {
        padding: 0 15px;
        color: #a0a0a0;
    }

.foot2 .fore3 div.colorH {
    color: #EB6100;
}

.foot2 .copyright span.first {
    padding-left: 0;
}

.foot2 .fore4 {
    width: 380px;
}

    .foot2 .fore4 ul li.title {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        color: #fff;
    }

    .foot2 .fore4 ul li {
        line-height: 24px;
    }

        .foot2 .fore4 ul li a {
            color: #ccc;
        }

.foot2 .f2 {
    font-size: 16px;
}

.foot2 .ulli {
    width: 520px;
}

    .foot2 .ulli li {
        color: #fff;
        width: 130px;
        padding: 0 10px;
        text-align: center;
    }

.mt20 {
    margin-top: 20px;
}

img.mt20 {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.line20 div {
    line-height: 20px;
    height: 20px;
}