<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.img-box .img-d {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.img-box .img-h {
  transform: scale(1.1);
}

.abscss {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
/*font*/
@media (max-width: 767px) {
  .h18 {
    font-size: 16px;
  }
  .h20 {
    font-size: 18px;
  }
}
/*color*/

/*font*/
@media (max-width: 1440px) {
  .h30 {
    font-size: 28px;
  }
  .h24 {
    font-size: 22px;
  }
  .h30 {
    font-size: 28px;
  }
  .h32 {
    font-size: 32px;
  }
  .h48 {
    font-size: 42px;
  }
}
@media (max-width: 1024px) {
  .h30 {
    font-size: 26px;
  }
  .h24 {
    font-size: 20px;
  }
  .h30 {
    font-size: 26px;
  }
  .h32 {
    font-size: 28px;
  }
  .h48 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .h18 {
    font-size: 17px;
  }
  .h20 {
    font-size: 18px;
  }
  .h22 {
    font-size: 20px;
  }
  .h30 {
    font-size: 22px;
  }
  .h32 {
    font-size: 26px;
  }
  .h48 {
    font-size: 34px;
  }
}
/*comp-text-list-01*/

.comp-text-list-01 li:nth-child(2n + 1) {
  background-color: #f5f7fb;
}
.comp-text-list-01 .box-s {
  line-height: 30px;
  position: relative;
  padding: 15px 15px 15px 30px;
}
.comp-text-list-01 .box-s:hover .box-title {
  color: #1747AF;
}
.comp-text-list-01 .box-s:after {
  content: '';
  position: absolute;
  left: 15px;
  width: 5px;
  height: 5px;
  border-radius: 3px;
  top: 50%;
  margin-top: -3px;
  background-color: #1747AF;
}
.comp-text-list-01 .box-s .box-title {
  color: #333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
}
.comp-text-list-01 .box-s:after {
  background: #acb3ca;
}
/*  comp-text-list-02*/

.comp-text-list-02 li {
  margin-bottom: 30px;
}
.comp-text-list-02 .box-s {
  background: #f5f7fb;
  padding: 20px 30px;
  color: #666;
}
.comp-text-list-02 .box-s:hover .box-title {
  color: #1747AF;
  font-weight: bold;
}
.comp-text-list-02 .box-s .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  color: #333;
}
.comp-text-list-02 .box-s .box-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 24px;
  height: 72px;
  margin-top: 10px;
}
.comp-text-list-02 .box-s .box-date {
  margin-top: 10px;
}
/*  comp-text-list-03*/

.comp-text-list-03 li {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #E9EDF3;
}
.comp-text-list-03 .box-s {
  color: #666;
}
.comp-text-list-03 .box-s:hover .box-title {
  color: #1747AF;
}
.comp-text-list-03 .box-s .box-date {
  width: 82px;
  height: 82px;
  margin-right: 25px;
  padding-top: 10px;
  float: left;
  text-align: center;
  color: #333;
  background: #f5f7fb;
}
.comp-text-list-03 .box-s .box-date .date-01 {
  line-height: 40px;
  font-weight: bold;
}
.comp-text-list-03 .box-s .box-date .date-02 {
  line-height: 20px;
  font-size: 13px;
}
.comp-text-list-03 .box-s .box-info {
  overflow: hidden;
}
.comp-text-list-03 .box-s .box-title {
  font-weight: bold;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  color: #333;
}
.comp-text-list-03 .box-s .box-txt {
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
}
/*  comp-text-list-04*/

.comp-text-list-04 .box-s {
  padding-left: 60px;
  background: #f5f7fb;
  height: 60px;
  min-height: 60px;
  margin-bottom: 30px;
  position: relative;
}
.comp-text-list-04 .box-s:hover .box-title {
  color: #1747AF;
}
.comp-text-list-04 .box-s .box-icon {
  height: 60px;
  line-height: 60px;
  width: 60px;
  min-width: 60px;
  background-image: url(comm-img-01.png);
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.comp-text-list-04 .box-s .box-icon img {
  display: inline-block;
  vertical-align: middle;
}
.comp-text-list-04 .box-s .box-title {
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 60px;
  line-height: 60px;
  color: #333;
  font-weight: bold;
}
/* comp-text-list-05*/

.comp-text-list-05 .box-s {
  border-bottom: 1px solid #EEEEEE;
  padding: 30px 120px 30px 30px;
  transition: all 0.5s;
  position: relative;
}
.comp-text-list-05 .box-s:hover {
  box-shadow: 0 0 15px 0 rgba(209, 221, 243, 0.99);
}
.comp-text-list-05 .box-s:hover .box-title {
  color: #1747AF;
}
.comp-text-list-05 .box-s:hover .box-more {
  background-color: #1747AF;
  background-image: url(comm-img-04.png);
}
.comp-text-list-05 .box-s .box-date {
  line-height: 30px;
  color: #333;
  float: left;
  width: 120px;
}
.comp-text-list-05 .box-s .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 60px;
  line-height: 60px;
  color: #333;
}
.comp-text-list-05 .box-s .box-more {
  position: absolute;
  right: 0;
  top: 0;
  background-position: center center;
  background-repeat: no-repeat;
  width: 120px;
  height: 120px;
  background-image: url(comm-img-03.png);
}
/*  comp-text-list-06*/

.comp-text-list-06 .box-s {
  padding: 15px 0 15px 20px;
  line-height: 30px;
  border-bottom: 1px dotted #eee;
  transition: all 0.5s;
  position: relative;
  padding-right: 110px;
}
.comp-text-list-06 .box-s:hover .box-title {
  color: #1747AF;
}
.comp-text-list-06 .box-s:before {
  background-color: #1747AF;
  content: '';
  position: absolute;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 3px;
  top: 50%;
  margin-top: -3px;
}
.comp-text-list-06 .box-s .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  color: #333;
}
.comp-text-list-06 .box-s .box-date {
  margin-top: -15px;
  color: #333;
  opacity: 0.4;
  position: absolute;
  right: 0;
  top: 50%;
}
/* comp-text-list-07*/

.comp-text-list-07 .box-s {
  padding: 25px 25px 25px 15px;
  margin-bottom: 30px;
  background: #FFFFFF;
  box-shadow: 0 1px 9px 0 #EEEEEE;
  color: #666;
}
.comp-text-list-07 .box-s:hover .box-title {
  color: #1747AF;
}
.comp-text-list-07 .box-s .box-date {
  color: #333;
  width: 82px;
  height: 82px;
  margin-right: 25px;
  padding-top: 10px;
  float: left;
  text-align: center;
}
.comp-text-list-07 .box-s .box-date .date-01 {
  line-height: 40px;
  color: #772100;
  font-weight: bold;
}
.comp-text-list-07 .box-s .box-date .date-02 {
  line-height: 20px;
  font-size: 13px;
}
.comp-text-list-07 .box-s .box-info {
  overflow: hidden;
}
.comp-text-list-07 .box-s .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  color: #333;
  font-weight: bold;
}
.comp-text-list-07 .box-s .box-txt {
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
}
/* comp-image-text-list-01*/

.comp-image-text-list-01 .box-s {
  margin-bottom: 30px;
  position: relative;
}
.comp-image-text-list-01 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 260px;
}
.comp-image-text-list-01 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-image-text-list-01 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-image-text-list-01 .box-s:hover .box-title {
  color: #1747AF;
}
.comp-image-text-list-01 .box-s .box-mc {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url(comm-img-06.png);
  background-position: bottom center;
  background-repeat: repeat-x;
}
.comp-image-text-list-01 .box-s .box-mc .box-cont {
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
}
.comp-image-text-list-01 .box-s .box-mc .box-title {
  font-weight: bold;
  margin-bottom: 10px;
}
.comp-image-text-list-01 .box-s .box-mc .box-more {
  display: block;
  width: 100px;
  height: 26px;
  line-height: 24px;
  border: 1px solid #FFFFFF;
  text-align: center;
}
/*  comp-image-text-list-02*/

.comp-image-text-list-02 .box-s {
  margin-bottom: 30px;
  color: #666;
}
.comp-image-text-list-02 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 152px;
}
.comp-image-text-list-02 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-image-text-list-02 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-image-text-list-02 .box-s:hover .box-title {
  color: #1747AF;
}
.comp-image-text-list-02 .box-s .box-info {
  background: #f5f7fb;
  padding: 20px;
}
.comp-image-text-list-02 .box-s .box-title {
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
}
.comp-image-text-list-02 .box-s .box-date {
  background: url(comm-img-07.png) no-repeat left center;
  padding-left: 22px;
  margin-top: 10px;
}
/* comp-image-text-list-03*/

.comp-image-text-list-03 .box-s {
  margin-bottom: 30px;
  color: #666;
}
.comp-image-text-list-03 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 180px;
}
.comp-image-text-list-03 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-image-text-list-03 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-image-text-list-03 .box-s:hover .box-title {
  color: #1747AF;
}
.comp-image-text-list-03 .box-s .box-img,
.comp-image-text-list-03 .box-s .box-title,
.comp-image-text-list-03 .box-s .box-txt {
  margin-bottom: 10px;
}
.comp-image-text-list-03 .box-s .box-title {
  color: #333;
  font-weight: bold;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
}
.comp-image-text-list-03 .box-s .box-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 24px;
  height: 72px;
}
/* comp-image-text-list-04*/

.comp-image-text-list-04 .box-s {
  margin-bottom: 30px;
  color: #666;
}
.comp-image-text-list-04 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 224px;
}
.comp-image-text-list-04 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-image-text-list-04 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-image-text-list-04 .box-s:hover .box-title {
  color: #1747AF;
}
.comp-image-text-list-04 .box-s .box-img {
  border: 1px solid #EEEEEE;
}
.comp-image-text-list-04 .box-s .box-date {
  width: 68px;
  height: 68px;
  background: #0084FF;
  margin-bottom: 15px;
  margin-top: -30px;
  padding-top: 9px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.comp-image-text-list-04 .box-s .box-date .date-01 {
  line-height: 30px;
  color: #fff;
  font-weight: bold;
}
.comp-image-text-list-04 .box-s .box-date .date-02 {
  line-height: 20px;
  color: rgba(255, 255, 255, 0.6);
}
.comp-image-text-list-04 .box-s .box-title {
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
  margin-bottom: 15px;
}
.comp-image-text-list-04 .box-s .box-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 24px;
  height: 72px;
}
/*comp-image-text-list-05*/

.comp-image-text-list-05 .box-s {
  border: 1px solid #EEEEEE;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 30px;
  color: #666;
}
.comp-image-text-list-05 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 254px;
}
.comp-image-text-list-05 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-image-text-list-05 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-image-text-list-05 .box-s:hover .box-title {
  color: #1747AF;
}
.comp-image-text-list-05 .box-s:hover .box-more a {
  color: #1747AF;
}
.comp-image-text-list-05 .box-s .box-info {
  padding-left: 20px;
  padding-right: 20px;
}
.comp-image-text-list-05 .box-s .box-top {
  border-bottom: 1px solid #EEEEEE;
  padding-top: 15px;
  padding-bottom: 15px;
}
.comp-image-text-list-05 .box-s .box-date {
  float: left;
  width: 66px;
  border-right: 1px solid #EEEEEE;
  margin-right: 13px;
}
.comp-image-text-list-05 .box-s .box-date .date-01 {
  line-height: 40px;
  color: #00A0E9;
  font-weight: bold;
  margin-bottom: 5px;
}
.comp-image-text-list-05 .box-s .box-date .date-02 {
  line-height: 20px;
  color: #999;
}
.comp-image-text-list-05 .box-s .box-right {
  overflow: hidden;
}
.comp-image-text-list-05 .box-s .box-title {
  color: #333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 20px;
  line-height: 20px;
  margin-bottom: 5px;
}
.comp-image-text-list-05 .box-s .box-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 22px;
  height: 44px;
}
.comp-image-text-list-05 .box-s .box-more {
  height: 46px;
  line-height: 46px;
}
.comp-image-text-list-05 .box-s .box-more a {
  display: block;
  background: url(comm-img-08.png) no-repeat right center;
  padding-right: 45px;
  color: #333;
}
/*comp-image-text-list-06*/

.comp-image-text-list-06 .box-s {
  margin-bottom: 30px;
  color: #666;
}
.comp-image-text-list-06 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 190px;
}
.comp-image-text-list-06 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-image-text-list-06 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-image-text-list-06 .box-s:hover .box-title {
  color: #1747AF;
}
.comp-image-text-list-06 .box-s .box-img {
  float: left;
  margin-right: 30px;
  width: 290px;
}
.comp-image-text-list-06 .box-s .box-info {
  padding-top: 20px;
  overflow: hidden;
}
.comp-image-text-list-06 .box-s .box-title {
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
  height: auto;
  margin-bottom: 15px;
  font-weight: bold;
}
.comp-image-text-list-06 .box-s .box-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 24px;
  height: 72px;
  margin-bottom: 15px;
}
.comp-image-text-list-06 .box-s .box-date {
  color: #EAAC75;
}
/*comp-image-text-list-07*/

.comp-image-text-list-07 .box-s {
  margin-bottom: 30px;
  color: #666;
}
.comp-image-text-list-07 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 200px;
}
.comp-image-text-list-07 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-image-text-list-07 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-image-text-list-07 .box-s:hover .box-title {
  color: #1747AF;
}
.comp-image-text-list-07 .box-s .box-img {
  border-radius: 5px;
}
.comp-image-text-list-07 .box-s .box-info {
  margin-top: -60px;
  padding: 20px;
  background: #FFFFFF;
  box-shadow: 0 2px 8px 0 rgba(59, 71, 113, 0.08);
  border-radius: 5px;
  position: relative;
  z-index: 2;
  margin-left: 30px;
  margin-right: 30px;
  overflow: hidden;
}
.comp-image-text-list-07 .box-s .box-title {
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 30px;
  height: 90px;
  margin-bottom: 20px;
}
.comp-image-text-list-07 .box-s .box-other {
  line-height: 38px;
}
.comp-image-text-list-07 .box-s .box-date {
  float: left;
  background: url(comm-img-09.png) no-repeat left center;
  padding-left: 25px;
}
.comp-image-text-list-07 .box-s .box-more {
  float: right;
  display: block;
  height: 38px;
  width: 38px;
  background: url(comm-img-10.png) no-repeat;
}
/*comp-personnel-list-01*/

