.bann .V-rxdl-title {
  position: relative;
  top: 48%;
  padding-bottom: 20px;
  font-size: 50px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
}

/* .bann .Vrxdl-title:after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0px;
    width: 40px;
    height: 5px;
    background: #fff;
    margin-left: -20px;
} */

.bann.joinbann{height:600px;}

.bann .V-rxdl-title {
  animation: mymove 1s infinite;
  -webkit-animation: mymove 1s infinite;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
}

.Container-wrapper {
  width: 100%;
}

/* -----------------------------荣信电力--------------------- */

.V-rxdl-matter {
  width: 1260px;
  margin: 0 auto;
  overflow: hidden;
  padding: 30px 0;
}

.V-rxdl-matter-left {
  width: 100%;
  height: auto;
  position: relative;
}

.V-rxdl-matter-title {
  width: 60%;
  height: 70px;
  background-image: url("../images/rxdl_words.png");
  background-repeat: no-repeat;
  position: relative;
}

.V-rxdl-matter-title h4 {
  font-size: 36px;
  color: #333333;
  font-weight: bold;
  position: absolute;
  left: 0;
  bottom: -10px;
}

.V-rxdl-line {
  width: 100%;
  overflow: hidden;
  margin: 40px 0 10px 0;
}

.V-rxdl-line i {
  width: 25px;
  height: 3px;
  display: block;
  background-image: url("../images/viimages/rxdl_line.png");
}

.V-rxdl-words {
  width: 100%;
  overflow: hidden;
}

.V-rxdl-words p {
  font-size: 15px;
  line-height: 24px;
  color: #666666;
  width: 90%;
/*  padding-top: 30px;*/
}

.V-rxdl-matter-right {
  width: 40%;
  height: auto;
  overflow: hidden;
  position: relative;
  float: right;
}

.V-rxdl-matter-right img {
  object-fit: cover;
}

@media all and (max-width: 1280px) {
  .V-rxdl-matter {
    width: 96%;
    margin-left: 2%;
  }
}

/* -----------------------------加入梦网--------------------- */

.V-jrmw-box {
  width: 100%;
  background-color: #f2f2f2;
}

.V-jrmw-matter {
  width: 1260px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 90px;
  padding-bottom: 90px;
}

.V-jrmw-left {
  width: 47.85%;
  height: 340px;
  float: left;
  height: auto;
  position: relative;
  overflow: hidden;
}

.V-jrmw-left span.vplay img{max-width:100%;height:auto;width:auto;}
.V-jrmw-left span.vplay{position:absolute;left:15px;bottom:15px;}

.V-jrmw-left img {
  width: 100%;
  height: 100%;
  transition: all 1s ease-in-out;
}

.V-jrmw-left img:hover {
  transform: scale(1.1);
}

.V-jrmw-right {
  width: 52.15%;
  float: right;
  height: 340px;
  height: auto;
  position: relative;
}

.V-jrmw-words {
  margin-left: 10%;
}

.V-jrmw-right h4 {
  font-size: 36px;
  color: #333333;
  font-weight: bold;
}

.V-jrmw-right p {
  font-size: 15px;
  color: #666666;
  margin-top: 30px;
  line-height: 24px;
}

.V-jrmw-right p a {
  font-size: 15px;
  color: #cf0b0b;
  font-weight: bold;
}

.V-jrmw-nav {
  width: 100%;
  height: 70px;
  overflow: hidden;
  border-top: 1px solid #dbdbdb;
}

.V-jrmw-nav ul {
  width: 1260px;
  margin: 0 auto;
}

