﻿
*{ margin: 0; padding: 0; font-size: 12px; font-family: "微软雅黑";}
em, i { font-style: normal; }
.w1000 { width: 1000px; margin: 0 auto; text-align: left; overflow:hidden;}
.margin15{margin:15px auto;}
body {
    font: 12px/1.5 'Microsoft YaHei',SimSun,Tahoma,Geneva,sans-serif;
    color: #333;
    
}
/*头部 导航*/

.top_logo {
    width: 100%;
    margin: 0 auto;
    height: 140px;
    max-width: 1200px;
}

    .top_logo img {
        width: 572px;
        height: 85px;
        margin-top:20px;
    }


.f-between {
    -webkit-box-pack: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.column {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.dataTables_paginate.paging_bootstrap.pagination li:hover a, .dataTables_paginate.paging_bootstrap.pagination li.active a {
    color: #fff;
    background: #0a66ca;
    text-decoration: none;
}
.dataTables_paginate.paging_bootstrap.pagination li:hover,
.dataTables_paginate.paging_bootstrap.pagination li.active {
    border-color: #0a66ca;
}


.pc_nav{width:1100px; height:40px; padding:0 50px; line-height:40px; background:#3b5093;color:#fff;}
.pc_nav li{float:left; width:205px; text-align:center;}
.pc_nav li a{color:#fff;font-size:17px;color:#fff;line-height:40px; }




/*body {
    font: 12px/1.5 'Microsoft YaHei',SimSun,Tahoma,Geneva,sans-serif;
    color: #333;
    
}

.top_nav {
    position: relative;
    z-index: 999;
    width: 100%;
    height: 100px;
    background: #fff;
}

 .top_nav_in {
    height: 64px;
    margin: 0 auto;
    position: relative;
}

.containerS {
    min-width: 1186px;
    width: 1186px;
    margin: 0 auto;
    height: auto;
    zoom: 1;
}

.container {
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

.top_nav .top_nav_in .logo {
    padding: 12px 50px 0 20px;
}
.f-fl {
    float: left;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 400;
}

.w1000 {
    width: 1200px;
    margin: 0 auto;
    text-align: left;
}


.footer {
    line-height: 26px;
    text-align: center;
    font-size: 12px;
    color: #666;
}

.footer a {
    color: #fff;
}
.auto {
    width: 1200px;
    position: relative;
    margin: auto;
}*/