.comp-personnel-list-01 .row {
  margin-left: -13px;
  margin-right: -13px;
}
.comp-personnel-list-01 .row .box-w {
  padding-left: 13px;
  padding-right: 13px;
}
.comp-personnel-list-01 .box-s {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  max-width: 200px;
}
.comp-personnel-list-01 .box-s:hover .box-info .box-title {
  color: #1747AF;
}
.comp-personnel-list-01 .box-s:hover .box-info:after {
  width: 100%;
}
.comp-personnel-list-01 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 260px;
}
.comp-personnel-list-01 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-personnel-list-01 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-personnel-list-01 .box-s .box-img {
  border: 1px solid #eee;
}
.comp-personnel-list-01 .box-s .box-info {
  position: relative;
  border-bottom: 4px solid #5184c6;
  padding: 10px 15px;
  background-color: #f5f7fb;
}
.comp-personnel-list-01 .box-s .box-info:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 4px;
  background-color: #1747AF;
  width: 0;
  overflow: hidden;
  transition: all 0.5s;
}
.comp-personnel-list-01 .box-s .box-info .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  color: #333;
}
.comp-personnel-list-01 .box-s .box-info .box-txt {
  color: #666;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 24px;
  line-height: 24px;
}
/*comp-personnel-list-02*/

.comp-personnel-list-02 .box-s {
  max-width: 186px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.comp-personnel-list-02 .box-s:hover .box-info .box-title {
  color: #1747AF;
}
.comp-personnel-list-02 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 260px;
}
.comp-personnel-list-02 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-personnel-list-02 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-personnel-list-02 .box-s .box-img {
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #eee;
  margin-bottom: 15px;
}
.comp-personnel-list-02 .box-s .box-title {
  color: #333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}
.comp-personnel-list-02 .box-s .box-txt {
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  line-height: 24px;
  height: 120px;
}
/*comp-personnel-list-03*/

.comp-personnel-list-03 .box-s {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.comp-personnel-list-03 .box-s:hover .box-title {
  color: #1747AF;
}
.comp-personnel-list-03 .box-s:hover .box-more {
  background-color: #1747AF;
}
.comp-personnel-list-03 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 210px;
}
.comp-personnel-list-03 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-personnel-list-03 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-personnel-list-03 .box-s .box-img {
  float: left;
  border-radius: 4px;
  border: 1px solid #eee;
  margin-right: 25px;
  width: 145px;
}
.comp-personnel-list-03 .box-s .box-info {
  overflow: hidden;
}
.comp-personnel-list-03 .box-s .box-title {
  position: relative;
  border-bottom: 1px solid #d9dfe7;
  line-height: 26px;
  padding-bottom: 10px;
  font-weight: bold;
  clear: #1747AF;
  display: block;
  margin-bottom: 15px;
}
.comp-personnel-list-03 .box-s .box-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 28px;
  height: 2px;
  background-color: #4c63b6;
  z-index: 2;
}
.comp-personnel-list-03 .box-s .box-other {
  color: #666;
  margin-bottom: 15px;
}
.comp-personnel-list-03 .box-s .box-other span {
  font-weight: bold;
  color: #3b4461;
  line-height: 28px;
}
.comp-personnel-list-03 .box-s .box-more {
  position: relative;
  width: 60px;
  height: 30px;
  background-color: #354a96;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(comm-arrow.png);
}
@media (min-width: 992px) {
  .comp-personnel-list-03 .row .box-w:nth-child(2n +1) {
    clear: left;
  }
}
/*comp-personnel-list-04*/

.comp-personnel-list-04 .box-s {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  text-align: center       ;
}
.comp-personnel-list-04 .box-s:hover .box-info .box-title {
  color: #1747AF;
}
.comp-personnel-list-04 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 280px;
}
.comp-personnel-list-04 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-personnel-list-04 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-personnel-list-04 .box-s .box-img {
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #eee;
  margin-bottom: 15px;
  max-width: 190px;
  margin-left: auto;
  margin-right: auto;
}
.comp-personnel-list-04 .box-s .box-title {
  color: #333;
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 15px;
  position: relative;
  text-align: center;
}
.comp-personnel-list-04 .box-s .box-title span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
}
.comp-personnel-list-04 .box-s .box-title:after {
  content: '';
  position: absolute;
  left: 50%;
  background: #d0d4e3;
  width: 26px;
  height: 2px;
  margin-left: -13px;
  bottom: 0;
}
.comp-personnel-list-04 .box-s div[class^="box-txt"] {
  color: #666;
  text-align: center;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
}
/*comp-personnel-list-05*/

.comp-personnel-list-05 .box-s {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #999;
}
.comp-personnel-list-05 .box-s:hover .box-title .title-name {
  color: #1747AF;
}
.comp-personnel-list-05 .box-s:hover .box-more {
  color: #1747AF;
}
.comp-personnel-list-05 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 205px;
}
.comp-personnel-list-05 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-personnel-list-05 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-personnel-list-05 .box-s .box-img {
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #eee;
  float: left;
  width: 165px;
  margin-right: 25px;
}
.comp-personnel-list-05 .box-s .box-info {
  overflow: hidden;
  padding-top: 15px;
}
.comp-personnel-list-05 .box-s .box-title {
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}
.comp-personnel-list-05 .box-s .box-title .title-name {
  color: #1747AF;
}
.comp-personnel-list-05 .box-s .box-txt {
  line-height: 26px;
  color: #333;
  margin-bottom: 10px;
}
.comp-personnel-list-05 .box-s .box-txt &gt; div {
  float: left;
  margin-right: 20px;
}
.comp-personnel-list-05 .box-s .box-txt &gt; div:last-child {
  margin-right: 0;
}
.comp-personnel-list-05 .box-s .box-other {
  line-height: 24px;
  color: #666;
  margin-bottom: 10px;
}
.comp-personnel-list-05 .box-s .box-more {
  display: inline-block;
  color: #333;
}

.comp-personnel-list-06 .box-s {
  background: url(comm-arrow2.png) no-repeat left center;
  padding-left: 20px;
  color: #4D4D4D;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 40px;
  line-height: 40px;
  margin-bottom: 15px;
}
.comp-personnel-list-06 .box-s.title-col {
  color: #3D55A7;
  font-weight: bold;
}
.comp-personnel-list-06 .box-s:hover {
  color: #1747AF;
}

.comp-personnel-details-01 .info-top {
  position: relative;
  padding: 30px 220px 30px 30px;
  margin-bottom: 30px;
  background: #f6f7fa;
  min-height: 280px;
}
.comp-personnel-details-01 .info-top .box-img {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 160px;
}
.comp-personnel-details-01 .info-top .box-img img {
  display: block;
  width: 100%;
}
.comp-personnel-details-01 .info-top .box-info .info-title {
  border-bottom: 1px solid #c4cdd7;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 10px;
  color: #454545;
}
.comp-personnel-details-01 .info-top .box-info .info-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 25px;
  height: 3px;
  background: #FF8500;
}
.comp-personnel-details-01 .info-top .box-info .info-title span {
  font-weight: bold;
  color: #333333;
  margin-right: 10px;
  display: inline-block;
}
.comp-personnel-details-01 .info-top .box-info .box-s {
  line-height: 24px;
  margin-bottom: 6px;
}
.comp-personnel-details-01 .info-top .box-info .box-s:last-child {
  margin-bottom: 0;
}
.comp-personnel-details-01 .info-top .box-info .box-s .title-s {
  color: #454545;
}
.comp-personnel-details-01 .info-top .box-info .box-s .txt-s {
  color: #1a5ba8;
}
.comp-personnel-details-01 .info-top .box-info .info-table {
  display: table;
  width: 100%;
}
.comp-personnel-details-01 .info-top .box-info .info-table .table-row {
  display: table-row;
  width: 100%;
}
.comp-personnel-details-01 .info-top .box-info .info-table .table-row &gt; div {
  line-height: 26px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 10px;
}
.comp-personnel-details-01 .info-top .box-info .info-table .table-call {
  display: table-cell;
  width: 50%;
}
.comp-personnel-details-01 .info-groups {
  margin-bottom: 25px;
}
.comp-personnel-details-01 .info-groups:last-child {
  margin-bottom: 0;
}
.comp-personnel-details-01 .info-groups .info-title {
  line-height: 1.4;
  background: #F6F7FA;
  border-left: 5px solid #c5cfea;
  padding: 10px 15px;
  font-weight: bold;
  color: #1958AF;
  margin-bottom: 20px;
}
.comp-personnel-details-01 .info-groups .info-txt {
  color: #666;
  line-height: 2;
  text-align: justify;
}
.comp-personnel-details-01 .details-info {
  color: #666;
  line-height: 2;
  text-align: justify;
}
.comp-personnel-details-01 .details-info b {
  line-height: 1.4;
  background: #F6F7FA;
  border-left: 5px solid #c5cfea;
  padding: 10px 15px;
  font-weight: bold;
  color: #1958AF;
  margin-bottom: 20px;
  margin-top: 20px;
  display: block;
  font-size: 16px;
}

.comp-personnel-details-02 .info-top {
  padding-left: 20px;
  position: relative;
  margin-bottom: 30px;
}
.comp-personnel-details-02 .info-top:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background-color: #ff9800;
}
.comp-personnel-details-02 .info-top .top-title {
  line-height: 40px;
  margin-bottom: 5px;
}
.comp-personnel-details-02 .info-top .top-title &gt; div {
  float: left;
  margin-right: 20px;
}
.comp-personnel-details-02 .info-top .top-title &gt; div:last-child {
  margin-right: 0;
}
.comp-personnel-details-02 .info-top .top-title .title-name {
  color: #004098;
  font-weight: bold;
}
.comp-personnel-details-02 .info-center {
  position: relative;
  margin-bottom: 30px;
  background: #f5f7fb;
  border-radius: 5px;
  overflow: hidden;
  padding-left: 280px;
  min-height: 300px;
}
.comp-personnel-details-02 .info-center .box-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  padding: 30px;
  width: 280px;
  background-color: #c1dced;
  text-align: center;
}
.comp-personnel-details-02 .info-center .box-img img {
  display: block;
  width: 100%;
  max-height: calc(300px - 60px);
  margin-left: auto;
  margin-right: auto;
}
.comp-personnel-details-02 .info-center .box-info {
  padding: 30px;
}
.comp-personnel-details-02 .info-center .box-info .box-s {
  line-height: 28px;
  margin-bottom: 10px;
}
.comp-personnel-details-02 .info-center .box-info .box-s:last-child {
  margin-bottom: 0;
}
.comp-personnel-details-02 .info-center .box-info .box-s .title-s {
  color: #454545;
  font-weight: bold;
}
.comp-personnel-details-02 .info-center .box-info .box-s .txt-s {
  color: #1a5ba8;
}
.comp-personnel-details-02 .info-center .box-info .info-table {
  display: table;
  width: 100%;
}
.comp-personnel-details-02 .info-center .box-info .info-table .table-row {
  display: table-row;
  width: 100%;
}
.comp-personnel-details-02 .info-center .box-info .info-table .table-row &gt; div {
  line-height: 26px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 10px;
}
.comp-personnel-details-02 .info-center .box-info .info-table .table-call {
  display: table-cell;
  width: 50%;
}
.comp-personnel-details-02 .info-other {
  background: #f5f7fb;
  padding: 30px;
  font-size: 15px;
}
.comp-personnel-details-02 .other-txt {
  color: #333;
  line-height: 2;
  text-align: justify;
}
.comp-personnel-details-02 .other-groups {
  margin-bottom: 25px;
  color: #666;
  line-height: 2;
  text-align: justify;
}
.comp-personnel-details-02 .other-groups:last-child {
  margin-bottom: 0;
}
.comp-personnel-details-02 .other-groups .info-title {
  line-height: 1.4;
  background: #d5eaf8;
  border-left: 5px solid #1259b9;
  padding: 10px 15px;
  font-weight: bold;
  color: #1958AF;
  margin-bottom: 20px;
}
/*comp-personnel-details-03*/
.comp-personnel-details-03 .details-info {
  width: 240px;
  float: left;
  margin-right: 30px;
}
.comp-personnel-details-03 .details-info.info-img-02 {
  width: 185px;
}
.comp-personnel-details-03 .details-info .info-img {
  margin-bottom: 20px;
  border: 1px solid #eee;
  border-radius: 4px;
  overflow: hidden;
}
.comp-personnel-details-03 .details-info .info-img img {
  display: block;
  width: 100%;
}
.comp-personnel-details-03 .details-info .info-name {
  position: relative;
  border-bottom: 1px solid #D9DFE7;
  color: #3B4461;
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-family: 'Raleway-Bold';
}
.comp-personnel-details-03 .details-info .info-name:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 28px;
  height: 2px;
  background-color: #3B4461;
}
.comp-personnel-details-03 .details-info .info-txt .title-s {
  font-family: 'Raleway-Bold';
  color: #3B4461;
}
.comp-personnel-details-03 .details-info .info-txt .txt-s {
  font-family: 'OpenSans-Regular';
  color: #444444;
  margin-bottom: 10px;
}
.comp-personnel-details-03 .details-cont {
  overflow: hidden;
}
.comp-personnel-details-03 .details-cont .cont-title {
  border-bottom: 1px solid #c4cdd7;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 10px;
  color: #454545;
}
.comp-personnel-details-03 .details-cont .cont-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 25px;
  height: 3px;
  background: #FF8500;
}
.comp-personnel-details-03 .details-cont .cont-title span {
  font-weight: bold;
  color: #333333;
  margin-right: 10px;
  display: inline-block;
}
.comp-personnel-details-03 .details-cont .cont-info {
  line-height: 1.8;
  overflow: hidden;
  color: #444444;
}
.comp-personnel-details-03 .details-cont .cont-info p,
.comp-personnel-details-03 .details-cont .cont-info div {
  margin-bottom: 10px;
}
.comp-personnel-details-03 .details-cont .cont-info b {
  background-color: #f0f3fa;
  border-left: 5px solid #354a96;
  padding: 12px 15px;
  line-height: 24px;
  color: #3B4461;
  margin-bottom: 20px;
  display: block;
  font-size: 18px;
  margin-top: 20px;
}
.comp-personnel-details-03 .details-cont .cont-info b:first-child {
  margin-top: 0;
}

