* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  position: relative;
  right: 0;
  font-family: Helvetica;
  -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
@font-face {
  font-family: myFont ;
  src: url('../font/FUTURAMC.TTF');
}
a,
button,
input,
textarea {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
select,
input,
button,
option,
textarea {
  outline: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  border: 1px solid #ccc;
  padding-right: 18px;
  padding-left: 5px;
  background-image: url("../images/sj.png");
  background-size: 16px auto;
  background-repeat: no-repeat;
  background-position: right 5px top 14px;
}
img {
  vertical-align: middle;
  height: auto;
}
.p-40 {
  padding: 0 5.33%;
}
ul,
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: black;
  display: inline-block;
}
.tzym {
  position: absolute;
  width: 100%;
  height: 100%;
}
#back {
  display: block;
  position: fixed;
  bottom: 20px;
  right: 10px;
  width: 40px;
  z-index: 300;
  -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
#back img {
  width: 100%;
}
.nav {
  position: fixed;
  background: #676766;
  width: 64%;
  height: 100%;
  top: 0;
  right: -78%;
  z-index: 1000;
  -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  padding: 30px 9.375% 35px;
  overflow: scroll;
}
.nav > div {
  border-bottom: 1px solid #bababa;
  padding: 0 5%;
}
.nav > div ul {
  transition: all 0.3s linear;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear ;
  -o-transition: all 0.3s linear ;
  transition: all 0.3s linear ;
}
.nav > div:nth-child(4) ul li a,
.nav > div:nth-child(5) ul li a {
  line-height: 20px;
}
.nav > div:nth-child(4) ul li:last-child:before,
.nav > div:nth-child(5) ul li:last-child:before {
  margin-bottom: 40px;
}
.nav h3,
.nav h3 a {
  color: #e1dfdf;
}
.nav h3 {
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
}
.nav h3 div img {
  width: 12px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.nav li:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #faf9f7;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 2%;
}
.nav li {
  line-height: 40px;
  height: 40px;
}
.nav li a {
  color: #faf9f7;
  font-size: 13px;
  width: 80%;
}
.nav .close {
  width: 8%;
  position: absolute;
  top: 13px;
  right: 5%;
}
.nav .arr-active img {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav .active-border {
  border-bottom: 2px solid #c7c7c7;
  padding-bottom: 10px;
}
@media screen and (orientation: portrait) {
  /*  css[竖向定义样式]  */
  .ts {
    display: none;
  }
}
@media screen and (orientation: landscape) {
  /*   css[横向定义样式]  */
  .ts {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    text-align: center;
    z-index: 10000;
    top: 0;
  }
  .ts img {
    position: absolute;
    width: 100%;
    left: 0;
  }
  nav {
    display: none !important;
  }
  body {
    overflow: hidden;
    background: #000;
  }
}
nav {
  overflow: hidden;
  background-color: #faf9f7;
  height: 60px;
  line-height: 60px;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 0 5.3%;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #dddcda;
}
.right-logo > img {
  width: 27px;
}
.right-logo > a {
  width: 26px;
  height: 26px;
}
.logo {
  width: 37.33333%;
}
.logo img {
  height: 30px;
  width: auto;
}
.zw-nav {
  height: 60px;
}
footer {
  border-top: 3px solid #aeaba9;
  padding: 17px 0 10px;
}
footer > div:first-child {
  text-align: center;
  margin-bottom: 17px;
}
footer > div:first-child a img {
  width: 32px;
}
footer > div:first-child a:first-child {
  margin-right: 15px;
}
footer > div:last-child p {
  text-align: center;
  color: #4c4b4b;
  font-size: 10px;
  margin-bottom: 3px;
}
.look-more {
  height: 45px;
  line-height: 45px;
  display: block;
  margin: 36px 6.666%;
  border: 1px solid #cf0404;
  color: #cf0404;
  text-align: center;
}
.look-more img {
  width: 10%;
  margin-right: 3%;
  vertical-align: sub;
}
@-webkit-keyframes movearr {
  0% {
    margin-top: 13px;
  }
  50% {
    margin-top: 28px;
  }
  100% {
    margin-top: 13px;
  }
}
@media screen and (max-width: 321px) {
  .img-news .rt-nr p:first-child {
    font-size: 12px!important;
    line-height: normal!important;
  }
  .banner > div.wz p {
    font-size: 16px!important;
  }
  #index .ywly .ly-content > div > div:nth-child(3) p:last-child {
    font-size: 12px!important;
  }
}
.img-news {
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #dcdcdc;
  margin-top: 10px;
}
.img-news .lf-img {
  width: 29.337vw;
  height: 18.134vw;
  margin-left:1px;
  float: left;
  overflow: hidden;
}
.img-news .lf-img img {
  width: 100%;
}
.img-news .rt-nr {
  height: 18.134vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.img-news .lf-img+.rt-nr {
  margin-left: 33vw;
}
.img-news .rt-nr p:first-child {
  color: #4a4949;
  font-size: 14px;
  line-height: 25px;
}
.img-news .rt-nr p:last-child {
  color: #8e8c8c;
  font-size: 10px;
  text-align: right;
}
.txt-news {
  border-bottom: 1px solid #dcdcdc;
  height: 36px;
}
.txt-news-line {
  height:5px;
  background:#eee;
}
.txt-news a {
  width: 97%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #4a4949;
  font-size: 14px;
  line-height: 36px;
  vertical-align: middle;
}
.txt-news a img {
  width: 10px;
  margin-right: 5px;
}
div.nr > p {
  font-size: 14px;
  color: #4a4949;
  line-height: 25px;
  text-align: justify;
  margin:5px auto;
}
p.nr {
  font-size: 14px;
  color: #4a4949;
  line-height: 25px;
  text-indent: 2em;
  text-align: justify;
}
.tabs {
  font-size: 0;
  margin: 16px 0 15px;
}
.tabs a {
  font-size: 14px;
  color: #fff;
  width: 33.3%;
  height: 37px;
  line-height: 37px;
  background: #b0adaa;
  text-align: center;
}
.tabs a:nth-child(2) {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.tabs a.active {
  background: #be0909;
}
.bread-dh {
  height: 47px;
  line-height: 47px;
  background: #f2f2f2;
}
.bread-dh img {
  width: 17px;
}
.bread-dh a,
.bread-dh span {
  color: #777777;
  font-size: 14px;
}
#index {
  padding-bottom: 20px;
  background: #f2f2f2;
}
#index .swiper1 .swiper-slide > div {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 25%;
}
#index .swiper1 .swiper-slide > div p:first-child {
  font-size: 12px;
  color: #fff;
  margin-bottom: 8px;
}
#index .swiper1 .swiper-slide > div p:nth-child(2) {
  width: 50%;
  padding-bottom: 8px;
  margin: 0 auto;
  border-bottom: 2px solid #cc2727;
  margin-bottom: 8px;
}
#index .swiper1 .swiper-slide > div p:nth-child(3) {
  font-size: 12px;
  color: #fff;
}
#index .swiper1 a {
  width: 100%;
}
#index .swiper1 img {
  width: 100%;
}
#index .swiper1 .swiper-pagination1 {
  position: absolute;
  bottom: 6px;
  z-index: 2;
  width: 100%;
  text-align: center;
}
#index .swiper1 .swiper-pagination-bullet {
  background-color: white;
  opacity: .7;
  width: 14px;
  height: 3px;
  border-radius: 0;
  margin: 0 3px;
}
#index .swiper1 .swiper-pagination-bullet-active {
  background-color: #e10000;
  opacity: 1;
}
#index .swiper1 .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 6%;
}
#index .gg {
  height: 36px;
  background: #ffffff;
  margin-bottom: 15px;
}
#index .gg > div:first-child {
  float: left;
  height: 36px;
  padding-top: 6px;
}
#index .gg > div:first-child img {
  width: 15px;
}
#index .gg > div:first-child span {
  display: inline-block;
  border-left: 1px solid #b9b9b9;
  font-size: 12px;
  color: #c5c5c5;
  margin-left: 6px;
  padding-left: 6px;
  line-height: initial;
}
#index .gg .swiper2 .swiper-slide a {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 36px;
  height: 36px;
  font-size: 12px;
  color: #c5c5c5;
}
#index .news {
  padding-top: 18px;
  padding-bottom: 30px;
  background: #fff;
  margin-bottom: 15px;
}
#index .news-title p:first-child {
  font-size: 18px;
  color: #4c4c4c;
  font-weight: bold;
}
#index .news-title p:first-child a {
  color: #b90101;
  font-size: 14px;
  float: right;
  font-weight: normal;
}
#index .news-title p:first-child a img {
  width: 10px;
  vertical-align: baseline;
}
#index .news-title p:last-child {
  font-size: 13px;
  color: #c5c5c5;
}
#index .ywly .ly-content {
  border-top: 1px solid #dcdcdc;
  margin-top: 15px;
}
#index .ywly .ly-content > div {
  border-bottom: 1px solid #dcdcdc;
  height: 60px;
  display: flex;
  align-items: center;
  position: relative;
}
#index .ywly .ly-content > div > div:nth-child(2) {
  width: 43px;
  height: 43px;
  background: #be0909;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  padding: 9px;
  margin-right: 10px;
}
#index .ywly .ly-content > div > div:nth-child(2) img {
  width: 100%;
}
#index .ywly .ly-content > div > div:nth-child(3) {
  flex-grow: 1;
}
#index .ywly .ly-content > div > div:nth-child(3) p:first-child {
  color: #202020;
  font-size: 15px;
}
#index .ywly .ly-content > div > div:nth-child(3) p:last-child {
  color: #9b9b9b;
  font-size: 12px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
