@charset "utf-8";
.head {
    height: 120px;
}

.logo {
    margin-top: 15px;
}

.search {
    position: relative;
    margin-top: 55px;
}

.search>input {
    color: #666;
    height: 32px;
    width: 216px;
    background: #EFEFEF;
    border: none;
    padding-left: 10px;
}

.search a {
    position: absolute;
    right: 5px;
    top: 0;
    display: block;
    height: 32px;
    width: 32px;
    background: url(../images/head_06.jpg) no-repeat center center;
}

.nav {
    height: 52px;
    background: #C01920;
}

.nav li {
    width: 170px;
    position: relative;
    text-align: center;
}

.nav a {
    line-height: 52px;
    /* font-weight: bold; */
    font-size: 22px;
    color: #fffefe;
    text-align: center;
}
.nav>ul>li.hover{background: #ad0d14;}
.nav>ul>li.current{background: #ad0d14;}

.slideBox {
    height: 450px;
    overflow: hidden;
    position: relative;
}

.slideBox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 1;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox .hd ul li {
    float: left;
    margin-right: 2px;
    width: 15px;
    height: 15px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
}

.slideBox .hd ul li.on {
    background: #f00;
    color: #fff;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slideBox .bd img {
    height: 450px;
    display: block;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 50px;
    height: 50px;
    background: url(../images/slider-arrow-left.png) no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.slideBox .next {
    left: auto;
    right: 3%;
    background: url(../images/slider-arrow-right.png) no-repeat;
}

.slideBox .prev:hover,
.slideBox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.slideBox .prevStop {
    display: none;
}

.slideBox .nextStop {
    display: none;
}

.floor {
    margin-top: 30px;
}

.floor>div {
    margin-left: 30px;
}

.floor>div:first-child {
    margin-left: 0;
}

.slideBox1 {
    height: 238px;
    overflow: hidden;
    position: relative;
}

.slideBox1 .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 8px;
    z-index: 1;
}

.slideBox1 .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox1 .hd ul li {
    float: left;
    margin-right: 4px;
    width: 10px;
    height: 10px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
}

.slideBox1 .hd ul li.on {
    background: #f00;
    color: #fff;
}

.slideBox1 .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox1 .bd li {
    zoom: 1;
    vertical-align: middle;
    position: relative;
}

.slideBox1 .bd p {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-indent: 1em;
    font-size: 16px;
    background: url(../images/black.png) repeat-x;
}

.slideBox1 .bd img {
    display: block;
}

.slideBox1 .prevStop {
    display: none;
}

.slideBox1 .nextStop {
    display: none;
}

.pageState {
    position: absolute;
    right: 15px;
    bottom: 0;
    color: #fff;
    font-size: 16px;
    height: 40px;
    line-height: 40px;

}

.yaowen {
    width: 340px;
    height: 228px;
    background: #F8F8F8;
    padding: 5px 15px;
}

/* 本例子css */
.slideTxtBox {
    text-align: left;
}

.slideTxtBox .hd {
    height: 30px;
    line-height: 30px;
    background: #f4f4f4;
    position: relative;
    margin-bottom: 10px;
}

.slideTxtBox .hd ul {
    float: left;
    position: absolute;
    left: 0;
    top: -1px;
    height: 32px;
}

.slideTxtBox .hd ul li {
    float: left;
    padding: 0 15px;
    cursor: pointer;
    font-size: 18px;
    height: 31px;
    line-height: 31px;
    /* font-weight: bold; */
}

span.more {
    position: absolute;
    right: 0;
    margin-top: 5px;
    width: 15px;
    height: 15px;
    background: url(../images/ore.png) no-repeat center center;
}

.slideTxtBox .hd ul li span.more {
    right: -140px;
}

.slideTxtBox .hd ul li.on {
    height: 30px;
    border-bottom: 2px solid #ac1a20;
}

.slideTxtBox .hd ul li.on a {
    color: #ac1a20;
}

.slideTxtBox .bd ul {
    position: relative;
    zoom: 1;
}
.slideTxtBox .bd ul span.more {
top: -38px;
right: 4px;
}

.slideTxtBox .bd li {
    height: 34px;
    line-height: 34px;
    font-size: 14px;
}

.slideTxtBox .bd li .date {
    float: right;
    color: #999;
}

.video {
    background: #F8F8F8;
    width: 330px;
    height: 228px;
    padding: 5px 20px;

}

.main {
    width: 1170px;
    padding: 0 15px 40px;
}

.news_title {
    margin-bottom: 15px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    position: relative;
}

.news_title a {
    color: #ac1a20;
    /* font-weight: bold; */
}

.yewu {
    width: 770px;
}

.slideTxtBox1 {
    height: 390px;
    border: 1px solid #D7D7D7;
}

.slideTxtBox1>.hd {
    height: 68px;
    margin-bottom: 25px;
}

.slideTxtBox1>.hd>ul {
    height: 68px;
    width: 100%;
    border-top: 1px solid #D7D7D7;
}

.slideTxtBox1>.hd>ul>li {
    height: 68px;
    width: 197px;
    line-height: 68px;
    text-align: center;
    padding: 0;
}

.slideTxtBox1>.hd>ul>li.on {
    height: 67px;
    line-height: 64px;
    border-top: 2px solid #ac1a20;
    border-bottom: none;
    background: #fff;
    color: #ac1a20;
}
.slideTxtBox2 {
    position: relative;
}

.slideTxtBox2>.hd1 {
    width: 325px;
    position: absolute;
    right: 0;
    bottom: 15px;
    padding-left: 15px;
}

.slideTxtBox2>.hd1 li {
    float: left;
}

.slideTxtBox2>.hd1 .zhizao {
    height: 94px;
    width: 85px;
    text-align: center;
    line-height: 168px;
    overflow: hidden;
    background: url(../images/zhizao_n.png) no-repeat center center;
}

.slideTxtBox2>.hd1 .zhizao.on {
    height: 94px;
    line-height: 168px;
    overflow: hidden;
    border-bottom: none;
    color: #ac1a20;
    background: url(../images/zhizao_r.png) no-repeat center center;
}

.slideTxtBox2>.hd1 .shigong {
    height: 94px;
    width: 85px;
    text-align: center;
    line-height: 168px;
    overflow: hidden;
    background: url(../images/shigong_n.png) no-repeat center center;
}

.slideTxtBox2>.hd1 .shigong.on {
    height: 94px;
    line-height: 168px;
    overflow: hidden;
    border-bottom: none;
    color: #ac1a20;
    background: url(../images/shigong_r.png) no-repeat center center;
}

.slideTxtBox2>.hd1 .texu {
    height: 91px;
    width: 85px;
    text-align: center;
    line-height: 168px;
    overflow: hidden;
    background: url(../images/texu_n.png) no-repeat center center;
}

.slideTxtBox2>.hd1 .texu.on {
    height: 91px;
    line-height: 168px;
    overflow: hidden;
    border-bottom: none;
    color: #ac1a20;
    background: url(../images/texu_r.png) no-repeat center center;
}

.slideTxtBox .bd .more{
    top: -73px;
}

.slidext_r {
    width: 310px;
}

.slidext_r h4 {
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #666;
}

.slidext_r p {
    margin-top: 10px;
    line-height: 34px;
}
.slidext_r p a{
    color: #bf1920;
}
.floor_r {
    background: #f8f8f8;
}

.zhuanti {
    width: 330px;
    padding: 10px 20px;
}

.zhuanti li {
    margin-bottom: 30px;
    font-size: 0;
}

.picMarquee-left {
    overflow: hidden;
    position: relative;
}


.picMarquee-left .bd {
    padding: 10px;
}

.picMarquee-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picMarquee-left .bd ul li {
    margin: 0 8px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.picMarquee-left .bd ul li .pic {
    text-align: center;
}

.picMarquee-left .bd ul li .pic img {
    width: 220px;
    height: 164px;
    display: block;
}

.picMarquee-left .bd ul li .pic a:hover img {
    border-color: #999;
}

.picMarquee-left .bd ul li .title {
    position: absolute;
    bottom: 0;
    width: 100%;
    line-height: 33px;
    height: 33px;
    font-size: 16px;
    background: url(../images/black.png) repeat-x;
}
.picMarquee-left .bd ul li .title a{
    color: #fff;

}

.tupian{
    background: #f8f8f8;
    padding: 20px 20px 35px;
}
.tupian>div{
    margin-left: -10px;
}
.tupian .news_title{
    /* text-indent: 0.5em; */
}
.sys{
    height: 158px;
    background: #f8f8f8;
}
.sys li{
    width: 180px;
    margin: 40px 10px 0;
    
}
.sys li a{
    float: left;
    height: 69px;
    line-height: 69px;
    font-size: 18px;
    color: #ac1a20;
}
.sys li a img{
    float: left;
}
.sys li.pingtai img{
    margin-top: 15px;
    margin-right: 5px;
}
.footNav{
    height: 68px;
    /* line-height: 94px; */
    background: #ac1a20;
    font-size: 16px;
}
.footTop{position:relative; width: 1200px;height: 34px; margin:0 auto; padding-top: 15px;}
.footTop .downMenu{ width: 253px;height: 34px; margin: 0 20px; float:left;color:#fff;text-align:center;line-height: 34px; border-radius: 4px; 
    /* background: #cc2128; */
}
.footTop .downMenu:hover{background: #e6131a;}
.footTop .downMenu>a{color:#fff; padding-right: 25px; background: url(../images/jt.png) no-repeat center right;}
.menuList{
    position: absolute;
    left:20px;
    bottom:35px;
    width: 1170px;
    border-radius: 4px;
    height: 0;
    background: #fff;
    background: #fff;
    background: rgba(255,255,255,0.9);
    overflow: hidden;
    }
    .menuList li{
        float: left;
        font-size: 14px;
       margin: 0px 20px;
    }
/* .footNav ul{
    padding: 0 200px;
}
.footNav li{
    padding: 0 50px;
}
.footNav li a{
    color: #fff;
} */
.footInfo{
    height: 93px;
    line-height: 93px;
    background: #f8f8f8;
}
.nav2{
    display: none;
    position: absolute;
    z-index: 99;
    background: #f8f8f8;
    text-align: center;
}
.nav2 a{
    color: #666;
}
.nav .nav2 li a{font-size: 18px;font-weight: 400; color:#333}
.nav .nav2 li a:hover{
    color:#ad0d14 ;
}
.nav2 li{border-bottom: 1px dashed #d7d7d7;}
.zhuanti .news_title .more{display:none}
.flink li{line-height: 42px; font-size: 16px;}
.yewu .slideTxtBox1>.bd{padding-left:20px; padding-right: 20px;}
.nav2 li{position: relative;}
.nav_list1{position: absolute;left:170px;top:0;width:170px;background: #fff;}
.nav2 .nav_list1 li a{color:#666;font-size: 14px !important;}
.submenu .left_nav_list1 li.on span{height: 13px;top:20px;}

.jjfa_pic{
    height: 150px;
}
.slideTxtBox .bd .jjfa_pic li{
    float: left;
    position: relative;
    width: 220px;
    margin-right: 30px;
    height: 136px;
    margin-bottom: 10px;
}
.slideTxtBox .bd .jjfa_pic li a span{
    position: absolute;
    display: block;
    bottom: 0;
    height: 30px;
    line-height: 30px;
    width: 220px;
    background: url(../images/black.png) repeat-x;
    color: #fff;
    font-size: 14px;
    text-align: center;
}
.slideTxtBox .bd .jjfa_pic li:nth-child(3){
    margin-right: 0;
}
.slideTxtBox .bd .jjfa_pic li:last-child{
    margin-right: 0;

}
.jjfa_pic li img{
width: 220px;
height: 136px;
}
.dxal_pic{
    float: left;
    margin-left: 25px;
}