.comp-pages {
  padding-top: 35px;
}
.comp-pages.comp-page-01 .page-pc a {
  background: #EDEDED;
}
.comp-pages.comp-page-01 .page-pc a,
.comp-pages.comp-page-01 .page-pc span {
  border: none!important;
}
.comp-pages.comp-page-02 .page-pc a,
.comp-pages.comp-page-02 .page-pc span {
  border-radius: 20px;
}
.comp-pages.comp-page-03 .page-pc a,
.comp-pages.comp-page-03 .page-pc span {
  border: none!important;
  border-radius: 20px;
}
.comp-pages .page-pc {
  text-align: center;
}
.comp-pages .page-pc ul li {
  display: inline-block;
  vertical-align: bottom;
}
.comp-pages .page-pc a,
.comp-pages .page-pc span {
  display: inline-block;
  height: 40px;
  min-width: 40px;
  line-height: 40px;
  border-radius: 4px;
  background: #fff;
  text-align: center;
  color: #333333;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #DCDCDC;
  margin-left: 2px;
  margin-right: 2px;
}
.comp-pages .page-pc a:hover,
.comp-pages .page-pc span:hover,
.comp-pages .page-pc a.active,
.comp-pages .page-pc span.active {
  background: #1747AF;
  border: 1px solid #1747AF;
  color: #fff;
}
.comp-pages .page-pc span {
  background: #1747AF;
  border: 1px solid #1747AF;
  color: #fff;
}
.comp-pages .page-phone {
  height: 46px;
  line-height: 46px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #1747AF;
  display: none!important;
}
.comp-pages .page-phone:hover,
.comp-pages .page-phone:active {
  color: #fff;
}

