.txtEllipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* 初始化CSS  重置浏览器样式*/
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
  margin: 0;
  padding: 0;
}
img {
  border: none;
  width: 100%;
  height: 100%;
}
ul,
ol,
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
html {
  -ms-touch-action: none;
  /* 阻止windows Phone 的默认触摸事件 */
}
body {
  background: url(../images/body_bg.jpg) no-repeat center 35px;
  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;
}
a {
  color: #333333;
  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: #0e6fef;
}
.wrap {
  width: 1200px;
  position: relative;
  margin: 0 auto;
  height: 100%;
}
.topPhoto {
  height: 750px;
}
.contentBg {
  max-width: 1920px;
  margin: 0 auto;
}
.hdyg h2 {
  text-indent: -1978px;
  overflow: hidden;
  background: url(../images/title_hdyg.png) no-repeat;
  height: 100px;
}
.hdyg .hdygList {
  margin-top: 50px;
  overflow: hidden;
}
.hdyg .hdygList .item {
  display: block;
  background-color: #FFF;
  border-radius: 15px;
  padding: 0 20px 20px;
  overflow: hidden;
  width: 340px;
  height: 210px;
  float: left;
  margin-right: 20px;
  color: #333;
}
.hdyg .hdygList .item:last-child {
  margin-right: 0;
}
.hdyg .hdygList .item .tit {
  font-size: 18px;
  text-align: justify;
  line-height: 1.2;
  margin-top: 30px;
  font-weight: 600;
}
.hdyg .hdygList .item .address {
  height: 48px;
  width: 320px;
  line-height: 48px;
  background-color: #f6f6f6;
  border-radius: 10px;
  margin-top: 25px;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hdyg .hdygList .item .time {
  height: 48px;
  width: 320px;
  line-height: 48px;
  background-color: #f6f6f6;
  border-radius: 10px;
  margin-top: 10px;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.zwtjs {
  margin-top: 50px;
}
.zwtjs h2 {
  text-indent: -1978px;
  overflow: hidden;
  background: url(../images/title_zwtj.png) no-repeat;
  height: 100px;
}
.zwtjs .headNews {
  overflow: hidden;
}
.zwtjs .headNews a {
  display: block;
  background-color: #FFF;
  border-radius: 15px;
  padding: 0 20px 20px;
  overflow: hidden;
  width: 340px;
  height: 210px;
  float: left;
  margin-right: 20px;
  margin-top: 20px;
  color: #333;
}
.zwtjs .headNews a:last-child {
  margin-right: 0;
}
.zwtjs .headNews a .tit {
  font-size: 18px;
  text-align: justify;
  line-height: 1.2;
  margin-top: 30px;
  font-weight: 600;
}
.zwtjs .headNews a .contact {
  height: 48px;
  width: 320px;
  line-height: 48px;
  background-color: #f6f6f6;
  border-radius: 10px;
  margin-top: 25px;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.zwtjs .headNews a .people {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: dashed 2px #bbbbbb;
  margin-top: 10px;
  padding-top: 10px;
}
.zwtjs .headNews a .people .left,
.zwtjs .headNews a .people .right {
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  border-right: solid 1px #f4f4f4;
}
.zwtjs .headNews a .people .left .num,
.zwtjs .headNews a .people .right .num {
  font-size: 20px;
  color: #25d2d2;
  max-width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.zwtjs .headNews a .people .left .desc,
.zwtjs .headNews a .people .right .desc {
  max-width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.zwtjs .headNews a .people .right {
  border-right: 0;
}
.zwtjs .listBox {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.zwtjs .listBox .list {
  max-width: 580px;
}
.zwtjs .listBox .list a {
  font-size: 18px;
  line-height: 1;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 30px;
  padding-left: 15px;
  position: relative;
}
.zwtjs .listBox .list a:last-child {
  margin-bottom: 0;
}
.zwtjs .listBox .list a::before {
  content: '';
  background: url(../images/icon_list_arrow.png) no-repeat;
  width: 6px;
  height: 11px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5.5px;
}
.resumeBox {
  margin-top: 50px;
}
.resumeBox .resumeMenu {
  background: url(../images/title_btm_line.png) no-repeat center bottom;
  text-align: center;
  height: 100px;
}
.resumeBox .resumeMenu a {
  display: inline-block;
  text-indent: -1978px;
  overflow: hidden;
  padding-right: 20px;
  border-right: solid 2px #FFF;
  transition: .5s all;
}
.resumeBox .resumeMenu a:nth-of-type(1) {
  width: 202px;
  height: 32px;
  background: url(../images/title_yjtd_white.png) no-repeat;
}
.resumeBox .resumeMenu a:nth-of-type(2) {
  width: 135px;
  height: 32px;
  background: url(../images/title_jlmb_white.png) no-repeat;
  padding-right: 0;
  margin-left: 20px;
  border-right: 0;
}
.resumeBox .resumeMenu a.active:nth-of-type(1) {
  width: 244px;
  height: 39px;
  background: url(../images/title_yjtd.png) no-repeat;
}
.resumeBox .resumeMenu a.active:nth-of-type(2) {
  width: 162px;
  height: 39px;
  background: url(../images/title_jlmb.png) no-repeat;
}
.resumeBox .resumeSlider .swiper-slide .item {
  width: 180px;
  height: 360px;
  border-radius: 15px;
  overflow: hidden;
  float: left;
  margin-right: 26px;
  padding: 0 50px;
}
.resumeBox .resumeSlider .swiper-slide .item h3 {
  font-size: 38px;
  font-weight: 600;
  color: #FFF;
  text-align: center;
  line-height: 1.2;
  margin-top: 50px;
}
.resumeBox .resumeSlider .swiper-slide .item h4 {
  font-size: 18px;
  color: #FFF;
  text-align: center;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.resumeBox .resumeSlider .swiper-slide .item .pic {
  width: 164px;
  height: 164px;
  margin: 40px auto 0;
}
.resumeBox .resumeSlider .swiper-slide .item:nth-child(1) {
  background: url(../images/bg_zp_01.jpg) no-repeat;
}
.resumeBox .resumeSlider .swiper-slide .item:nth-child(2) {
  background: url(../images/bg_zp_02.jpg) no-repeat;
}
.resumeBox .resumeSlider .swiper-slide .item:nth-child(3) {
  background: url(../images/bg_zp_03.jpg) no-repeat;
}
.resumeBox .resumeSlider .swiper-slide .item:nth-child(3) h4 {
  margin-top: 0;
}
.resumeBox .resumeSlider .swiper-slide .item:nth-child(3) .pic {
  margin: 7px auto 0;
}
.resumeBox .resumeSlider .swiper-slide .item:nth-child(4) {
  margin-right: 0;
  padding: 0 20px;
  width: 240px;
  background: url(../images/bg_zp_04.jpg) no-repeat;
}
.resumeBox .resumeSlider .swiper-slide .item:nth-child(4) h4 {
  margin-top: 0;
}
.resumeBox .resumeSlider .swiper-slide .item:nth-child(4) .pic {
  margin: 7px auto 0;
}
.resumeBox .resumeSlider .swiper-slide .img {
  display: block;
  width: 280px;
  height: 360px;
  border-radius: 15px;
  overflow: hidden;
  float: left;
  margin-right: 26px;
}
.resumeBox .resumeSlider .swiper-slide .img:last-child {
  margin-right: 0;
}
.rdqy {
  margin-top: 50px;
}
.rdqy h2 {
  text-indent: -1978px;
  overflow: hidden;
  background: url(../images/title_rdqy.png) no-repeat;
  height: 100px;
}
.rdqy .rdqyBox {
  background-color: #FFF;
  border-radius: 15px;
  overflow: hidden;
  padding: 60px 80px;
  width: 1040px;
  height: 162px;
  position: relative;
}
.rdqy .rdqyBox .bgBox {
  position: absolute;
  left: 80px;
  top: 60px;
  z-index: 1;
  width: 1040px;
  height: 162px;
  overflow: hidden;
}
.rdqy .rdqyBox .bg01 {
  background: url(../images/scroll_bg.jpg) no-repeat;
  width: 1040px;
  height: 162px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  animation: moveX 8s linear infinite;
}
.rdqy .rdqyBox .bg02 {
  background: url(../images/scroll_bg.jpg) no-repeat;
  width: 1040px;
  height: 162px;
  position: absolute;
  left: 1040px;
  top: 0;
  z-index: 1;
  animation: moveX2 8s linear infinite;
}
.rdqy .rdqyBox .mask {
  width: 1040px;
  height: 162px;
  background-color: #FFF;
  opacity: .5;
  position: absolute;
  left: 80px;
  top: 60px;
  z-index: 2;
}
.rdqy .rdqyBox .ewm {
  width: 164px;
  height: 164px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -82px 0 0 -82px;
  z-index: 9;
}
@keyframes moveX {
  from {
    left: 0;
  }
  to {
    left: -1040px;
  }
}
@keyframes moveX2 {
  from {
    left: 1040px;
  }
  to {
    left: 0;
  }
}
.cdxkt {
  margin-top: 50px;
}
.cdxkt h2 {
  text-indent: -1978px;
  overflow: hidden;
  background: url(../images/title_cdxkt.png) no-repeat;
  height: 100px;
}
.cdxkt .cdxktSlider {
  margin-top: 30px;
  height: 280px;
}
.cdxkt .cdxktSlider .swiper-slide {
  width: 385px;
  height: 220px;
}
.cdxkt .cdxktSlider .swiper-button-prev,
.cdxkt .cdxktSlider .swiper-button-next {
  width: 30px;
  height: 40px;
  background: url(../images/icon_slide_left_arrow.png) no-repeat center center #90b0f1;
  left: 50%;
  top: auto;
  bottom: 0;
  margin-left: -25px;
}
.cdxkt .cdxktSlider .swiper-button-next {
  background: url(../images/icon_slide_right_arrow.png) no-repeat center center #90b0f1;
  left: 50%;
  right: auto;
  margin-left: 25px;
}
.zcfxh {
  margin-top: 50px;
}
.zcfxh h2 {
  text-indent: -1978px;
  overflow: hidden;
  background: url(../images/title_zcfxh.png) no-repeat;
  height: 100px;
}
.zcfxh .line {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.zcfxh .line .left {
  width: 575px;
  height: 470px;
}
.zcfxh .line .left .pic {
  width: 575px;
  height: 325px;
}
.zcfxh .line .left .tit {
  margin-top: 10px;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.zcfxh .line .left .tit a {
  font-size: 18px;
  color: #5f5f5f;
}
.zcfxh .line .left .more {
  display: block;
  width: 170px;
  height: 60px;
  border-radius: 30px;
  border: solid 1px #9dbaf3;
  background-color: #FFF;
  font-size: 18px;
  color: #4673e6;
  font-weight: 600;
  text-align: center;
  line-height: 60px;
  margin: 20px auto 0;
}
.zcfxh .line .right {
  width: 530px;
  height: 470px;
  background-color: #4673e6;
  padding: 0 25px;
  overflow: hidden;
}
.zcfxh .line .right .list {
  margin-top: 30px;
}
.zcfxh .line .right .list a {
  display: block;
  position: relative;
  border-bottom: solid 2px #5b83e9;
  color: #FFF;
  margin-top: 10px;
  padding-bottom: 30px;
}
.zcfxh .line .right .list a .tit {
  height: 46px;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.zcfxh .line .right .list a .date {
  font-size: 16px;
  color: #9cbafe;
  position: absolute;
  right: 0;
  bottom: 10px;
}
.zcfxh .line .right .list a .date::before {
  content: '';
  width: 20px;
  height: 20px;
  background: url(../images/icon_date.png) no-repeat;
  display: inline-block;
  margin-top: -3px;
  margin-right: 5px;
  vertical-align: middle;
}
.zcfxh .line .right .more {
  display: block;
  width: 170px;
  height: 60px;
  border-radius: 30px;
  border: solid 1px #FFF;
  background-color: #6b8feb;
  font-size: 18px;
  color: #FFF;
  font-weight: 600;
  text-align: center;
  line-height: 60px;
  margin: 20px auto 0;
}
.zcfxh .zcBox {
  margin-top: 40px;
}
.zcfxh .zcBox .zcList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.zcfxh .zcBox .zcList .item {
  width: 580px;
  height: 130px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.zcfxh .zcBox .zcList .item .pic {
  width: 190px;
  height: 130px;
  margin-right: 15px;
}
.zcfxh .zcBox .zcList .item .txtCon {
  flex: 1;
}
.zcfxh .zcBox .zcList .item .txtCon .date {
  font-size: 20px;
  font-weight: 600;
  color: #239ddc;
}
.zcfxh .zcBox .zcList .item .txtCon .date span {
  font-size: 38px;
  margin-right: 5px;
}
.zcfxh .zcBox .zcList .item .txtCon .dot {
  font-size: 30px;
  color: #fdcf63;
  height: 10px;
  line-height: 0;
  margin-top: 10px;
}
.zcfxh .zcBox .zcList .item .txtCon .desc {
  font-size: 14px;
  color: #6b6e8c;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 15px;
}
.zcfxh .zcBox .more {
  display: block;
  width: 170px;
  height: 60px;
  border-radius: 30px;
  border: solid 1px #9dbaf3;
  background-color: #FFF;
  font-size: 18px;
  color: #239ddc;
  font-weight: 600;
  text-align: center;
  line-height: 60px;
  margin: 20px auto 0;
}
.bsfwz {
  margin-top: 50px;
}
.bsfwz h2 {
  text-indent: -1978px;
  overflow: hidden;
  background: url(../images/title_bsfwz.png) no-repeat;
  height: 100px;
}
.bsfwz .bsfwzList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}
.bsfwz .bsfwzList .item {
  display: flex;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
  width: 230px;
  height: 200px;
  border: solid 2px #a6e1ff;
  background-color: #FFF;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 0 20px;
}
.bsfwz .bsfwzList .item:nth-child(5n) {
  margin-right: 0;
}
.bsfwz .bsfwzList .item:hover {
  background-color: #eaf8ff;
}
.bsfwz .bsfwzList .item .icon {
  width: 90px;
  height: 90px;
  margin-top: 25px;
}
.bsfwz .bsfwzList .item .tit {
  font-size: 22px;
  font-weight: 600;
  color: #2377a3;
  text-align: center;
  margin-top: 10px;
}
.hdzx {
  margin-top: 50px;
  padding-bottom: 100px;
}
.hdzx h2 {
  text-indent: -1978px;
  overflow: hidden;
  background: url(../images/title_hdzxq.png) no-repeat;
  height: 100px;
}
.hdzx .hdzxCon {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.hdzx .hdzxCon .left {
  width: 680px;
  height: 510px;
  background-color: #FFF;
  position: relative;
}
.hdzx .hdzxCon .left .list {
  width: 100%;
}
.hdzx .hdzxCon .left .list a {
  display: block;
  height: 130px;
  width: 680px;
  box-sizing: border-box;
  padding: 0 15px;
  overflow: hidden;
  margin-bottom: 20px;
}
.hdzx .hdzxCon .left .list a:last-child {
  margin-bottom: 0;
}
.hdzx .hdzxCon .left .list a .tit {
  font-size: 18px;
  color: #282b45;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 25px;
}
.hdzx .hdzxCon .left .list a .tit::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 10px;
  background-color: #fdcf63;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 10px;
}
.hdzx .hdzxCon .left .list a .desc {
  color: #6b6e8c;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  border-left: solid 2px rgba(107, 110, 140, 0.5);
  padding-left: 15px;
  text-align: justify;
}
.hdzx .hdzxCon .left .list a:hover {
  background-color: #36b1f1;
}
.hdzx .hdzxCon .left .list a:hover .tit {
  color: #FFF;
}
.hdzx .hdzxCon .left .list a:hover .tit::before {
  background-color: #FFF;
}
.hdzx .hdzxCon .left .list a:hover .desc {
  color: #FFF;
  border-left-color: rgba(255, 255, 255, 0.5);
}
.hdzx .hdzxCon .left .more {
  color: #a5a5a5;
  margin: 0 auto;
  display: block;
  width: 120px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 10px;
  margin-left: -60px;
}
.hdzx .hdzxCon .right {
  width: 483px;
  height: 510px;
}
.hdzx .hdzxCon .right a {
  display: block;
  width: 483px;
  height: 157px;
  margin-bottom: 20px;
}
.hdzx .hdzxCon .right a:last-child {
  margin-bottom: 0;
}
