*{
    border: 0;
    padding: 0;
    margin: 0;
}

/* 头部样式 */
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	zoom: 1;
}

/* 头部样式
.header{
    width:100%;
    background-image:url(../images/nav_bg.png) repeat;
}
.header .top{
    height: 100px;
}

/* logo样式 
.logo{
    
    float: left;
 }

.logo a{
    display: block;
}

/* 小导航栏样式 
.top-wrap{
    
    float: right;
    margin-top: 10px;

}

#main-menu{
    float: right;
}
#main-menu ul{
    list-style: none;
    margin-bottom: 0;
    line-height: 13px;
}
#main-menu ul>li{
   
    float: left;
    margin: 0 0 0 30px;
}
#main-menu ul>li img{
    float: left;
    margin-top: 3px;
    margin-right: 15px;
}
#main-menu ul li a{
     float: left;
    margin: 3px 0;
    font-size: 14px;
    color: #fef5ed;
    text-decoration: none;
}

/* 搜索框 
.search{
    width:100%;
    margin-top: 30px;
 }
 
 .searchbox{
     width:210px;
     height:35px;
     border-radius: 20px;
     background:#bb5d31;
     margin: 0 0 0 auto;
 }
 .search input.search_kang{
  
     font-size: 14px;
     margin: 0 10px 6px 15px;
      width: 70%;
       height: 35px;
       line-height: 35px;
      vertical-align: middle;
      color: #fff;
      opacity: 0.64;
      background: none;
      outline: none;
 }
 
 .searchbox .search_kang::-webkit-input-placeholder { /* WebKit browsers */
     color:    #fff;
     opacity: 0.64;
 }
 .searchbox .search_kang:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
     color:   #fff;
     opacity: 0.64;
 }
 .searchbox .search_kang::-moz-placeholder { /* Mozilla Firefox 19+ */
     color:    #fff;
     opacity: 0.64;
 }
 .searchbox .search_kang:-ms-input-placeholder { /* Internet Explorer 10+ */
     color:    #fff;
     opacity: 0.64;
 }
 .search .search-button{
     margin-bottom: -2px;
 }


 /* 导航栏样式 */
 .navbar-inverse {
    background-color: #fff;
    border-color: #080808;
}
.navbar-toggle{ margin-top:-55px; }
.navbar-inverse .navbar-toggle .icon-bar{
    background-color: #fff;
}
.collapse .navbar-nav {
    width: 100%;
}
.nav>li {
       margin: 0 26px 0 31px;
}
.navbar-inverse .navbar-nav>li>a{
    color: #443636;
    font-size: 16px;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
    color: #8c8c8c;
    background-color:#fff;
}
.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus{
    color: #8c8c8c;
}
.navbar-inverse .navbar-nav>li:hover .dropdown-menu{
    display: block;
}
  
.nav #menu .max {
            position: relative;
            float: left;
            line-height: 100px;           
        }

        .nav #menu .max:nth-child(6) .sub-nav {
            width: 175px
        }

        .nav #menu .max:hover::before {
            opacity: 1;
            filter: alpha(opacity=1);
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1)
        }

        .nav #menu .max::before {
            position: absolute;
            left: 0;
            bottom: 0px;
            width: 100%;
            content: '';
            border-top: 3px solid #b60005;
            filter: alpha(opacity=0);
            opacity: 0;
            box-sizing: border-box;
            -webkit-transform: scale(0,1);
            -moz-transform: scale(0,1);
            -o-transform: scale(0,1);
            transform: scale(0,1);
            -webkit-transition: opacity .5s ease 0s,transform .5s ease 0s;
            -moz-transition: opacity .5s ease 0s,transform .5s ease 0s;
            -o-transition: opacity .5s ease 0s,transform .5s ease 0s;
            transition: opacity .5s ease 0s,transform .5s ease 0s
        }

        .nav #menu .max:hover .dropdown-menu {
            visibility: visible;
            top: 60px;
            opacity: 1;
            filter: alpha(opacity=1)
        }

        .nav #menu .max a {
            display: block
        }

        .nav #menu .max .dropdown-menu {
            z-index: 3;
            position: absolute;
            left:-10%;
            top: 138px;
            width: 250px;
            margin-left: -72.5px;
            text-align: center;
            background: #fff;
            padding: 10px 0 10px 0;
            visibility: hidden;
            opacity: 0;
            filter: alpha(opacity=0);
            -webkit-transition: all 5s;
            -moz-transition: all .5s;
            -ms-transition: all .5s;
            -o-transition: all .5s;
            transition: all 1s;
        }

        .nav #menu .max .dropdown-menu:after {
            position: absolute;
            top: -4px;
            left: 50%;
            margin-left: -2px;
            content: '';
            border-bottom: 4px solid #fff;
            border-left: 4px solid transparent;
            border-right: 4px solid transparent
        }

        .nav #menu .max .dropdown-menu a {
            height: 30px;
            line-height: 30px
        }

        .nav #menu .max .dropdown-menu a:hover {
            background: #c8000a;
            color: #fff;
            font-size: 12px
        }


