*{
    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/bg1_1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
        height: 180px;}
.header .top{
    height: 100px;padding-top: 25px;}
.top_link {
    width: 100%;
    height: 32px;
    line-height: 32px;
    font-size: 14px;padding-right: 20px;
    text-align: right;background-color: #45171791;
}
.top_link a {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0;
    color: #ffffff;
    opacity: 0.7;
    padding: 0 10px;
    background: url(../images/top_linkjgx.png) right center no-repeat;
}
/* 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: 15px;}
 
 .searchbox{
     width:210px;
     height:35px;
     border-radius: 20px;
     background:#bb5d31;
     margin: 0 0 0 auto;}
 .search input.search_kang{
     /* color: #e7ccc5; */
     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;}


 /* 导航栏样式 */

.nav {display: flex; justify-content: space-between; align-items: center;}
.nav>li {margin: 0  auto;display: block;position: relative;text-align: center;width: 100%;}


 .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%;}

.navbar-inverse .navbar-nav>li>a{
    color: #443636;font-size:18px;letter-spacing:0px;}
.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: #be000f;}
.navbar-inverse .navbar-nav>li:hover .dropdown-menu{
    display: block;}

       
.nav #menu .max {
            position: relative;
            line-height: 100px;}


        .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;width:100%;
            top: 120px;
            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 {font-size:16px;
            height: 30px;
            line-height: 30px
        ;}

        .nav #menu .max .dropdown-menu a:hover {
            background: #c8000a;
            color: #fff;
        ;}
/* Banner */
	/* 本例子css */
	.BannerBox { position: relative; width:100%; height:520px; overflow: hidden; }
	.BannerBox .pic{ position:relative; z-index:0; }
	.BannerBox .pic img { width:100%; height:520px; display: block; }
	.BannerBox .hd { width:100%; position: absolute; bottom: 10px; text-align: center; font-size:0; z-index:1; }
	.BannerBox .hd li{margin: 0 5px; background: url(../images/dot.png) no-repeat 0 -16px; height: 16px; overflow: hidden; width: 16px; cursor: pointer;
		display:inline-block; *display:inline; zoom:1;  _background: url(../images/dot8.png) no-repeat 0 -16px;
	}
	.BannerBox .hd .on{ background-position:0 0; }

	.BannerBox .prev,
	.BannerBox .next { width: 60px; height: 90px; margin: -60px 0 0; display: none; background: url(../images/ad_ctr.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; filter:alpha(opacity=20);opacity:0.2;  }
	.BannerBox .prev { left: 0; }
	.BannerBox .next { background-position: 0 -90px; right: 0; }
	.BannerBox .prev:hover,
	.BannerBox .next:hover { filter:alpha(opacity=50) !important;opacity:0.5 !important;  }

 /* .collapse{
     display: block;
     width: 100%;
 }
.navbar{
    margin-bottom: 10px;
}
 .navbar-toggler{
     border: 1px solid red;
 }

 .collapse .navbar-nav .nav-item{
    text-align: center;
    margin: 0 3.4%;
    position: relative;
 }

 .collapse .navbar-nav .nav-item a{
    text-decoration: none;
    color: #333333;
    font-size: 16px;
 }

 .collapse .navbar-nav .nav-item:hover .dropdown-menu{
    display: block;
}

@media (min-width: 768px){
    .navbar-nav {
        float: none;
    }
} */

.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;}

.fl {
    float: left;
}

.ad_adongth4 {
    max-height: 48px;
    overflow: hidden;
    width: 314px;
    display: block;
    letter-spacing: 1px;
    margin-bottom: 4px;    color: #000;font-size: 16px;
}
@media screen and (max-width: 1200px){
.ad_adongth4 {
    max-height: 48px;
    overflow: hidden;
    width: 246px;
    display: block;
    letter-spacing: 1px;
    margin-bottom: 4px;    color: #000;font-size: 16px;
}
	.focusBox { position: relative; width: 100%; height: 400px; overflow: hidden; font: 12px/1.5 Verdana, Geneva, sans-serif; text-align: left; background: white; }
	.focusBox .pic img { width: 100%; height:400px; display: block; }
}