#index .ywly .ly-content > div > div:last-child {
  width: 10px;
  margin-left: 10px;
}
#index .ywly .ly-content > div > div:last-child img {
  width: 100%;
}
#index .qywh .tabs img {
  width: 20px;
  margin-right: 5px;
}
#index .qywh .tabs a:nth-child(2) img{
  width: 15px;
}
#index .zt {
  background: #fff;
  padding-bottom: 15px;
  margin-bottom: 0;
}
#index .zt .swiper3 {
  margin-top: 15px;
}
#index .zt .swiper-slide a img {
  width: 100%;
}
#index .zt .swiper-pagination2 {
  text-align: center;
  margin-top: 5px;
}
#picbox .swiper-slide {
	padding-bottom:20px;
}
#picbox .swiper-pagination {
	
}
#index .zt .swiper-pagination2 .swiper-pagination-bullet-active,
#picbox .swiper-pagination .swiper-pagination-bullet-active {
  background: #be0909;
}
.banner {
  position: relative;
}
.banner > div.wz {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 25%;
}
.banner > div.wz p {
  color: #fff;
  font-size: 20px;
  text-transform:uppercase;
  margin-bottom: 2%;
}
.banner > div.wz p:first-child {
  font-weight: bold;
}
.banner > div.wz p:last-child {
  border-bottom: 1px solid #fff;
  width: 8%;
  margin: auto;
}
.banner > img {
  width: 100%;
}
.banner > a {
  width: 36%;
  height: 40px;
  background-color: #be0909;
  text-align: center;
  line-height: 40px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 32%;
  font-size: 15px;
}
.banner > a > img {
  width: 14px;
  position: absolute;
  top: 39%;
  right: 8%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s  linear;
  -o-transition: all 0.3s  linear;
  transition: all 0.3s linear;
}
.banner > div.ljwm-list {
  position: absolute;
  width: 36%;
  left: 32%;
  background-color: rgba(190, 9, 9, 0);
  height: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s  linear;
  -o-transition: all 0.3s  linear;
  transition: all 0.3s linear;
  overflow: hidden;
  z-index: 11;
}
.banner > div.ljwm-list a {
  color: #fff;
  display: block;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #fff;
  font-size: 15px;
}
.banner > div.ljwm-list a:last-child {
  border: none;
}
.banner .on {
  background-color: #d9160c !important;
}
.banner .arr-on {
  transform: rotate(-180deg) !important;
}
.gd {
  text-align: center;
  width: 40px;
  margin: 0 auto 25px;
}
.gd img {
  width: 18px;
  margin-bottom: 5px;
  transition:all .5s;
  -webkit-transition:all .5s;
  -moz-transition:all .5s;
  -o-transition:all .5s;
}
.gd.up img {
	transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-o-transform:rotate(180deg);
}
.gd p {
  color: #be0909;
  font-size: 14px;
}
#jtjj > div:first-child p:first-child {
  font-family: myFont;
  font-weight: bold;
  font-size: 30px;
  color: #e3e3e3;
  margin: 45px 0 0;
}
#jtjj > div:first-child p:nth-child(2) {
  color: #686868;
  font-size: 25px;
  margin-bottom: 35px;
}
#jtjj > div:first-child p:nth-child(3) {
  font-weight: bold;
  font-size: 14px;
  color: #686868;
  margin-bottom: 35px;
  line-height: 20px;
}
#jtjj > img:nth-child(2) {
  width: 100%;
  margin: 25px 0 0;
}
#jtjj > div:last-child {
  margin-bottom: 50px;
}
#jtjj > div:last-child img {
  width: 100%;
  margin-top: 20px;
}
#jtjj > div:last-child .title-jtjj {
  margin: 40px 0 30px;
}
#jtjj > div:last-child .title-jtjj p:first-child {
  font-size: 15px;
  color: #4a4949;
  margin-bottom: 18px;
  text-align: center;
}
#jtjj > div:last-child .title-jtjj p:last-child {
  width: 70px;
  border-bottom: 1px solid #be0909;
  margin: auto;
}
#ldzc {
  padding-top: 45px;
  padding-bottom: 38px;
  overflow: hidden;
}
#ldzc > img {
  width: 25px;
}
#ldzc .zc-title {
  color: #be0909;
  font-size: 15px;
  text-align: center;
  line-height: 20px;
  font-weight: bold;
  margin: 20px auto;
  width:80%;
}
#ldzc > img:last-child {
  float: right;
}
#fzlc {
  padding-top: 50px;
  padding-bottom: 40px;
  background: url("../images/zjct/fzlc-bg.png") no-repeat bottom;
  background-size: contain;
}
#fzlc .ry-lc {
  padding-bottom: 30px;
}
#fzlc .ry-lc > div {
  border-left: 1px solid #c3c3c3;
}
#fzlc .ry-lc > div .ry {
  position: relative;
  padding-bottom: 10px;
}
#fzlc .ry-lc > div .ry .circle-year {
  position: absolute;
  left: 2px;
  margin-left: -14px;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: rgba(190, 9, 9, 0.43);
  padding: 5px;
}
#fzlc .ry-lc > div .ry .circle-year div {
  width: 100%;
  height: 100%;
  background: #be0909;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#fzlc .ry-lc > div .ry .year {
  position: relative;
  margin: 0 0 0 5%;
  width: 90%;
  height: 30px;
  line-height: 23px;
  background-size: cover;
  color: #be0909;
  font-size: 26px;
  font-family: myFont;
}
#fzlc .ry-lc > div .ry .con {
  padding: 5px 0 5px 17px;
  text-align: justify;
  font-size: 14px;
}
#fzlc .ry-lc > div .ry .con p {
  font-size: 14px;
  color: #4a4949;
  line-height: 24px;
  margin-bottom: 12px;
  position: relative;
}
#fzlc .ry-lc > div .ry .con p span {
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  background: #be0909;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  left: -21px;
  top: 9px;
}
#fzlc .ry-lc .more {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #be0909;
  margin-left: -18px;
  position: relative;
}
#fzlc .ry-lc .more img {
  width: 54%;
  position: absolute;
  left: 24%;
  -webkit-animation: move 1s infinite;
}
@-webkit-keyframes move {
  0% {
    top: 20%;
  }
  50% {
    top: 50%;
  }
  100% {
    top: 20%;
  }
}
#jtry > img {
  width: 100%;
  margin: 35px 0 40px;
}
#jtry > div.ry {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#jtry > div.ry > div {
  width: 48%;
  margin-bottom: 25px;
  height: 40vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#jtry > div.ry > div a {
  border: 8px solid #f2f2f2;
}
#jtry > div.ry > div a img {
  width: 100%;
}
#jtry > div.ry > div p {
  text-align: center;
  color: #4a4949;
  font-size: 12px;
}
#zlgh > img {
  width: 100%;
  margin-bottom: 50px;
}
#zlgh > div:first-child {
  border: 5px solid #dbdada;
  padding: 40px 6px;
  width: 89.33%;
  margin: 45px auto 35px;
}
#zlgh > div:first-child > div {
  margin:0 23px 35px;
  display: flex;
  align-items: center;
}
#zlgh > div:first-child > div > img {
  width: 42px;
  height: 42px;
  margin-right: 12px;
}
#zlgh > div:first-child > div > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#zlgh > div:first-child > div > div p:first-child {
  color: #be0909;
  font-weight: bold;
  font-size: 20px;
}
#zlgh > div:first-child > div > div p:last-child {
  color: #dbdada;
  font-size: 24px;
  font-family: myFont;
}
#zlgh > div:first-child > p {
  color: #4a4949;
  font-size: 18px;
  padding-left: 23px;
}
#zlgh > div:first-child > p span {
  font-family: myFont;
  font-size: 22px;
  color: #be0909;
}
#zlgh > div:last-child > div {
  margin-bottom: 50px;
}
#zlgh > div:last-child > div p:not(:first-child) {
  padding-left: 5px;
}
#zlgh > div:last-child > div p:first-child {
  margin-bottom: 10px;
}
#zlgh > div:last-child > div p:first-child span {
  display: inline-block;
  height: 3px;
}
#zlgh > div:last-child > div p:first-child span:first-child {
  width: 33%;
  background: #be0909;
}
#zlgh > div:last-child > div p:first-child span:last-child {
  background: #b2b1b1;
  width: 67%;
}
#zlgh > div:last-child > div p:nth-child(2) {
  color: #be0909;
  font-size: 18px;
  font-weight: bold;
}
#zlgh > div:last-child > div p:nth-child(3) {
  font-family: myFont;
  color: #d5d5d5;
  font-size: 25px;
  margin-bottom: 15px;
}
#zlgh > div:last-child > div p:nth-child(4) {
  color: #4a4949;
  font-size: 14px;
  line-height: 24px;
}
#jtdt .dt {
  margin: 40px 0 20px;
}
#hyzx .search {
  margin: 47px 0 18px;
  display: flex;
  justify-content: space-between;
}
#hyzx .search select {
  width: 33%;
}
#hyzx .search > div {
  width: 60%;
  display: flex;
}
#hyzx .search > div a {
  height: 35px;
  width: 38px;
  background: #be0909;
  line-height: 35px;
  text-align: center;
}
#hyzx .search > div a img {
  width: 16px;
}
#hyzx .search > div input {
  width: 100%;
}
#hyzx .xz {
  margin-bottom: 30px;
  border-top: 3px solid #be0909;
  font-size: 0;
}
#hyzx .xz select {
  width: 33.33%;
  border-top: none;
}
#hyzx .xz select:first-child,
#hyzx .xz select:nth-child(2) {
  border-right: 0;
}
#hyzx select,
#hyzx input {
  border: 1px solid #ebebeb;
  height: 35px;
  line-height: 35px;
  padding-left: 10px;
}
#hyzx .zx {
  margin-bottom: 15px;
}
#xxgg .gg {
  margin: 44px 0 20px;
}
#spzx .sp {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 47px;
}
#spzx .sp > div {
  width: 48%;
  margin-bottom: 27px;
}
#spzx .sp > div > div {
  position: relative;
}
#spzx .sp > div > div p {
  height: 31vw;
  overflow: hidden;
}
#spzx .sp > div > div p img {
  width: 100%;
}
#spzx .sp > div > div a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
}
#spzx .sp > div > div > img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  margin-top: -16px;
  margin-left: -16px;
}
#spzx .sp > div > p {
  text-align: center;
  color: #4a4949;
  font-size: 12px;
  margin-top: 13px;
}
#ywly {
  margin-top: 50px;
}
#ywly .yw-title {
  border-left: 5px solid #be0909;
  padding-left: 10px;
  margin-bottom: 30px;
}
#ywly .yw-title p:first-child {
  color: #404040;
  font-size: 18px;
}
#ywly .yw-title p:last-child {
  color: #dbdbdb;
  font-size: 20px;
}
#ywly .js-nr .title{
	color:#c42525;
	text-indent:2em; transition:height .3s;
}
#ywly .ywtp {
  position: relative;
  padding-bottom: 35px;
}
#ywly .ywtp > img {
  width: 100%;
}
#ywly .ywtp > div {
  position: absolute;
  left: 25px;
  top: 50%;
  margin-top:-80px;
}
#ywly .ywtp > div img {
  width: 40px;
  margin-bottom: 10px;
}
#ywly .ywtp > div p {
  color: #fff;
  font-size: 20px;
}
#ywly .cydw {
  background: #f2f2f2;
  padding-top: 25px;
  padding-bottom: 20px;
}
#ywly .cydw .cydw-title img {
  width: 35px;
  float: left;
  margin-right: 8px;
}
#ywly .cydw .cydw-title div p:first-child {
  color: #404040;
  font-size: 18px;
}
#ywly .cydw .cydw-title div p:last-child {
  color: #dbdbdb;
  font-size: 20px;
}
#ywly .cydw .dw {
  margin-top: 25px;
}
#ywly .cydw .dw > a {
  display: block;
  margin-bottom: 15px;
  border: 2px solid #e1e1e1;
  text-align: center;
  height: 55px;
  line-height: 55px;
  color: #444343;
  font-size: 15px;
  overflow:hidden;
}
#ywly .cydw .dw > a img {
  height:30px;
  margin-right: 8px;
  vertical-align:middle;
}
#ywly .ywzx {
  padding-top: 45px;
  padding-bottom: 45px;
}
#ywly .ywzx .yw-title {
  margin-bottom: 20px;
}
#ywly .xmzs {
  margin-bottom: 30px;
}
#ywly .xmzs > img {
  width: 100%;
  margin-bottom: 30px;
}
#ywly .xmzs .zs > a {
  position: relative;
  display:block;
  margin-bottom: 33px;
}
#ywly .xmzs .zs > a img {
  width: 100%;
  height:50vw;
}
#ywly .xmzs .zs > a span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-left: 5%;
  line-height: 30px;
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
}
#ywly .xmzs .gd-plus {
  border-top: 1px solid #dcdcdc;
}
.gd-plus {
  text-align: center;
  border-bottom: 1px solid #dcdcdc ;
  height: 43px;
  line-height: 43px;
}
.gd-plus img {
  width: 10px;
}
.gd-plus a {
  color: #be0909;
  font-size: 14px;
}
.jrtzyw #ywly .ywtp > div {
  top: 24%;
}
.jrtzyw .gd-plus {
  border-top: none!important;
}
#cydw .line_b {
  overflow: hidden;
  margin-top: 30px;
}
#cydw .line_b p {
  float: left;
}
#cydw .line_b p:first-child {
  width: 80%;
  border-bottom: 3px solid #9f9f9f;
}
#cydw .line_b p:last-child {
  width: 20%;
  border-bottom: 3px solid #d60b00;
}
#cydw .cy-title {
  text-align: center;
  margin: 12px 0;
}
#cydw .cy-title div {
  color: #454545;
  font-size: 16px;
  line-height: 20px;
  padding:8px 0;
}
#cydw .cy-title div.logo {
	float:left;
	width:60px;
	height: 36px;
	border-right: 1px solid #cacaca;
	padding:0;
}
#cydw .cy-title div.logo img {
	height:36px;
}
#cydw .line-s {
  margin-bottom: 45px;
}
#cydw .line-s p {
  float: left;
}
#cydw .line-s p:first-child {
  width: 80%;
  border-bottom: 1px solid #9f9f9f;
}
#cydw .line-s p:last-child {
  width: 20%;
  border-bottom: 1px solid #d60b00;
}
#cydw .p-40 > img {
  width: 100%;
  margin: 20px 0;
}
#cydw .gsdz {
  padding: 20px 7.33%;
  background: #be150b;
  margin: 30px 0 40px;
}
#cydw .gsdz p {
  color: #fff;
  font-size: 15px;
  line-height: 25px;
  padding-left: 4%;
}
#cydw .gsdz a {
  color: #fff;
}
#cydw .gsdz p span {
  font-weight: bold;
}
#cydw .gsdz p img {
  width: 24px;
  margin-left: 12px;
}
#cydw .gsdz p:last-child {
  border-top: 1px dotted #fff;
  padding-top: 10px;
  margin-top: 10px;
}
#xmzs .xmzs-title {
  width: 86%;
  margin: 40px auto 20px;
  text-align: center;
}
#xmzs .xmzs-title p {
  border-bottom: 1px solid #be0909;
  margin-bottom: -10px;
}
#xmzs .xmzs-title span {
  color: #be0909;
  text-align: center;
  font-weight: bold;
  background: #fff;
  padding: 0 10px;
}
#xmzs .list {
	margin-bottom:30px;
}
#xmzs .xm {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom:10px;
}
#xmzs .xm > div {
  width: 48% ;
  margin:0 0 20px;
}
#xmzs .xm > div.txt-news {
	width:100%;
	margin:0;
}
#xmzs .xm > div > div {
  border: 10px solid #f2f2f2;
  position: relative;
}
#xmzs .xm > div > div a {
  display: block;
  overflow: hidden;
  height: 26vw;
}
#xmzs .xm > div > div a img {
  width: 100%;
  height:100%;
}
#xmzs .xm > div > div p {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  background: #be0909;
  line-height: 25px;
  padding: 0 5px;
  font-size: 14px;
}
#xmzs .xm > div p {
  text-align: center;
  font-size: 13px;
  margin-top: 9px;
  color: #4a4949;
}
#xmzs .al {
  margin-bottom: 15px;
}
#whln {
  padding-top: 50px ;
  padding-bottom: 50px;
  background: url("../images/ctwh/ln-bg.png") no-repeat bottom;
  background-size: contain;
}
#whln .ln-title {
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #cdcdcd;
}
#whln .ln-title img:first-child {
  width: 25px;
  margin: 0 11px;
}
#whln .ln-title span {
  color: #4b4b4b;
  font-size: 18px;
  font-weight: bold;
  vertical-align: middle;
}
#whln .ln-title img:last-child {
  float: right;
  height: 100%;
}
#whln .active {
  background: #cd2828;
}
#whln .active span {
  color: #fff;
}
#whln .ln-nr {
  border: 5px solid #efefef;
  padding: 30px 4%;
  background:rgba(255,255,255,.3);
}
#whln .ln-nr img {
  width: 24px;
}
#whln .ln-nr >p:nth-child(2) {
  border-bottom: 1px solid #de7070;
  padding-bottom: 9px;
  color: #4b4a4a;
  font-weight: bold;
  font-size: 15px;
  margin: 15px 0;
}
#whln .ln-nr .content {
  color: #6e6e6e;
  font-size: 12px;
  line-height: 22px;
}
#ygfc > .p-40 {
  margin-top: 50px;
  background-image: url("../images/ctwh/ygfc-bg.jpg");
  background-repeat: no-repeat;
  background-color: #f1f1f1 ;
  background-size: 100%;
  background-position: bottom;
}
#ygfc > .p-40 .gd {
  margin-top: 15px;
}
#ygfc > .p-40 > img {
  width: 68%;
  margin: 30px auto;
  display: block;
}
#ygfc > .p-40 .fc > div {
  position: relative;
  height: 130vw;
  margin-bottom:5vw;
}
#ygfc > .p-40 .fc > div:first-child {
  margin-top:0;
}
#ygfc > .p-40 .fc > div a {
  position: absolute;
  border: 5px solid #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  overflow: hidden;
  -webkit-box-shadow: 5px 5px 10px #d2d2d2 ;
  -moz-box-shadow: 5px 5px 10px #d2d2d2;
  box-shadow: 5px 5px 10px #d2d2d2;
}
#ygfc > .p-40 .fc > div a img {
  width: 100%;
}
#ygfc > .p-40 .fc > div a:first-child {
  width: 40%;
  top: 0;
  left: 8%;
}
#ygfc > .p-40 .fc > div a:nth-child(2) {
  width: 36%;
  top: 5%;
  right: 2%;
}
#ygfc > .p-40 .fc > div a:nth-child(3) {
  width: 60%;
  left: 15%;
  top: 28%;
}
#ygfc > .p-40 .fc > div a:nth-child(4) {
  width: 32%;
  left: 2%;
  top: 62%;
}
#ygfc > .p-40 .fc > div a:nth-child(5) {
  width: 46%;
  right: 5%;
  top: 62%;
}
#ygfc > .p-40 .fc > div a:nth-child(6) {
  width: 30%;
  left: 15%;
  top: 85%;
}
#ygfc > .p-40 .jt {
  text-align: center;
  height: 40px;
  margin: 35px 0;
  position: relative;
  overflow: hidden;
}
#ygfc > .p-40 .jt img {
  position: absolute;
  width: 25px;
  -webkit-animation: myfirst 1.5s infinite;
  -o-animation: myfirst 1.5s infinite;
  animation: myfirst 1.5s infinite;
}
@keyframes myfirst {
  0% {
    bottom: -19px;
  }
  99.9% {
    bottom: 43px;
  }
  0% {
    bottom: -19px;
  }
}
@-moz-keyframes myfirst {
  /* Firefox */
  0% {
    bottom: -19px;
  }
  99.9% {
    bottom: 43px;
  }
  0% {
    bottom: -19px;
  }
}
@-webkit-keyframes myfirst {
  /* Safari 和 Chrome */
  0% {
    bottom: -19px;
  }
  99.9% {
    bottom: 43px;
  }
  0% {
    bottom: -19px;
  }
}
@-o-keyframes myfirst {
  /* Opera */
  0% {
    bottom: -19px;
  }
  99.9% {
    bottom: 43px;
  }
  0% {
    bottom: -19px;
  }
}
#ctgs .gg {
  padding-top: 45px;
  padding-bottom: 20px;
}
#dwgz .tabs {
  margin: 45px 0 35px;
}
#dwgz .gd {
  margin-top: 20px;
}
#dwgz .dwjs img {
  width: 100%;
  margin: 20px 0;
}
#dwgz .dw-content {
  margin-bottom: 50px;
}
#qtgz .gh-tw {
  margin-bottom: 40px;
}
#qtgz .gh-tw .tabs {
  margin: 45px 0 8px;
}
#qtgz .gh-tw .tabs a {
  width: 50%;
}
#qtgz .gh-tw .content-slide {
  border: 5px solid #dbdada;
  padding: 15px 4%;
}
#qtgz .gh-tw .content-slide p {
  line-height: 30px;
  text-indent: 0;
}
#qtgz .gh-tw .content-slide img {
  width: 16px;
  margin-right: 5px;
}
#qtgz .dt-js {
  margin-bottom: 18px;
}
#qtgz .dt-js .dt-tabs {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  font-size: 0;
}
#qtgz .dt-js .dt-tabs a {
  color: #4a4949;
  border: 1px solid #dbdada;
  font-weight: bold;
  width: 49.8%;
  font-size: 14px;
  height: 37px;
  line-height: 37px;
  text-align: center;
}
#qtgz .dt-js .dt-tabs .active {
  color: #be0909;
  border: 1px solid #be0909;
}
#qtgz .dt-js .gd {
  margin-top: 10px;
}
#dflz > div:first-child {
  margin: 45px 0 18px;
}
#dflz .tabs a {
	width:50%;
}
#dflz .gd{
	margin-top:20px;
}
#jdjb .jb-title {
  width: 80%;
  margin: 40px auto;
  text-align: center;
}
#jdjb .jb-title p {
  border-bottom: 1px solid #cc2a2e;
  margin-bottom: -10px;
}
#jdjb .jb-title span {
  color: #444444;
  font-size: 18px;
  font-weight: bold;
  background: #fff;
  padding: 0 15px;
}
#jdjb .xz {
  border: 5px solid #dbdada;
  padding: 15px 4%;
  background: url("../images/qydj/jc.png") no-repeat right bottom;
  background-size: 90px auto;
}
#jdjb .xz .nr {
  text-indent: 0;
}
#jdjb .xz .title {
  line-height: 40px;
  color: #be0909;
  font-size: 14px;
  font-weight: bold;
}
#jdjb form {
  margin-bottom: 50px;
}
#jdjb form > div {
  display: flex;
  margin-bottom: 5px;
}
#jdjb form > div span {
  width: 60px;
  color: #8d8d8d;
  font-size: 14px;
  line-height: 30px;
}
#jdjb form > div input {
  height: 30px;
}
#jdjb form > div input,
#jdjb form > div textarea {
  border: 1px solid #b8b8b7;
  width: 100%;
  padding-left: 8px;
}
#jdjb form > div textarea {
  background: url("../images/qydj/qm.png") no-repeat 94% 7px;
  background-size: 44%;
  height: 115px;
}
#jdjb form p {
  text-align: right;
}
#jdjb form p button {
  color: #fff;
  width: 125px;
  height: 35px;
  background: #be0909;
  margin-top: 22px;
  border: none;
  font-size: 14px;
}
#zt {
  background: #eeeeee;
}
#zt header {
  margin-bottom: 15px;
}
#zt header img {
  width: 100%;
}
#zt #zt-footer {
  border-top: 5px solid #be0909;
  text-align: center;
  padding-bottom: 30px;
  background: #fff;
}
#zt #zt-footer > img {
  width: 30%;
  margin: 15px 0;
}
#zt #zt-footer > div {
  text-align: center;
}
#zt #zt-footer > div p:first-child {
  color: #535252;
  font-size: 10px;
  margin-bottom: 8px;
  font-weight: bold;
}
#zt #zt-footer > div p:nth-child(2),
#zt #zt-footer > div p:last-child {
  color: #a5a5a5;
  font-size: 8px;
  margin-bottom: 8px;
}
#zt .content > a {
  border-bottom: 1px dotted #b0aeae;
  height: 35px;
  line-height: 35px;
  padding: 0 2%;
  font-size: 14px;
  color: #4a4949;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  display:block;
}
#zt .content > a:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #be0909;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 10px;
}
#zt .gd{
	margin-top:20px;
}
#zt .lxyz-nr {
  background: #fff;
  padding-bottom: 20px;
  margin-bottom: 15px;
}
#zt .lxyz-nr .lxyz-title {
  height: 43px;
  line-height: 43px;
  background: url("../topic/img/lxyz-title.jpg") no-repeat;
  background-size: cover;
  display: flex;
  justify-content: space-between;
  padding: 0 6.66%;
  margin-bottom: 30px;
}
#zt .lxyz-nr .lxyz-title div img {
  width: 30px;
  margin-right: 8px;
}
#zt .lxyz-nr .lxyz-title div span {
  font-weight: bold;
  color: #d62235;
  font-size: 18px;
}
#zt .lxyz-nr .lxyz-title a {
  color: #f3f253;
  font-weight: bold;
  font-size: 14px;
}
#zt .lxyz-nr .dyfc {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#zt .lxyz-nr .dyfc > div {
  width: 47%;
  margin-bottom: 15px;
}
#zt .lxyz-nr .dyfc > div > a {
  height: 56vw;
  overflow: hidden;
}
#zt .lxyz-nr .dyfc > div > a img {
  width: 100%;
}
#zt .lxyz-nr .dyfc > div p {
  font-size: 12px;
  line-height: 18px;
  color: #4a4949;
  text-align: center;
}
#zt .jzfp-nr {
  background: #fff;
  padding-bottom: 45px;
  margin-bottom: 15px;
}
#zt .jzfp-nr .jzfp-title {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #b0aeae;
  height: 40px;
  line-height: 40px;
  padding: 0 6.66%;
  margin-bottom: 15px;
}
#zt .jzfp-nr .jzfp-title > div {
  border-bottom: 3px solid #be0909;
  padding-bottom: 5px;
  margin-bottom: -2px;
}
#zt .jzfp-nr .jzfp-title > div img {
  width: 100px;
}
#zt .jzfp-nr .jzfp-title > div {
  color: #be0909;
  font-size:16px;
  font-weight:bold;
  font-style:italic;
  padding:0 5px;
}
#zt .jzfp-nr .jzfp-title > a {
  font-size: 14px;
  color: #be0909;
}
#zt .cjwmdw-title {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #b0aeae;
  height: 40px;
  line-height: 40px;
  padding: 0 6.66%;
  margin-bottom: 15px;
}
#zt .cjwmdw-title p span {
  border-left: 4px solid #e77235;
  padding-left: 6px;
  font-size: 18px;
  color: #4f4e4d;
  font-weight: bold;
}
#zt .cjwmdw-title a {
  font-size: 14px;
  color: #e77235;
}
#zt .cjts {
  padding-left: 0;
}
#zt .cjts > div {
  width: 146px;
  text-align: center;
  background: url("../topic/img/cjts.png") no-repeat;
  background-size: cover;
}
#zt .cjts > div span {
  color: #fff;
  padding: 0;
  border: none;
}