.V-jrmw-nav ul li {
  float: left;
  width: 50%;
  text-align: center;
  line-height: 70px;
  font-size: 16px;
  color: #333333;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}

.V-jrmw-nav ul li a{display: block;}

.V-jrmw-nav ul li:hover {
  background-color: #575757;
  color: #fefefe;
}

.V-jrmw-nav-native {
  background-color: #575757;
  color: #fefefe !important;
}

.V-jrmw-search {
  width: 1260px;
  height: 70px;
  overflow: hidden;
  margin: 40px auto;
  border: 1px solid #e5e5e5;
  line-height: 70px;
}

.V-jrmw-search span {
  font-size: 16px;
  color: #666666;
  margin-left: 30px;
  margin-right: 16px;
}

.V-jrmw-area {
  font-size: 14px;
  color: #888888;
  border: 1px solid #e5e5e5;
  width: 21.4%;
  height: 42px;
  margin: 0 8px;
  padding:0px 10px;
}

.V-jrmw-insert {
  font-size: 14px;
  color: #888888;
  width: 29.4%;
  text-indent: 1em;
  height: 42px;
  border: 1px solid #e5e5e5;
  margin-left: 16px;
}

.V-jrmw-submit {
  width: 11.6%;
  height: 42px;
  border: 1px solid #00479d;
  background-color: #00479d;
  color: #ffffff;
  font-size: 16px;
  margin-left: -4px;
  cursor: pointer;
}

.V-jrmw-submit:hover {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#00479d),
    to(#01387a)
  );
  background: -moz-linear-gradient(top, #00479d, #01387a);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00479d', endColorstr='#01387a');
}

.V-jrmw-list {
  width: 1260px;
  height: auto;
  overflow: hidden;
  margin: 20px auto 70px;
}

.V-jrmw-ltop {
  width: 100%;
  overflow: hidden;
  background-color: #00479d;
}

.V-jrmw-ltop ul li {
  float: left;
  position: relative;
  height: 60px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
  line-height: 60px;
}

.V-jrmw-ltop ul li:nth-child(1) {
  width: 26%;
}

.V-jrmw-ltop ul li:nth-child(2) {
  width: 17%;
}

.V-jrmw-ltop ul li:nth-child(3) {
  width: 17%;
}

.V-jrmw-ltop ul li:nth-child(4) {
  width: 17%;
}

.V-jrmw-ltop ul li:nth-child(5) {
  width: 17%;
}

.V-jrmw-ltop ul li:nth-child(6) {
  width: 3%;
}

.V-jrmw-lbottom {
  width: 100%;
  overflow: hidden;
}

.V-jrmw-lbottom ul li {
  float: left;
  position: relative;
  text-align: center;
  height: 80px;
  font-size: 16px;
  color: #666666;
  line-height: 80px;
  border-bottom: 1px solid #ebebeb;
}

.V-jrmw-lbottom ul li:nth-child(1) {
  width: 26%;
}

.V-jrmw-lbottom ul li:nth-child(2) {
  width: 17%;
}

.V-jrmw-lbottom ul li:nth-child(3) {
  width: 17%;
}

.V-jrmw-lbottom ul li:nth-child(4) {
  width: 17%;
}

.V-jrmw-lbottom ul li:nth-child(5) {
  width: 17%;
}

.V-jrmw-lbottom ul li:nth-child(6) {
  width: 6%;
}

.V-jrmw-l-click {
  width: 60px;
  height: 80px;
  text-align: center;
  cursor: pointer;
}

.V-jrmw-l-click i {
  display: block;
  width: 9px;
  height: 6px;
  background-image: url("../images/viimages/jrmw_arrow.png");
  margin: 0 auto;
  margin-top: 37px;
}

.curH i {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
}

.V-jrmw-l-words {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-left: 36px;
  background-color: #f6f6f6;
  padding-bottom: 30px;
}

.V-jrmw-l-words h2 {
  font-size: 18px;
  color: #333333;
  margin-top: 24px;
}

.V-jrmw-l-words p {
  font-size: 14px;
  color: #666666;
  margin-top: 8px;
}

.V-jrmw-l-words h4 {
  width: 136px;
  height: 46px;
  background-color: #00479d;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 46px;
  cursor: pointer;
  margin-top: 40px;
}

.V-jrmw-l-words h4 img {
  width: 18px;
  height: 17px;
  margin: -4px 6px 0 0;
  vertical-align: middle;
}

.V-jrmw-l-words h4:hover {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#00479d),
    to(#01387a)
  );
  background: -moz-linear-gradient(top, #00479d, #01387a);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00479d', endColorstr='#01387a');
}

.V-jrmw-pageing {
  width: 100%;
  height: 40px;
  text-align: center;
  padding-bottom: 120px;
}

.V-jrmw-pageing a {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 1px solid #c4c4c4;
  text-align: center;
  margin: 0 6px;
  line-height: 40px;
  font-size: 16px;
  color: #666666;
}

.V-jrmw-pageing input {
  width: 40px;
  height: 40px;
  border: 1px solid #c4c4c4;
  text-align: center;
}

.V-jrmw-pageing a:hover {
  background-color: #00479d;
  color: #fff;
}

.V-jrmw-pageing-acive {
  background-color: #00479d;
  color: #fff !important;
}

/* --V-jrmw-subBox 弹出提交- */

.V-jrmw-subBox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 99;
  display: none;
}

.V-jrmw-form {
  position: absolute;
  width:600px;
  height:650px;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  z-index: 999;
}

.V-jrmw-form-close {
  position: absolute;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  top: 0px;
  right: 0px;
  cursor: pointer;
}

.V-jrmw-form-close img {
  width: 18px;
  height: 18px;
  transition: all 0.6s ease-in-out;
}

.V-jrmw-form-close:hover img {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

.V-jrmw-form-list {
  padding:80px;
}

.V-jrmw-form-list h4 {
  padding: 16px 0;
  border-bottom: 1px solid #bbbbbb;
}

.V-jrmw-form-list h4 span {
  font-size: 16px;
  color: #333;
}

.V-xm {
  font-size: 16px;
  color: #afafaf;
  margin-left: 20px;
  width: 220px;
  border: none;
}

/* ---- */

.V-radio {
  width: 13px;
  height: 13px;
  border: 1px solid #afafaf;
  border-radius: 100%;
  margin-left: 20px;
  vertical-align: bottom;
  margin-top: 0px;
  cursor: pointer;
  position:relative;
  top:-2px;
}

.V-radio:checked {
  background-color: #00479d;
  border: 1px solid #00479d;
}

/* ---- */

.V-jrmw-form-list h5 {
  margin: 10px 0;
  font-size: 14px;
  color: #00479d;
}

.V-file {
  position: relative;
  display: inline-block;
  border-radius: 4px;
  padding: 4px 12px;
  overflow: hidden;
  text-indent: 0;
  line-height: 20px;
}

.V-file input {
  position: absolute;
  font-size: 100px;
  right: 0;
  top: 0;
  opacity: 0;
}

.V-file:hover {
  color: #004974;
}

.V-file img {
  margin: -3px 6px 0 0;
}

.V-jrmw-form-list h5 p {
  font-size: 14px;
  color: #afafaf;
}

input::-webkit-input-placeholder {
  color: #afafaf;
}

input:-moz-placeholder {
  color: #afafaf;
}

input::-moz-placeholder {
  color: #afafaf;
}

input:-ms-input-placeholder {
  color: #afafaf;
}

.V-jrmw-form-list h6 {
  width: 340px;
  height: 50px;
  background-color: #00479d;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 50px;
  margin: 0 auto;
  margin-top: 40px;
}

.V-jrmw-form-list h6 img {
  width: 25px;
  height: 24px;
  vertical-align: middle;
  margin: -4px 10px 0 0;
}

.V-jrmw-nb {
  display: none;
}

@media all and (max-width: 1280px) {
  .V-jrmw-matter {
    width: 96%;
    margin-left: 2%;
  }
  .V-jrmw-nav ul {
    width: 96%;
    margin-left: 2%;
  }
  .V-jrmw-search {
    width: 96%;
    margin-left: 2%;
  }
  .V-jrmw-list {
    width: 96%;
    margin-left: 2%;
  }
}

/* ------------------------------------------定期报告-------------------------------------------- */

.V-dqbg-box {
  width: 100%;
  background-color: #f5f5f5;
}

.V-dqbg-title {
  width: 100%;
  overflow: hidden;
  text-align: center;
  padding-top: 76px;
  margin: 0 0 20px 0;
}

.V-dqbg-title h4 {
  font-size: 36px;
  color: #333333;
  font-weight: bold;
}

.V-dqbg-matter {
  width: 1260px;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 60px;
}

.V-dqbg-matter ul {
  margin-left: -2%;
}

.V-dqbg-matter ul li {
  float: left;
  width: 48%;
  height: 110px;
  margin-left: 2%;
  background-color: #fff;
  margin-top: 20px;
}

.V-dqbg-book {
  width: 60px;
  height: 60px;
  margin-top: 24px;
  margin-left: 10px;
  float: left;
}

.V-dqbg-matter ul li h2 {
  width: 72%;
  height: 60px;
  margin-top: 28px;
  margin-left: 10px;
  border-right: 1px solid #e5e5e5;
  float: left;
}

.V-dqbg-matter ul li h2 p {
  font-size: 18px;
  color: #666666;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 6px;
  overflow: hidden;
}

.V-dqbg-matter ul li h2 span {
  font-size: 14px;
  color: #888888;
}

.V-dqbg-matter ul li h2 p:hover {
  color: #00479d;
}

.V-dqbg-matter ul li h3 {
  height: auto;
  text-align: center;
  line-height: 110px;
}

@media all and (max-width: 1280px) {
  .V-dqbg-matter {
    width: 96%;
    margin-left: 2%;
  }
}

/* ----------------------------------投资关系---------------------------------------- */

.V-tzgx-tB {
  width: 1260px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 200px;
}

.V-tzgx-tB h1 {
  font-size: 32px;
  color: #ffffff;
}

.V-tzgx-tB h2 {
  color: #fff;
  overflow: hidden;
  margin-top: 50px;
}

.V-tzgx-tB h2 p {
  font-size: 60px;
  float: left;
}

.V-tzgx-tB h2 span {
  font-size: 30px;
  line-height: 100px;
  margin-left: 16px;
}

.V-tzgx-tB h2 img {
  width: 17px;
  height: 22px;
  vertical-align: middle;
  margin: -12px 0 0 12px;
}

.V-tzgx-tB h3 {
  color: #fff;
  margin-top: 16px;
}

.V-tzgx-tB h3 ul {
  overflow: hidden;
}

.V-tzgx-tB h3 ul li {
  float: left;
  width: 115px;
  padding: 10px 0 10px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.V-tzgx-tB h3 ul li p {
  font-size: 14px;
  padding: 6px 0 6px 0;
}

.V-tzgx-tB h6 {
  margin-top: 70px;
  font-size: 12px;
}

.V-tzgx-notice {
  width: 1260px;
  margin: 0 auto;
  overflow: hidden;
  padding: 70px 0 20px 0;
}

.V-tzgx-title {
  width: 100%;
  overflow: hidden;
  text-align: center;
  margin-bottom: 40px;
}

.V-tzgx-title h4 {
  font-size: 36px;
  color: #333333;
  font-weight: bold;
}

.V-tzgx-notice ul {
  overflow: hidden;
  margin-bottom: 60px;
}

.V-tzgx-notice ul li {
  float: left;
}

.V-tzgx-notice ul li:nth-child(1) {
  width: 47.6%;
  height: 414px;
  overflow: hidden;
  position: relative;
}

.V-tzgx-notice ul li:nth-child(1) .swiper-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.V-tzgx-notice ul li:nth-child(1) h1 {
  width: 100%;
  height: 414px;
  overflow: hidden;
}

.V-tzgx-pic {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s ease-in-out;
}

.V-tzgx-notice ul li:nth-child(1):hover .V-tzgx-pic {
  transform: scale(1.1);
}

.V-tzgx-words {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.5);
}

.V-tzgx-words p {
  font-size: 18px;
  color: #fff;
  line-height: 80px;
  margin-left: 20px;
  width: 66%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.V-tzgx-notice ul li:nth-child(1):hover p {
  color: #00479d;
}

.V-tzgx-notice .swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 25px;
  left: auto;
  right: 16px;
  width: auto;
}

.V-tzgx-notice .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgb(255, 255, 255);
  opacity: 1;
}

.V-tzgx-notice .swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.V-tzgx-notice ul li:nth-child(2) {
  width: 49.2%;
  height: 414px;
  margin-left: 3.2%;
  overflow: hidden;
}

.V-tzgx-pdf {
  width: 100%;
  border-bottom: 1px solid #f1f1f1;
  overflow: hidden;
}

.V-tzgx-pdf h2 {
  height: 80px;
  width: 20%;
  text-align: center;
  float: left;
}

.V-tzgx-pdf h2 img {
  width: 52px;
  height: 67px;
  vertical-align: bottom;
  margin-top: 6.5px;
}

.V-tzgx-pdf p {
  width: 60%;
  line-height: 80px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 18px;
  color: #666666;
  float: left;
}

.V-tzgx-pdf p:hover {
  color: #00479d;
}

.V-tzgx-pdf h3 {
  width: 20%;
  text-align: right;
  font-size: 14px;
  color: #888888;
  float: left;
  line-height: 80px;
}

.V-tzgx-more {
  width: 100%;
  overflow: hidden;
  padding-bottom: 60px;
}

.V-tzgx-more h5 {
  font-size: 16px;
  width: 180px;
  height: 50px;
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
}

.V-tzgx-more h5 p {
  width: 100%;
  line-height: 50px;
  height: 100%;
  color: #333333;
  border: 1px solid #e5e5e5;
  transition: all 0.6s ease;
}

.V-tzgx-more h5 p:hover {
  background-color: #00479d;
  color: #fff;
}

.V-tzgx-interact {
  width: 1260px;
  margin: 0 auto;
  overflow: hidden;
  padding: 70px 0 60px 0;
}

.V-tzgx-inpic {
  width: 100%;
  height: auto;
  position: relative;
}

.V-tzgx-inimg {
  width: 100%;
  object-fit: cover;
}

.V-tzgx-inshade {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.V-tzgx-inshade img {
  width: 190px;
  height: 190px;
  object-fit: cover;
}

.V-tzgx-inshade p {
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  margin-top: 20px;
}

.V-tzgx-inshade:hover img {
  -webkit-animation: shakeI 1.2s ease-in-out both;
  -moz-animation: shakeI 1.2s ease-in-out both;
  -ms-animation: shakeI 1.2s ease-in-out both;
  animation: shakeI 1.2s ease-in-out both;
}

@keyframes shakeI {
  0% {
    transform: scale(1);
  }
  10%,
  20% {
    transform: scale(0.98) rotate(-2deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale(1.14) rotate(2deg);
  }
  40%,
  60%,
  80% {
    transform: scale(1.14) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}

.V-tzgx-inshade:hover p {
  color: #00479d;
}

.V-tzgx-relation {
  width: 100%;
  margin: 0 auto;
  background-color: #f5f5f5;
  padding: 60px 0 60px 0;
  overflow: hidden;
}

.V-tzgx-list {
  width: 1260px;
  margin: 0 auto;
  padding-top: 40px;
  overflow: hidden;
  padding-bottom: 20px;
  position: relative;
}

.V-tzgx-relation ul {
  margin-left: -1.9%;
}

.V-tzgx-relation ul li {
  width: 22.7%;
  height: 170px;
  float: left;
  background-color: #fff;
  margin-left: 2.1%;
  text-align: center;
  color: #666666;
}

.V-tzgx-list ul li img {
  width: 78px;
  height: 78px;
  margin-top: -39px;
}

.V-tzgx-list ul li h3 {
  font-size: 15px;
  margin-top: 30px;
}

.V-tzgx-list ul li p {
  font-size: 15px;
  margin-top: 6px;
}

.V-tzgx-list ul li:hover {
  -moz-box-shadow: 0 4px 15px 1px #666666;
  -webkit-box-shadow: 0 4px 15px 1px #666666;
  box-shadow: 0 4px 15px 1px #e0e0e0;
}

.V-tzgx-list ul li a:hover {
  color: #00479d;
}

@media all and (max-width: 1280px) {
  .V-tzgx-tB {
    width: 96%;
    margin-left: 2%;
  }
  .V-tzgx-notice {
    width: 96%;
    margin-left: 2%;
  }
  .V-tzgx-interact {
    width: 96%;
    margin-left: 2%;
  }
  .V-tzgx-list {
    width: 96%;
    margin-left: 2%;
  }
}

/* ------------------------------企业文化详情-------------------------------- */

.V-qyxq-tilB {
  width: 1260px;
  margin: 0 auto;
  padding-top: 100px;
}

.V-qyxq-tilB h4 {
  font-size: 50px;
  color: #fefeff;
  font-weight: bold;
  margin-top: 220px;
  animation: dropup 1s ease-in-out both;
}

@keyframes dropup {
  0% {
    opacity: 0.5;
    margin-top: 120px;
  }
  100% {
    opacity: 1;
    margin-top: 220px;
  }
}

.V-qyxq-box {
  width: 100%;
  height: auto;
  padding-bottom: 20px;
  background-color: #f7f7f7;
}

.V-qyxq-listL {
  width: 1260px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 30px;
}
.V-qyxq-listL ul {
  padding-bottom: 20px;
  overflow: hidden;
}
.V-qyxq-listL ul li {
  float: left;
  overflow: hidden;
  position: relative;
}

.V-qyxq-listL ul li:nth-child(1) {
  width: 68.5%;
  height: 480px;
}

.V-qyxq-listL ul li:nth-child(1) img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s ease-in-out;
}

.V-qyxq-listL ul li:nth-child(1) img:hover {
  transform: scale(1.1);
}

.V-qyxq-listL ul li:nth-child(2) {
  width: 31.5%;
  height: 480px;
  background-color: #fff;
}

.V-qyxq-listL ul li:nth-child(2) div {
  margin-left: 10%;
}

.V-qyxq-icon {
  margin-top: 30px;
}

.V-qyxq-listL ul li:nth-child(2) h4 {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  margin: 22px 0 24px 0;
}

.V-qyxq-listL ul li:nth-child(2) hr {
  width: 80%;
  height: 1px;
  background-color: #e5e5e5;
}

.V-qyxq-listL ul li:nth-child(2) h3 {
  font-size: 16px;
  color: #666666;
  margin: 40px 0 48px 0;
  font-weight: bold;
}

.V-qyxq-listL ul li:nth-child(2) p {
  font-size: 15px;
  color: #666666;
  width: 80%;
  height: 94px;
  line-height: 24px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.V-click {
  margin-top: 50px;
  cursor: pointer;
  width: 90px;
  height: 30px;
}
.V-click span {
  font-size: 14px;
  color: #888888;
  float: left;
}
.V-click i {
  display: block;
  width: 16px;
  height: 16px;
  line-height:16px;
  text-align: center;
  border-radius: 100%;
  background-color: #00479d;
  text-align: center;
  float: right;
  overflow: hidden;
}
.V-qyxq-downP {
  width: 9px;
  height: 6px;
  position: relative;
  top: -1px;
}

.V-click:hover .V-qyxq-downP {
  animation: arrdown 0.4s ease-in-out both;
}
.V-click:hover span {
  color: #00479d;
}
@keyframes arrdown {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}

.V-qyxq-words {
  width: 100%;
  background-color: #fff;
  margin-bottom: 2px;
  overflow: hidden;
  display:none;
}

.V-qyxq-words h1 {
  font-size: 20px;
  color: #333333;
  margin-left: 5%;
  margin-top: 50px;
}
.V-qyxq-words p {
  font-size: 15px;
  color: #666666;
  width: 90%;
  margin-left: 5%;
  margin-top: 20px;
  line-height: 24px;
}

.V-qyxq-close {
  width: 100px;
  height: 30px;
  background-color: #00479d;
  margin: 0 auto;
  text-align: center;
  margin-top: 70px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
.V-qyxq-close img {
  width: 12px;
  height: 12px;
  margin-top: 9px;
  transition: all 0.5s ease-in-out;
}
.V-qyxq-close:hover img {
  transform: rotate(180deg);
}
.V-qyxq-close:hover {
  background-color: #00479d;
}

.V-qyxq-listR {
  width: 1260px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 16px;
}
.V-qyxq-listR ul {
  padding-bottom: 20px;
  overflow: hidden;
}
.V-qyxq-listR ul li {
  float: left;
  overflow: hidden;
  position: relative;
}

.V-qyxq-listR ul li:nth-child(2) {
  width: 68.5%;
  height: 480px;
}

.V-qyxq-listR ul li:nth-child(2) img {
  width: 100%;
  height: 100%;
  transition: all 1s ease-in-out;
  object-fit: cover;
}

.V-qyxq-listR ul li:nth-child(2) img:hover {
  transform: scale(1.1);
}

.V-qyxq-listR ul li:nth-child(1) {
  width: 31.5%;
  height: 480px;
  background-color: #fff;
}

.V-qyxq-listR ul li:nth-child(1) div {
  margin-left: 10%;
}

.V-qyxq-icon {
  margin-top: 30px;
}

.V-qyxq-listR ul li:nth-child(1) h4 {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  margin: 22px 0 24px 0;
}

.V-qyxq-listR ul li:nth-child(1) hr {
  width: 80%;
  height: 1px;
  background-color: #e5e5e5;
}

.V-qyxq-listR ul li:nth-child(1) h3 {
  font-size: 16px;
  color: #666666;
  margin: 40px 0 48px 0;
  font-weight: bold;
}

.V-qyxq-listR ul li:nth-child(1) p {
  font-size: 15px;
  color: #666666;
  width: 80%;
  height: 94px;
  line-height: 24px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

@media all and (max-width: 1260px) {
  .V-qyxq-tilB {
    width: 96%;
    margin-left: 2%;
  }
  .V-qyxq-listL {
    width: 96%;
    margin-left: 2%;
  }
  .V-qyxq-listR {
    width: 96%;
    margin-left: 2%;
  }
}

/* ---------------------------企业文化----------------------- */
.V-qywh-list {
  width: 1260px;
  margin: 0 auto;
  overflow: hidden;
  padding: 110px 0 120px 0;
}

.V-qywh-list ul {
  margin-left: -1.3%;
}
.V-qywh-list ul li {
  float: left;
  width: 18.7%;
  margin-left: 1.3%;
  text-align: center;
}
.V-qywh-list ul li h1 {
  width: 100%;
  height: 240px;
  overflow: hidden;
}
.V-qywh-list ul li h1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:all 0.4s ease-in 0s; -webkit-transition:all 0.4s ease-in 0s; -moz-transition:all 0.4s ease-in 0s; -o-transition:all 0.4s ease-in 0s;
}
.V-qywh-list ul li h1 img:hover {
  transform: scale(1.1);
}
.V-qywh-list ul li h2 {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  margin-top: 55px;
}
.V-qywh-list ul li h2:hover {
  color: #00479d;
}
.V-qywh-list ul li p {
  font-size: 15px;
  color: #888888;
  margin-top: 28px;
}

.V-qywh-cen {
  width: 100%;
  overflow: hidden;
}
.V-qywh-cen img {
  width: 100%;
  object-fit: cover;
}

/* -------------- */
.V-qywh-mien {
  width: 1260px;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 110px;
}
.V-qywh-miTi {
  width: 100%;
  overflow: hidden;
  text-align: center;
  padding: 80px 0 54px;
}
.V-qywh-miTi h4 {
  font-size: 36px;
  color: #333333;
  font-weight: bold;
}
/* .V-qywh-mienPic{
    width: 100%;
} */

#focus_Box {
  position: relative;
  width: 100%;
  height: 418px;
  margin: 0px auto;
}
#focus_Box ul {
  position: relative;
  width: 100%;
}
#focus_Box li {
  z-index: 0;
  position: absolute;
  width: 0px;
  height: 0px;
  top: 146px;
  cursor: pointer;
  left: 377px;
}
#focus_Box li img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
#focus_Box li p {
  position: absolute;
  left: 0;
  bottom: -50px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #333333;
  font-size: 18px;
}

#focus_Box .prev,
#focus_Box .next {
  display: block;
  z-index: 99;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 180px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-align: center;
}
#focus_Box .prev img,
#focus_Box .next img {
  width: 14px;
  height: 25px;
  margin-top: 12.5px;
}
#focus_Box .prev {
  left: 0px;
}
#focus_Box .next {
  right: 0px;
}
#focus_Box .prev:hover {
  background-position: left top;
}
#focus_Box .next:hover {
  background-position: right top;
}