.details-page {
  color: #666666;
  position: relative;
  line-height: 1.8;
}
.details-page img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.details-page video {
  border-radius: 5px;
  width: 100% !important;
  height: 100% !important;
  margin: 18px auto;
  display: block;
}
.details-page .detail-top {
  margin-bottom: 20px;
  border-bottom: 2px solid #e9e9e9;
  padding-bottom: 12px;
}
.details-page .detail-top .title-s {
  color: #333333;
  line-height: 1.5;
  font-weight: bold;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.details-page .detail-top .top-other {
  color: #797575;
  margin-top: 20px;
  padding: 0;
}
.details-page .detail-top .top-other.top-other-no-share .other-info {
  float: none;
  text-align: center;
}
.details-page .detail-top .top-other .other-info {
  float: left;
}
.details-page .detail-top .top-other .other-share {
  float: right;
}
.details-page .detail-top .top-other .other-share &gt; div {
  display: inline-block;
}
.details-page .detail-top .top-other span,
.details-page .detail-top .top-other a {
  display: inline-block;
  margin-right: 5px;
}
.details-page .detail-top .top-other span:last-child,
.details-page .detail-top .top-other a:last-child {
  margin-right: 0;
}
.details-page .main-cont {
  color: #3F424D;
  text-align: justify;
}
.details-page .main-cont p {
  margin-bottom: 10px;
  line-height: 2;
  /* font-family: "Microsoft YaHei", 'Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜'; */
}
.details-page .main-cont.cont-xilan img {
  /* width: 600px; */
  margin-left: auto;
  margin-right: auto;
}
.details-page .cont-page {
  margin-top: 30px;
  border-top: 1px solid #c1d1e5;
  padding-top: 30px;
  line-height: 24px;
  color: #4D4D4D;
}
.details-page .cont-page .a-page {
  margin-bottom: 10px;
}
.details-page .cont-page .a-page a,
.details-page .cont-page .a-page span,
.details-page .cont-page .a-page p {
  display: inline;
}
.details-page .cont-page .a-page a {
  color: #4D4D4D;
}
.details-page .cont-page .a-page:hover {
  color: #D31616;
}
.details-page .cont-page .a-page:hover a {
  color: #D31616;
}
.details-page .cont-page-share {
  position: relative;
  padding-right: 100px;
  border-top: 1px solid #c1d1e5;
  margin-top: 30px;
}
.details-page .cont-page-share .cont-page {
  margin-top: 0;
  border-top: none;
}
.details-page .cont-page-share .cont-share {
  position: absolute;
  right: 0;
  top: 20px;
}
.details-page .cont-page-share .share-xl .social-share a {
  width: 32px;
  height: 32px;
}

.social-share {
  
}
.social-share a {
  position: relative;
  text-decoration: none;
  margin: 4px;
  display: inline-block;
  outline: none;
}
.social-share .social-share-icon {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  font-size: 20px;
  border-radius: 50%;
  line-height: 32px;
  border: 1px solid #666;
  color: #666;
  text-align: center;
  vertical-align: middle;
  transition: background 0.6s ease-out 0s;
}
.social-share .social-share-icon:hover {
  background: #666;
  color: #fff;
}
.social-share .icon-wechat .wechat-qrcode {
  display: none;
  border: 1px solid #eee;
  position: absolute;
  z-index: 9;
  top: -205px;
  left: -64px;
  width: 160px;
  height: 192px;
  color: #666;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 2px 10px #aaa;
  transition: all 200ms;
  -webkit-tansition: all 350ms;
  -moz-transition: all 350ms;
}
.social-share .icon-wechat .wechat-qrcode.bottom {
  top: 40px;
  left: -64px;
}
.social-share .icon-wechat .wechat-qrcode.bottom:after {
  display: none;
}
.social-share .icon-wechat .wechat-qrcode h4 {
  font-weight: normal;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  background-color: #f3f3f3;
  margin: 0;
  padding: 0;
  color: #777;
}
.social-share .icon-wechat .wechat-qrcode .qrcode {
  width: 105px;
  margin: 10px auto;
}
.social-share .icon-wechat .wechat-qrcode .qrcode table {
  margin: 0 !important;
}
.social-share .icon-wechat .wechat-qrcode .help p {
  font-weight: normal;
  line-height: 16px;
  padding: 0;
  margin: 0;
}
.social-share .icon-wechat .wechat-qrcode:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -13px;
  width: 0;
  height: 0;
  border-width: 8px 6px 6px 6px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
.social-share .icon-wechat:hover .wechat-qrcode {
  display: block;
}
.share-xl .social-share a {
  display: inline-block;
  width: 24px;
  height: 24px;
  border: none;
}
.share-xl .social-share a.icon-wechat {
  background: url(comm-wx.png);
  background-size: contain;
}
.share-xl .social-share a.icon-weibo {
  background: url(comm-wb.png);
  background-size: contain;
}
/*bread-crumbs*/
.bread-crumbs {
  position: relative;
  color: #677588;
}
.bread-crumbs.bread-crumbs-02 .bread-item &gt; span:before {
  content: '\f101';
}
.bread-crumbs.bread-crumbs-03 .bread-item &gt; span:before {
  content: '|';
}
.bread-crumbs.bread-crumbs-04 .bread-item &gt; span:before {
  content: '/';
}
.bread-crumbs.bread-crumbs-05 .bread-item-groups {
  position: relative;
}
.bread-crumbs.bread-crumbs-05 .bread-item-groups:before {
  content: "\f015";
  font-family: 'FontAwesome';
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 7px 0 5px;
  color: #677588;
  font-size: 16px;
}
.bread-crumbs.bread-crumbs-06 .bread-item-groups {
  position: relative;
}
.bread-crumbs.bread-crumbs-06 .bread-item-groups:before {
  content: "\f041";
  font-family: 'FontAwesome';
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 7px 0 5px;
  color: #677588;
  font-size: 18px;
}
.bread-crumbs .bread-item-groups {
  line-height: 30px;
}
.bread-crumbs .bread-location,
.bread-crumbs .bread-item {
  display: inline-block;
}
.bread-crumbs .bread-item a {
  color: #677588;
}
.bread-crumbs .bread-item a.cur {
  color: #1747AF;
}
.bread-crumbs .bread-item &gt; span:before {
  content: '\f105';
  font-family: 'FontAwesome';
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 7px 0 5px;
  color: #677588;
}
.bread-crumbs a:hover,
.bread-crumbs a.cur {
  color: #1747AF;
}
/*other-menu*/
.other-menu {
  padding-bottom: 30px;
  margin-right: 8px;
}
.other-menu .menu-title {
  background: #1747AF;
  background-size: cover;
  min-height: 65px;
  line-height: 35px;
  position: relative;
  color: #fff;
  font-weight: bold;
  padding: 15px 20px;
  border-bottom: 1px solid #fff;
}
.other-menu .menu-cont {
  background-color: #f5f7fb;
}
.other-menu .menu-cont .box-a {
  display: block;
  background: #FFFFFF;
  border-bottom: 1px solid #e2e5ef;
}
.other-menu .menu-cont .a-title {
  display: block;
  padding: 12px 30px;
  line-height: 30px;
  position: relative;
  color: #333;
  font-size: 17px;
}
.other-menu .menu-cont .a-title:after,
.other-menu .menu-cont .a-title:before {
  position: absolute;
}
.other-menu .menu-cont .a-title:before {
  content: '';
  left: 15px;
  top: 19px;
  width: 5px;
  height: 18px;
  background: #3D55A7;
  border-radius: 3px;
}
.other-menu .menu-cont .a-title:after {
  content: "\f105";
  font-family: 'FontAwesome';
  right: 15px;
  font-size: 18px;
}
.other-menu .menu-cont .a-title.active,
.other-menu .menu-cont .a-title:hover {
  color: #FFFFFF;
  background: #1747AF;
}
.other-menu .menu-cont .a-title.active:before,
.other-menu .menu-cont .a-title:hover:before {
  background: #fff;
}
.other-menu .down-menu {
  padding-bottom: 10px;
  padding-left: 15px;
}
.other-menu .down-menu a {
  display: block;
  padding: 5px 20px 5px 35px;
  line-height: 24px;
  font-size: 15px;
  color: #333;
  position: relative;
}
.other-menu .down-menu a:hover,
.other-menu .down-menu a.active {
  color: #3D55A7;
}
.other-menu .down-menu a:after {
  content: '';
  position: absolute;
  left: 15px;
  top: 15px;
  background-size: contain;
  width: 4px;
  height: 4px;
  background-color: #2e6da4;
  border-radius: 5px;
}
/*banner*/
.comp-banner {
  overflow: hidden;
}
.comp-banner:hover .owl-nav button.owl-prev {
  left: 2%;
}
.comp-banner:hover .owl-nav button.owl-next {
  right: 2%;
}
.comp-banner.comp-banner-01 .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
  margin-top: 0;
  margin-bottom: 0;
}
.comp-banner .banner-box {
  position: relative;
}
.comp-banner .banner-box img {
  display: block;
  width: 100%;
}
.comp-banner .banner-box .banner-mc {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.comp-banner .banner-box .banner-mc .banner-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 40px;
}
.comp-banner .owl-item.active .item .banner-mc .banner-title {
  animation-name: moveInUp;
  animation-duration: 2s;
  animation-delay: 0.5s;
  animation-timing-function: ease;
  animation-fill-mode: both;
  backface-visibility: hidden;
}
.comp-banner .owl-dots {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.comp-banner .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  margin-left: 5px;
  margin-right: 5px;
  background-color: #666;
}
.comp-banner .owl-dots .owl-dot.active {
  background-color: #1747AF;
}
.comp-banner .owl-nav button {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  margin-top: -25px;
  background: rgba(0, 0, 0, 0.5) !important;
  text-align: center;
  transition: all 0.5s;
}
.comp-banner .owl-nav button span {
  display: none;
}
.comp-banner .owl-nav button:after {
  font-family: FontAwesome;
  color: #fff;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 40px;
}
.comp-banner .owl-nav button.owl-prev {
  left: -40px;
}
.comp-banner .owl-nav button.owl-prev:after {
  content: '\f104';
}
.comp-banner .owl-nav button.owl-next {
  right: -40px;
}
.comp-banner .owl-nav button.owl-next:after {
  content: '\f105';
}
.slider-progress-bar .progress {
  height: 4px;
  background: #1747AF;
  animation: sliderProgressBar ease;
  display: block;
}
.my-slider:hover .slider-progress-bar .progress {
  animation-play-state: paused;
}
@keyframes sliderProgressBar {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes moveInUp {
  0% {
    opacity: 0;
    transform: translate(-50%, -10%);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

.comp-photo-album {
  width: 100%;
  min-height: 500px;
  padding-bottom: 60%;
}
.comp-photo-album .lg-outer .lg-thumb-outer {
  background-color: #fff;
}
a:hover,
a:focus {
  color: #3D55A7;
}

body {
  font-family: "Microsoft YaHei", 'Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜', PingFangSC-Regular, Arial, sans-serif;
}
html,
body {
  overflow-x: hidden;
}
.container {
  *zoom: 1;
}
.container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
@media (min-width: 1280px) {
  .toplunb .t-lun {
    height: 390px;
}
  .container {
    width: 1254px;
    padding-left: 0;
    padding-right: 0;
  }
  .toplunb-l {
    /* width: 48.42%; */
    width: 50%;
  }
  .toplunb-r {
    /* width: 48.42%; */
    width: 50%;
  }
  .index-left {
    width: 68.53%;
  }
  .index-right {
    width: 31.47%;
  }
  .row-333 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .col-333 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1366px) {
  .container {
    width: 1254px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1440px) {
  .container {
    width: 1254px;
    padding-left: 0;
    padding-right: 0;
  }
}

.sloganBox {
  float: right;
  width: 260px;
  margin-top: 45px;
}
.slogan {
  color: #fff;
  font-size: 16px;
  position: relative;
  right: 0;
  width: 100%;
  height: auto !important;
  display: block;
}
.slogan span {
  color: #3D55A7;
  overflow: hidden;
  font-size: 24px;
  line-height: 40px;
  font-weight: bold;
}
.left-text {
  text-align: left;
  height: 40px;
}
.right-text {
  text-align: right;
  position: relative;
  height: 40px;
  bottom: 0px;
}

.nav-bg {
  color: #888888;
  margin-bottom: 20px;
}
.top-othernav {
  background: #F3F4FA;
  padding: 5px 0;
  line-height: 28px;
}
.logo {
  margin-top: 43px;
  max-width: 70%;
}
.top-nav {
  margin-right: 24px;
  display: block;
  overflow: hidden;
}
.top-nav li {
  float: left;
}
.top-nav li a {
  display: inline-block;
}
.top-nav li a:hover {
  text-decoration: underline;
}
.top-nav li.kjdh {
  display: none;
}
.top-nav li::before {
  content: "|";
  margin-right: 18px;
  margin-left: 18px;
  color: #AFBEE2;
  font-size: 12px;
}
.top-nav li:first-child::before {
  content: "";
}
.top-nav li:nth-child(2)::before {
  content: "";
}

.searchBox-ph {
  display: none;
}
.searchbox {
  width: 250px;
  height: 28px;
  background: rgba(61, 85, 167, 0.88);
  border-radius: 14px;
  position: relative;
}
.searchbox input[type="text"] {
  outline: none;
  background: none;
  border: none;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  -webkit-appearance: none;
  line-height: 28px;
  height: 28px;
  padding-left: 17px;
  padding-right: 20px;
}
.searchbox input[type="submit"] {
  background: url(stzx-search.png) no-repeat;
  border: none;
  cursor: pointer;
  width: 16px;
  height: 16px;
  outline: none;
  position: absolute;
  right: 20px;
  top: 6px;
}
.searchbox input:-webkit-autofill,
.searchbox input:-webkit-autofill:hover,
.searchbox input:-webkit-autofill:focus,
.searchbox input:-webkit-autofill:active {
  -webkit-transition-delay: 111111s;
  -webkit-transition: color 11111s ease-out, background-color 111111s ease-out;
}
.searchbox input::-webkit-input-placeholder {
  color: #fff;
}
.searchbox input::-moz-input-placeholder {
  color: #fff;
}
.searchbox input::-ms-input-placeholder {
  color: #fff;
}

.top-tit {
  display: block;
  width: 100%;
  position: relative;
  font-size: 18px;
  line-height: 18px;
  padding-left: 14px;
  color: #333;
  transition: all 0.3s;
}
.top-tit::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 14px;
  background: #3D55A7;
  left: 0;
  top: 3px;
}
.top-tit::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: #3D55A7;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.top-tit:hover {
  text-decoration: none;
  color: #3D55A7;
  padding-left: 30px;
  transition: 0.3s;
}
.top-tit:hover::after {
  width: 15px;
  transition: 0.3s;
}

nav.navbar.bootsnav {
  background: #3D55A7;
  height: 60px;
  border-bottom: none;
  margin-top: 40px;
}
nav.navbar.bootsnav .navbar-collapse {
  margin-left: -15px;
  margin-right: -15px;
}
nav.navbar.bootsnav .navbar-nav {
  width: 100%;
}
nav.navbar.bootsnav .navbar-nav &gt; li {
  width: calc(10% - 10px);
  margin: 0 5px;
}
nav.navbar.bootsnav ul.nav &gt; li &gt; a {
  font-size: 20px;
  line-height: 60px;
  padding: 0;
  text-align: center;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0;
}
nav.navbar.bootsnav ul.nav &gt; li:hover &gt; a,
nav.navbar.bootsnav ul.nav &gt; li.active &gt; a {
  background: #1d3897;
}
nav.navbar.bootsnav ul.nav li.active &gt; a:hover {
  background: #1d3897;
  color: #fff;
}
nav.navbar.bootsnav ul.nav &gt; li.dropdown &gt; a.dropdown-toggle:after {
  content: "";
  display: none;
}
nav.navbar.bootsnav .nav &gt; li.web_dropdown {
  position: static;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
  width: 100%;
  padding-bottom: 10px;
  border-radius: 4px;
  margin: 0;
  border: none;
  background: url(stzx-navbg.png) #f1f3f8;
  color: #333333;
  overflow: hidden;
  z-index: 9999;
}
nav.navbar.bootsnav.scroll {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin-top: 0;
}
.hc-mobile-nav .nav-wrapper {
  background: rgba(61, 85, 167, 0.9);
}
.hc-mobile-nav li.nav-close a,
.hc-mobile-nav li.nav-back a {
  background: none;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.hc-mobile-nav li.nav-close a:hover,
.hc-mobile-nav li.nav-back a:hover {
  background: #3d55a7;
  color: #fff;
}
.hc-mobile-nav li.nav-parent a:hover {
  color: #fff;
}
.hc-mobile-nav.side-left.nav-levels-overlap li.level-open &gt; .nav-wrapper {
  background: #3d55a7;
}
.hc-mobile-nav h2 {
  height: 60px;
  padding: 15px;
  text-align: center;
  color: #fff;
  line-height: 30px;
  font-weight: bold;
}
.hc-mobile-nav a[href]:not([href="#"]) &gt; span.nav-next {
  border-color: rgba(255, 255, 255, 0.2);
}
.hc-mobile-nav a {
  border-color: rgba(255, 255, 255, 0.2);
}
.col-3 {
  width: 33.33%;
  float: left;
  position: relative;
  padding: 30px 40px;
}
.col-3:first-child {
  padding-left: 30px;
}
.col-3:last-child {
  padding-right: 30px;
}
.col-3::after {
  content: "";
  position: absolute;
  right: 0;
  top: 30px;
  width: 1px;
  height: 136px;
  background: #D3DBF7;
}
.col-3:last-child::after {
  display: none;
}
.col-3.jggk {
  width: 35%;
}
.col-3.jggk::after {
  height: 378px;
}
.col-3.jggk &gt; li a {
  margin-bottom: 30px;
  font-weight: bold;
}
.col-3.szzc {
  width: 31.67%;
}
.col-3.ysfm .top-tit {
  font-weight: normal;
}
.col-3.top-link {
  width: 30%;
}
.col-3.top-gzdts {
  width: 35%;
}
.col-3 li.ord-bm:last-child a {
  margin-bottom: 20px;
}
.col-3.jgsz2 {
  padding-right: 15px;
  width: 32.2%;
}
.col-3.jgsz2::after {
  display: none;
}
.col-3.jgsz {
  padding-left: 15px;
  width: 32.2%;
}
.col-3.jgsz::after {
  height: 454px;
}
.col-3.ord-bmbox {
  width: 35.6%;
}
.col-55 {
  padding: 30px 30px 30px 30px;
  width: 55%;
  float: left;
  position: relative;
  padding-right: 40px;
}
.col-55::after {
  content: "";
  position: absolute;
  right: 0;
  top: 30px;
  width: 1px;
  height: 220px;
  background: #D3DBF7;
}
.col-55 li &gt; a {
  margin-bottom: 30px;
}
.col-45 {
  padding: 30px;
  width: 45%;
  padding-left: 40px;
  padding-top: 30px;
  padding-bottom: 0;
  float: left;
}
.col-45 li a {
  margin-bottom: 30px;
}
.col-63 {
  width: 63%;
}
.col-55::after {
  height: 415px;

}
.col-37 {
  width: 37%;
}
.col-60 {
  width: 60%;
}
.col-40 {
  width: 40%;
}
.col-60 {
  width: 60%;
}
.col-40 {
  width: 40%;
}
.col-9 &gt; li a,
.col-9 &gt; .row .col-sm-6 a {
  margin-bottom: 20px;
}
.top-djwh .col-3::after {
  height: 210px;
}
.top-jldt li .box-s {
  padding: 0;
  padding-left: 14px;
  border-bottom: 0;
}
.top-jldt li .box-s a {
  font-size: 14px;
  font-weight: normal;
  color: #666;
  line-height: 16px;
  height: 16px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 100px;
}
.top-jldt li .box-s a:hover {
  text-decoration: none;
  color: #3D55A7;
}
.top-jldt li .box-s .box-date {
  font-size: 14px;
  font-weight: normal;
  color: #333;
  opacity: 1;
  line-height: 16px;
  height: 30px;
  line-height: 30px;
  top: 0;
  margin-top: 0;
}
.top-jldt li .box-s::before {
  width: 4px;
  height: 4px;
}
.top-jldt li:last-child {
  margin-bottom: 0;
}
.img-home img {
  width: 100%;
}
.suozhang img {
  width: 92px;
  height: 132px;
}
.txt1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;
  line-height: 24px;
  height: 216px;
  color: #666666;
  line-height: 22px;
  height: 198px;
  text-align: justify;
  font-weight: normal;
}
.txt2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  height: 144px;
  line-height: 24px;
  color: #666666;
  height: 140px;
  text-align: justify;
  font-weight: normal;
}
.txt3 {
  line-height: 15px;
}
.txt3 li {
  margin-bottom: 12px;
  font-weight: bold;
  position: relative;
  padding-left: 14px;
  color: #666666;
  font-weight: normal;
}
.txt3 li a {
  margin-bottom: 0;
  padding-left: 0;
  position: initial;
  font-size: 14px;
  display: inline;
  font-weight: normal !important;
}
.txt3 li a::before {
  display: none;
}
.txt3 li a:hover {
  padding-left: 0;
}
.txt3 li a::after {
  display: none;
}
.txt3 li a:hover {
  color: #3D55A7;
}
.txt3 li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 5px;
  height: 9px;
  background: url(stzx-tr.png) no-repeat center;
}
.txt3 li:last-child {
  margin-bottom: 0;
}
.nav-list li {
  padding-right: 0;
}
.nav-list li a {
  font-size: 14px;
  font-weight: normal;
  color: #333333;
  margin-bottom: 6px;
  padding-left: 14px;
}
.nav-list li a:hover {
  text-decoration: none;
}
.nav-list2 li a {
  margin-bottom: 10px;
}
.lh26 {
  line-height: 26px;
}
.navbar-default .nav2 {
  display: none !important;
}
.top-kpjd {
  display: block;
  overflow: hidden;
}
.top-kpjd a {
  display: block;
  float: left;
  padding: 0 10px;
  width: 50%;
  overflow: hidden;
  position: relative;
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}
.top-kpjd a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 5px;
  height: 10px;
  background: url(ngzw-jt.png) no-repeat center;
}
.top-kpjd a:nth-last-child(2) {
  margin-bottom: 0;
}
.top-kpjd a:last-child {
  margin-bottom: 0;
}
.col {
  padding: 30px;
  float: left;
}
.col-9 {
  padding: 30px;
  width: calc(100% - 33.33%);
}
.col-4 {
  width: 40%;
}
.col-2 {
  width: 20%;
}
.col-66 {
  width: 70%;
}
.col-33 {
  width: 30%;
}
.top-dqlist a {
  display: block;
  margin-bottom: 20px;
  height: 60px;
  background: linear-gradient(90deg, #5970BF, #4E68BF);
  border-radius: 4px;
  line-height: 22px;
  padding: 19px 17px;
  padding-right: 0;
  padding-right: 0;
}
.top-dqlist a img {
  display: inline-block;
  vertical-align: top;
  margin-right: 4px;
  transition: all 0.3s;
}
.top-dqlist a p {
  display: inline-block;
  font-size: 17px;
  font-weight: bold;
  color: #FFFFFF;
  vertical-align: top;
}
.top-dqlist a:hover img {
  transform: rotateY(180deg);
}
.top-link .top-tit {
  margin-bottom: 30px;
}
.top-link li:last-child .top-tit {
  margin-bottom: 0;
}
.top-kpwz a {
  display: block;
  overflow: hidden;
}
.top-kpwz a .img-box {
  display: block;
  overflow: hidden;
}
.top-kpwz a .img-box img {
  width: 100%;
  height: 82px;
  transition: all 0.5s;
}
.top-kpwz a p {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 16px;
  height: 16px;
}
.top-kpwz a:hover {
  text-decoration: none !important;
}
.top-kpwz a:hover .img-box img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.top-kpwz a:hover p {
  color: #3D55A7;
}
.top-kpsp-box {
  /* padding: 0 30px 30px 30px; */
}
.top-kpsp .box-s {
  margin-bottom: 0px;
}
.top-kpsp .box-s .box-img {
  width: 130px;
  height: 72px;
  position: relative;
  margin-right: 0px;
}
.top-kpsp .box-s .box-img::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 34px;
  height: 34px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  z-index: 1;
}
.top-kpsp .box-s .box-img::after {
  z-index: 2;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 11px;
  height: 12px;
  background: url(ngzw-bf.png) no-repeat center;
}
.top-kpsp .box-s .box-info {
  /* padding-top: 8px !important; */
  background: #fff;
  padding: 9px  10px;

}
.top-kpsp .box-s .box-info .box-txt {
  line-height: 18px;
  font-size: 12px;
  height: 54px;
  margin-bottom: 0;
}
.top-kpsp li:last-child .box-s {
  margin-bottom: 0;
}
.top-gzdt li {
  margin-bottom: 15px;
}
.top-gzdt li .box-s {
  padding: 0;
  padding-left: 14px;
  border-bottom: 0;
}
.top-gzdt li .box-s .box-title {
  font-size: 14px;
  font-weight: normal;
  color: #666;
  line-height: 16px;
  height: 16px;
  margin-bottom: 0 !important;
  padding-left: 0;
  padding-right: 100px;
}
.top-gzdt li .box-s .box-title:hover {
  text-decoration: none;
  color: #3D55A7;
}
.top-gzdt li .box-s .box-date {
  font-size: 14px;
  font-weight: normal;
  color: #666;
  opacity: 1;
  line-height: 16px;
  height: 16px;
  top: 0;
  margin-top: 0;
}
.top-gzdt li .box-s::before {
  width: 4px;
  height: 4px;
}
.top-gzdt li:last-child {
  margin-bottom: 0;
}
.top-tit {
  font-weight: bold;
  margin-bottom: 30px;
}
.top-djwh .top-tit {
  margin-bottom: 30px;
}
.top-djwh .top-gzdts {
  position: relative;
}
.top-djwh .top-gzdts::after {
  content: "";
  position: absolute;
  right: 0;
  top: 30px;
  width: 1px;
  height: 210px;
  background: #CBE8F8;
}
.top-djwh .top-gzdt li {
  margin-bottom: 12px;
}
.top-djwh .top-gzdt li .box-s .box-title {
  padding-right: 50px;
}
.top-zt {
  padding: 0 30px 30px;
}
.top-zt .top-tit {
  margin-bottom: 20px;
}
.top-zt .row {
  margin-left: -10px;
  margin-right: -10px;
}
.top-zt .col-sm-5ths {
  padding-left: 10px;
  padding-right: 10px;
}
.top-zt .top-link-img {
  display: block;
  overflow: hidden;
}
.top-zt .top-link-img img {
  width: 100%;
  height: 90px;
  transition: all 0.5s;
}
.top-zt .top-link-img:hover img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.wid5 {
  width: 50%;
  float: left;
}
.wid3 {
  width: 33.33%;
  float: left;
}
.top-rcgk {
  position: relative;
}
.top-rcgk::after {
  content: "";
  position: absolute;
  right: 0;
  top: 30px;
  width: 1px;
  height: 280px;
  background: #BDC9EF;
}
.top-rcgk .top-tit {
  margin-bottom: 30px;
}
.top-rcgk-txt img {
  width: 358px;
  height: 160px;
  float: left;
  margin-right: 30px;
}
.top-rcgk-txt p {
  float: left;
  width: calc(100% - 388px);
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  line-height: 24px;
  height: 168px;
  text-align: justify;
}
.pb0 {
  padding-bottom: 0;
}
.top-yjdw-bottom {
  margin-top: 30px;
  display: block;
  overflow: hidden;
}
.top-yjdw-bottom li {
  float: left;
  /* width: 16.66%; */
  margin-right: 50px;
}
.top-yjdw-bottom li a {
  margin-bottom: 0 !important;
}
.top-yjs-bottom {
  display: block;
  overflow: hidden;
  padding: 0 30px 40px 30px;
}
.top-yjs-bottom li {
  float: left;
  width: 12%;
}
.top-yjs-bottom li a {
  margin-bottom: 0 !important;
}
.top-yjs-bottom li:last-child {
  width: 16%;
}
.top-yjdw-right li {
  margin-bottom: 30px;
  display: block;
  overflow: hidden;
}
.top-yjdw-right li a {
  float: right;
  display: block;
  width: 100%;
  height: 75px;
  border-radius: 4px;
  line-height: 75px;
  color: #fff;
  padding-left: 40px;
  font-size: 18px;
  font-weight: bold;
  background: url(stzx-yjdw-bg1.png) no-repeat right top #6B82CE;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}
.top-yjdw-right li a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background: #fff;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.top-yjdw-right li a:hover {
  padding-left: 50px;
}
.top-yjdw-right li a:hover::before {
  width: 15px;
}
.top-yjdw-right li:nth-child(2) a {
  background: url(stzx-yjdw-bg3.png) no-repeat right top #6B82CE;
}
.top-yjdw-right li:nth-child(3) a {
  background: url(stzx-yjdw-bg3.png) no-repeat right top #6B82CE;
}
.top-yjdw-pep {
  overflow: hidden;
  display: block;
}
.top-yjdw-pep .top-pep {
  float: left;
  display: block;
  position: relative;
  margin-right: 7%;
}
.top-yjdw-pep .top-pep img {
  width: 115px;
  height: 150px;
  border: 1px solid #C9D3F2;
}
.top-yjdw-pep .top-pep p {
  width: 100%;
  margin-top: 10px;
  text-align: center;
  line-height: 24px;
  font-size: 16px;
  color: #666666;
}
.top-yjdw-pep .top-pep:last-child {
  margin-right: 0;
}
.top-yjdw-pep .top-pep:hover p {
  color: #3A56B6;
}

