@charset "utf-8";

/* CSS Document*/
body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  min-width: 1200px;
  background: #ffffff;
  font-family: "Microsoft Yahei", 宋体, sans-serif;
}

ul, li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal
}

img {
  border: 0;
}


a {
  text-decoration: none;
  color: #666666;
}

a:hover {
  text-decoration: none;
  color: #cc3300;
  transition: all 0.6s;
}

.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

.clearboth {
  clear: both;
  border: 0;
  padding: 0;
  margin: 0;
}

.w1200 {
  width: 1200px;
  height: auto;
  margin: 0 auto;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.relative {
  position: relative;
}

.imghover {
  cursor: pointer;
  transition: all 0.6s;
}

.imghover:hover {
  transform: scale(1.2);
}

/*header*/
.header {
  width: 100%;
  height: 126px;
  background: #8f000b;
  position: relative;
}

.top_bg {
  position: relative;
}


.logo {
  float: left;
  padding-top: 30px;
  padding-bottom: 30px;
}


.biaoyu {
  float: left;
  margin-top: 5px;
  color: #fff;
  font-size: 36px;
  text-shadow: 0 1px 4px #333;
}



/*search*/
.i-search {
  width: 205px;
  height: 36px;
  line-height: 36px;
  float: right;
  margin-top: 46px;
  border: 1px #efefef solid;
  position: relative;
  border-radius: 20px;
}

.i-search .search-txt {
  width: 165px;
  height: 36px;
  line-height: 36px;
  float: left;
  border: none;
  outline: none;
  /* padding-left: 10px; */
  background: none;
  color: #fff;
  text-align: left;
  padding-left: 10px;
  border-radius: 20px;
}

.i-search .search-btn {
  width: 25px;
  height: 36px;
  float: left;
  background: url(../images/botton.png) no-repeat center 5px;
  border: none;
  outline: none;
  font-size: 0;
  cursor: pointer;
}

.i-search .search-btn:hover {
  /* background: #576592; */
}


/*nav*/
.i-nav {
  width: 100%;
  height: 54px;
  margin: 0 auto 0 auto;
  background: #8f000b;
  float: left;
  border-top: 1px solid #bb505d;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.nav {
  height: 54px;
  line-height: 54px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 1200px;
}

.nav a {
  color: #fff;
}

.nav .nLi {
  float: left;
  position: relative;
  display: inline;
}

.nav .nLi h3 {
  float: left;
}

.nav .nLi h3 a {
  display: block;
  padding: 0 16px;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
}

.nav .nLi h3 a:hover {
  color: #fff;
}

.nav .sub {
  display: none;
  width: 110px;
  top: 54px;
  position: absolute;
  background: #fff;
  line-height: 42px;
  padding: 0;
  opacity: 0.7;
}

.nav .sub li {
  zoom: 1;
  border-bottom: #ccc 1px solid;
  text-align: center;
}

.nav .sub a {
  display: block;
  padding: 0 0px;
  font-size: 14px;
  color: #000;
}

.nav .sub a:hover {
  color: #fff;
  background: #8f000b;
}

.nav .on h3 a {
  color: #fff;
}

/*banner*/

.ibanner {
  position: relative;
  height: auto;
  overflow: hidden;
}

.ibanner img {
  display: block;
  width: 100%;
  height: 450px;
}


.ibanner .slick-prev {
  position: absolute;
  left: auto;
  right: 3%;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 45px;
  height: 80px;
  opacity: 0.5;
  background: url(../images/slider-arrow.png) -120px 5px no-repeat;
  background-position: -2px 5px;
}

.ibanner .slick-next {
  position: absolute;
  left: 3%;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 45px;
  height: 80px;
  opacity: 0.5;
  background: url(../images/slider-arrow.png) -120px 5px no-repeat;
}

.ibanner .slick-prev:hover,
.ibanner .slick-next:hover {
  opacity: 1
}

.ibanner .slick-dots {
  width: auto;
  transform: translateX(-50%);
  bottom: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  align-content: center;
  height: 32px;
  text-align: center;
  margin: 0 auto;
  left: 50%;
}


.ibanner .slick-dots li {
  width: 15px;
  height: 15px;
  margin: 0 10px;
  opacity: 1;
  background: #FFFFFF;
  box-sizing: border-box;
  border-radius: 50%
}

.ibanner .slick-dots li button {
  display: block;
  font-size: 0;
  color: #fff;
  font-weight: bold;
  width: 28px;
  height: 32px;
  font-size: 0;
  background: #f2f2f2;
  border-radius: 50%;
  opacity: 0;
  display: none;
}

.ibanner .slick-dots li.slick-active {
  background: #8f000b;
}

.newx_box {
  width: 1200px;
  margin: 15px auto;
  height: auto;
  overflow: hidden;
}

.newx_box_left {
  width: 380px;
  float: left;
  height: auto;
  overflow: hidden;
}

.newx_box_left2 {
  width: 580px;
  float: left;
  height: auto;
  overflow: hidden;
}

.newx_box_right2 {
  width: 580px;
  float: right;
  height: auto;
  overflow: hidden;
}

.newx_box_left1 {
  width: 580px;
  float: left;
  height: auto;
  overflow: hidden;
}


.newx_box_left_t {
  width: 1200px;
  height: 72px;
  margin: 0 auto 20px;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
}

.newx_box_left_t h2 {
  font-size: 26px;
  float: left;
  margin-top: 22px;
  border-bottom: 5px solid #DD2425;
  padding-bottom: 12px;
  color: #3d3d3d;
}

.newx_box_left li {
  width: 100%;
  height: 44px;
  line-height: 44px;
  background: url(../images/list.png) no-repeat;
  background-position-y: 20px;
}

.newx_box_left li a {
  height: 44px;
  line-height: 44px;
  color: #333;
  text-indent: 15px;
  display: block;
  overflow: hidden;
  width: 85%;
  float: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
}

.newx_box_left li p {
  height: 44px;
  line-height: 44px;
  color: #808080;
  float: right;
  display: block;
  margin: 0;
  width: 15%;
  text-align: right;
}


.newx_box_left2 li {
  width: 100%;
  height: 44px;
  line-height: 44px;
  background: url(../images/list.png) no-repeat;
  background-position-y: 20px;
}

.newx_box_left2 li a {
  height: 44px;
  line-height: 44px;
  color: #333;
  text-indent: 15px;
  display: block;
  overflow: hidden;
  width: 85%;
  float: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
}

.newx_box_left2 li p {
  height: 44px;
  line-height: 44px;
  color: #808080;
  float: right;
  display: block;
  margin: 0;
  width: 15%;
  text-align: right;
}

.tw_img {
  float: left;
  display: block;
  width: 128px;
  height: 82px;
  overflow: hidden;
}

.tw_img img {
  width: 128px;
  height: 82px;
  transition: all 0.6s;
}

.tw_txt {
  float: right;
  display: block;
  width: 430px;
  height: 82px;
  overflow: hidden;
}

.tw_txt h2 {
  font-size: 18px;
  width: 100%;
  line-height: 24px;
  color: #333333;
  margin: 0;
  padding: 0 0 10px 0;
}

.tw_txt p {
  font-size: 14px;
  line-height: 24px;
  color: #7f7f7f;
  margin: 0;
  padding: 0;
}

.i-more {
  float: right;
  margin: 32px 10px 0 0;
  transition: all 0.6s;
}

.i-more:hover {
  transform: translateX(5px);
}

.bg111 {
  background: #f6f7ff;
  padding-bottom: 10px;
  padding-top: 10px;
}

.newx_box_right {
  width: 380px;
  float: right;
  height: auto;
  overflow: hidden;
}

.newx_box_right li {
  width: 100%;
  height: 44px;
  line-height: 44px;
  background: url(../images/list.png) no-repeat;
  background-position-y: 20px;
}

.newx_box_right li a {
  height: 44px;
  line-height: 44px;
  color: #333;
  text-indent: 15px;
  display: block;
  overflow: hidden;
  width: 85%;
  float: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
}

.newx_box_right li p {
  height: 44px;
  line-height: 44px;
  color: #808080;
  float: right;
  display: block;
  margin: 0;
  width: 15%;
  text-align: right;
}


.newx_box_right2 li {
  width: 100%;
  height: 44px;
  line-height: 44px;
  background: url(../images/list.png) no-repeat;
  background-position-y: 20px;
}

.newx_box_right2 li a {
  height: 44px;
  line-height: 44px;
  color: #333;
  text-indent: 15px;
  display: block;
  overflow: hidden;
  width: 85%;
  float: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
}

.newx_box_right2 li p {
  height: 44px;
  line-height: 44px;
  color: #808080;
  float: right;
  display: block;
  margin: 0;
  width: 15%;
  text-align: right;
}


.newx_box_right_t {
  width: 100%;
  height: 50px;
  background: url("../images/title_tzgg.png") left bottom no-repeat;
  margin: 0 0 30px 0;
  overflow: hidden;
}

.date_list {
  height: auto;
  overflow: hidden;
  position: relative
}

.date_list li {
  width: 100%;
  height: 65px;
  display: block;
  padding: 0 0 0 0;
  margin: 0 0 30px 0;
  position: relative;
  overflow: hidden
}

.date_list li a {
  display: block;
  width: 496px;
  height: 60px;
  overflow: hidden;
  font-size: 16px;
  color: #333333;
  line-height: 27px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 3px 0px 0px;
}

.date_list li a:hover {
  color: #4B0C77;
}

.date_list li span {
  font-family: georgia;
  float: left;
  display: block;
  width: 63px;
  height: 63px;
  background: #eeeeee;
  border: 1px solid #ccc;
  text-align: center;
  color: #333333;
  font-size: 24px;
  line-height: 34px;
}

.date_list li span i {
  width: 100%;
  display: block;
  text-align: center;
  color: #ffffff;
  background: #f58220;
  font-size: 16px;
  font-style: normal;
  line-height: 31px;
}

/*i_zxsp*/
.i_zxsp_box {
  width: 100%;
  height: 330px;
  padding: 40px 0;
  overflow: hidden;
  background: url("../images/bod_bg_p1.jpg") center no-repeat;
  background-size: 100% 100%;
}

.i_zxsp_title {
  width: 450px;
  margin: 0 auto;
  text-align: center;
  position: relative
}

.i_zxsp_title h2 {
  font-size: 30px;
  color: #fff;

  padding-top: 30px;
  padding-bottom: 30px;
}

.i_zxsp_title span {
  font-size: 18px;
  color: #4B0C77;
  line-height: 30px;
}

.i_zxsp_title .t_line_l {
  width: 138px;
  height: 2px;
  display: block;
  background: url("../images/ico_title_line.png");
  position: absolute;
  left: 0;
  top: 35px;
}

.i_zxsp_title .t_line_r {
  width: 138px;
  height: 2px;
  display: block;
  background: url("../images/ico_title_line.png");
  position: absolute;
  right: 0;
  top: 35px;
}

.mp4_list {
  width: 1200px;
  margin: 25px auto;
  height: 196px;
  overflow: hidden;
}

.mp4_list ul {}

.mp4_list li {
  width: 280px;
  height: 196px;
  float: left;
  margin: 0 20px 0 0;
  position: relative;
}

.mp4_list li i {
  background: url("../images/ico_play.png") center;
  display: block;
  width: 56px;
  height: 56px;
  position: absolute;
  left: 43%;
  top: 34%;
  opacity: 0.8;
  z-index: 999
}

.mp4_list li a {
  display: block;
  width: 280px;
  height: 196px;
  overflow: hidden;
}

.mp4_list li img {
  width: 280px;
  height: 196px;
  transition: all 0.9s;
}

.mp4_list li span {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  background: url("../images/tt_bg.png");
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9
}

.mp4_list li:hover i {
  opacity: 1;
  z-index: 999
}

.mp4_list li:hover img {
  transform: scale(1.1);
}

.sp_more {
  display: block;
  margin: 0 auto;
  width: 132px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #ffffff;
  background: #651cc1;
  border-radius: 6px;
}

.sp_more:hover {
  background: #651cc1;
  color: #ffffff
}

/*xysh*/
.xysh_box {
  margin: 0 auto;
  overflow: hidden;
  background: #f6f7ff;
}


/*yqlj*/
.link_bg {
  width: 100%;
  height: 60px;
  background: #d6dddd;
}

.pic_yqlink {
  width: 1200px;
  height: 60px;
  margin: 0 auto;
}

.pic_yqlink li {
  float: left;
  text-align: left;
  position: relative;
  margin-right: 25px;
  height: 60px;
  line-height: 60px;
}

.pic_yqlink ul li.first {
  width: 140px;
  height: 60px;
  line-height: 60px;
  background: #8f000b;
  text-align: center;
  font-size: 18px;
  color: #fff;
  margin-left: 0;
}

.pic_yqlink li a {
  color: #333;
}

/*td_box*/
.td_box {
  width: 1200px;
  position: relative;
  margin: 0 auto 20px auto;
}

.td_box .pic {
  padding-top: 130%;
  position: relative;
  overflow: hidden;
}

.td_box .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.td_box .slick-slider {
  padding: 0;
  position: relative;
}

.td_box .slick-slider li {
  padding: 0;
  border-radius: 5px;
  margin: 10px 12px;
  transition: all 0.3s;
  overflow: hidden;
}

.td_box .slick-slider li a {
  text-align: center;
  position: relative;
}

.td_box .slick-slider li a img {
  width: 100%;
  height: 100%
}



.td_box .slick-slider li a span {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #333;
  line-height: 40px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}

.td_box .slick-slider li:hover {
  background: #f0f0f0;
  transition: all 0.3s;
}



.td_box li:hover span {
  color: #AD0F19
}

.xysh_no1 {
  position: absolute;
  left: 0;
  top: 0
}

.xysh_no1 ul li .pic {
  text-align: center;
  width: 280px;
  height: 238px;
  overflow: hidden;
  position: relative;
}

.xysh_no1 ul li .pic a {
  width: 280px;
  height: 192px;
  display: block;
  overflow: hidden;
}

.xysh_no1 ul li .pic img {
  width: 280px;
  height: 192px;
  display: block;
}

.xysh_no1 ul li:hover {
  background: #f0f0f0
}

.xysh_no1 ul li span {
  display: block;
  color: #666666;
  width: 100%;
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  z-index: 99;
  opacity: 0.8
}

.xysh_no1 ul li:hover span {
  color: #000000;
}

.xysh_no1 li i {
  background: url("../images/ico_play.png") center;
  display: block;
  width: 56px;
  height: 56px;
  position: absolute;
  left: 43%;
  top: 34%;
  opacity: 1;
  z-index: 999
}

.xysh_no1 li:hover i {
  opacity: 0.8;
  z-index: 999
}

/*select*/
.select {
  position: relative;
  float: left;
  margin: 15px 0 0 0;
}

.select:hover {
  background: #5a6278
}

.select dt {
  height: 40px;
  display: inline-block;
  border: 1px solid #ffffff;
  background: url("../images/link_icon1.png") no-repeat right center;
  line-height: 40px;
  font-size: 14px;
  cursor: pointer;
  text-indent: 10px;
  width: 230px;
  color: #ffffff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  z-index: 99;
}

.select dd {
  position: absolute;
  left: -40px;
  bottom: 100%;
  border: 1px solid #cccccc;
  background: #fff;
  display: none;
  font-size: 14px;
  z-index: 99;
}

.select dd ul {
  width: 230px;
  background: #f3f3f3;
  /*max-height:250px;*/
  /*overflow:auto;*/
}

.select dd ul li a {
  line-height: 40px;
  display: block;
  padding: 0 8px;
  color: #333333;
}

.select dd ul li a:hover {
  background: #cccccc;
}


/*list_banner*/
.list_banner {
  width: 100%;
  height: 240px;
  background: #cccccc;
  margin: 0 auto 0 0;
  overflow: hidden;
  position: relative;
}

.list_banner img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.this_name {
  width: 1200px;
  margin: 0 auto;
  height: 70px;
}

.this_name h1 {
  font-size: 26px;
  line-height: 50px;
  color: #333333;
  padding: 10px 0;
  background: url("../images/thisnamebg.png") left bottom no-repeat;
  float: left;
}

.this_name span {
  float: right;
  text-align: right;
  font-size: 14px;
  color: #666666;
  line-height: 70px;
}

.this_map {
  background: #f4f4f4;
  height: 48px;
  position: relative;
  width: 100%;
  top: -10px;
}

.this_mapname {
  float: left;
  width: 220px;
  height: 54px;
  position: absolute;
  top: -46px;
  background: #8f000b;
  padding: 20px 0;
}

.this_mapname h1 {
  font-size: 30px;
  color: #ffffff;
  display: block;
  margin: 0 auto;
  text-align: center;
}

.this_mapname span {
  font-size: 14px;
  color: #ffffff;
  display: block;
  margin: 0 auto;
  text-align: center;
}

.this_dqwz {
  float: right;
  width: 940px;
  text-align: right;
  color: #555555;
  font-size: 14px;
  line-height: 48px;
}

.this_dqwz h2 {
  display: block;
  float: left;
  line-height: 48px;
  font-weight: bold;
  color: #555555;
  font-size: 20px;
}

.this_dqwz .ico_home {
  margin: 0 5px;
}

/*list*/
.imain {
  width: 1200px;
  margin: 0 auto;
  height: auto;
  padding: 20px 0 50px 0;
  overflow: hidden;
}

.list_box {}

.ilistfy {
  float: left;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.ilistfy li {
  width: 100%;
  margin: 0 auto;
  padding: 25px 0;
  height: 70px;
  border-bottom: #cccccc 1px dashed
}

.ilistfy li:last-child {
  border-bottom: none
}

.ilistfy li span {
  display: block;
  float: left;
  text-align: center;
  width: 70px;
  height: 70px;
  font-size: 12px;
  color: #999999;
  background: #f2f2f2
}

.ilistfy li span i {
  font-size: 30px;
  display: block;
  width: 100%;
  text-align: center;
  font-style: normal;
  line-height: 30px;
  padding: 10px 0 0 0
}

.ilistfy li a {
  display: block;
  width: 90%;
  float: right;
}

.ilistfy li h2 {
  font-size: 18px;
  color: #515151;
  line-height: 40px;
}

.ilistfy li p {
  font-size: 14px;
  line-height: 30px;
  color: #999999;
  margin: 0;
  padding: 0
}

.ilistfy li:hover p {
  color: #8f000b;
  transition: all 0.6s;
}

.ilistfy li:hover h2 {
  color: #8f000b;
  transition: all 0.6s;
}

.ilistfy li:hover span {
  color: #8f000b;
  transition: all 0.6s;
}

.fytcss {
  width: 100%;
  text-align: center;
  margin: 30px auto;
}

/*list_main*/
.list_main {
  width: 1200px;
  margin: 0 auto;
  height: auto;
  overflow: hidden;
  position: relative;
  top: -10px;
}

.list_main_left {
  width: 220px;
  float: left;
}

.list_main_right {
  width: 940px;
  float: right;
  padding: 20px 0;
}

.list_sub {
  width: 215px;
  min-height: 300px;
  background: #f5f5f5;
  padding: 20px 0;
  overflow: hidden;
  border-left: #8f000b 5px solid;
}

.list_sub li {
  width: 100%;
  border-bottom: 1px solid #ebebeb;
}

.list_sub li a {
  display: block;
  height: 50px;
  line-height: 50px;
  width: 100%;
  padding: 0 0 0 15px;
  font-size: 18px;
}

.list_sub li i {
  background: url(../images/jt.png) center center no-repeat;
  width: 24px;
  height: 24px;
  float: right;
  margin-right: 20px;
  margin-top: 15px;
}

.list_sub li .on_here i {
  background: url(../images/jtx.png) center center no-repeat;
}

.list_sub li a:hover {
  background: #ffffff;
  color: #8f000b;
  font-weight: bold;
}

.list_sub .on_here {
  background: #e8e8e8;
  color: #8f000b;
  font-weight: bold;
}

/*list_box*/

.list_box {
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 20px 0;
}

.list_box li {
  line-height: 50px;
  height: 50px;
  font-size: 16px;
  color: #999999;
  text-align: right;
  padding: 0;
  background: url("../images/dxhx.png") bottom repeat-x;
  overflow: hidden;
}
.list_box li .times{
    display: block;
    width: 74px;
    float: right;
}
.list_box li a {
  color: #4a4a4a;
  float: left;
  padding-left: 15px;
  background: url("../images/ico_001.png") left center no-repeat;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 73%;
  text-align: left;
  height: 50px;
}

.list_box li:hover {
  background: #f8f8f8;
  color: #cc3300;
}

.list_box li a:hover {
  background: url("../images/ico_001.png") left center no-repeat #ececec;
  color: #cc3300;
}

.list-fy {
  text-align: center;
  margin: 0 auto 40px auto;
  min-height: 40px;
}

/*piclist*/
.pic-list {
  width: 960px;
  overflow: hidden;
  height: auto;
  margin: 20px auto;
}

.pic-list ul {
  width: 1000px;
  margin: 0 auto;
  padding: 0;
}

.pic-list li {
  width: 209.5px;
  margin-right: 30px;
  float: left;
  margin-bottom: 0;
}

.pic-list li img {
  width: 207.5px;
  height: 280px;
  border: #efefef 1px solid;
  padding: 5px;
}

.pic-list li img:hover {
  border: #8f000b 1px solid;
  padding: 5px;
}

.pic-list li a {}

.pic-list li a:hover {
  color: #000;
}

.pic-list li span {
  text-align: center;
  width: 100%;
  line-height: 40px;
  color: #333;
  display: block;
  margin-bottom: 10px;
  margin-top: 10px;
}


/*content*/
.wafx {
  float: right;
  margin: 30px 0 0 0;
  position: absolute;
  bottom: 20px;
  right: 0
}

.icontent {
  height: auto;
  width: 1160px;
  background: #ffffff;
  overflow: hidden;
  position: relative;
  margin: 10px auto 20px auto;
  padding: 0 20px;
}

.c-content {
  height: auto;
  overflow: hidden;
  position: relative;
  margin: 30px auto 40px auto;
  padding: 0 20px;
}

.c-content .c-title {
  font-size: 30px;
  color: #8f000b;
  line-height: 50px;
  text-align: center
}

.c-content .other-s {
  font-size: 14px;
  line-height: 35px;
  text-align: center;
  color: #666666;
  background: #f5f5f5;
  margin: 15px auto 0 auto;
  position: relative;
}

.c-content .other-s .sjfx {
  position: absolute;
  right: 10px;
  top: 10px;
}

.c-content .nr-info {
  height: auto;
  overflow: hidden;
  position: relative;
  text-align: left
}

.c-content .nr-info p {
  font-size: 16px;
  line-height: 34px;
  margin: 15px 0;
  /*text-indent:2em;*/
  text-align: left
}

.wz_fj {}

.wz_fj p {
  line-height: 36px;
  color: #4B0C77;
  font-size: 16px;
  background: url("../images/ico_fj2.png") left center no-repeat;
  padding: 0 0 0 20px
}

.wz_fj a {
  line-height: 36px;
  font-size: 16px;
}

.wzclose-relative {
  text-align: center;
  margin-top: 30px;
}

.wzclose-relative span {
  margin: 0 15px;
}

.i-sxt {
  border-top: #d9d9d9 1px solid;
  margin: 20px auto;
  padding: 20px 0;
}

.i-sxt p {
  display: block;
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  background: none;
}

.i-sxt a {
  color: #555555;
  font-size: 14px;
  line-height: 30px;
}

.i-sxt a:hover {
  color: #cc0010;
}


/*zyly_box*/
.zylylist_box {
  width: 1200px;
  margin: 0 auto;
  height: auto;
  overflow: hidden;
  padding: 50px 0
}

.zylylist_box ul {
  width: 1300px;
}

.zylylist_box li {
  width: 270px;
  float: left;
  margin: 0 40px 40px 0;
  overflow: hidden;
}

.zylylistzst {
  width: 270px;
  height: 170px;
  overflow: hidden;
  display: block;
}

.zylylistzst img {
  width: 270px;
  height: 170px;
  overflow: hidden;
}

.zylylist_box li p {
  background: #f4f4f4;
  padding: 10px 15px;
  margin: 0;
  line-height: 27px;
  height: 220px;
}

.zylylist_box li p span {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 18px;
  color: #333333;
  line-height: 40px;
  font-weight: bold;
}

.zylylist_box li p img {
  float: left;
}


/**/
/*pictxt*/
.hot-new {
  overflow: hidden;
  margin-bottom: 14px;
  border-bottom: 1px solid #dfdfdf;
}

.hot-new .pic-box {
  float: left;
  width: 320px;
  position: relative;
  margin-right: 42px;
}

.hot-new .pic {
  padding-top: 71%;
  position: relative;
  overflow: hidden;
}

.hot-new .pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.hot-new .pic:hover img {
  --webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}

.hot-new .pic-box i {
  position: absolute;
  top: 0;
  right: 0;
  width: 55px;
  height: 43px;
  background: url(../images/q-hot.jpg) no-repeat center center;
}

.hot-new .txt {
  padding-bottom: 25px;
  overflow: hidden;
  margin-top: 10px;
  position: relative;
}

.hot-new .txt h3 {
  font-size: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 22px;
}

.hot-new .txt h3 a {
  color: #555;
}

.hot-new .txt h3 a:hover {
  color: #008f40;
}

.hot-new .txt p {
  font-size: 14px;
  line-height: 26px;
  color: #555;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 78px;
}

.hot-new .txt .btn-look {
  display: block;
  margin-top: 35px;
  width: 98px;
  height: 31px;
  line-height: 29px;
  text-align: center;
  font-size: 14px;
  color: #FFF;
  border: 1px solid #999999;
  background-color: #999999;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.hot-new .txt .btn-look:hover {
  border: 1px solid #cccccc;
  color: #cccccc;
  background-color: #fff;
}

.hot-new .txt .time {
  position: absolute;
  right: 0;
  bottom: 0;
  padding-left: 20px;
  font-size: 14px;
  color: #555;
  background: url(../images/time.png) no-repeat left center;
}

.ul-news li .inner {
  overflow: hidden;
  padding: 20px 0;
  border-top: 1px solid #e4e4e4;
}

.ul-news li:first-child .inner {
  border-top: none;
}

.ul-news .time {
  float: left;
  width: 75px;
  margin-right: 20px;
}

.ul-news .time strong {
  display: block;
  font-size: 30gpx;
  font-family: "Arial";
  color: #fff;
  background-color: #008f40;
  height: 45px;
  line-height: 45px;
  text-align: center;
}

.ul-news .time span {
  border: 1px solid #008f40;
  border-top: none;
  display: block;
  font-size: 14px;
  color: #8a8a8a;
  height: 29px;
  line-height: 29px;
  text-align: center;
}

.ul-news .txt {
  overflow: hidden;
  padding-top: 4px;
}

.ul-news .txt h4 {
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
}

.ul-news .txt h4 a {
  color: #555;
}

.ul-news .txt p {
  font-size: 14px;
  line-height: 22px;
  color: #585858;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 24px;
}

.ul-news li:hover {
  background-color: #f2f2f2;
}

.ul-news li:hover .time strong {
  background-color: #008f40;
}

.ul-news li:hover .time span,
.ul-news li:hover .txt h4 a,
.ul-news li:hover .txt p {
  color: #008f40;
}

/*footer*/
.footer {
  width: 100%;
  height: 170px;
  border-top: #bfbfbf 5px solid;
  background: #8f000b;
}

.end_box {
  width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
  height: auto;
}

.end_left {
  float: left;
  width: 850px;
}

.end_right {
  float: right;
  width: 234px;
}

.end_link {
  font-size: 14px;
  line-height: 60px;
  color: #b7bbc5;
  border-bottom: #1b980d 1px solid;
}

.end_link a {
  color: #ffffff;
  font-size: 16px;
  line-height: 60px;
  padding: 0 10px
}

.end_link a:hover {
  color: #4B0C77;
}

.copright {
  font-size: 14px;
  color: #f1f2f3;
  line-height: 34px;
}

.copright p {
  font-size: 14px;
  color: #f1f2f3;
  padding: 0;
  margin: 0
}
.copright a{ color: #f1f2f3;}
/*upbox*/
.appear-up {
  opacity: 1;
  -webkit-animation: appear-up 1s ease;
  -moz-animation: appear-up 1s ease;
  -o-animation: appear-up 1s ease;
  animation: appear-up 1s ease;
}

@-webkit-keyframes appear-up {
  0% {
    -webkit-transform: translate(0, 100px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
}

@-moz-keyframes appear-up {
  0% {
    -moz-transform: translate(0, 100px);
    opacity: 0;
  }

  100% {
    -moz-transform: translate(0, 0);
    opacity: 1;
  }
}

@-ms-keyframes appear-up {
  0% {
    -ms-transform: translate(0, 100px);
    opacity: 0;
  }

  100% {
    -ms-transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes appear-up {
  0% {
    transform: translate(0, 100px);
    opacity: 0;
  }

  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

/*appear-left*/
.appear-left {
  opacity: 1;
  -webkit-animation: appear-left 1s ease;
  -moz-animation: appear-left 1s ease;
  -o-animation: appear-left 1s ease;
  animation: appear-left 1s ease;
}

@-webkit-keyframes appear-left {
  0% {
    -webkit-transform: translate(-100px, 0);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
}

@-moz-keyframes appear-left {
  0% {
    -moz-transform: translate(-100px, 0);
    opacity: 0;
  }

  100% {
    -moz-transform: translate(0, 0);
    opacity: 1;
  }
}

@-ms-keyframes appear-left {
  0% {
    -ms-transform: translate(-100px, 0);
    opacity: 0;
  }

  100% {
    -ms-transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes appear-left {
  0% {
    transform: translate(-100px, 0);
    opacity: 0;
  }

  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

/*appear-right*/
.appear-right {
  opacity: 1;
  -webkit-animation: appear-right 1s ease;
  -moz-animation: appear-right 1s ease;
  -o-animation: appear-right 1s ease;
  animation: appear-right 1s ease;
}

@-webkit-keyframes appear-right {
  0% {
    -webkit-transform: translate(100px, 0);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
}

@-moz-keyframes appear-right {
  0% {
    -moz-transform: translate(100px, 0);
    opacity: 0;
  }

  100% {
    -moz-transform: translate(0, 0);
    opacity: 1;
  }
}

@-ms-keyframes appear-right {
  0% {
    -ms-transform: translate(100px, 0);
    opacity: 0;
  }

  100% {
    -ms-transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes appear-right {
  0% {
    transform: translate(100px, 0);
    opacity: 0;
  }

  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}


.title2 {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.title2 h4 {
  font-size: 26px;
  color: #212121;
  float: left;
  line-height: 50px;
  text-indent: 40px;
}

.title2 a {
  font-size: 16px;
  color: #808080;
  float: right;
  line-height: 40px;
  margin-top: 10px;
  display: block;
}

.icon2 {
  background: url(../images/icon2.png) no-repeat;
  background-position-y: 11px;
}

.icon4 {
  background: url(../images/icon4.png) no-repeat;
  background-position-y: 11px;
}

.icon5 {
  background: url(../images/icon5.png) no-repeat;
  background-position-y: 11px;
}

.icon55 {
  background: url(../images/icon555.jpg) no-repeat;
  background-position-y: 15px;
}



.focusBox {
  position: relative;
  width: 580px;
  height: 367px;
  overflow: hidden;
  float: left;
}
}


.focusBox .pic {
  padding-top: 75%;
  position: relative;
  overflow: hidden;
}

.focusBox .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.focusBox .pic img:hover {
  transform: scale(1.1);
  cursor: pointer;
}

.focusBox a {
  display: block;
  position: relative;
}

.focusBox a .pic {
  padding-top: 63%;
}



.focusBox a .pic>img:hover {
  /* width: 102% !important; */
  /* height: 102% !important; */
}

.focusBox a .text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  background: rgba(0, 0, 0, .8);
  padding: 0 20px;
}

.focusBox a .text p {
  font-size: 16px;
  line-height: 40px;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0;
  margin: 0;
  width: 80%;
}

..focusBox a .text span {
  font-size: 14px;
  color: #fff;
  line-height: 40px;
  background: url(../images/date_cio.png) left center no-repeat;
  padding-left: 20px;
}

.focusBox .slick-dots {
  width: auto;
  right: 5px;
  bottom: 5px;
  height: 20px;
}

.focusBox .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0 4px;
  border-radius: 50%;
  background: #ffffff;
}

.focusBox .slick-dots li button {
  display: none;
}

.focusBox .slick-dots li.slick-active {
  background: #8f000b;
}


.wap {
  display: none;
}

.leftNav>ul {
  display: none
}

@media screen and (max-width: 1024px) {
  input, button {
    border: none;
    outline: none;
  }

  html {
    font-size: 85px;
  }

  body {
    padding-top: 60px !important;
    min-width: 100% !important;
  }

  .pc {
    display: none;
  }

  .wap {
    display: block;
  }

  .b-top {
    display: none;
  }

  .m-head {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #8f000b;
    padding: 10px;
    z-index: 999;
    box-shadow: 0 5px 5px rgb(0 0 0 / 20%);
  }

  .m-logo {
    font-size: 0;
  }

  .m-logo a {
    font-size: 20px;
    line-height: 40px;
    display: flex;
    justify-content: flex-start;
    color: #fff;
    font-weight: bold;
  }

  .m-logo img {
    max-height: 39px;
    max-width: 80%;
    vertical-align: middle;
  }

  .m-tlink {
    padding: 10px 15px 0 15px;
  }

  .m-tlink a {
    font-size: 14px;
    margin-right: 15px;
    margin: 5px 0;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    background: #fff;
    color: #333;
    line-height: 30px;
    padding: 0 15px;
    border-radius: 5px;
    margin: 0 4px;
  }

  .m-search {
    margin: 0 15px;
    padding-right: 50px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    line-height: 35px;
    /* background: #fff; */
    margin-top: 15px;
    border: 1px solid #fff;
  }

  .m-search input[type="text"] {
    display: block;
    width: 100%;
    line-height: 25px;
    background: none;
    color: #fff;
  }

  .m-search input[type="text"]::placeholder {
    color: #fff;
  }

  .m-search input[type="image"] {
    position: absolute;
    right: 10px;
    top: 10px;
    height: 15px;
  }

  .m-nav {
    position: fixed;
    top: 60px;
    left: 100%;
    right: 0;
    bottom: 0;
    z-index: 999;
    background: #8f000b;
    overflow-y: scroll;
  }

  .m-nav ul {
    padding: 0 15px;
    /* border-top: 1px solid rgba(255, 255, 255, 0.2); */
  }

  .m-nav ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
  }

  .m-nav ul li>span.on {
    transform: rotateZ(90deg);
  }

  .m-nav ul li ul {
    display: none;
  }

  .m-nav ul li ul li {
    border: none;
  }

  .m-nav>ul>li a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding: 15px 0;
    position: relative;
    color: #fff;
  }

  .m-nav>ul>li ul li a {
    padding: 10px 0;
  }

  .m-nav>ul>li>span {
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../images/m-nav_down.png) no-repeat;
    background-size: 14px 14px;
    background-position: center center;
    right: 0;
    top: 15px;
    cursor: pointer;
    display: block;
    color: #fff;
    transition: all 0.3s;
  }

  .top {
    max-width: 1920px;
    margin: 0 auto;
    position: fixed;
    right: 10px;
    top: 16px;
    width: 25px;
    height: 25px;
    z-index: 9999;
  }

  .top>img {
    display: block;
    width: 100%;
  }

  .wap-menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999;
    font-size: 0;
  }

  .wap-menu img {
    height: 25px;
  }

  .close-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
  }

  .leftNav {
    display: block;
    float: left;
    width: 300px;
    position: relative;
    margin-right: 50px;
  }

  .leftNav>h1 {
    line-height: 80px;
    color: #fff;
    font-size: 23px;
    overflow: hidden;
    /* text-align: center; */
    /* font-weight: normal; */
    padding-left: 40px;
    background: #BF1616;
    background: linear-gradient(90deg, #BF1616 0%, #940303 100%);
  }


  .leftNav p {
    margin-left: 20px;
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    padding: 20px 0;
  }

  .leftNav>ul {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: linear-gradient(0deg, #f7ecec 0%, #FFFFFF 100%);
  }

  .leftNav>ul>li {
    position: relative;
    border-bottom: 1px solid #e5e5e5;
  }

  .leftNav>ul>li:first-child {
    border-top: none;
  }

  .leftNav>ul>li:last-child {
    border-bottom: 1px solid transparent;
  }

  .leftNav ul li a {
    display: block;
    font-size: 16px;
    line-height: 40px;
    padding-left: 35px;
    color: #333;
  }

  .leftNav>ul>li>span {
    position: absolute;
    width: 25px;
    height: 25px;
    right: 12px;
    top: 20px;
    line-height: 50px;
    background: url(../images/sub_left_down.png) no-repeat center center;
    cursor: pointer;
    transition: all 0.3s;
  }

  .leftNav>ul>li.on>span {
    transform: rotate(90deg);
  }

  .leftNav>ul>li.on>a {
    color: #BF1616;
    border-left: 3px solid #BF1616;
    font-weight: bold;
  }

  .leftNav>ul>li.activ {
    background: #dadada;
  }

  .leftNav>ul>li.active>a {
    color: #BF1616;
    border-left: 5px solid #BF1616;
    font-weight: bold;
  }

  .leftNav ul li:hover {}

  .leftNav ul li.active {
    /*border-left: 3px solid #009194;*/
  }

  .leftNav ul li.active ul {
    display: block;
  }

  .leftNav ul li a:hover {
    background-position: 31px center;
    color: #BF1616;
  }

  .leftNav>ul>li>ul {
    display: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .leftNav>ul>li>ul>li>a {
    font-size: 16px;
    line-height: 45px;
    border-top: 1px solid rgba(0, 0, 0, 0.04);
    padding-left: 65px;
    color: #666666;
  }

  .nymain .leftNav {
    float: none;
    width: auto;
    top: 0;
    margin-right: 0;
    margin-top: 15px;
  }

  .nymain .leftNav>p {
    font-size: 18px;
    padding: 10px 0;
  }








  .leftNav>h1 {
    line-height: 46px;
    font-size: 18px;
    text-align: left;
    padding-left: 15px;
    font-weight: 600;
    padding-top: 0;
    background: #8f000b;
  }

  .leftNav>h1 span {
    float: right;
    width: 30px;
    height: 30px;
    margin-top: 11px;
    background: url(../images/sub_left_down2.png) no-repeat center center;
    background-position: center center;
    margin-right: 10px;
    transition: all 0.3s;
  }

  .leftNav>h1 span.on {
    transform: rotateZ(45deg);
  }



  .leftNav {
    float: none;
    width: auto;
    top: 0;
    margin-right: 0;
    margin-top: 15px;
  }

  .leftNav>p {
    font-size: 18px;
    padding: 10px 0;
  }








  .w1200 {
    width: 100%
  }

  .list_banner {
    height: auto
  }

  .list_main_left {
    display: none
  }

  .list_main {
    width: 100%;
  }

  .this_dqwz {
    width: 96%;
    float: none;
    padding: 0 2%;
    margin-top: 10px;
    overflow: hidden;
  }

  .list_main_right {
    width: 100%;
    float: none;
    height: auto;
    overflow: hidden;
  }

  .footer {
    height: auto;
    overflow: hidden
  }

  .end_box {
    width: 100%
  }

  .end_left {
    width: 100%;
    float: none;
  }

  .end_right {
    width: 100%;
    float: none;
    display: flex;
    justify-content: center;
  }

  .this_mapname {
    width: 100%;
    top: 0;
    float: none;
    position: relative;
    padding: 0 0;
    height: auto;
    margin-top: 0;
  }

  .this_map {
    height: auto;
    top: 0;
    background: none;
  }

  .copright {
    text-align: center;
    padding: 0 0;
  }

  .select {
    margin: 15px;
  }

  .this_mapname h1 {
    font-size: 20px;
    line-height: 50px;
  }

  .this_dqwz h2 {
    width: 100%;
    text-align: left;
    float: none;
    line-height: 40px;
  }

  .this_dqwz>div {
    text-align: left;
  }

  .ibanner img {
    height: 21vh;
    /* object-fit: cover; */
  }

  .ibanner .slick-prev {
    display: none !important;
  }

  .ibanner .slick-next {
    display: none !important;
  }

  .newx_box {
    width: 98%;
    margin: 0 auto;
  }

  .focusBox {
    width: 100%;
    float: none;
    height: auto;
  }

  .focusBox .pic {
    width: 100% !important;
    height: auto !important;
  }

  .focusBox .pic img {
    width: 100%;
    height: auto;
  }

  .newx_box_left1 {
    width: 100%;
    margin: 30px auto 0 auto !important;
    float: none;
  }

  .newx_box_left2 {
    width: 100%;
    margin: 20px auto 0 auto !important;
    float: none;
  }

  .newx_box_right2 {
    width: 100%;
    margin: 30px auto 0 auto !important;
    float: none;
  }

  .bg111 {
    background: #fff;
  }

  .newx_box_left {
    width: 100% !important;
    float: none;
    margin: 20px auto !important
  }

  .newx_box_right {
    width: 100% !important;
    float: none;
  }

  .td_box {
    width: 100%;
  }

  .pic_yqlink {
    width: 100%;
    height: auto;
  }
  .link_bg{    height: auto;}
  .xysh_box{
    padding: 0 1%;
    margin: 20px auto;
}
  .nr-info img{max-width:100%; height:auto}
  .c-content .c-title{
    font-size: 22px;
    line-height: 40px;
}
  .list_box{  width: 98%;}
  .pic-list{
    width: 100%;
}
 .pic-list ul{width: 100%;display: flex;flex-wrap: wrap;/* margin: 0 -10px; */}
  .pic-list li{
    width: 33%;
    margin: 0 0;
    float: none;
    text-align: center;
}
    .pic-list li a{
    display: block;
    margin: 0 auto;
}
  .pic-list li img{}
  .ilistfy li{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    margin: 0 auto;
    width: 98%;
    float: none;
}
  .ilistfy li a{
    flex: 1;
    min-width: 0;
    margin-left: 20px;
}
    .ilistfy li h2{
    line-height: 30px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
  .ilistfy li p{
    line-height: 24px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
  .lead_wz{
    width: 96% !important;
    margin: 0 auto !important;
    float: none !important;
}
}

@media screen and (max-width: 768px) {
  .m-logo a {
    font-size: 16px;
  }
  .title2 h4{
    font-size: 22px;
}
  .select dt{
    width: 170px;
}
    .pic_yqlink ul{
    display: flex;
    flex-wrap: wrap;
    background: #fff;
}
  .pic_yqlink li{
    height: 40px;
    line-height: 40px;
    width: 50%;
    margin: 0 auto;
    text-align: center;
}
  .pic_yqlink ul li.first{
    height: 40px;
    line-height: 40px;
    width: 100%;
    margin: 0 auto;
    }
  .pic-list li{
    width: 48%;
}

}

@media screen and (max-width: 640px) {
  .list_box li a{
    height: auto;
    float:none;
    width:100%;
    overflow: hidden;
    text-overflow: initial;
    white-space: initial;
    text-align: left;
}
.list_box li{height: auto;text-align: left;line-height: 30px;padding: 10px 0;}
  .list_box li .times{float:none;width:100%;text-align: left;}
}