/* ------------- */

.V-qywh-dream {
  width: 100%;
  overflow: hidden;
  background-color: #efefef;
}

.V-qywh-news {
  width: 1260px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 110px;
}
.V-qywh-news .swiper-container {
  position: relative;
}

.V-d-shade {
  width: 100%;
  height: 371px;
  position: absolute;
  top: -10px;
  left: 6px;
  background-color: #e4e4e4;
}

.V-qywh-newsL h4 {
  width: 260px;
  height: 371px;
  position: relative;
  overflow: hidden;
  margin-top: 16px;
}
.V-qywh-newsP {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s ease-in-out;
}
.V-qywh-shade {
  width: 100%;
  height: 0%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 71, 157, 0.9);
  text-align: center;
  transition: all 0.6s ease-in-out;
  z-index: 9;
}
.V-qywh-shade img {
  width: 40px;
  height: 41px;
  margin-top: 165px;
  cursor: pointer;
  object-fit: cover;
  opacity: 0;
  transition: all 1s ease-in-out;
}
.V-qywh-shade p {
  font-size: 16px;
  color: #ffffff;
  padding-top: 26px;
  opacity: 0;
  transition: all 1.2s ease-in-out;
}
.V-qywh-newsL h4:hover .V-qywh-shade {
  height: 100%;
}
.V-qywh-newsL h4:hover .V-qywh-shade img {
  opacity: 1;
}
.V-qywh-newsL h4:hover .V-qywh-shade p {
  opacity: 1;
}
.V-qywh-newsL h4:hover .V-qywh-newsP {
  transform: scale(1.1);
}