.top-kycg-box {
  margin-left: -20px;
  margin-right: -20px;
  padding: 30px 35px 30px 35px;
}
.top-kycg-box li {
  padding-left: 20px;
  padding-right: 20px;
}
.top-kycg {
  width: 100%;
  height: 142px;
  background: #6B81CD;
  border-radius: 4px;
  text-align: center;
  padding: 30px 10px;
  display: block;
  transition: all 0.3s;
}
.top-kycg img {
  display: inline-block;
  margin-bottom: 20px;
  transition: all 0.1s;
  position: relative;
  top: 0;
}
.top-kycg p {
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  transition: all 0.1s;
  position: relative;
  top: 0;
}
.top-kycg:hover {
  box-shadow: 0px 0px 10px 0px rgba(61, 85, 167, 0.8);
}
.top-kycg:hover img {
  top: 4px;
}
.top-kycg:hover p {
  top: -4px;
}
.img-home {
  width: 100%;
  height: 120px;
  overflow: hidden;
}
.img-home img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.img-home:hover img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.fmimg {
  display: block;
  width: 100%;
  height: 140px;
  overflow: hidden;
  text-align: center;
  font-size: 26px;
  color: #FFFFFF;
  line-height: 40px;
  background-size: 100% 100%;
}
.fmimg img {
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.fmimg:hover {
  color: #FFFFFF;
}
.fmimg:hover img {
  transform: scale(1.1);
}
.ord-bm {
  overflow: hidden;
  display: block;
  margin-bottom: 35px;
}
.ord-bm .top-tit {
  margin-bottom: 30px;
}
.ord-bm .txt3 li {
  width: 33.33%;
  float: left;
  margin-bottom: 20px !important;
}
.ord-bm .txt3 li:last-child {
  width: 100%;
  margin-bottom: 0px !important;
}
.ord-bm .txt3 li:nth-last-child(2) {
  width: 100%;
}
.ord-bm .txt4 li {
  width: 50%;
  float: left;
  margin-bottom: 20px;
}
.ord-bm .txt4 li:last-child {
  width: 100%;
  margin-bottom: 0px !important;
}
.ord-bm .txt4 li:nth-last-child(2) {
  width: 50%;
}
.ord-bm:last-child {
  margin-bottom: 0;
}
.ord-yybm .txt3 li {
  margin-top: 60px;
}
.jgsz-kybm {
  margin-top: 30px;
}
.jgsz-kybm li {
  margin-bottom: 15px;
}
.jgsz-kybm li a {
  overflow: hidden;
  display: block;
  position: relative;
  padding: 20px 0;
  padding-left: 80px;
  height: 55px;
  color: #fff;
}
.jgsz-kybm li a::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #7A8CCB;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}
.jgsz-kybm li a::before {
  content: "";
  width: 60px;
  height: 100%;
  background: #3a56b6;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: all 0.3s;
}
.jgsz-kybm li a .img-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 100%;
  background: url(stzx-icon1.png) no-repeat center #3a56b6;
  transition: all 0.3s;
}
.jgsz-kybm li a .img-box img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.jgsz-kybm li a p {
  font-weight: bold;
  line-height: 20px;
  position: absolute;
  font-size: 14px;
  font-weight: normal !important;
  top: 50%;
  transform: translateY(-50%);
}
.jgsz-kybm li a:hover .img-box {
  transform: rotateY(180deg);
}
.jgsz-kybm li a:hover::before {
  width: 100%;
}
.jgsz-kybm li:last-child {
  margin-bottom: 0;
}
.jgsz-kybm2 {
  margin-top: 48px;
}
/*.jgsz-kybm2 li {
  margin-bottom: 20px;
}
.jgsz-kybm2 li a {
  height: 65px;
}*/

.top-hzjl-box {
  padding: 30px 30px 40px;
}
.top-hzjl {
  display: block;
  overflow: hidden;
}
.top-hzjl .img-box {
  width: 155px;
  height: 200px;
  display: block;
  overflow: hidden;
  float: left;
  margin-right: 30px;
}
.top-hzjl .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.top-hzjl .img-box:hover img {
  transform: scale(1.1);
}
.top-hzjl-right {
  float: left;
  width: calc(100% - 185px);
}
.top-hzjl-right .txt2 {
  max-width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  line-height: 24px;
  height: 144px;
  margin-bottom: 10px;
}
.top-hzjl-right2 .txt3 {
  display: block;
  overflow: hidden;
}
.top-hzjl-right2 .txt3 li {
  width: 33.33%;
  float: left;
}
.top-xxgk .col-3 {
  padding-bottom: 0;
}
.top-xxgk .col-3:first-child {
  padding-left: 40px;
}
.top-xxgk .col-3::after {
  display: none;
}
/**/
.index-bg {
  background: url(stzx-footbg.png) no-repeat center bottom;
  background-size: 100% 769px;
}
.toplunb {
  margin-bottom: 25px;
  background: url(stzx-banbg.png) #f4f7fb;
}
.toplunb .t-lun {
  display: block;
  height: 405px;
  position: relative;
  overflow: hidden;
}
.toplunb .t-lun:hover img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.toplunb .t-lun img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.toplunb .t-lun .lun-title {
  position: absolute;
  height: 90px;
  padding: 50px 145px 17px 30px;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(stzx-bannerbg.png) no-repeat center bottom;
  background-size: 100%;
}
.toplunb .t-lun .lun-title p {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
  color: #FFFFFF;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.toplunb .owl-dots {
  position: absolute;
  right: 0px;
  bottom: 20px;
}
.toplunb .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 6px;
  margin-right: 8px;
  transition: all 0.3s;
}
.toplunb .owl-dots .active {
  width: 40px;
  height: 12px;
  background: #C13E37;
  border-radius: 6px;
}
.banner-right {
  padding: 30px;
  padding-left: 0;
}
.banner-right .top-t-box {
  display: block;
  padding-bottom: 25px;
  border-bottom: 1px dotted #8599DF;
}
.banner-right .top-t-box:hover h3 {
  color: #1d3897;
}
.banner-right .top-t-box h3 {
  font-size: 24px;
  font-weight: bold;
  color: #3D55A7;
  max-height: 64px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 32px;
}
.banner-right .top-t-ul {
  padding-top: 15px;
}
.banner-right .top-t-ul li {
  position: relative;
  padding: 14px 0;
}
.banner-right .top-t-ul li::before {
  position: absolute;
  content: '';
  width: 16px;
  height: 18px;
  background: url(stzx-yzicon.png) no-repeat center;
  top: 18px;
  left: 0;
}
.banner-right .top-t-ul li:hover .t-list-title {
  color: #1546B0;
}
.banner-right .top-t-ul .top-list-a {
  display: block;
  position: relative;
}
.banner-right .top-t-ul .t-list-title {
  font-size: 20px;
  line-height: 24px;
  color: #333333;
  padding: 0 100px 0 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.banner-right .top-t-ul .t-list-date {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 16px;
  color: #888;
  line-height: 24px;
}
.more-btn {
  color: #3A56B6;
  position: relative;
}
.more-btn::after {
  content: "";
  position: absolute;
  width: 0px;
  height: 1px;
  background: #3D55A7;
  left: 0;
  bottom: 0px;
  transition: all 0.3s;
}
.more-btn:hover::after {
  width: 15px;
}

.index-box {
  margin-bottom: 20px;
}
.title-box {
  margin-bottom: 25px;
  height: 44px;
  background: url(stzx-tabbg.png) no-repeat right top #3A56B6;
  position: relative;
}
.title-box .i-title {
  cursor: pointer;
  float: left;
  padding-left: 28px;
  padding-right: 28px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 44px;
  height: 44px;
  position: relative;
}
.title-box .i-title img {
  display: inline;
  vertical-align: top;
  margin-right: 10px;
  margin-top: 11px;
}
.title-box .i-title::after {
  content: "";
  position: absolute;
  right: -10px;
  top: 0;
  width: 0;
  height: 0;
  border-bottom: 50px solid #2E4EAA;
  border-right: 10px solid transparent;
  display: none;
}
.title-box .i-title::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -7px;
  width: 0;
  height: 0;
  border-right: 8px solid #93231D;
  border-bottom: 7px solid transparent;
  display: none;
}
.title-box .i-title.active {
  background: #C13E37;
  height: 50px;
  line-height: 50px;
  top: -6px;
  font-weight: bold;
}
.title-box .i-title.active::after,
.title-box .i-title.active::before {
  display: block;
}
.title-box .i-title.active img {
  margin-top: 13px;
}
.title-box i &gt; a {
  display: none;
}
.title-box i &gt; a:first-child {
  display: block;
}
.title-box .i-more {
  color: #fff;
  font-style: normal;
  line-height: 44px;
  position: absolute;
  right: 23px;
}
.title-box .i-more::after {
  content: "";
  position: absolute;
  width: 0px;
  height: 1px;
  background: #fff;
  left: 0;
  bottom: 10px;
  transition: all 0.3s;
}
.title-box .i-more:hover::after {
  width: 15px;
}
.title-box2 {
  border-top: 2px solid #3D55A7;
  background: #EBF0FF;
  height: 46px;
}
.title-box2 .i-title {
  color: #3A56B6;
  padding-left: 18px;
  padding-right: 18px;
  height: 46px;
}
.title-box2 .i-title::before {
  display: none !important;
}
.title-box2 .i-title::after {
  border-bottom: 44px solid #b6c5e2;
}
.title-box2 .i-title.active {
  line-height: 44px;
  background: #fff;
  top: 0;
  height: 100%;
}
.title-box2 .i-more {
  color: #3D55A7;
}
.title-box2 .i-more::after {
  background: #3D55A7;
}
.title-box3 {
  display: block;
  overflow: hidden;
  margin-bottom: 25px;
}
.title-box3 img {
  display: inline-block;
  margin-right: 10px;
}
.title-box3 h1 {
  font-size: 22px;
  height: 24px;
  line-height: 24px;
  color: #444444;
  vertical-align: top;
  display: inline-block;
}
.title-box3 a {
  line-height: 24px;
  float: right;
  color: #3D55A7;
  position: relative;
}
.title-box3 a::after {
  content: "";
  position: absolute;
  width: 0px;
  height: 1px;
  background: #3D55A7;
  left: 0;
  bottom: 0px;
  transition: all 0.3s;
}
.title-box3 a:hover::after {
  width: 15px;
}
.tab-cont &gt; div {
  display: none;
}
.tab-cont &gt; div:first-child {
  display: block;
}

