﻿body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 14px;
}

body {
    background: #efefef;
    color: #333;
    font-family: 微软雅黑;
    font-size: 14px;
    line-height: 22px;
}

input {
    font-family: 微软雅黑;
}

.clear {
    clear: both;
}

img {
    border: 0 none;
    max-width: 100%;
}

a {
    color: #333;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
}

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

ul, li {
    list-style-type: none;
}

del {
    color: #999999;
}
.header{width:100%;}
.header_m{width:1200px;margin:0 auto;overflow:hidden;padding:20px 0;height:48px;}
.logo{float:left;width:592px;height:48px;}
.logo_img{width:592px;height:48px;display:block;}
.enter {
    float: right;
    line-height: 48px;
    margin-right: 20px;
}
.enter a{margin:0 10px;}
.nav {
    background: #2e6ca2;
    width: 1200px;
    margin: 0 auto;
}
.nav_m{width:1200px;margin:0 auto;height:50px;overflow:hidden;line-height:50px;}
.nav_m a{display:inline-block;margin-right:12px;padding:0 35px;color:#fff;font-size:16px;}
    .nav_m a:last-child {
        margin-right: 0;
    }
    .nav_m a:hover, .nav_m a.sel {
        background: #083170;
        color: #fff;
    }
    
    .footer {
        background: #1a2c5a;
        width: 1200px;margin:0 auto;
    }

.footer_m {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
    color: #fff;
    background: #1a2c5a;
}
.main {
    width: 1200px;
    margin: 0 auto 15px;
}

.ej_banner {
    margin:10px 0;height:147px;
}

    /*手机样式*/
    @media screen and (max-width:768px) {
        * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    body {
        font-size: 14px;
    }

    
}
