* {
  padding: 0;
  margin: 0;
  border: none;
  font-family: 微软雅黑, serif;
}

fieldset,
img {
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
sup,
sub {
  font-size: 100%;
  vertical-align: baseline;
}
a {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
}
img {
  vertical-align: middle;
}
body {
  background-color: #fff;
  min-width: 1200px;
}
li {
  list-style: none;
}
.hide {
  display: none;
}
.clearfix {
  /* 触发 hasLayout */
  zoom: 1;
}
.clearfix:after {
  content: "020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.left {
  float: left;
}
.right {
  float: right;
}
.banner {
  background: url("../images/banner.jpg") no-repeat center top;
  width: 100%;
  min-width: 1200px;
  height: 800px;
}
.banner h2 {
  width: 1026px;
  height: 316px;
  margin: 0 auto;
  padding-top: 80px;
  transition-delay: 5s;
}
.banner h3 {
  margin: 180px auto 0;
  width: 894px;
  transition-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -ms-animation-delay: 0.8s;
}
.banner img {
  display: block;
}
.fixDiv {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 14;
}
.nav {
  background: #b20000;
  width: 100%;
  height: 76px;
  min-width: 1200px;
  top: 0;
}
.nav ul {
  margin: 0 auto;
  width: 1200px;
}
.nav ul li {
  float: left;
  height: 76px;
  line-height: 76px;
  margin-right: 54px;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  position: relative;
}
.nav ul li a {
  display: inline-block;
}
.nav ul li a:hover {
  color: #ffffff;
  text-decoration: none;
}
.nav ul li:last-child {
  margin-right: 0;
}
.nav ul li.active::after {
  content: '';
  position: absolute;
  width: 40px;
  left: 50%;
  background: #ffffff;
  display: block;
  margin-left: -20px;
  bottom: 12px;
  border-radius: 2px;
  height: 4px;
}
.nav ul li.mar40{
  margin-right: 37px;
}
.main {
  margin: 40px auto 80px;
}
.main .title {
  width: 1200px;
  height: 94px;
  margin: 60px auto 36px;
}
.main .headline {
  width: 1200px;
  margin: 34px auto;
}
.main .headline h4 {
  font-size: 36px;
  color: #bf0e0e;
  line-height: 50px;
  font-weight: bold;
  text-align: center;
  margin-top: 28px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.headline h1{
   color: #bf0e0e;
    text-align: center;
  margin-top: 14px;
  font-size: 18px;
    overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main .ddhyw {
  width: 1200px;
  margin: 0 auto;
}
.main .ddhyw .newsPic {
  width: 580px;
  height: 330px;
  position: relative;
}
.main .ddhyw .newsPic .swiper-newsPic {
  width: 580px;
  height: 330px;
}
.main .ddhyw .newsPic .swiper-newsPic .pic {
  width: 580px;
  height: 330px;
  position: relative;
}
.main .ddhyw .newsPic .swiper-newsPic .pic img {
  width: 580px;
  height: 330px;
}
.main .ddhyw .newsPic .swiper-newsPic .pic p {
  width: 580px;
  height: 44px;
  line-height: 44px;
  background: rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
  text-indent: 10px;
  position: absolute;
  left: 0;
  font-size: 18px;
  bottom: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main .ddhyw .newsPic .pagination {
  position: absolute;
  bottom: 52px;
  z-index: 2;
  right: 6px;
}
.main .ddhyw .newsPic .pagination .swiper-pagination-switch {
  width: 12px;
  height: 12px;
  background: #FFFFFF;
  cursor: pointer;
  border-radius: 6px;
  margin-right: 8px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.main .ddhyw .newsPic .pagination .swiper-active-switch {
  background: #cf2424;
  width: 24px;
}
.main .ddhyw .newsList {
  width: 580px;
}

.main .newsList .section {
    padding: 10px 14px;
    width: 580px;
    background: #ffffff;
    box-sizing: border-box;
    border: 1px solid #f1f1f1;
    height: 98px;
    margin-bottom: 18px;
}
.main .newsList .section p{
  width: 420px;
  overflow: hidden;
  height: 64px;
}
.main .newsList .section p a{
    font-size: 18px;
    width: 420px;
    font-weight: bold;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}

.main .newsList .section p a:hover {
    color: #c00202;
}

.main .newsList .section span.time {
    color: #a3a3a3;
    margin-top: 40px;
}

.main .qwft .title {
  margin-top: 36px;
  background: url("../images/title_qwft.jpg") no-repeat center bottom;
}
.main .qwft .con {
  position: relative;
  overflow: inherit;
  width: 1226px;
  margin: 46px auto 56px;
}
.main .qwft .con .swiper-qwft {
  height: 410px;
}
.main .qwft .con .swiper-qwft .section {
  margin: 0 auto;
  width: 380px;
  height: 410px;
  box-sizing: border-box;
  border: 1px solid #f1f1f1;
  padding: 20px;
}
.main .qwft .con .swiper-qwft .section img {
  height: 180px;
  display: block;
  margin: 14px auto 20px;
  box-sizing: initial;
  width: 330px;
  padding-bottom: 28px;
  border-bottom: 1px solid #f1f1f1;
}
.main .qwft .con .swiper-qwft .section p{
  font-size: 20px;
  line-height: 30px;
  height: 90px;
  width: 330px;
  margin: 0 auto;
  overflow: hidden;
  font-weight: bold;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  text-align: justify;
  -webkit-box-orient: vertical;
}
.main .qwft .con .swiper-qwft .section .ckgd{
  color: #b20000;
  line-height: 30px;
  width: 106px;
  text-align: center;
  display: block;
  margin: 14px auto 0;
  border: 1px solid #b20000;
  border-radius: 16px;
}
.main .qwft .con .swiper-qwft .section a{display: block;}
.main .qwft .con .swiper-qwft .section:hover{
  border-color:#e0e0e0; 
}
.main .qwft .con .swiper-qwft .section a:hover{color: #b20000;}
.main .qwft .con .swiper-qwft .section a.ckgd:hover{color: #ffffff;background:#b20000; }
.main .qwft .con .arrow-left {
  position: absolute;
  left: -60px;
  top: 180px;
  width: 54px;
  height: 54px;
  border-radius: 27px;
  background: #ffffff;
  cursor: pointer;
  box-shadow: 0 0 8px rgba(84, 18, 14, 0.2);
  transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  -webkit-transition: 300ms;
}
.main .qwft .con .arrow-left i {
  display: block;
  margin: 13px 0 0 15px;
  padding-top: 10px;
  background: url("../images/left.png");
  width: 17px;
  height: 27px;
}
.main .qwft .con .arrow-left:hover {
  background: #fff4f4;
}
.main .qwft .con .arrow-right {
  position: absolute;
  right: -60px;
  top: 180px;
  width: 54px;
  height: 54px;
  cursor: pointer;
  border-radius: 27px;
  background: #ffffff;
  box-shadow: 0 0 8px rgba(84, 18, 14, 0.2);
  transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  -webkit-transition: 300ms;
}
.main .qwft .con .arrow-right i {
  display: block;
  margin: 13px 0 0 20px;
  padding-top: 10px;
  background: url("../images/right.png");
  width: 17px;
  height: 27px;
}
.main .qwft .con .arrow-right:hover {
  background: #fff4f4;
}
.main .bgry {
  width: 1200px;
  margin: 0 auto;
}

.main .bgry .title {
  margin-top: 40px;
  background: url("../images/title_zxbb.jpg") no-repeat center bottom;
  margin-bottom: 26px;
}

.main .bgry .con {
  margin: 0 -30px 0 0;
  width: auto;
  padding-top: 10px;
}

.main .bgry .con .section {
  width: 584px;
  height: 200px;
  background: #ffffff;
  margin:0 30px 30px 0;
  box-shadow:0 0 10px rgba(0, 0, 0, 0.1);
}
.main .bgry .con .section a{display: block;}
.main .bgry .con .section a:hover{color: #d7311e;}

.main .bgry .con .section img {
  width: 368px;
  height: 200px;
}

.main .bgry .con .describe {
  width: 216px;
}

.main .bgry .con .describe p {
  font-size: 18px;
  width: 184px;
  margin:16px auto;
  font-weight: bold;
  line-height: 32px;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.main .dbzsb .title {
  margin-top: 36px;
  background: url("../images/title_dbfc.jpg") no-repeat center bottom;
}
.main .dbzsb .con {
  position: relative;
  overflow: inherit;
  width: 1226px;
  margin: 0 auto;
}
.main .dbzsb .con .swiper-dbzsb {
  height: 490px;
}
.main .dbzsb .con .swiper-dbzsb .section {
  margin: 0 auto;
  width: 374px;
  height: 490px;
  background: #f1f1f1;
}
.main .dbzsb .con .swiper-dbzsb .section img {
  height: 374px;
  width: 372px;
}
.main .dbzsb .con .swiper-dbzsb .section p{
  font-size: 18px;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  padding: 10px 16px;
  text-align: justify;
  -webkit-box-orient: vertical;
}
.main .dbzsb .con .swiper-dbzsb .section a{display: block;}
.main .dbzsb .con .swiper-dbzsb .section a:hover{color: #d7311e;}
.main .dbzsb .con .arrow-left {
  position: absolute;
  left: -60px;
  top: 180px;
  width: 54px;
  height: 54px;
  border-radius: 27px;
  background: #ffffff;
  cursor: pointer;
  box-shadow: 0 0 8px rgba(84, 18, 14, 0.2);
  transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  -webkit-transition: 300ms;
}
.main .dbzsb .con .arrow-left i {
  display: block;
  margin: 13px 0 0 15px;
  padding-top: 10px;
  background: url("../images/left.png");
  width: 17px;
  height: 27px;
}
.main .dbzsb .con .arrow-left:hover {
  background: #fff4f4;
}
.main .dbzsb .con .arrow-right {
  position: absolute;
  right: -60px;
  top: 180px;
  width: 54px;
  height: 54px;
  cursor: pointer;
  border-radius: 27px;
  background: #ffffff;
  box-shadow: 0 0 8px rgba(84, 18, 14, 0.2);
  transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  -webkit-transition: 300ms;
}
.main .dbzsb .con .arrow-right i {
  display: block;
  margin: 13px 0 0 20px;
  padding-top: 10px;
  background: url("../images/right.png");
  width: 17px;
  height: 27px;
}
.main .dbzsb .con .arrow-right:hover {
  background: #fff4f4;
}
.main .dbhjc {
  width: 1200px;
  margin: 0 auto;
}
.main .dbhjc .title{
  background: url("../images/title_xxgc.jpg") no-repeat center bottom;
}
.main .dbhjc .newsList{
  margin-right:-40px;
}
.main .dbhjc .newsList .section{
  margin-right: 40px;
}
.main .hkt {
  width: 1200px;
  margin: 0 auto;
}
.main .hkt .title {
  background: url("../images/title_hkt.png") no-repeat center bottom;
}
.main .hkt .hktPic {
  background: url("../images/hkt.png");
  width: 722px;
  height: 408px;
  box-sizing: border-box;
  padding: 24px;
}
.main .hkt .list {
  width: 478px;
  background: #eeeeee;
  margin-top: 17px;
}
.main .hkt .list li {
  line-height: 75px;
  height: 75px;
  font-weight: bold;
  font-size: 18px;
  padding: 0 16px;
}
.main .hkt .list li a {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
}
.main .hkt .list li.active {
  background: url("../images/hkt_list.png");
}
.main .hkt .list li.active a {
  color: #FFFFFF;
}
.main .xwfbh {
  width: 1200px;
  margin: 0 auto;
}
.main .xwfbh .title {
  background: url("../images/title_xwfb.jpg") no-repeat center bottom;
}
.main .xwfbh .section {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  padding: 26px;
  border-radius: 6px;
  margin: 30px 0;
  position: relative;
}
.main .xwfbh .section .pic img {
  width: 464px;
  height: 276px;
}
.main .xwfbh .section .describe {
  width: 640px;
}
.main .xwfbh .section .describe h5 {
  background: url("../images/icon_ft.png") no-repeat left 7px;
  line-height: 36px;
  font-size: 22px;
  font-weight: bold;
  padding-left: 38px;
  text-align: justify;
}
.main .xwfbh .section .describe h5 a:hover {
  color: #bf0e0e;
}
.main .xwfbh .section .describe p {
  color: #666666;
  margin-top: 10px;
  font-size: 16px;
  line-height: 30px;
  padding-left: 38px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  text-align: justify;
  -webkit-box-orient: vertical;
}
.main .xwfbh .section .describe p.time {
  background: url("../images/icon_time.png") no-repeat left 6px;
}
.main .xwfbh .section .describe p.name {
  background: url("../images/icon_name.png") no-repeat left 5px;
}
.main .xwfbh .section .describe .btn {
  display: inline-block;
  width: 180px;
  line-height: 40px;
  border: 1px solid #e04744;
  border-radius: 10px;
  text-align: center;
  color: #e04744;
  margin-top: 18px;
  font-size: 18px;
}
.main .xwfbh .section .describe .btn:hover {
  color: #ffffff;
  background: #e04744;
}
.main .xwfbh .section:last-child {
  margin-bottom: 0;
}
.main .nyfj .title {
  background: url("../images/title_ffsn.jpg") no-repeat center bottom;
}
.main .nyfj .con {
  width: 1226px;
  margin: 0 auto;
  position: relative;
  overflow: inherit;
}
.main .nyfj .con .swiper-nyfj {
  height: 524px;
}
.main .nyfj .con .swiper-nyfj .section {
  margin: 0 auto;
  width: 384px;
  height: 524px;
  position: relative;
}
.main .nyfj .con .swiper-nyfj .section .list {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 14px;
  box-sizing: border-box;
}
.main .nyfj .con .swiper-nyfj .section .list li {
  color: #ffffff;
  line-height: 24px;
  border-bottom: 1px dashed #FFFFFF;
  padding: 10px 0;
}
.main .nyfj .con .swiper-nyfj .section .list li a:hover {
  font-weight: bold;
  display: inline-block;
}
.main .nyfj .con .swiper-nyfj .section .list li:last-child {
  border-bottom: 0;
}
.main .nyfj .con .swiper-nyfj .one {
  background: url("../images/nyfj_1.png");
}
.main .nyfj .con .swiper-nyfj .two {
  background: url("../images/nyfj_2.png");
}
.main .nyfj .con .swiper-nyfj .three {
  background: url("../images/nyfj_3.png");
}
.main .nyfj .con .swiper-nyfj .four {
  background: url("../images/nyfj_4.png");
}
.main .nyfj .con .swiper-nyfj .five {
  background: url("../images/nyfj_5.png");
}
.main .nyfj .con .swiper-nyfj .six {
  background: url("../images/nyfj_6.png");
}
.main .nyfj .con .swiper-nyfj .seven {
  background: url("../images/nyfj_7.png");
}
.main .nyfj .con .swiper-nyfj .eight {
  background: url("../images/nyfj_8.png");
}
.main .nyfj .con .swiper-nyfj .nine {
  background: url("../images/nyfj_9.png");
}
.main .nyfj .con .arrow-left {
  position: absolute;
  left: -60px;
  top: 220px;
  width: 54px;
  height: 54px;
  border-radius: 27px;
  background: #ffffff;
  cursor: pointer;
  box-shadow: 0 0 8px rgba(84, 18, 14, 0.2);
  transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  -webkit-transition: 300ms;
}
.main .nyfj .con .arrow-left i {
  display: block;
  margin: 13px 0 0 15px;
  padding-top: 10px;
  background: url("../images/left.png");
  width: 17px;
  height: 27px;
}
.main .nyfj .con .arrow-left:hover {
  background: #fff4f4;
}
.main .nyfj .con .arrow-right {
  position: absolute;
  right: -60px;
  top: 220px;
  width: 54px;
  height: 54px;
  cursor: pointer;
  border-radius: 27px;
  background: #ffffff;
  box-shadow: 0 0 8px rgba(84, 18, 14, 0.2);
  transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  -webkit-transition: 300ms;
}
.main .nyfj .con .arrow-right i {
  display: block;
  margin: 13px 0 0 20px;
  padding-top: 10px;
  background: url("../images/right.png");
  width: 17px;
  height: 27px;
}
.main .nyfj .con .arrow-right:hover {
  background: #fff4f4;
}
.main .nyhx {
  width: 1200px;
  margin: 0 auto;
}
.main .nyhx .title {
  background: url("../images/title_llgj.jpg") no-repeat center bottom;
}
.main .nyhx .con{
  overflow: inherit;
}
.main .nyhx .con .nyhxBox {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  width: 580px;
  border-radius: 6px;
  padding: 30px 0;
  height: 470px;
}
.main .nyhx .con .nyhxBox .tit {
  background: url("../images/tit_ds.png");
  width: 523px;
  height: 35px;
  margin: 4px auto 20px;
}
.main .nyhx .con .nyhxBox .newsList {
  margin: 0 auto 20px;
  width: 523px;
}
.main .nyhx .con .nyhxBox .newsList li {
  line-height: 40px;
  font-size: 20px;
  margin: 10px 0;
}
.main .nyhx .con .nyhxBox .newsList li a {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main .nyhx .con .nyhxBox .newsList li a:hover {
  color: #bf0e0e;
}
.main .nyhx .con .nyhxBox .newsList li span {
  background: #bf0e0e;
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 4px;
  margin-right: 10px;
  vertical-align: 3px;
}
.main .nyhx .con .nyhxBox .line {
  height: 1px;
  width: 523px;
  border-bottom: 1px dashed #dcbfbe;
  margin: 20px auto 0;
}
.main .nyhx .con .nyhxBox .more {
  background: #d7311e;
  border-radius: 18px;
  width: 110px;
  height: 36px;
  display: block;
  text-align: center;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 36px;
  margin: -18px auto 0;
}
.main .nyhx .con .bm .tit {
  background: url("../images/tit_bm.png");
}
.linfooter{
  background: #262626;
  height: 90px;
  text-align: center;
  color: #e9e9e9;


}
.linfooter_main{
  padding-top: 20px;
    font-size: 16px;
    line-height: 28px;
}
.color-red {
    color: #bf0009;
}
.jiaodianNewsList{

}
.jiaodianNewsList ul li{
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 19px;
  color: #bf0e0e;
    overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.listBanner{
   background: url("../images/listBanner.jpg") center;
   width: 100%;
   height: 380px;
}
.listmain{
  width: 1200px;
  margin: 0 auto;
}
.list_nav{
    color: #333;
    font-size: 24px;
    line-height: 2;
    border-bottom: 3px solid #ccc;
    margin-top: 20px;
}
.list_nav span{
  display: inline-block;
    border-bottom: 3px solid #b20000;
    margin-bottom: -3px;
}
.typenewsList{
  padding-top: 10px;
  margin-bottom: 30px;

}
.typenewsList ul li{
  padding-top: 20px;
  font-size: 16px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ccc;
}
.typenewsList ul li span{
  float: right;
  color: #999;
}
.fenye{
	padding-top:30px;
  text-align:center;
  margin-bottom: 40px;
}
.fenye ul{
}
.fenye li {
	width:24px;
	height:24px;
	display:inline-block;
	text-align:center;
	background:#f6f6f6;
	border-radius:50%;
	margin-right:8px;
	line-height:24px;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
}
.fenye li .active{
	background:#c71d1e;
	color:#FFF;
	display:block;
	border-radius:50%;
}
.fenye li a:hover{
	background:#c71d1e;
	color:#FFF;
	width:24px;
	height:24px;
	display:block;
	border-radius:50%;
}
.fenye ul span{
	background:#f6f6f6;
	border-radius:8px;
	padding: 4px 10px;
	margin-right: 5px;
	height:24px;
}
.detailbox{
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0px 20px;
}
.detail_title{
  margin-top: 20px;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5em;
}
.detail_nav{
  padding-top: 20px;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 10px;
  text-align: center;
}
.detail_nav span{
  padding-right: 15px;
}
.detail_content{
  padding-top: 20px;
  padding-bottom: 40px;
}
.detail_content p{
  text-indent: 2em;
  font-size: 16px;
  padding-top: 20px;
  line-height: 28px;
}
.detail_content img{
  text-align: center;
}
.lilun_nav{
   color: #b20000;
    font-size: 24px;
    line-height: 2;
    border-bottom: 3px solid #ccc;
    width: 523px;
    margin: 0 auto;
}
.lilun_nav span{
  display: inline-block;
    border-bottom: 3px solid #b20000;
    margin-bottom: -3px;
}
.footsanp{
  padding-left: 20px;
}
.feifanimg{

}
.feifanimg img{
  width: 384px;
  height: 524px;
}


/*# sourceMappingURL=ddh.css.map */