.wz-img {
  width: 338px;
  height: 224px;
  background: #6C84B2;
  border-radius: 4px;
  overflow: hidden;
  display: block;
  float: left;
  margin-right: 20px;
}
.wz-img img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.wz-img:hover img {
  transform: scale(1.1);
}
.wz-list li:last-child .box-s {
  padding-bottom: 0;
}
.wz-list .box-s {
  border: 0;
  padding: 0 0 16px 24px;
}
.wz-list .box-s .box-title {
  font-size: 16px;
  color: #333;
  line-height: 24px;
  height: auto;
  padding-right: 110px;
}
.wz-list .box-s .box-date {
  opacity: 1;
  color: #ADADAD;
  top: 0;
  margin-top: 0;
  right: 7px;
  line-height: 24px;
}
.wz-list .box-s::before {
  width: 16px;
  height: 16px;
  background: url(stzx-righticon.png) no-repeat center #3D55A7;
  border-radius: 50%;
  margin-top: 0;
  top: 4px;
}
.index-link li {
  margin-bottom: 5px;
}
.index-link li a {
  width: 100%;
  height: 75px;
  border: 1px solid #3d55a7;
  border-radius: 6px;
  display: block;
  overflow: hidden;
}
.index-link li a img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.index-link li:last-child {
  margin-bottom: 0;
}
.index-link li:hover a img {
  transform: scale(1.1);
}
.index-link2 li a {
  height: 65px;
  border: 0;
  border-radius: 4px;
}

.marquee-box {
  overflow: hidden;
  height: 204px;
}
.notice-ul li {
  margin-bottom: 12px;
}
.notice-ul li:last-child {
  margin-bottom: 0;
}
.notice-ul li:hover .notice-list-title {
  color: #1546B0;
}
.notice-ul .notice-list-a {
  display: block;
}
.notice-ul .notice-date-box {
  float: left;
  width: 60px;
  height: 60px;
  background: #FFFFFF;
  border: 1px solid #3D55A7;
  color: #3D55A7;
  line-height: 22px;
  text-align: center;
  margin-right: 20px;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.notice-ul .notice-date-box .date1 {
  font-size: 22px;
  font-weight: bold;
  line-height: 38px;
}
.notice-ul .notice-date-box .date2 {
  font-size: 12px;
  color: #fff;
  background: #3D55A7;
  height: 20px;
  width: 100%;
  line-height: 20px;
}
.notice-ul .notice-list-title {
  font-size: 16px;
  color: #555555;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  min-height: 48px;
  padding-top: 5px;
}

.ptfw {
  display: block;
  overflow: hidden;
  margin-left: -7px;
  margin-right: -7px;
}
.ptfw li {
  padding-left: 7px;
  padding-right: 7px;
  float: left;
  width: 14.28%;
  text-align: center;
}
.ptfw li a {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 140px;
  border-radius: 4px;
  padding: 22px 0;
  position: relative;
  transition: all 0.3s;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.ptfw li a p {
  font-size: 16px;
  color: #fff;
  position: absolute;
  padding: 0 10px !important;
  top: 75%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
.ptfw li a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #FFFFFF;
  border-radius: 4px;
  transition: all 0.2s;
  opacity: 0;
}
.ptfw li a:hover {
  padding-top: 35px;
  background-size: 110% 110% !important;
}
.ptfw li a:hover::after {
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  opacity: 1;
}

.index-tp-list {
  display: block;
  overflow: hidden;
  margin: 0 -10px;
}
.index-tp-list li {
  width: 50%;
  float: left;
  padding: 0 10px;
  margin-bottom: 20px;
}
.index-tp-list li:last-child {
  margin-bottom: 0;
}
.index-tp-list li:nth-last-child(2) {
  margin-bottom: 0;
}
.tp-list {
  display: block;
  width: 100%;
  height: 150px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.tp-list img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.tp-list p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 24px;
  height: 24px;
  height: 38px;
  line-height: 38px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 10px;
  color: #fff;
  background: linear-gradient(to top, rgba(4, 55, 158, 0.55), rgba(4, 55, 158, 0));
}
.tp-list:hover img {
  transform: scale(1.1);
}

.index-tw-list li {
  margin-bottom: 20px;
}
.index-tw-list li a {
  display: block;
  overflow: hidden;
}
.index-tw-list li:last-child {
  margin-bottom: 0;
}
.index-tw-list li .index-tw-txt p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
  font-size: 16px;
}
.index-tw-list li .index-tw-txt span {
  font-size: 14px;
  line-height: 17px;
  height: 17px;
  color: rgba(51, 51, 51, 0.6);
  display: block;
}
.index-tw-list li .img-box {
  width: 99px;
  height: 65px;
  background: #FFFFFF;
  border-radius: 4px;
  overflow: hidden;
  float: left;
  margin-right: 15px;
}
.index-tw-list li .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.index-tw-list li a:hover .img-box img {
  transform: scale(1.1);
}

.other-link {
  margin-top: 40px;
}
.other-link a {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 40px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 4px;
  text-align: center;
  line-height: 40px;
  transition: all 0.3s;
}
.other-link a img {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
  margin-top: 13px;
}
.other-link a span {
  display: inline-block;
  vertical-align: top;
  color: #fff;
}
.other-link a:hover {
  background-color: #3D55A7;
  box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.6);
}
/*footer*/
.foot-ui-select {
  padding-top: 40px;
  padding-bottom: 40px;
}
.foot-ui-select .ui-select-wrap {
  border-radius: 0;
  background: none;
  height: 40px;
  border: 1px solid #ffffff;
}
.foot-ui-select .ui-select-input {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 38px;
  padding-left: 30px;
  padding-right: 50px;
  right: 0;
}
.foot-ui-select .ui-select-arrow {
  width: 8px;
  height: 8px;
  border: 2px solid;
  border-right: 0;
  border-top: 0;
  border-color: #fff;
  right: 30px;
  top: 13px;
  transform: rotate(-45deg);
  border-top-color: #FFF;
}
.foot-ui-select .ui-select-wrap.up .ui-select-list {
  bottom: 40px;
}
.foot-ui-select .ui-select-list &gt; li.selected {
  background: #3D55A7;
}
.foot-ui-select .ui-select-list {
  top: 40px;
  background: #EBF0FF;
  border: 0;
}
.foot-txt {
  padding-top: 15px;
  padding-bottom: 55px;
}
.foot-content {
  margin-left: 50px;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 40px;
}
.foot-content a,
.foot-content span {
  display: inline-block;
}
.foot-content a:hover {
  color: #fff;
  text-decoration: underline;
}
.foot-content a:focus {
  color: #fff;
}
.right-icon {
  position: fixed;
  top: 450px;
  z-index: 9;
  margin-left: 10px;
}
.right-icon li {
  width: 40px;
  height: 40px;
  background: #3A56B6;
  border-radius: 4px;
  display: block;
  cursor: pointer;
  margin-bottom: 2px;
}
.right-icon li .l-a {
  display: block;
  width: 100%;
  height: 100%;
}
.right-icon li:nth-child(1) {
  background: url(stzx-ticon1.png) no-repeat center #3A56B6;
}
.right-icon li:nth-child(2) {
  background: url(stzx-ticon2.png) no-repeat center #3A56B6;
}
.right-icon li:nth-child(3) {
  background: url(stzx-ticon3.png) no-repeat center #3A56B6;
}
.right-icon li:hover {
  box-shadow: 0px 0px 5px 0px rgba(58, 86, 186, 0.8);
}
.weixin {
  position: relative;
}
.weixin:hover .wx-box {
  display: block;
  opacity: 1;
  transition: all 0.3s;
}
.wx-box-box {
  position: absolute;
  right: 40px;
  top: -170px;
  padding-right: 10px;
}
.wx-box {
  width: 280px;
  height: 379px;
  background: url(stzx-wxbg.png) no-repeat right bottom #3A56B6;
  border-radius: 0px 30px 0px 30px;
  padding: 30px 0;
  cursor: auto;
  text-align: center;
  transition: all 0.3s;
  opacity: 0;
  display: none;
}
.wx-box::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 8px solid #3A56B6;
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  right: 3px;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
}
.wx-ma {
  width: 174px;
  height: 174px;
  background: url(stzx-wxkuang.png) no-repeat center;
  background-size: 100%;
  padding: 20px;
  margin: 0 auto;
  margin-bottom: 24px;
}
.or-la {
  width: calc(100% - 100px);
  height: 30px;
  line-height: 30px;
  background: #5D7EF0;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  display: block;
  margin: 25px auto 0;
  padding-right: 15px;
  position: relative;
}
.or-la::after {
  content: "";
  width: 10px;
  height: 10px;
  background: url(stzx-wx-r.png) no-repeat center;
  position: absolute;
  right: 18px;
  top: 10px;
  transition: all 0.2s;
}
.or-la:hover {
  color: #fff;
}
.or-la:hover::after {
  right: 13px;
}

.footer {
  background: url(stzx-footbg2.png) no-repeat center;
  background-size: cover;
  margin-top: 50px;
}
.ny-cont {
  margin-left: 10px;
  min-height: calc(100vh - 560px);
  box-shadow: 0px 0px 10px 0px rgba(164, 162, 199, 0.16);
  padding: 30px;
  padding-bottom: 40px;
}
.other-menu {
  margin-right: 0;
  box-shadow: 0px 0px 10px 0px rgba(164, 162, 199, 0.16);
  padding-bottom: 0;
}
.other-menu .menu-title {
  background: url(stzx-menu-title.png) no-repeat center center;
  background-size: cover !important;
  min-height: 80px;
  font-size: 32px;
  line-height: 40px;
  padding: 20px 30px 20px 60px;
  border-bottom: none;
  border-radius: 4px;
}
.other-menu .menu-cont {
  background: #FFFFFF;
  border-radius: 6px;
  padding: 0 20px;
}
.other-menu .menu-cont .box-a {
  border-bottom: 1px solid rgba(2, 51, 111, 0.08);
  cursor: pointer;
}
.other-menu .menu-cont .box-a:last-child {
  border-bottom: 0;
}
.other-menu .menu-cont .down-menu {
  display: none;
}
.other-menu .menu-cont .a-title {
  padding: 15px 26px;
  line-height: 28px;
  font-size: 18px;
  line-height: 30px;
  font-weight: normal;
  color: #333333;
}
.other-menu .menu-cont .a-title::before {
  height: 16px;
  left: 0;
  top: 23px;
  background: #B7C3EE;
}
.other-menu .menu-cont .a-title:after {
  display: block;
  content: "\f105";
  top: 0;
  line-height: 60px;
  right: 0;
  color: #3562B2;
  display: none;
}
.other-menu .menu-cont .a-title:hover {
  color: #3D55A7;
  background: none;
}
.other-menu .menu-cont .a-title:hover::before {
  background: #3D55A7;
}
.other-menu .menu-cont .box-a.active .down-menu {
  display: block;
}
.other-menu .menu-cont .box-a.active .a-title {
  color: #3D55A7;
}
.other-menu .menu-cont .box-a.active .a-title::before {
  background: #3D55A7;
}
.other-menu .menu-cont .box-a.active .a-title:after {
  display: block;
}
.other-menu .down-menu {
  overflow: hidden;
  padding: 0;
}
.other-menu .down-menu a {
  margin-bottom: 15px;
  padding: 0 10px 0 43px;
  font-size: 16px;
  line-height: 22px;
  color: #A4A2C7;
}
.other-menu .down-menu a:after {
  width: 8px;
  height: 2px;
  background: #3D55A7;
  top: 10px;
  border-radius: 0;
  transition: all 0.3s;
}
.other-menu .down-menu a:hover {
  color: #1546B0;
}
.other-menu .down-menu a:hover:after {
  width: 16px;
}
.other-menu .down-menu a.active {
  color: #1546B0;
}
.other-menu .down-menu .down-menu-down {
  padding-left: 20px;
}

.right-top {
  border-bottom: 2px solid rgba(61, 85, 167, 0.22);
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.right-top .ny-r-title {
  float: left;
  font-size: 24px;
  font-weight: bold;
  color: #3D55A7;
  line-height: 26px;
  position: relative;
  display: inline-block;
  max-width: 45%;
}
.right-top .ny-r-title::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: -22px;
  width: 100%;
  height: 2px;
  background: #3D55A7;
}
.right-top .bread-crumbs {
  float: right;
  color: #999999;
  max-width: 80%;
}
.right-top .bread-crumbs .bread-item-groups {
  line-height: 26px;
}
.right-top .bread-crumbs .bread-item-groups .bread-location {
  background: url(house-icon.png) no-repeat center;
  width: 18px;
  height: 26px;
  vertical-align: top;
}
.right-top .bread-crumbs .bread-item {
  vertical-align: top;
  display: inline;
}
.right-top .bread-crumbs .bread-item a {
  color: #999999;
}
.right-top .bread-crumbs .bread-item &gt; span:before {
  color: #999999;
}
.right-top .bread-crumbs .bread-item a:last-child {
  color: #2F5CA2;
}

.details-page .detail-top .top-other {
  color: #999999;
}
.details-page .main-cont.cont-xilan img {
  /* width: 600px; */
  max-width: 100%;
}
.details-page .main-cont.cont-xilan.dp p {
  line-height: 36px;
}
.tableBox {
  overflow: auto;
}
.details-page .main-cont.cont-xilan table {
  width: 100% !important;
}
.details-page .main-cont.cont-xilan table tr:nth-child(1) {
  background: #B7C3EE !important;
}
.details-page .main-cont.cont-xilan table tr td {
  padding: 15px !important;
  color: #333 !important;
  background: none !important;
  border: 1px solid #FFF !important;
}
.details-page .main-cont.cont-xilan table tr td p {
  margin-bottom: 0;
  color: #333 !important;
  text-align: center;
}
.details-page .main-cont.cont-xilan table tbody tr {
  background: #FBFCFF;
}
.details-page .main-cont.cont-xilan table tbody tr:nth-child(2n) {
  background: #D8DFF6;
}
.details-page .main-cont.cont-xilan table tbody td {
  font-size: 16px;
  color: #666666;
  line-height: 29px;
  text-align: center;
  padding: 10px 8px;
  border: 1px solid #FFF;
}
.details-page .main-cont.cont-xilan table thead {
  background: #B7C3EE;
}
.details-page .main-cont.cont-xilan table thead th {
  font-size: 16px;
  font-weight: normal;
  color: #333333;
  line-height: 29px;
  text-align: center;
  padding: 10px 8px;
  border: 1px solid #FFF !important;
}

