﻿/*标签样式重置*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p, pre, form, input, textarea, table, tr, td {
    padding: 0;
    margin: 0;
    color: #333;
}

li {
    list-style-type: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    vertical-align: middle;
    border: 0;
}

ul {
    list-style: none;
}

hr {
    color: #dcdcdc;
    height: 1px;
    overflow: hidden;
}


h1, h2, h3, h4, h5, h6 {
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

select {
    padding: 3px 2px;
    border: 1px solid #ccc;
    border-image: none;
    font-family: "Arial";
}

input, textarea {
    border-width: 0;
}

i, em, var {
    font-style: normal;
}

input, select {
    vertical-align: middle;
}

input {
    outline: none
}
/*取消焦点边框*/
textarea {
    resize: none
}
/*取消拖动放大*/

/*全局a标签*/
a {
    color: #404040;
    text-decoration: none;
}

    a:visited {
        color: #404040;
        text-decoration: none;
    }

    a:hover {
        color: #ea6218;
        text-decoration: underline;
    }

    a:active {
        color: #ea6218;
    }

.m-header-tool {
    width: 100%;
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: #fff;
    box-shadow: 0 0 12px rgba(0,0,0,0.06);
}
.m-header-tool .content {
        width: 1280px;
        margin: 0 auto;
    }
.m-header-tool .content .logo {
            height: 50px;
            width: 150px;
            float: left;
        }
.m-header-tool .content .nav {
            width: 1100px;
            float: left;
        }
.m-header-tool .content .nav li {
                float: left;
            }
.m-header-tool .content .nav li a, .m-header-tool .content .nav li a:visited {
        height: 50px;
        text-align: center;
        font-size: 14px;
        color: #666;
        line-height: 50px;
        display: block;
        margin-left:30px;
        font-family: Microsoft Yahei;
    }
.m-header-tool .content .nav li a:hover {
                        color: #333;
                        text-decoration: none;
                    }
.m-footer-tool {
    height: 80px;
    background: #f3f4f6;
    display:flex;
    align-items: center;
    justify-content: center;
}
.m-footer-tool .content {
    width: 1280px;
    margin: 0 auto;
    font-size: 12px;
    color: #999;
    text-align: center;
}