#zt .news {
  margin: 10px 0;
  padding-top:30px;
  padding-bottom:30px;
  background:#fff;
}
#zt .news-title {
  font-size: 20px;
  color: #373029;
}
#zt .news-title2 {
  font-size: 18px;
  color: #373029;
}
#zt .news-date {
  color: #c8c4c0;
  font-size: 22px;
  padding: 8px 0 5px;
  border-bottom: 1px solid #dddbd8;
  font-family: myFont;
}
#zt .ly {
  font-size: 12px;
  color: #b9b5b0;
  margin: 5px 0 25px;
}
#zt .news-nr p {
  font-size: 14px;
  color: #84807d;
  line-height: 25px;
  text-align: justify;
  margin: 15px 0;
}
#zt .news-nr img {
  width: 100%;
  display: block;
  margin: 10px auto;
}

#news .news {
  margin: 30px 0;
}
#news .news-title {
  font-size: 20px;
  color: #373029;
}
#news .news-title2 {
  font-size: 18px;
  color: #373029;
}
#news .news-date {
  color: #c8c4c0;
  font-size: 22px;
  padding: 8px 0 5px;
  border-bottom: 1px solid #dddbd8;
  font-family: myFont;
}
#news .ly {
  font-size: 12px;
  color: #b9b5b0;
  margin: 5px 0 25px;
}
#news .news-nr p {
  font-size: 14px;
  color: #84807d;
  line-height: 25px;
  text-align: justify;
  margin: 15px 0;
}
#news .news-nr img {
  width: 100%;
  display: block;
  margin: 10px auto;
}