.wy-tit {
  text-align: center;
}
.wy-tit h1 {
  display: inline-block;
  position: relative;
  font-size: 24px;
  line-height: 39px;
  margin-bottom: 10px;
}
.wy-tit h1::after {
  content: "";
  width: 100%;
  height: 10px;
  left: 0;
  bottom: 0;
  position: absolute;
  background: #DEE2F0;
  z-index: -1;
}
.wy-list {
  padding-bottom: 130px;
  background: url(stzx-wybg.png) no-repeat right 0 bottom 50px;
}
.wy-list li {
  width: 100%;
  padding: 5px 40px;
  position: relative;
  background: rgba(61, 85, 167, 0.05);
  margin-bottom: 30px;
}
.wy-list li:last-child {
  margin-bottom: 0;
}
.wy-list li::before {
  content: "";
  width: 4px;
  height: 20px;
  background: #3D55A7;
  border-radius: 2px;
  position: absolute;
  left: 20px;
  top: 12px;
}
.wy-list li span {
  font-size: 16px;
  display: inline-block;
}
.wy-list li .wy-list-tit {
  font-size: 18px;
  font-weight: bold;
}
.wy-pep-name {
  padding-left: 72px;
  margin-top: 10px;
  display: block;
  overflow: hidden;
}
.wy-pep-name span {
  display: block;
  float: left;
  margin-bottom: 10px;
  min-width: 105px;
}

.lx-tit {
  padding-left: 18px;
  position: relative;
  font-size: 24px;
  font-weight: bold;
  color: #3D55A7;
  margin-bottom: 30px;
}
.lx-tit::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 9px;
  background: #B7C3EE;
  left: 0;
  top: 10px;
}
.lx-box {
  padding: 0 30px;
}
.lx-box img {
  width: 100%;
}

.dp-szpic {
  width: 220px;
  border-radius: 4px;
  overflow: hidden;
  padding-left: 30px;
}
.dp-sztxt {
  width: calc(100% - 250px);
  float: left;
}

.pep-list li {
  display: block;
  overflow: hidden;
  margin-bottom: 40px;
}
.pep-list li:last-child {
  margin-bottom: 0;
}
.pep-list .img-box {
  width: 220px;
  height: auto;
  margin-right: 44px;
  float: left;
}
.pep-list .img-box img {
  width: 100%;
}
.pep-list .pep-txt h1 {
  font-size: 18px;
  font-weight: bold;
  color: #3D55A7;
  margin-bottom: 10px;
}
.pep-list .pep-txt span {
  font-size: 16px;
  margin-bottom: 12px;
  display: block;
}
.pep-list .pep-txt p {
  line-height: 28px;
}

.pep-list2 {
  margin-left: -24px;
  margin-right: -24px;
  display: block;
  overflow: hidden;
}
.pep-list2 li {
  padding-left: 24px;
  padding-right: 24px;
  margin-bottom: 40px;
  position: relative;
}

/* .pep-list2 li:nth-child(5n + 1) {
  clear: left;
} */


.pep-hx{
  position: relative;
  display: block;
  width: 100%;
  height: 5px;
  border-top: 1px dashed #ADC0D3;
  border-bottom: 1px dashed #ADC0D3;
  margin-bottom: 40px;
}

.pep-hx::before{
  content: "";
  width: 30px;
  height: 5px;
  background: #3D55A7;
  left: 0;
  bottom: -1px;
  position: absolute;
  z-index: 1;
}

/* .pep-list2 li:nth-child(5n + 1)::after {
  content: "";
  width: 1000%;
  height: 5px;
  border-top: 1px dashed #ADC0D3;
  border-bottom: 1px dashed #ADC0D3;
  position: absolute;
  left: 0;
  bottom: -35px;
}
.pep-list2 li:nth-child(5n + 1)::before {
  content: "";
  width: 30px;
  height: 5px;
  background: #3D55A7;
  left: 24px;
  bottom: -35px;
  position: absolute;
  z-index: 1;
} */
.pep-list2 a {
  display: block;
  overflow: hidden;
}
.pep-list2 .img-box {
  width: 100%;
  height: 180px;
  display: block;
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 15px;
  border: 1px solid #EFEFEF;
}
.pep-list2 .img-box img {
  width: 100%;
  height: 100%;
}
.pep-list2 h1 {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 36px;
  text-align: center;
}
.pep-list2 li:hover h1 {
  color: #3D55A7;
}
.pep-list2-no li {
  margin-bottom: 30px;
}
.pep-list2-no li::after,
.pep-list2-no li::before {
  display: none !important;
}
.pep-list2-tit {
  color: #3D55A7;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 40px;
}


.pep-list3 {
  display: block;
  overflow: hidden;
}
.pep-list3 li {
  margin-bottom: 40px;
  position: relative;
}
.pep-list3 a {
  display: block;
  overflow: hidden;
}
.pep-list3 .img-box {
  width: 100%;
  height: 154px;
  display: block;
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 15px;
  border: 1px solid #EFEFEF;
}
.pep-list3 .img-box img {
  width: 100%;
  height: 100%;
}
.pep-list3 h1 {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 36px;
  text-align: center;
}
.pep-list3 li:hover h1 {
  color: #3D55A7;
}
.pep-list3-no li {
  margin-bottom: 30px;
}
.pep-list3-no li::after,
.pep-list3-no li::before {
  display: none !important;
}
.pep-list3-tit {
  color: #3D55A7;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 40px;
}




.pep-form {
  margin-bottom: 50px;
}
.pep-form span {
  font-size: 16px;
  line-height: 40px;
}
.pep-form input {
  height: 40px;
  border: 1px solid #E4E3E3;
  border-radius: 4px;
  display: inline-block;
}
.pep-form input:focus {
  border-color: #3D55A7;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(61, 85, 167, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(61, 85, 167, 0.6);
}
.pep-form .pep-form-xm {
  width: 33%;
  margin-right: 50px;
}
.pep-form .pep-form-fx {
  width: 29%;
  margin-right: 50px;
}
.pep-form .pep-form-search {
  float: right;
  width: 120px;
  height: 40px;
  background: #3D55A7;
  border-radius: 4px;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  text-align: center;
}

@-webkit-keyframes itg_pulse_blue {
  0% {
    -webkit-box-shadow: 0 0 0 1px rgba(61, 85, 167, 0.5);
    box-shadow: 0 0 0 1px rgba(61, 85, 167, 0.5);
  }
  25% {
    -webkit-box-shadow: 0 0 0 3px rgba(61, 85, 167, 0.3);
    box-shadow: 0 0 0 3px rgba(61, 85, 167, 0.3);
  }
  70% {
    -webkit-box-shadow: 0 0 0 5px rgba(61, 85, 167, 0.1);
    box-shadow: 0 0 0 5px rgba(61, 85, 167, 0.1);
  }
  100% {
    -webkit-box-shadow: 0 0 0 7px rgba(61, 85, 167, 0.05);
    box-shadow: 0 0 0 7px rgba(61, 85, 167, 0.05);
  }
}
@-o-keyframes itg_pulse_blue {
  0% {
    -webkit-box-shadow: 0 0 0 1px rgba(61, 85, 167, 0.5);
    box-shadow: 0 0 0 1px rgba(61, 85, 167, 0.5);
  }
  25% {
    -webkit-box-shadow: 0 0 0 3px rgba(61, 85, 167, 0.3);
    box-shadow: 0 0 0 3px rgba(61, 85, 167, 0.3);
  }
  70% {
    -webkit-box-shadow: 0 0 0 5px rgba(61, 85, 167, 0.1);
    box-shadow: 0 0 0 5px rgba(61, 85, 167, 0.1);
  }
  100% {
    -webkit-box-shadow: 0 0 0 7px rgba(61, 85, 167, 0.05);
    box-shadow: 0 0 0 7px rgba(61, 85, 167, 0.05);
  }
}
@keyframes itg_pulse_blue {
  0% {
    -webkit-box-shadow: 0 0 0 1px rgba(61, 85, 167, 0.5);
    box-shadow: 0 0 0 1px rgba(61, 85, 167, 0.5);
  }
  25% {
    -webkit-box-shadow: 0 0 0 3px rgba(61, 85, 167, 0.3);
    box-shadow: 0 0 0 3px rgba(61, 85, 167, 0.3);
  }
  70% {
    -webkit-box-shadow: 0 0 0 5px rgba(61, 85, 167, 0.1);
    box-shadow: 0 0 0 5px rgba(61, 85, 167, 0.1);
  }
  100% {
    -webkit-box-shadow: 0 0 0 7px rgba(61, 85, 167, 0.05);
    box-shadow: 0 0 0 7px rgba(61, 85, 167, 0.05);
  }
}
.lsyg-list {
  position: relative;
  padding-left: 48px;
  padding-right: 48px;
  display: block;
  overflow: hidden;
}
.lsyg-list::before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: 2px;
  border-right: 2px dashed #3D55A7;
}
.lsyg-list .lsyg-a {
  width: 280px;
  height: 185px;
  display: block;
  border-radius: 4px;
  overflow: hidden;
  position: absolute;
  text-align: center;
  padding-top: 40px;
}
.lsyg-list .lsyg-a .img-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.lsyg-list .lsyg-a .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.lsyg-list .lsyg-a h1 {
  font-size: 46px;
  font-weight: bold;
  line-height: 50px;
  text-shadow: 6px 10px 18px rgba(27, 68, 138, 0.57);
  margin-bottom: 20px;
  color: #fff;
}
.lsyg-list .lsyg-a span {
  width: 145px;
  height: 30px;
  background: rgba(237, 152, 61, 0.9);
  border-radius: 15px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  line-height: 30px;
  display: block;
}
.lsyg-list .lsyg-a:hover .img-box img {
  transform: scale(1.1);
}
.lsyg-list .lsyg-a:hover span {
  background: #ed983d;
}
.lsyg-list li {
  height: 185px;
  width: 50%;
  position: relative;
}
.lsyg-list li::before,
.lsyg-list li::after {
  position: absolute;
  content: '';
}
.lsyg-list li::before {
  top: 50%;
  right: 0;
  width: 100%;
  z-index: -1;
  height: 1px;
  background: #4e69c8;
}
.lsyg-list li::after {
  width: 18px;
  height: 18px;
  background: #edaf39;
  border: 4px solid #fff;
  border-radius: 50%;
  right: -9px;
  top: 50%;
  margin-top: -9px;
}
.lsyg-list li .yuan {
  position: absolute;
  width: 22px;
  height: 22px;
  background: none;
  border: 2px solid #3D55A7;
  border-radius: 50%;
  right: -11px;
  top: 50%;
  margin-top: -11px;
  -webkit-animation: itg_pulse_blue 1s infinite;
  -o-animation: itg_pulse_blue 1s infinite;
  animation: itg_pulse_blue 1s infinite;
}
.lsyg-list li:nth-child(2n) {
  margin-left: 50%;
}
.lsyg-list li:nth-child(2n) .lsyg-a {
  right: 0;
}
.lsyg-list li:nth-child(2n)::after {
  left: -9px;
  right: auto;
}
.lsyg-list li:nth-child(2n) .yuan {
  left: -11px;
  right: auto;
}
.ls-more {
  text-align: center;
  margin-top: 10px;
  color: #3D55A7;
}
.ls-more a {
  display: inline;
  position: relative;
  padding-right: 26px;
}
.ls-more a::after {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #3D55A7;
  border-radius: 50%;
  right: 0;
  top: 3px;
  position: absolute;
  background: url(stzx-lsmore.png) no-repeat center;
  transition: all 0.3s;
}
.ls-more a:hover {
  color: #edaf39;
}
.ls-more a:hover::after {
  right: -5px;
}

.ny-tp-list .box-s {
  overflow: hidden;
}
.ny-tp-list .box-s .box-img {
  width: 100%;
  height: 200px;
  border-radius: 4px;

  transition: all 0.3s;
  background: #6B81CD;
}
.ny-tp-list .box-s .box-img a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ny-tp-list .box-s .box-img a img {
  transition: all 0.3s !important;
}
.ny-tp-list .box-s .box-title {
  font-size: 18px;
  color: #333;
  line-height: 39px;
  text-align: center;
  font-weight: normal;
}
.ny-tp-list .box-s:hover .box-img {
  padding: 4px;
}
.ny-tp-list .box-s:hover .box-title {
  color: #3D55A7;
}
.lg-object {
  border: 20px solid #fff;
  border-radius: 8px;
  min-width: 1000px;
  max-width: 1600px;
}

.comp-pages {
  padding-top: 0;
}
.comp-pages .page-pc span {
  background: #3D55A7;
  border: 1px solid #3D55A7;
}
.comp-pages .page-pc a:hover {
  background: #3D55A7;
  border: 1px solid #3D55A7;
}