@media screen and (min-width: 1200px){
.ad_adongtai_box:hover .ad_h4_b3 {
    color: #9a120c;
}}
.ad_addttxt {
    margin-top: 6px;
    margin-bottom: 50px;
    margin-left: -9px;
    margin-right: -9px;
}
.ad_addttxt .date{
    width: 10%;
    float: left;
    margin-top:-3px;}
.ad_addttxt .date .month{
    color:#c70303;
    font-size: 14px;}
.ad_addttxt .date .day{
    color:#c70303;    font-weight: 700;
    font-size: 24px;
    margin-bottom:-8px;}


.ad_adongtai_box {
margin: 16px 2px 0px 2px;
}
.ad_ashuxian {
background: #ca3029;
    width: 6px;
    height: 28px;
    margin-top: 5px;
}
.ad_dongtai_txt {
float: revert;
    margin-right: 16px;
    margin-left: 40px;
    height: 55px;
}
.ad_h5_b9 {
    color: #999;
    font-size: 14px;
    line-height: 1.6;
}
.tzindex{    background: #fffbed;}
 .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:515px;
    margin:10px auto;}

/* 部门动态样式 */
.bumen{
    width:49%;
    margin-top:35px;
    float: left;}

.top-content .title{
    color: #c70303;
    font-size: 20px;
    border-bottom: 2px solid #dbdbdb;
    padding-bottom: 40px;
    line-height: 35px;
    height: 35px;font-weight: 700;}

.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{
    background: url(../images/index_18.jpg) 0px -2px no-repeat;
    background-repeat: no-repeat;
    background-position-x: left;padding-top: 4px;padding-left: 42px;
    border-bottom: 2px solid #c70303;
    padding-bottom: 12px;font-weight: 700;}
.red-line-tzgg{
    background: url(../images/index_16.jpg) 0px -2px no-repeat;
    background-repeat: no-repeat;
    background-position-x: left;    padding-top: 6px;padding-left: 42px;
    border-bottom: 2px solid #c70303;
    padding-bottom: 12px;font-weight: 700;}