.collapse .navbar-nav {
    list-style: none;
}

/* 轮播图样式 */
 .carousel{
    width:100%;
}

.carousel-inner>.item>a>img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    line-height:1;
    vertical-align:center;
}

.carousel-indicators li{
    list-style: none;
    width:0.7rem;height:0.7rem;
    border-radius: 50%;
    background:#fff;
    float: left; 
}

.carousel-indicators .active{
    background:#fbaf3d;
}



 .carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
   display: none; 
   height: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.myCarousel-small .carousel-item{
   height: 250px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 20%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 10px;
  height: 10px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

/* 上部分内容样式 */
.top-content{
    height:380px;
    margin:10px auto;
}



/* 部门动态样式 */
.bumen{
    width:63%;
    margin-top:35px;
    float: left;
}

.top-content .title{
    color: #c70303;
    font-size: 20px;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 40px;
    line-height: 35px;
    height: 35px;
}

.top-content .more{
    font-size: 14px;
    color: #8c8c8c;
    text-decoration: none;
    float: right !important;
}

.top-content .more:hover{
    color:#c70303;
}

.top-content.detail{
    /* border: 1px solid red; */
    margin-top: 30px;
}

.red-line-department{
    border-bottom: 1px solid #c70303;
    padding-bottom: 12px;
}
.myCarousel-small{
    width:47%;
    float: left;
}
.carousel-inner>.carousel-item>a>img{
    width: 100%;
    height: 100%;
}

.myCarousel-small .carousel-item span{
    display: block;
    position: absolute;
    bottom: 0;
    color: #fff;
    font-size: 16px;
width: 100%;
    padding: 0 9px 0 10px;
    background: rgba(0, 0, 0 ,0.3);
height: 38px;
line-height: 38px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.top-content .detail .list{
    width:52%;
    float: right;
}
.top-content .detail .list ul{
    list-style: none;
    margin-top: 0px;
}
.top-content .detail .list ul li{
    border-bottom: 1px dashed #dbdbdb;
    margin-left: 10px;
    padding-top: 11px;
    padding-bottom: 7px;
    color:#575757;
}
.top-content .detail .list ul li a{
    font-size: 16px;
    color: #575757;
    display:block;
    float:left;
    width: 75%;
    height: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.top-content .detail .list ul li a:hover{
    text-decoration:none;
    color:#c70303;
}

.top-content .detail .list ul li p{
    margin-bottom: 0;
    font-size: 16px;
}

.top-content .detail .list ul li p:hover{
   color:#c70303;
}

.top-content .detail .list ul li span{
    font-size: 16px;
    color: #cbcbcb;
    display: block;
    float: right;
    width: 25%;
    text-align: right;
}

/* 通知公告样式 */
.top-content .tongzhi{
    width:34%;
    margin-top: 35px;
    float: right; 
    border: 1px solid #dbdbdb; 
    border-top: 2px solid #c70303;
}

.tongzhi .title{
    padding-top: 16px;
    line-height: 35px;
    height: 35px;
    margin: 0 15px;
}
.tongzhi-list{
    background-image: url(../iamge/index/tongzhi.jpg);
    background-repeat: no-repeat;
    background-position-x: right;
    margin-top: 28px;
   
    
    
}
.tongzhi-list ul{
    list-style: none;
}
.tongzhi ul li{
    
    padding-bottom: 15px;
    margin-left: 34px;
    margin-right: 28px;
}
.tongzhi ul li .date{
    
    width: 15%;
    float: left;
    margin-top:-3px;
}
.tongzhi ul li .date .month{
    color:#c70303;
    font-size: 14px;
}
.tongzhi ul li .date .day{
    color:#c70303;
    font-size: 24px;
    margin-bottom:-8px;
}

.tongzhi ul li a{
    font-size: 16px;
    text-decoration: none;
    color:#575757;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
}

.tongzhi ul li a:hover{
   color:#c70303;
}

/* 下部分内容样式 */
.bottom-content{
    width:100%;
    /* height: 390px; 
    background-image:url(../iamge/index/bg2.jpg);*/
    background-position: center center;
    position: relative;
}
.bottom-content .dangpai{
    width:49%;
    float: left;
    margin-top:25px;
}
.bottom-content .tongzhan{
    width:49%;
    float: right;
    margin-top:25px;
}


.bottom-content  .title{
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 40px;
    line-height: 35px;
    height: 35px;
}
.bottom-content .title span{
    color: #c70303;
    font-size: 20px;
    border-bottom: 1px solid #c70303;
    padding-bottom: 12px;
}
.bottom-content .title .more{
    font-size: 14px;
    color: #8c8c8c;
    text-decoration: none;
    float: right !important;
}

.bottom-content .title .more:hover{
  color:#c70303;
}

.bottom-content .message {
    width:49%;
    float: left;
}

.bottom-content .team{
    width:49%;
    float: right;
}
.bottom-content .list-img-box {
    float: left;
    width:28%;
    height: 112px;
overflow: hidden;
}

.bottom-content .list-img-box img{
    width:100%;
    min-height: 100%;
}
.bottom-content .title-top{
    width: 70%;
    float: right;
}
.bottom-content .title-top a{
     text-decoration:none;
}


.bottom-content .title-top .list-title{
   margin-top: 5px;
    height: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bottom-content .title-top .list-abstract{
   height: 60px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.bottom-content  p{
    font-size: 16px;
    color: #575757;
}
.bottom-content  p:hover{
    color:#c70303;
}

.bottom-content  span{
    font-size: 14px;
    color: #8a8787;
}
.bottom-content .title-eg{
    margin-top: 25px;
}
.bottom-content  .title-about{
    margin-top: 20px;
}
.bottom-content  .title-about ul{
    list-style: none;
    
}
.bottom-content  .title-about ul li{
    line-height: 40px;
    height: 40px;
    border-bottom: 1px dashed #dbdbdb;
}
.bottom-content  .title-about ul li a{
    display: block;
}
.bottom-content .title-about ul li p{
    color: #575757;
    font-size: 16px;
    float: left;
    margin-bottom: 0;
    width: 75%;
    height: 40px;
    overflow: hidden;
}
.bottom-content .title-about ul li p:hover{
    color:#c70303;
}

.bottom-content .title-about ul li span{
    width: 23%;
    float: right;
    height: 40px;
    font-size: 16px;
    color: #cbcbcb;
    text-align: right;
}

/* 专题锦集样式 */
.Box {position: relative;margin-top: 45px;}
.Box .content {width: 100%;overflow: hidden;}
.Box h2 {text-align: center;margin-bottom: 35px;padding-top: 250px;}
.Box .title{
    color: #c70303;
    font-size: 20px;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 40px;
    line-height: 35px;
    height: 35px;
}
.Box .title .zhuanti{border-bottom: 1px solid #c70303;padding-bottom: 12px;}
.Box .Box_con {position: relative;}
.Box .btnl {position: absolute;margin-left: -13px;}
.Box .btnr {margin-left: 10px;}
.Box .btn {width: 50px;height: 35px;top: 80px;cursor: pointer; float: right;}
.Box .media-body a {
    color: #575757;
    font-size: 16px;
   text-decoration:none;
   margin-left: -40px;
}
.Box .media-body a:hover{
    color:#c70303;
}

.Box .Box_con .conbox {position: relative;}
.Box .Box_con .conbox ul {position: relative;list-style: none;margin: 25px 15px;}
.Box .Box_con .conbox ul li {float: left;width:16%;height: 200px; position: relative;}
.Box .Box_con .conbox ul li:first-child {margin-left: 0;}
.Box .Box_con .conbox ul li:last-child {margin-right:0;}
.Box .Box_con .conbox ul li img {display: block;transition: all 0.5s;}
.Box .BoxSwitch {margin-top: 30px;text-align: center;}
.Box .BoxSwitch span {display: inline-block;*display: inline;*zoom: 1;vertical-align: middle;width: 30px;height: 3px;background: #ccc;margin: 0 5px;cursor: pointer;}
.Box .BoxSwitch span.cur {background: red;}

/* 版权样式 */
footer{
    width:100%;
    height: 96px;
    background: #900;
    position: relative;
}
footer .foot-about{
    padding: 38px 0;
    text-align: center;
    color: #fff;
}
footer .foot-about span{
    color: #fff;
    font-size: 14px;
-moz-opacity:0.65;
-khtml-opacity: 0.65;
opacity: 0.65;
filter:alpha(opacity=65);
}
footer .foot-about span a{
     text-decoration:none;
     color: #fff;

}
.media, .media-body {
    padding-left: 35px;
    margin-top: 10px;
}