.adviser {
  margin: 20px auto;
}
.adviser img {
  width: 1200px;
  height: 120px;
}

.header-news {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  width: 1200px;

  background: #FFFFFF;
      margin-top: 57px;
      padding: 30px;
}
.header-news .header-title {
 
  font-size: 36px;
  font-family: PingFang-SC-Heavy, PingFang-SC;
  font-weight: 800;
  color: #3848A0;
    line-height: 50px;
    position: relative;
    margin: 20px 0;
    text-align: center;
}
.header-news .header-title a {
  color: #3848A0;
}
.header-news .header-summary {
  width: 1160px;
            
  font-size: 16px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #212121;
  line-height: 24px;
}
.header-news .header-summary a span {
  color: red;
}
.header-news .header-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 68px;
  height: 36px;
}
.header-news .header-icon img {
  display: block;
  width: 100%;
  height: 100%;
}

.swiper {
  position: relative;
  width: 1200px;
  height: 675px;
  overflow: hidden;
}
.swiper .title {
  z-index: 99;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 242px;
  height: 64px;
  font-size: 24px;
  font-family: HarmonyOS_Sans_SC_Black;
  color: #FFFFFF;
  line-height: 24px;
  text-indent: 20px;
  background-image: url("../images/wt/1.png");
}
.swiper .more {
  z-index: 99;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 101px;
  height: 64px;
  background-image: url("../images/wt/more.png");
}
.swiper .more img {
  margin-left: 57px;
}
.swiper .swiper-wrapper .swiper-slide {
  position: relative;
}
.swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.swiper .swiper-wrapper .swiper-slide a .ovitile {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 0 60px 20px;
  font-size: 32px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 36px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: linear-gradient(180deg, transparent 0%, #000000 100%);
}

.swiper .swiper-button-next {
    position:absolute;
    right:0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px !important;
  height: 72px !important;
  background: #000000 !important;
  opacity: 0.45;
}
.swiper .swiper-button-prev{
    position:absolute;
   left:0;
     display: flex;
  align-items: center;
  justify-content: center;
  width: 44px !important;
  height: 72px !important;
  background: #000000 !important;
  opacity: 0.45;
}
 .swiper-button-prev:hover, .swiper-button-next:hover{
    background: #E60012 !important;
}
.swiper .swiper-pagination {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 10px !important;
  right: 20px !important;
  left: auto !important;
  width: 100px !important;
  height: 44px !important;
}
.swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 36px !important;
  height: 6px !important;
  background: #E60012 !important;
  border-radius: 4px !important;
}
.swiper .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ffffff;
  opacity: 1;
  z-index: 99;
}

.content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.content .item {
  display: flex;
  flex-direction: column;
  width: 585px;

  margin-top: 32px;
}
.content .item .cyfn-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 585px;
  margin-top: 20px;
}
.content .item .cyfn-top .cyfn-title {
  height: 24px;
  font-size: 24px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #212121;
  line-height: 24px;
}
.content .item .cyfn-top .cyfn-more {
  height: 16px;
  font-size: 16px;
  font-family: PingFang-SC-Regular, PingFang-SC;
  font-weight: 400;
  color: #999999;
  line-height: 16px;
}
.content .item .cyfn-top .cyfn-more a {
  color: #999999;
}
.content .item .img {
  width: 585px;
  height: 329px;
  margin-top: 16px;
}
.content .item .img img {
  width: 100%;
  height: 100%;
}