.myCarousel-small{
    width:100%;
    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:44%;
    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: 10px;
    padding-bottom: 7px;
    color:#575757;}
.top-content .detail .list ul li a{
    font-size: 16px;
    color: #575757;
    display:block;
    float:left;
    width: 85%;
    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: 15%;
    text-align: right;}

/* 通知公告样式 */
.top-content .tongzhi{
    width:49%;
    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-repeat: no-repeat;
    background-position-x: right;
    margin-top: 28px;}
.tongzhi-list ul{
    list-style: none;}
.tongzhi ul li{padding-bottom: 15px;margin-left: 20px;margin-right: 20px;}
.tongzhi ul li .date{ width: 8%; float: left; margin-top:-3px; }
.tongzhi ul li .date .month{
    color:#c70303;
    font-size: 14px;}
.tongzhi ul li .date .day{
    color:#c70303;    font-weight: 700;
    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;}

.tztt{
width:49%;
float:left;
}
.tztt li {    list-style-type: none;border-bottom: 1px dashed #b82939;}
.tztt li a:hover{color:#c21a27;text-decoration: none;} 
.ad_txt:hover{color:#c21a27;}
.ad_xian {
    background: #d1d1d1;
    width: 8px;
    height: 20px;
    margin-top: 1px;float: left;
}
.ad_txt {font-size: 16px;
    color: #575757;
    width: calc(100% - 24px);
    margin: 12px 0px 12px 20px;
}
.tztt_list li {
    background-image: url(../images/li.jpg);
    background-repeat: no-repeat;
    background-position: 2px center;
    padding-left: 20px;
    list-style-type: none;
}
.tztt_list li a{font-size: 16px;
    color: #575757;    line-height: 32px;}
.tztt_list li a:hover{    color: #ab0101;
    text-decoration: none;}

.zxwy{
    width: 49%;
    float: right;
    margin: 0px 0px;
}
.zxwy li {    list-style-type: none;border-bottom: 1px dashed #b82939;}
.zxwy li a:hover{color:#c21a27;text-decoration: none;} 
.ad_zxdw:hover{color:#c21a27;}
.dang{    width: 19px;
    height: 19px;float: left;
background-image: url(../images/dang.jpg); background-repeat: no-repeat;
}
.ad_zxdw {font-size: 16px;
    color: #575757;
    width: calc(100% - 24px);
    margin: 12px 0px 12px 20px;
}
/* 下部分内容样式 */
.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 .dangpai2{
    width:49%;
    float: right;
    margin-top:25px;}

.bottom-content .tongzhan{
    width:49%;
    float: right;
    margin-top:25px;    margin-bottom: 12px;}
.syban{padding-bottom: 30px;}
.syban img{ width:100%; }

.bottom-content  .title{
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 40px;
    line-height: 35px;
    height: 35px;}
.bottom-content .title span{
    background-image: url(../images/index_22.png);
    background-repeat: no-repeat;
    background-position-x: left;padding-top: 8px;padding-left: 42px;
    color: #c70303;
    font-size: 20px;
    border-bottom:2px solid #c70303;
    padding-bottom: 12px;font-weight: 700;}
.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: 10px;}
.bottom-content  .title-about ul{
    list-style: none;}

.bottom-content .title-about ul li{
    line-height: 50px;
    height: 50px;
    border-bottom: 1px dashed #b82939;
    background-image: url(../images/li.jpg);
    background-repeat: no-repeat;
    background-position: 2px center;
    }

.bottom-content  .title-about ul li a{
    display: block;}
.bottom-content .title-about ul li p{
    color: #575757;padding-left: 22px;
    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: 25px;}
.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{
    background-image: url(../images/icod1-on1.png);
    background-repeat: no-repeat;    padding-top: 5px;
border-bottom: 2px 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;}
/* 友情链接 */
#r3 {
	height: 50px;
	margin-bottom: 15px;
	line-height: 50px;}
#r3 li {
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	list-style-type: none;}
#r3_left {font-size:16px;
	float: left;
	width: 140px;
	background-image: url(../images/yqljbg.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 60px;}
#r3_right {
	float: right;
	width: 1015px;}
.yqlj .yqlj_title a{font-size:14px;color:#000;}
.yqlj .yqlj_title a:hover{color:#8e2732;}

/* 版权样式 */
footer1{
    width:100%;
    background: #750006;
    position: relative;
    padding: 60px 0;
    background: url(../images/f_bg-11.jpg) no-repeat center top;
    overflow: hidden;}
footer1 .foot-about{
    padding: 38px 0;
    text-align: center;
    color: #fff;}
footer1 .foot-about span{
    color: #fff;
    font-size: 14px;
-moz-opacity:0.65;
-khtml-opacity: 0.65;
opacity: 0.65;
filter:alpha(opacity=65);}

footer1 .foot-about span a{
     text-decoration:none;
     color: #fff;}

.footerbottom1 {
    width: 1180px;
    margin-right: auto;
    margin-left: auto;
    font-size: 15px;
    padding-top: 0px;
    color:#dadada;
}

.footeryqlj1{width:15%;float: right; margin: 20px 48px 0px 0px;}

.copyright1{width:65%;float:left;}
.ewm1{width:15%;float:left;}
.ewm1 ul li{float:left;margin-left:30px;margin-top:0px; list-style-type:none}
.ewm1 ul li img{  max-width: 90px;}


.follow{
text-align:center;
font-size: 18px !important;margin-bottom: 16px;line-height:21px !important;
}

.footer {
    border-top: 22px solid #BA2A17;
    background: #333;
padding:25px 0;
}



.ft-l {
    float: left;
    margin-left: 5rem;
}

.ft-r {
    float: left;
    padding-left: 160px;
}

.footer p {
    font-size: 14px;
    color: #d6d6d6;
}

.f-link {
    /* position: relative; */
    /* float: right; */
    /* margin-right: 5rem; */
}

.f-link p {
    position: relative;
    width: 279px;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    padding-left: 20px;
    background: rgba(255, 255, 255, 0.22);
    border-radius: 2px 2px 2px 2px;
    font-size: 14px;
    color: #fff;
    /* margin: 0 auto; */
}

.f-link p span {
    position: absolute;
    right: 15px;
    top: 60%;
    transform: translateY(-50%);
    border: 8px solid transparent;
    border-top: 8px solid #fff;
}

.f-link ul {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    z-index: 99;
    background: #fff;
    display: none;
}

.f-link:hover ul {
    display: block;
}

.f-link ul li {
    line-height: 40px;
}

.f-link ul li a {
    display: block;
    /* padding-left: 15px; */
    font-size: 14px;
    color: #333;
    text-align: center;
}

.f-link ul li:hover a {
    background: #b42916;
    color: #fff;
}

.footl{
padding-right:66px;
margin-left:33%;
border-right:1px solid;
border-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.54), rgba(255, 255, 255, 0)) 1 1;
}
.footl img{  max-width: 140px;}
.footr{
padding-left:60px;
}

.linkp{
line-height:40px !important;

}
.f-link{
    
    margin-right: 5rem !important;
}
@media screen and (max-width: 1000px) {
.footl{
margin-left:24%
}
}
@media screen and (max-width: 875px) {
.ft-l{
float:none;
text-align: center;
padding:0;
margin-left:0;
border-right:none;
}
.qrcode{
margin-left: calc(50% - 70px);
}
.f-link{
float:none;
margin:12px 0 !important;
}
.ft-r{
float:none;
padding-left:0
}
.ft-r p{
text-align:center
}
}

.media, .media-body {
    padding-left: 35px;
    margin-top: 10px;}
	/* 新闻bannercss */
	.focusBox { position: relative; width: 100%; height: 400px; overflow: hidden; font: 12px/1.5 Verdana, Geneva, sans-serif; text-align: left; background: white; }
	.focusBox .pic img { width: 100%; height:400px; display: block; }
	.focusBox .txt-bg { position: absolute; bottom: 0; z-index: 1; height: 36px; width:100%;  background: #333; filter: alpha(opacity=40); opacity: 0.4; overflow: hidden; }
	.focusBox .txt { position: absolute; bottom: 0; z-index: 2; height: 36px; width:100%; overflow: hidden; }
	.focusBox .txt li{ height:36px; line-height:36px; position:absolute; bottom:-36px;}
	.focusBox .txt li a{ display: block; color: white; padding: 0 0 0 10px; font-size: 16px; font-weight: bold; text-decoration: none; }
	.focusBox .num { position: absolute; z-index: 3; bottom: -8px; right: 6px; }
	.focusBox .num li{ float: left; position: relative; width: 30px; height: 30px; line-height: 30px; overflow: hidden; text-align: center; margin-right: 1px; cursor: pointer; }
	.focusBox .num li a,.focusBox .num li span { position: absolute; z-index: 2; display: block; color: white; width: 100%; height: 100%; top: 0; left: 0; text-decoration: none; }
	.focusBox .num li span { z-index: 1; background: black; filter: alpha(opacity=50); opacity: 0.5; }
	.focusBox .num li.on a,.focusBox .num a:hover{ background:#cb0303;  }
/*专题css */
	.ladyScroll{width:1180px;height:150px;margin:15px auto;border:#ddd 1px solid;position:relative;}
	.ladyScroll .prev,.ladyScroll .next{width:32px;height:45px;position:absolute;top:46px;left:0;z-index:100; cursor:pointer; background:url(../images/btns.png) no-repeat;}
	.ladyScroll .next{ left:auto; right:0; background-position:0 -90px;}
	.ladyScroll .prev:hover{ background-position:0 -45px; }
	.ladyScroll .next:hover{ background-position:0 -135px; }

	.ladyScroll .scrollWrap{width:1180px;margin-left:52px;padding-top:15px;overflow:hidden;position:absolute;}
	.ladyScroll dl{float:left;width:280px;text-align:center;position:relative;}
	.ladyScroll  span{display:block;width:298px;height:53px;position:absolute;left:5px;bottom:0;background:#5f626b;filter:alpha(opacity=80);opacity:0.80;}
.ladyScroll dt{margin:0 auto;width:298px;overflow:hidden;}
.ladyScroll img{display:block;width:232px;height:119px;}
	.ladyScroll  dd{width:298px;height:40px;line-height:28px;font-size:20px;color:#fff;text-align:center;overflow:hidden;position:absolute;left:5px;bottom:0;}
	.ladyScroll  dd a{ color:#fff;  }
	.ladyScroll  dd a:hover{ text-decoration:none;  }
	.ladyScroll dl:hover span{ background:#B52153;  }
.tempWrap{overflow: hidden;
    position: relative;
    width: 1108px!important;}