﻿/* 初始化CSS  重置浏览器样式*/
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
  margin: 0;
  padding: 0;
}
fieldset,
img {
  border: none;
}
ul,
ol,
li {
  list-style: none;
}
input {
  padding-top: 0;
  padding-bottom: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  border: 0 none;
}
select,
input {
  vertical-align: middle;
}
select,
input,
textarea {
  font-size: 14px;
  margin: 0;
  outline: none;
}
textarea {
  resize: none;
}
table {
  border-collapse: collapse;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
body {
  font-size: 16px;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif !important;
}
a {
  color: #333;
  text-decoration: none;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-size: 16px;
}
a:hover {
  text-decoration: none;
  color: #ce0025;
}
i,
b {
  font-style: normal;
}
.wrap {
  width: 1200px;
  height: 100%;
  position: relative;
  margin: 0 auto;
}
.top_photo {
  width: 100%;
  height: 544px;
  background: url(../images/top_photo.jpg) no-repeat center top;
  max-width: 1920px;
  margin: 0 auto;
}
.top_menu {
  width: 100%;
  height: 50px;
  background-color: #ed0101;
  max-width: 1920px;
  margin: 0 auto;
}
.top_menu ul {
  overflow: hidden;
}
.top_menu ul li {
  width: 133px;
  height: 50px;
  float: left;
}
.top_menu ul li a {
  display: block;
  width: 133px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #FFF;
  font-size: 18px;
}
.top_menu ul li a:hover {
  background-color: #d00101;
}
.hyzx_box {
  max-width: 1920px;
  margin: 30px auto 0;
}
.hyzx_box .wrap {
  overflow: hidden;
}
.hyzx_box .hyzxSlider {
  width: 560px;
  height: 315px;
  float: left;
  position: relative;
}
.hyzx_box .hyzxSlider .swiper-slide {
  width: 560px;
  height: 315px;
  position: relative;
}
.hyzx_box .hyzxSlider .swiper-slide .pic {
  width: 560px;
  height: 315px;
}
.hyzx_box .hyzxSlider .swiper-slide .pic a {
  display: block;
  height: 100%;
}
.hyzx_box .hyzxSlider .swiper-slide .pic a img {
  width: 100%;
  height: 100%;
}
.hyzx_box .hyzxSlider .swiper-slide .mask {
  position: absolute;
  width: 100%;
  height: 60px;
  background: url(../images/mask_slider.png) repeat-x left bottom;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.hyzx_box .hyzxSlider .swiper-slide .tit {
  width: 460px;
  height: 40px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
}
.hyzx_box .hyzxSlider .swiper-slide .tit a {
  display: block;
  width: 440px;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  color: #FFF;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.hyzx_box .hyzxSlider .swiper-pagination-hyzx {
  width: 100px;
  height: 40px;
  position: absolute;
  left: auto;
  right: 0;
  bottom: 0;
  z-index: 9;
  line-height: 40px;
}
.hyzx_box .hyzxSlider .swiper-pagination-hyzx .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #FFF;
  vertical-align: middle;
  transition: .5s all;
  opacity: 1;
}
.hyzx_box .hyzxSlider .swiper-pagination-hyzx .swiper-pagination-bullet-active {
  background-color: #fcd479;
  width: 25px;
  border-radius: 5px;
}
.hyzx_box .txtWrap {
  width: 610px;
  height: 315px;
  float: right;
  overflow: hidden;
}
.hyzx_box .txtWrap .headNews h2 a {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.hyzx_box .txtWrap .headNews .desc {
  color: #666;
  line-height: 1.6;
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: dashed 1px #999;
}
.hyzx_box .txtWrap .hyzx_list {
  margin-top: 10px;
}
.hyzx_box .txtWrap .hyzx_list li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 2.6;
}
.hyzx_box .txtWrap .hyzx_list li::before {
  content: '';
  background: url(../images/icon_news_list_arrow.png) no-repeat;
  width: 6px;
  height: 11px;
  display: inline-block;
  vertical-align: middle;
  margin: -3px 10px 0 0;
}
.hy_box {
  max-width: 1920px;
  margin: 30px auto 0;
}
.hy_box .wrap {
  overflow: hidden;
}
.hy_box .hyyc_box {
  width: 590px;
  float: left;
}
.hy_box .hyyc_box .title {
  width: 100%;
  height: 50px;
  position: relative;
}
.hy_box .hyyc_box .title h2 {
  width: 100%;
  height: 100%;
  text-indent: -1978px;
  overflow: hidden;
  background: url(../images/title_hyyc.png) no-repeat left bottom;
}
.hy_box .hyyc_box .title .more {
  font-size: 18px;
  color: #999;
  position: absolute;
  right: 30px;
  top: 0;
  z-index: 9;
}
.hy_box .hyyc_box ul {
  margin-top: 10px;
}
.hy_box .hyyc_box ul li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 2.8;
  padding-right: 30px;
}
.hy_box .hyyc_box ul li::before {
  content: '';
  background: url(../images/icon_news_list_arrow.png) no-repeat;
  width: 6px;
  height: 11px;
  display: inline-block;
  vertical-align: middle;
  margin: -3px 10px 0 0;
}
.hy_box .hywj_box {
  width: 590px;
  float: right;
}
.hy_box .hywj_box .title {
  width: 100%;
  height: 50px;
  position: relative;
}
.hy_box .hywj_box .title h2 {
  width: 100%;
  height: 100%;
  text-indent: -1978px;
  overflow: hidden;
  background: url(../images/title_hywj.png) no-repeat left bottom;
}
.hy_box .hywj_box .title .more {
  font-size: 18px;
  color: #999;
  position: absolute;
  right: 30px;
  top: 0;
  z-index: 9;
}
.hy_box .hywj_box ul {
  margin-top: 10px;
}
.hy_box .hywj_box ul li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 2.8;
}
.hy_box .hywj_box ul li::before {
  content: '';
  background: url(../images/icon_news_list_arrow.png) no-repeat;
  width: 6px;
  height: 11px;
  display: inline-block;
  vertical-align: middle;
  margin: -3px 10px 0 0;
}
.tajx_box {
  max-width: 1920px;
  margin: 30px auto 0;
}
.tajx_box .title {
  width: 100%;
  height: 50px;
  position: relative;
}
.tajx_box .title h2 {
  width: 100%;
  height: 100%;
  text-indent: -1978px;
  overflow: hidden;
  background: url(../images/title_tajx.png) no-repeat left bottom;
}
.tajx_box .title .more {
  font-size: 18px;
  color: #999;
  position: absolute;
  right: 30px;
  top: 0;
  z-index: 9;
}
.tajx_box .tajx_list {
  padding: 0 10px;
  width: 1180px;
}
.tajx_box .tajx_list ul {
  overflow: hidden;
}
.tajx_box .tajx_list li {
  width: 580px;
  height: 120px;
  float: left;
  overflow: hidden;
  margin: 30px 20px 0 0;
}
.tajx_box .tajx_list li:nth-of-type(2n) {
  margin-right: 0;
}
.tajx_box .tajx_list li .date {
  width: 120px;
  height: 120px;
  background-color: #f0f0f0;
  float: left;
  overflow: hidden;
}
.tajx_box .tajx_list li .date p {
  color: #454545;
  text-align: center;
  font-size: 30px;
  margin-top: 30px;
}
.tajx_box .tajx_list li .date span {
  display: block;
  text-align: right;
  color: #454545;
  padding-right: 20px;
}
.tajx_box .tajx_list li .txtCon {
  width: 440px;
  float: right;
}
.tajx_box .tajx_list li .txtCon h3 {
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tajx_box .tajx_list li .txtCon h3 a {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}
.tajx_box .tajx_list li .txtCon .desc {
  color: #666;
  line-height: 1.6;
  text-align: justify;
  margin-top: 10px;
}
.tjhg_box {
  max-width: 1920px;
  margin: 30px auto 0;
}
.tjhg_box .wrap {
  overflow: hidden;
}
.tjhg_box .tjbg_box {
  width: 590px;
  float: left;
}
.tjhg_box .tjbg_box .title {
  width: 100%;
  height: 50px;
  position: relative;
}
.tjhg_box .tjbg_box .title h2 {
  width: 100%;
  height: 100%;
  text-indent: -1978px;
  overflow: hidden;
  background: url(../images/title_tjbg.png) no-repeat left bottom;
}
.tjhg_box .tjbg_box .title .more {
  font-size: 18px;
  color: #999;
  position: absolute;
  right: 30px;
  top: 0;
  z-index: 9;
}
.tjhg_box .tjbg_box .tjbg_con {
  margin-top: 30px;
}
.tjhg_box .tjbg_box .tjbg_con .banner {
  display: block;
  width: 578px;
  height: 360px;
}
.tjhg_box .tjbg_box .tjbg_con .banner img {
  width: 100%;
  height: 100%;
}
.tjhg_box .jchg_box {
  width: 590px;
  float: right;
}
.tjhg_box .jchg_box .title {
  width: 100%;
  height: 50px;
  position: relative;
}
.tjhg_box .jchg_box .title h2 {
  width: 100%;
  height: 100%;
  text-indent: -1978px;
  overflow: hidden;
  background: url(../images/title_jchg.png) no-repeat left bottom;
}
.tjhg_box .jchg_box .title .more {
  font-size: 18px;
  color: #999;
  position: absolute;
  right: 30px;
  top: 0;
  z-index: 9;
}
.tjhg_box .jchg_box .jchg_con {
  margin-top: 30px;
}
.tjhg_box .jchg_box .jchg_con a {
  display: block;
  width: 578px;
  height: 110px;
  margin-top: 15px;
}
.tjhg_box .jchg_box .jchg_con a img {
  width: 100%;
  height: 100%;
}
.tjhg_box .jchg_box .jchg_con a:first-child {
  margin-top: 0;
}
.wyfc_box {
  max-width: 1920px;
  margin: 30px auto 0;
  background: url(../images/bg_wyfc.jpg) no-repeat center 50px;
  height: 845px;
}
.wyfc_box .title {
  width: 100%;
  height: 50px;
  position: relative;
}
.wyfc_box .title h2 {
  width: 100%;
  height: 100%;
  text-indent: -1978px;
  overflow: hidden;
  background: url(../images/title_wyfc.png) no-repeat left bottom;
}
.wyfc_box .title .more {
  font-size: 18px;
  color: #999;
  position: absolute;
  right: 30px;
  top: 0;
  z-index: 9;
}
.wyfc_box .wyfc_con {
  margin-top: 30px;
}
.wyfc_box .wyfc_con a {
  position: absolute;
  width: 232px;
  height: 375px;
  z-index: 9;
}
.wyfc_box .wyfc_con a img {
  width: 100%;
  height: 100%;
}
.wyfc_box .wyfc_con a:nth-of-type(1) {
  left: 0;
  top: 300px;
}
.wyfc_box .wyfc_con a:nth-of-type(2) {
  left: 242px;
  top: 180px;
}
.wyfc_box .wyfc_con a:nth-of-type(3) {
  left: 484px;
  top: 85px;
}
.wyfc_box .wyfc_con a:nth-of-type(4) {
  left: 484px;
  top: 470px;
}
.wyfc_box .wyfc_con a:nth-of-type(5) {
  left: 726px;
  top: 210px;
}
.wyfc_box .wyfc_con a:nth-of-type(6) {
  left: 968px;
  top: 100px;
}
.spbb_box {
  max-width: 1920px;
  margin: 30px auto 0;
  background: url(../images/bg_spbb.jpg) no-repeat center bottom;
  padding-bottom: 50px;
}
.spbb_box .title {
  width: 100%;
  height: 50px;
  position: relative;
}
.spbb_box .title h2 {
  width: 100%;
  height: 100%;
  text-indent: -1978px;
  overflow: hidden;
  background: url(../images/title_spbb.png) no-repeat left bottom;
}
.spbb_box .title .more {
  font-size: 18px;
  color: #999;
  position: absolute;
  right: 30px;
  top: 0;
  z-index: 9;
}
.spbb_box .spbb_con {
  margin-top: 30px;
  overflow: hidden;
}
.spbb_box .spbb_con .hot_video {
  float: left;
}
.spbb_box .spbb_con .hot_video a {
  display: block;
  width: 800px;
  height: 450px;
}
.spbb_box .spbb_con .hot_video a img {
  width: 100%;
  height: 100%;
}
.spbb_box .spbb_con .spbbSlider_box {
  width: 400px;
  height: 450px;
  float: left;
  background: url(../images/bg_small.jpg) no-repeat right top;
  position: relative;
}
.spbb_box .spbb_con .spbbSlider_box .swiper-button-prev {
  width: 28px;
  height: 17px;
  background: url(../images/slide_btm_up_arrow.png) no-repeat;
  left: 50%;
  top: 40px;
  margin-left: -14px;
  opacity: .2;
}
.spbb_box .spbb_con .spbbSlider_box .swiper-button-prev:hover {
  opacity: 1;
}
.spbb_box .spbb_con .spbbSlider_box .swiper-button-next {
  width: 28px;
  height: 17px;
  background: url(../images/slide_btm_down_arrow.png) no-repeat;
  left: 50%;
  top: auto;
  bottom: 20px;
  margin-left: -14px;
  opacity: .2;
}
.spbb_box .spbb_con .spbbSlider_box .swiper-button-next:hover {
  opacity: 1;
}
.spbb_box .spbb_con .spbbSlider {
  width: 360px;
  height: 330px;
  position: relative;
  margin: 60px 20px;
}
.spbb_box .spbb_con .spbbSlider .swiper-slide {
  width: 360px;
  height: 55px;
}
.spbb_box .spbb_con .spbbSlider .swiper-slide a {
  display: block;
  width: 320px;
  height: 55px;
  line-height: 55px;
  padding: 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 10px;
}
.spbb_box .spbb_con .spbbSlider .swiper-slide a:hover {
  background-color: #ed3538;
  color: #FFF;
}
.footer {
  background: #c81b15;
  width: 100%;
  padding: 30px 0;
  position: relative;
  clear: both;
}
.footer p {
  text-align: center;
  color: #FFF;
  line-height: 1.8;
}
.footer p a {
  color: #FFF;
}
.footer .icon_dzjg {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -40px 0 0 -265px;
  z-index: 9;
  width: 80px;
  height: 80px;
}
/* page */
.page {
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-bottom: 20px;
  clear: both;
}
.page span {
  padding: 5px 10px;
  border: solid 1px #eee;
  margin-right: 10px;
}
.page a {
  padding: 5px 10px;
  border: solid 1px #b20d00;
  margin-right: 10px;
}
.page a.num {
  border: solid 1px #FFF;
}
.page span.on {
  background: #bd1a2d;
  color: #FFF;
  border: none;
}
.page a.hover {
  background: #bd1a2d;
  color: #FFF;
  border: solid 1px #FFF;
}
/* 内容页*/
.location {
  width: 1100px;
  margin: 0 auto;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #666666;
  margin-left: 20px;
}
.secBox {
  width: 1020px;
  margin: 0 auto;
  padding: 0px 40px;
  overflow: hidden;
}
.secBox .print {
  color: #333;
  font-size: 16px;
  float: right;
}
.secBox .print i {
  width: 17px;
  height: 19px;
  margin: 5px 5px 0 0;
  display: block;
  float: left;
  background: url("../images/icon_print.png") no-repeat;
}
.secBox .secList {
  margin-top: 20px;
  display: block;
}
.secBox .secList li {
  line-height: 50px;
  font-size: 16px;
  clear: both;
}
.secBox .conTit {
  border-bottom: 1px dotted #bfbfbf;
  padding-bottom: 15px;
  clear: both;
}
.secBox .conTit h1 {
  font-size: 26px;
  color: #222;
  text-align: center;
  line-height: 50px;
}
.secBox .conTit .time {
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  color: #666;
}
.contentBox {
  padding: 20px 0px;
  line-height: 2;
  font-size: 16px;
}
secBox .contentBox {
  margin-top: 15px;
  line-height: 2;
}
/* 列表页*/
.headline {
  padding: 0px 20px;
}
.location {
  height: 50px;
  line-height: 50px;
  width: 1200px;
  margin: 0 auto;
}
.location a {
  color: #222;
}
.secondContent {
  width: 1200px;
  margin: 0 auto;
}
.secondContent .title {
  border-bottom: 1px solid #d9d9d9;
  height: 45px;
}
.secondContent .title:before {
  content: "";
  width: 4px;
  height: 28px;
  background: #cb0000;
  display: block;
  float: left;
  margin: 8px;
}
.secondContent .title h2 {
  font-size: 30px;
  color: #222;
  font-weight: bold;
  display: inline-block;
}
.secListTitle {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 15px;
}
.secListTitle h2 {
  font-size: 18px;
  color: #be160d;
  font-weight: bold;
  border-bottom: solid 2px #be160d;
  padding: 0 20px;
  display: inline;
  padding-bottom: 7px;
  margin-left: 10px;
}
.thirdCon {
  margin-top: 10px;
  font-size: 16px;
  line-height: 2;
  padding: 25px 0px;
}
.thirdContent {
  width: 1200px;
  margin: 0 auto;
}
.thirdContent .title {
  border-bottom: 1px solid #d9d9d9;
}
.thirdContent .title h1 {
  color: #222;
  font-size: 28px;
  line-height: 30px;
  text-align: center;
  margin-top: 10px;
  font-weight: bold;
}
.thirdContent .resourcesBox {
  line-height: 30px;
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
  border-bottom: dashed 1px #E6E6E6;
  padding-bottom: 10px;
  color: #666;
}
.imgList {
  width: 1220px;
}
.imgList li {
  margin-right: 20px;
  float: left;
  width: 285px;
  height: 200px;
  margin-top: 20px;
}
.imgList li .img img {
  width: 285px;
  height: 158px;
}
.imgList li .test a {
  color: #222;
  line-height: 40px;
  display: block;
  text-align: center;
}
.headline h1 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  margin: 30px 0;
}
.secList {
  padding: 10px;
}
.secList li {
  clear: both;
  height: 45px;
  line-height: 45px;
}
.secList li a {
  font-size: 16px;
  color: #333;
}
.secList li a i {
  display: block;
  background: #eeeeee;
  width: 6px;
  height: 6px;
  float: left;
  margin: 17px 10px 0 0;
}
.secList li.line {
  border-bottom: solid 1px #e6e6e6;
  margin-bottom: 15px;
  height: 20px;
}
.secList li:hover a {
  color: #cb0000;
  font-weight: bold;
}
.secList li:hover a i {
  background: #D20B00;
}
.date {
  float: right;
  color: #999;
}
