@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "微软雅黑", "宋体", "Mircrosoft Yahei", Arial, Helvetica, sans-serif;
}
a { color:#000; text-decoration:none; }
a:hover { color:#da251e ; }
a:link, a:visited { text-decoration: none }

br {
    clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 400;
}

ul, li {
    list-style: none;
}

.clear {
    height: 0;
    overflow: hidden;
    clear: both;
}

.f_l {
    float: left;
}

.f_r {
    float: right;
}

.m_r_20{margin-right:20px;}


#head {
    width: 1200px;
    height: 130px;
    margin: 0 auto;
}

#logo {
    float: left;
    margin-top: 20px;
    margin-bottom:20px;
}

#head-right {
    float: right;
    margin-right: 5px;
    margin-top: 40px;
}

#logo h3 {
    font-size: 28px;
    color: #000;
}

nav {
    display: block;
    height: 35px;
}

nav li {    
    padding-right: 10px;
    padding-left: 10px;
    display: inline-block;
    position: relative;
}

nav li a {
    display: block;
    line-height: 35px;    
    color: #000;
}

nav .current,nav li a:hover {    
    border-bottom: #da251e 3px solid;
    color: #da251e;
}

#banner {
    width: 1200px;
    margin: 0px auto;
}

.swiper-pagination-bullet {
    width: 50px;
    border-radius: 5px;
}

.navigation{line-height:50px;}


#main {
    width: 1200px;
    margin: 0 auto;
    height: auto;
    display: block;
}

.news .container {
    position:relative;
    height:90%;
    padding: 20px 10px 10px 10px;
    display: block;
}

.col {    
    float: left;
    overflow: hidden;
    margin-bottom:20px;
    transition:all 0.5s;
    -moz-transition:all 0.5s;
    -webkit-transition:all 0.5s;
    -o-transition:all 0.5s;    
}

.col:hover {
    box-shadow: 0px 6px 8px 0px rgba(204, 204, 204, 0.6);    
    border-top:2px solid #da251e;
}

.col-4 {
    width: 285px;
}

.col-2 {
    width: 590px;
}

.col-3 {
    width: 895px;
}

.h100 {
    height: 100px;
}

.h200 {
    height: 200px;
}

.h300 {
    height: 300px;
}

.h400 {
    height: 400px;
}

.shadow {
    box-shadow: 0px 4px 8px 0px rgba(204, 204, 204, 0.6);
}

.border_t_2 {
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #ebebeb;
}

.news h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 5em;
}

.news p {
    font-size: 14px;
    color: #666;
    line-height:1.5em;
}

.news h4{
    height:60px;
}

.container .isnew, .container .news_type{
    position:absolute;
    top:0px;
    padding:0px 3px;
    background-color:#da251e;
    color:#fff;
}
.container .isnew{
    height:25px;
    font-size:11px;
    right:0px;
    border-radius:0px 0px 0px 25px;
}

.container .news_type{
    font-size:13px;
    left:0px;
}

.container .n_image {
    width: 100%;
    max-height: 200px;
    overflow:hidden;
}
.n_image img{
    width:100%;
    height:auto;
    opacity:0.6;
    transform:scale(1.1,1.1);
    -webkit-transform:scale(1.1,1.1);
    transition:all,0.5s;
    -webkit-transition:all,0.5s;  
}

.n_image img:hover {
    opacity: 1;
}

.container .noimage{
    width:100%;
    height:200px;
    background:url("../image/noimage.png") no-repeat;
}

.thumb{
    position:absolute; 
    color:#666;
    font-size:12px;
    bottom:5px;
    }
.thumb .date{
    background:url("../../images/time.png") no-repeat ;
    padding-left:18px;
    }
.thumb .click{
    background:url("../../images/eye.png") no-repeat 10px;
    margin-left:38px;
    padding-left:30px;
}




.pageBar{
  width:100%;
  display:table;
  height:40px;
  text-align:right;
}



#footer {
    height: 100px;
    width: 1200px;
    margin: 0 auto;
    background-color: #EFEFEF;
    bottom: 0px;
    margin-top: 50px;
    padding-top: 20px;
}

#footer p {
    color: #666;
    font-size: 12px;
    text-align: center;
    line-height: 1.5em;
}

#footer p.title {
    color: #000;
    font-size: 16px;
    line-height: 3em;
}