.bm-list {
  margin-left: -24px;
  margin-right: -24px;
}
.bm-list li {
  padding-left: 24px;
  padding-right: 24px;
  margin-bottom: 50px;
}
.bm-list li a {
  display: block;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.bm-list li:nth-child(2n + 1) {
  clear: left;
}
.bm-list .img-box {
  width: 100%;
  height: 220px;
  overflow: hidden;
}
.bm-list .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.bm-list .bm-txt {
  min-height: 156px;
  background: #D3DBF5;
  padding: 20px 30px;
  height: 200px;
}
.bm-list .bm-txt h1 {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.bm-list .bm-txt p {
  font-size: 14px;
  color: #555555;
  line-height: 24px;
  text-align: justify;
  max-height: 120px;
  overflow: auto;
  padding-right: 10px;
  margin-right: -10px;
}

.bm-list .bm-txt p::-webkit-scrollbar {
  /*Ã¦Â»Å¡Ã¥Å&nbsp;Â¨Ã¦ÂÂ¡Ã¦â€¢Â´Ã¤Â½â€œÃ¦Â&nbsp;Â·Ã¥Â¼Â*/
  width: 5px;
  /*Ã©Â«ËœÃ¥Â®Â½Ã¥Ë†â€&nbsp;Ã¥Ë†Â«Ã¥Â¯Â¹Ã¥Âºâ€Ã¦Â¨ÂªÃ§Â«â€“Ã¦Â»Å¡Ã¥Å&nbsp;Â¨Ã¦ÂÂ¡Ã§Å¡â€žÃ¥Â°ÂºÃ¥Â¯Â¸*/
  height: 0px;
}
.bm-list .bm-txt p::-webkit-scrollbar-thumb {
  /*Ã¦Â»Å¡Ã¥Å&nbsp;Â¨Ã¦ÂÂ¡Ã©â€¡Å’Ã©ÂÂ¢Ã¥Â°ÂÃ¦â€“Â¹Ã¥Ââ€”*/
  border-radius: 10px;
  background: #fff;
}
.bm-list .bm-txt p::-webkit-scrollbar-thumb:hover {
  background: #C13E37;
}
.bm-list .bm-txt p::-webkit-scrollbar-track {
  /*Ã¦Â»Å¡Ã¥Å&nbsp;Â¨Ã¦ÂÂ¡Ã©â€¡Å’Ã©ÂÂ¢Ã¨Â½Â¨Ã©Ââ€œ*/
  border-radius: 10px;
  background: #f7f7f7;
}


.bm-list a:hover .img-box img {
  transform: scale(1.1);
}
.bm-list a:hover .bm-txt {
  background: #3D55A7;
}
.bm-list a:hover .bm-txt h1,
.bm-list a:hover .bm-txt p {
  color: #fff;
}

.ny-other-titbox {
  position: relative;
}
.ny-other-titbox a {
  position: absolute;
  right: 10px;
  line-height: 48px;
  color: #3D55A7;
  top: 0;
}
.ny-other-tit {
  padding: 10px 30px 10px 38px;
  background: #F3F4FA;
  line-height: 28px;
  font-size: 20px;
  font-weight: bold;
  color: #3D55A7;
  position: relative;
  margin-bottom: 30px;
}
.ny-other-tit::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 9px;
  background: #3D55A7;
  left: 15px;
  top: 20px;
}

.pep-wz-list li a {
  display: block;
  padding-left: 23px;
  position: relative;
  margin-bottom: 45px;
  font-size: 16px;
  line-height: 16px;
}
.pep-wz-list li a::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 14px;
  background: #B7C3EE;
  border-radius: 2px;
  left: 0;
  top: 1px;
}
.pep-wz-list li a:hover::before {
  background: #3D55A7;
}

.ny-wzlist .box-s {
  border-bottom: 0;
  background: url(stzx-wzbg.png) left top #FCFEFE;
  padding-left: 40px;
}
.ny-wzlist .box-s .box-date {
  opacity: 1;
  color: #888888;
  right: 20px;
}
.ny-wzlist .box-s::before {
  width: 4px;
  height: 16px;
  background: #3D55A7;
  border-radius: 2px;
  left: 20px;
  top: 22px;
  margin-top: 0;
}
.ny-wzlist li {
  margin-bottom: 20px;
}

.ny-wzlist2 {
  margin-bottom: 30px;
  margin-top: -10px;
}
.ny-wzlist2 .box-s {
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom-style: dashed;
}
.ny-wzlist2 .box-s::before {
  display: none;
}
.ny-wzlist2 .box-s .box-title i {
  font-style: normal;
  color: #3D55A7;
  margin-right: 5px;
}
.ny-wzlist2 .box-s .box-date {
  margin-top: 0;
  top: 0;
  color: #C6C6C6;
  opacity: 1;
}
.ny-wzlist2.no-date .box-s {
  padding-right: 0;
}

.pep-xilan .info-top {
  background: #F3F4FA;
  padding: 30px 30px 30px 278px;
  background: url(stzx-pepxlbg.png) no-repeat right bottom #F3F4FA;
}
.pep-xilan .info-top .box-img {
  left: 0;
  top: 0;
  right: auto;
  padding: 20px 40px;
  width: 248px;
  background: #B1BADD;
  height: 100%;
}
.pep-xilan .info-top .box-info .info-title {
  padding-bottom: 0;
  border: 0;
  padding-left: 18px;
  line-height: 24px;
  margin-bottom: 30px;
}
.pep-xilan .info-top .box-info .info-title::after {
  width: 4px;
  height: 24px;
  background: #3D55A7;
  bottom: 3px;
}
.pep-xilan .info-top .box-info .box-s {
  min-width: 50%;
  float: left;
  font-size: 16px;
  margin-bottom: 15px;
}
.pep-xilan .info-top .box-info .box-s .title-s {
  display: inline-block;
  min-width: 80px;
}
.pep-xilan .info-groups .info-title {
  padding: 0;
  background: none;
  line-height: normal;
  color: #333;
  border: 0;
  margin-bottom: 10px;
}
.pep-xilan .info-groups .info-txt {
  color: #333;
  font-size: 16px;
}
.hjinfo .box-s {
  margin-bottom: 15px;
  position: relative;
  padding-left: 70px;
}
.hjinfo .box-s .box-title {
  position: absolute;
  left: 0;
  top: 0;
  text-align: right;
  line-height: 40px;
  color: #333333;
  width: 70px;
  padding-right: 10px;
}
.hjinfo .box-s .lw-title {
  line-height: 20px !important;
}
.hjinfo .box-s .box-form {
  width: 100%;
  font-size: 14px;
  color: #333;
}
.hjinfo .box-s .box-form .form-s {
  display: block;
  border: 1px solid #E4E3E3;
  border-radius: 4px;
  height: 40px;
  padding-top: 9px;
  padding-bottom: 9px;
}
.hjinfo .box-s .box-form .form-s:focus {
  border-color: #3D55A7;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(61, 85, 167, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(61, 85, 167, 0.6);
}
.hjinfo .box-s .box-form .form-s::-webkit-input-placeholder {
  font-size: 14px;
  color: #BFBFBF;
}
.hjinfo .box-s .box-form .form-s::-moz-placeholder {
  font-size: 14px;
  color: #BFBFBF;
}
.hjinfo .box-s .box-form .form-s:-ms-input-placeholder {
  font-size: 14px;
  color: #BFBFBF;
}
.hjinfo .box-s .box-form .form-s:-moz-placeholder {
  font-size: 14px;
  color: #BFBFBF;
}
.hjinfo .box-s .box-form .ui-select-wrap {
  background: none;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  padding-top: 9px;
  padding-bottom: 9px;
}
.hjinfo .box-s .box-form .ui-select-wrap .ui-select-arrow {
  right: 15px;
  border-top-color: #BFBFBF;
}
.hjinfo .box-s .box-form .ui-select-input {
  font-size: 14px;
  color: #BFBFBF;
  right: 0px;
  padding-left: 12px;
  padding-right: 30px;
}
.hjinfo .box-s .ui-select-wrap.up .ui-select-list {
  bottom: 40px;
}
.hjinfo .box-btn {
  text-align: center;
}
.hjinfo .box-btn .btn-s {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: none;
  border-radius: 4px;
  color: #FFFFFF;
  background: #3D55A7;
  font-size: 14px;
  font-weight: bold;
}
.form-table-01 {
  overflow: hidden;
  overflow-x: auto;
  margin-bottom: 50px;
}
.form-table-01 .table-s {
  min-width: 600px;
}
.form-table-01 .table-s table {
  border-radius: 4px 4px 0px 0px;
  overflow: hidden;
}
.form-table-01 .table-s .temp02-table-info tbody tr {
  background: rgba(217, 233, 255, 0.3);
}
.form-table-01 .table-s .temp02-table-info tbody tr:nth-child(2n) {
  background: rgba(183, 195, 238, 0.59);
}
.form-table-01 .table-s .temp02-table-info tbody td {
  font-size: 16px;
  color: #333;
  line-height: 26px;
  padding: 20px 40px;
  border: 1px solid #FFF;
  vertical-align: middle;
}
.form-table-01 .table-s .temp02-table-info thead {
  background: #3D55A7;
}
.form-table-01 .table-s .temp02-table-info thead th {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 26px;
  text-align: center;
  padding: 14px 8px;
  border: 1px solid #FFF;
  vertical-align: middle;
}
.form-table-01 .table-s .table-bordered {
  border-top: none;
  margin-bottom: 0;
}

.tw-sxlist {
  display: block;
}
.tw-sxlist .img-box {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}
.tw-sxlist .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.tw-sxlist p {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 5px;
}
.tw-sxlist span {
  color: #C6C6C6;
}
.tw-sxlist:hover .img-box img {
  transform: scale(1.1);
}
.tw-sxlist:hover p {
  color: #3D55A7;
}
.tw-sxlist.sp {
  margin-bottom: 40px;
}
.tw-sxlist.sp .img-box {
  height: 170px;
}
.tw-sxlist.sp .img-box::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 61px;
  height: 61px;
  margin-top: -30px;
  margin-left: -30px;
  background: url(stzx-video.png) no-repeat center;
  background-size: 100%;
}

.ny-top-gzdt li {
  margin-bottom: 24px;
}
.ny-top-gzdt li .box-s .box-title {
  font-size: 16px;
  color: #333;
}
.ny-top-gzdt li .box-s .box-date {
  color: #C6C6C6;
}
.ny-top-gzdt li .box-s::before {
  width: 5px;
  height: 5px;
  background: #D3E8F9;
  top: 10px;
}
/*ÃƒÆ’Ã†â€™Ãƒâ€&nbsp;Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â&nbsp;ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€&nbsp;Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€&nbsp;Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€&nbsp;Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â&nbsp;ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€&nbsp;Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€&nbsp;Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€&nbsp;Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â&nbsp;ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€&nbsp;Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€&nbsp;Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€&nbsp;Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â&nbsp;ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€&nbsp;Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€&nbsp;Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€&nbsp;Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â&nbsp;ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€&nbsp;Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â&nbsp;ÃƒÆ’Ã†â€™Ãƒâ€&nbsp;Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡*/
.open-link {
  display: block;
  width: 100%;
  height: 80px;
  background-position: center !important;
  line-height: 80px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  transition: all 0.3s;
  border-radius: 4px;
  margin-bottom: 50px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.open-link:hover {
  color: #fff;
}
/*ÃƒÆ’Ã†â€™Ãƒâ€&nbsp;Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â&nbsp;ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€&nbsp;Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™Ãƒâ€&nbsp;Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€&nbsp;Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â&nbsp;ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€&nbsp;Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€&nbsp;Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€&nbsp;Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â&nbsp;ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€&nbsp;Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€&nbsp;Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€&nbsp;Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â&nbsp;ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€&nbsp;Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™Ãƒâ€&nbsp;Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬*/
.xxgk-list {
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
}
.xxgk-list h1 {
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(107, 107, 107, 0.3);
  margin-bottom: 30px;
}
.xxgk-list ul li {
  padding-left: 18px;
  position: relative;
  margin-bottom: 15px;
}
.xxgk-list ul li::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background: #3D55A7;
  border-radius: 50%;
  left: 0;
  top: 10px;
}
.clear-4 &gt; div:nth-child(4n + 1) {
  clear: left;
}
/*ÃƒÆ’Ã†â€™Ãƒâ€&nbsp;Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â&nbsp;ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€&nbsp;Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€&nbsp;Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€&nbsp;Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â&nbsp;ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€&nbsp;Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€&nbsp;Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€&nbsp;Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â&nbsp;ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€&nbsp;Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â&nbsp;ÃƒÆ’Ã†â€™Ãƒâ€&nbsp;Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€&nbsp;Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â&nbsp;ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€&nbsp;Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€&nbsp;Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨*/
.ny-twlist .box-s {
  margin-bottom: 40px;
}
.ny-twlist .box-s .box-img {
  width: 300px;
  height: 198px;
  border-radius: 4px;
  overflow: hidden;
  margin-right: 20px;
}
.ny-twlist .box-s .box-title {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 10px;
  -webkit-line-clamp: 2;
  max-height: 48px;
}
.ny-twlist .box-s .box-txt {
  color: #999999;
}


.top-xsqk{
  margin-left: -10px;
  margin-right: -10px;
}
.top-xsqk li{
  padding-left: 10px;
  padding-right: 10px;
  
}
.top-xsqk li a{
  display: block;
  overflow: hidden;
  width: 100%;
  height: 90px;
  position: relative;
  margin-bottom: 20px;
}
.top-xsqk li img{
  width: 100%;
  height: 100%;
}
.top-xsqk li .xsqk-txt{
  position: absolute;
  background: rgba(61, 85, 167, .9);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 15px 10px;
  display: none;
  transition: all .3s;
}
.top-xsqk li .xsqk-txt::after{
  content: "";
    position: absolute;
    left: 50%;
    bottom: 20px;
    margin-left: -8px;
    width: 16px;
    height: 2px;
    background: #FFFFFF;
}
.top-xsqk li .xsqk-txt p{
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  max-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;

}
.top-xsqk li a:hover .xsqk-txt{
  display: block;
}

.index-link2 li {
  margin-bottom: 20px;
}

.tab-box {
  display: block;
  overflow: hidden;
}
.tab-box .title-box3{
  float: left;
  margin-right: 30px;
  cursor: pointer;
}
.tab-box .title-box3.active h1{
  font-weight: bold;
  color: #3D55A7;
}
.tab-more{
  float: right;
}
.tab-more a{
  display: none;

}
.tab-more a:first-child{
  display: block;
}
.tab-cont-box .tab-cont{
  display: none;
}
.tab-cont-box .tab-cont:first-child{
  display: block;
}
.xsqk-list{
  margin-left: -10px;
  margin-right: -10px;
}
.xsqk-list li{
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 7px;
  display: block;
  overflow: hidden;
}
.xsqk-list li:nth-last-child(2){
  float: none;
}
.xsqk-list li a{
  display: block;
  overflow: hidden;
  position: relative;
  /* background: linear-gradient(90deg, #415BB5, rgba(112,136,220,0.78)); */
  background: url(qikanbg.png) no-repeat center right;
  background-size: cover;
  height: 38px;
}
.xsqk-list li a p{
  position: absolute;
  width: 100%;
  line-height: 19px;
  max-height: 38px;
  padding: 0 40px 0 20px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
} 

/*-----20230907------*/
.sloganBox {
    opacity: 0;
    transition: opacity 3s ease-in-out;
    animation: fadeInOut 20s infinite;
}
@keyframes fadeInOut {
    0%, 100% { opacity: 0; }
    25%, 75% { opacity: 1; }
}
.sloganBox {
    animation-delay: 0s;
    animation-duration: 8s;
}
.biaoyu span {color: #3D55A7;overflow: hidden;font-size: 24px;line-height: 40px;font-weight: bold;display: inline-block;width: 262px;}
.biaoyu span:last-child {text-align: right;}
@media (max-width: 767px) {
	.biaoyu span {width: auto;line-height: 1.4;}	
}</pre></body></html>