.V-qywh-newsqq {
  width: 18px;
  height: 18px;
  margin-left: 48%;
  transform: translate(-50%, 0);
  margin-top: 35px;
}
.V-qywh-newsW {
  font-size: 16px;
  color: #333333;
  text-align: center;
  margin-top: 20px;
}

.V-line {
  width: 100%;
  height: 1px;
  background-color: #dcdcdc;
  position: absolute;
  margin-top: 430.5px;
}

.swiper-button-left {
  position: absolute;
  left: 13%;
  z-index: 9;
  margin-top: 9%;
  cursor: pointer;
}
.swiper-button-left img {
  width: 27px;
  height: 52px;
}
.swiper-button-right {
  position: absolute;
  z-index: 9;
  right: 13%;
  margin-top: 9%;
  cursor: pointer;
}
.swiper-button-right img {
  width: 27px;
  height: 52px;
}


@media all and (max-width:1280px) {
    .V-qyxq-tilB {
        width: 96%;
        margin-left: 2%;
    }
    .V-qywh-list {
        width: 96%;
        margin-left: 2%;
    }
    .V-qywh-mien {
        width: 96%;
        margin-left: 2%;
    }
    .V-qywh-news {
        width: 96%;
        margin-left: 2%;
    }
}

/* addCss */
.Periodical ul{overflow: hidden;}
.Periodical ul li{width:23%;margin-right:2.6%;float:left;margin-bottom:30px;}
.Periodical ul li:nth-child(4n){margin-right:0px;}
.Periodical ul li .perd-img{background:#c9c9c9;text-align:center;position: relative;padding:40px 40px 0 40px;}
.Periodical ul li .perd-img img{max-width:100%;}
.Periodical ul li h4{background:#ededed;padding:30px 10px;text-align:center;font-size:16px;height: 102px;overflow: hidden;}
.Periodical ul li h4:hover{color:#00479d;}
.Periodical ul li .perd-more{position: absolute;left:0px;top:0px;width:100%;height:100%;background:rgba(0, 71, 157, 0.9);text-align:center;display:none;}
.Periodical ul li .perd-img a{width:90px;height:90px;display:block;color:#fff;font-weight: bold;position: absolute;left:50%;top:50%;margin-left:-45px;margin-top:-45px;}
.Periodical ul li span{background:url(../images/showpdf.png) no-repeat center;width:40px;height:41px;display:block;margin:0px auto 20px;}

.Periodical ul li:hover .perd-more{display:block;}
.Periodical ul li:hover h4{color:#00479d;}



/* --------------------------------修改----------------------- */
.vxg-jrmw-search{
    width: 1260px;
    overflow: hidden;
    margin: 40px auto;
  }
  .vxg-jrmw-list {
  border-top: 1px solid #e5e5e5;
  width: 100%;
  overflow: hidden;
  padding: 18px 16px;
}
.vxg-jrmw-list h6{
  float: left;
  font-size: 0;
  overflow: hidden;
}
.vxg-jrmw-list h6 i{
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: -14px 10px 0 0;
}
.vxg-jrmw-list h6 span{
  font-size: 14px;
  color: #333;
  font-weight: bold;
}
.vxg-jrmw-list h6 a{
  width: auto;
  height: 30px;
  text-align: center;
  line-height: 30px;
  display: inline-block;
  font-size: 14px;
  color: #333;
  border-radius: 15px;
  margin: 0 10px;
  padding: 0 10px;
}
.vxg-jrmw-list h6 a:hover{
  color: #00479d;
}

.vxg-jrmw-list h5{
  float: right;
  font-size: 14px;
  color: #888;
  cursor: pointer;
}
.vxg-jrmw-list h5:hover{
  color: #00479d;
}
.vxg-jrmw-list h5 i{
  width: 6px;
  height: 9px;
  background-repeat: no-repeat;
  display: inline-block;
  background-image: url('../images/add_arrow.png');
  margin: -2px 0 0 12px;
}
.vxg-jrmw-icon1{
  width: 16px;
  height: 19px;
  background-image: url('../images/add_dz.png');
}
.vxg-jrmw-icon2{
  width: 16px;
  height: 14px;
  background-image: url('../images/add_zw.png');
}
.vxg-jrmw-icon3{
  width: 16px;
  height: 15px;
  background-image: url('../images/add_gjc.png');
}

.vxg-jrmw-active{
  color: #00479d !important;
  font-weight: bold;
}
.vxg-jrmw-words{
  width: 100%;
  overflow: hidden;
  padding-top: 12px;
  padding-left: 82px;
}

.vxg-jrmw-search>div:last-child{
  border-bottom: 1px solid #e5e5e5;
}
.vxg-jrmw-list h6 input{
  font-size: 14px;
  color: #888;
  width: 300px;
  text-indent: 1em;
  height: 42px;
  border: 1px solid #e5e5e5;
  margin-left: 34px;
}
.vxg-jrmw-list h6 button{
  width: 60px;
  height: 42px;
  border: none;
  background-color: #dbdbdb;
  text-align: center;
  cursor: pointer;
  border: 1px solid #dbdbdb;
}

.vxg-jrmw-list h6 button i{
  width: 22px;
  height: 22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url('../images/add_ss.png');
  margin: -4px 0 0 0;
  vertical-align: middle;
}

.V-jrmw-l-words h6{
  width: 100%;
  margin-top: 40px;
  height: auto;
  font-size: 0;
}
.V-jrmw-l-words h6>a{
  color: #fffefe;
  font-weight: bold;
  font-size: 16px;
  width: 180px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  margin: 0 6px;
  background-color: #00479d;
  border-radius: 10px;
  display: inline-block;
}
.V-jrmw-l-words h6>a:hover{
  background-color: #007aff;
}

.V-jrmw-l-words h6 span{
  margin-left: 20px;
  font-size: 0;
  display: inline-block;
}
.V-jrmw-l-words h6 span a i{
  width: 40px;
  height: 40px;
  display: inline-block;
  background-repeat: no-repeat;
  margin: -16px 10px 0 10px;
  vertical-align: middle;
  opacity: .7;
}
.V-jrmw-l-words h6 span a i:hover{
  opacity: 1;
}

.vxg-form-icon1{background-image: url('../images/add_qq.png');}
.vxg-form-icon2{background-image: url('../images/add_wx.png');}
.vxg-form-icon3{background-image: url('../images/add_wb.png');}

.V-tzgx-inshade{width:190px;height:240px;margin-left:-95px;margin-top:-120px;}