.content .item .pageList  {
  background: #FFFFFF;
}
.content .item .pageList ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  height: 256px;
  margin-left: 20px;
}
.content .item .pageList ul li {
  width: 100%;
  display: flex;
  align-items: center;
  height: 16px;
  font-size: 16px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #212121;
  line-height: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.content .item .pageList ul li a {

  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.content .item .pageList ul li span {
  width: 8px;
  height: 8px;
  border: 1px solid #E60012;
  transform: rotate(45deg);
  margin-right: 8px;
  margin-left: 2px;
}

.contact {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.contact .left {
  display: flex;
  flex-direction: column;
  width: 585px;
  height: 264px;
  background: #FFFFFF;
}
.contact .left .left-title {
  display: flex;
  align-items: center;
  width: 334px;
  margin-left: 20px;
  height: 64px;
  font-size: 24px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #212121;
  line-height: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.contact .left .left-title span {
  display: flex;
  align-items: center;
  width: 96px;
  height: 100%;
  border-bottom: 4px solid #E60012;
}
.contact .left .left-content {
  display: flex;
  flex-direction: column;
  width: 545px;
  margin: 20px auto;
  height: 160px;
  font-size: 16px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #212121;
  line-height: 32px;
}
.contact .right {
  display: flex;
  flex-direction: column;
  width: 585px;
  height: 264px;
  background: #FFFFFF;
}
.contact .right .right-title {
  display: flex;
  align-items: center;
  width: 334px;
  margin-left: 20px;
  height: 64px;
  font-size: 24px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #212121;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.contact .right .right-title span {
  display: flex;
  align-items: center;
  width: 96px;
  height: 100%;
  border-bottom: 4px solid #E60012;
}
.contact .right .right-content {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 545px;
  height: 160px;
  margin: 20px auto;
}
.contact .right .right-content .right-contact {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #212121;
  line-height: 16px;
}
.contact .right .right-content .right-contact img {
  width: 16px;
  height: 16px;
  margin-right: 16px;
}
.contact .right .right-content .right-contact span {
  font-size: 16px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #212121;
  line-height: 16px;
}

.head-line-one .middleContent {
  width: 1200px;
  height: 36px;
  display: flex;
  justify-content: flex-start;
  background: #fff;
  margin: 20px 0;
  position: relative;
}

.head-line-one .middleContent .left {
  width: 90px;
  height: 36px;
  padding: 8px 20px 0 10px;
}

.head-line-one .middleContent .left img {
  width: 100%;
  display: block;
  height: 16px;
}

.head-line-one .middleContent .bottom-logo {
  width: 1100px;
  height: 25px;
  position: relative;
  overflow: hidden;
}

.head-line-one .middleContent .bottom-logo ul {
  width: 500px;
  height: 36px;
  position: absolute;
  left: 80px;
}

.head-line-one .middleContent .bottom-logo ul li {
  float: left;
  padding-left: 25px;
  margin-top: 8px;
  height: 16px;
  line-height: 16px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.head-line-one .middleContent .bottom-logo ul li:nth-child(1) {
  border-left: 1px solid #ccc;
}/*# sourceMappingURL=pe.css.map */





.wtjj {
    display: flex;
    height: 40px;
    padding: 0 20px;
    background: #FFFFFF;
    justify-content: space-between;
    align-items: center;
    margin: 20px auto;
}

.wtjj .wtjj-icon {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wtjj .wtjj-icon img {
    width: 69px;
    height: 16px;
}

.wtjj .wtjj-icon span {
    width: 1px;
    height: 20px;
    background: #D8D8D8;
    margin-left: 15px;
}

.wtjj .wtjj-tt {
    display: flex;
    justify-content: space-between;
    width: 970px;
}

.wtjj .wtjj-tt .wtjj-content {
    width: 520px;
    display: flex;
    align-items: center;
}

.wtjj .wtjj-tt .wtjj-content .wtjj-text {
    height: 16px;
    font-size: 16px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: 500;
    color: #212121;
    line-height: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.wtjj .wtjj-tt .wtjj-content .red {
    width: 4px;
    height: 4px;
    background: #E60012;
    border-radius: 50%;
    margin-right: 4px;
}

.wtjj .more {
    font-size: 16px;
    font-family: PingFang-SC-Regular, PingFang-SC;
    font-weight: 400;
    color: #999999;
    line-height: 16px;
}

.wtjj .more a {
    color: #999999;
}