
body, ul, li, ol, p, dl, dd, dt, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
body {
    font-size: 14px;
    box-sizing: border-box;
    min-width: 1200px;
    font-family: Arial, "Microsoft YaHei", "Helvetica Neue", Helvetica, "Hiragino Sans GB", sans-serif;
    line-height: 1.5;
    color: #666666;
    word-break: normal;
    word-wrap: break-word;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

img {
    border: none;
    max-width: 100%;
}

a {
    text-decoration: none !important;
    color: #666;
    outline: none;
}
a:hover, a:focus {
    outline: none;
    text-decoration: none;
}

ul.nav {
    margin-top: 10px;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    min-width: 1200px;
}
.header, .content {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.clearfix:after{display: block;content: "";visibility: hidden;height: 0;clear: both;}
/*公共底部*/
.footer{background: #313131;border-top: 8px #2e8ddf solid;color: #fff;padding: 38px 20px}
.footer .content{padding-top: 0;}
.footer .footer-top{margin-bottom: 20px;}
.footer-top,.footer-center{margin: 0 20px;}
.footer-top p {margin-bottom: 18px;}
.footer-top p a{color: #999;padding-right: 10px;font-size: 12px;}
.footer-top p span{padding-right: 30px;font-size: 14px;}
.footer-center{border-bottom: 1px #4e4e4e solid;border-top: 1px #4e4e4e solid;padding: 30px 0}
.footer-center li.li_p p{line-height: 2em;font-size: 12px;}
.footer-center .fz-p{font-size: 14px;}
.footer-center .second_p{color: #999999}
.footer-center .third_p{color: #f18500}
.footer-center .second_p,.footer-center .third_p{padding-left: 41px;}
.footer-center li{width: 33.3%;float: left;}
.footer-center li h3{color: #f18500;font-size: 24px;font-weight: 400;margin-bottom: 20px;}
.footer-center li p span{color: #2e8ddf;padding-right: 10px;}
.footer-bottom{text-align: center;margin-top: 32px;font-size: 12px;}
.footer-bottom span{margin-left: 20px;}