.swiper-container-m1 {
  width: 100%;
  height: 100%;
  padding: 20px 0;
  box-sizing: border-box;
  overflow: hidden;
}
.swiper-container-m1 .swiper-slide {
  text-align: center;
  font-size: 18px;
  width: 380px;
  height: 100%;
  /* center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-container-m1 .swiper-slide img {
  width: 100%;
  height: 100%;
}
.swiper-container-m1 .swiper-wrapper {
  transition-timing-function: linear;
}
.swiper-container-m1 .samecontent {
  height: 100%;
}
/*
    作者:黄豪琦
    日期:2020-07-24 16:34
*/
.module4 {
  /*margin-bottom: 50px;*/
}
.module4 .am-u-lg-6 {
  margin-bottom: 15px;
}
.module4 .m4-item {
  height: 500px;
  text-align: center;
}
.module4 .m4-item-small {
  height: auto;
}
.module4 .m4-item img {
  width: 100%;
}
.module4 .m4-item .m4-big {
  height: 100%;
  background: #ffffff;
}
.module4 .m4-item .m4-big > div {
  height: 24%;
}
.module4 .m4-item .m4-big .i1 {
  padding-top: 60px;
  position: relative;
}
.module4 .m4-item .m4-big .i2 {
  font-size: 18px;
}
.module4 .m4-item .m4-big > img {
  height: 245px;
  margin-bottom: 10px;
  background: #ffffff;
}
.module4 .m4-item .m4-big .i1 .sj {
  position: absolute;
  width: 48px;
  top: -43px;
  left: 47%;
}
.module4 .m4-item .m4-small .item {
  height: 245px;
}
.module4 .m4-item .m4-small .i1 {
  margin-bottom: 10px;
}
.module4 .m4-item .m4-small .item .left {
  height: 100%;
  position: relative;
}
.module4 .m4-item .m4-small .item .left .sj {
  position: absolute;
  width: 48px;
  height: 48px;
  right: -19px;
  top: 38%;
}
.module4 .m4-item .m4-small .item > div {
  width: 50%;
}
.module4 .m4-item .m4-small .item .left img {
  width: 100%;
  height: 100%;
}
.module4 .m4-item .m4-small .item .right {
  padding: 60px 1.5rem;
}
.module4 .m4-item .m4-small .item .right span {
  font-size: 18px;
}
.title {
  font-size: 35px !important;
  color: #000000;
  font-weight: bold;
}
.title-internal2 {
  margin: 60px 0 !important;
}
.i-row img {
  width: 100%;
  height: 100%;
}
.i-row {
  /*padding: 35px 0;*/
}
.i-row p span {
  margin-right: 60px;
}
.i2-left p {
  margin: 10px 0;
  font-size: 18px;
}
.qywh h3 {
  text-align: left;
  font-size: 20px;
  margin: 0;
}
.flovar {
  z-index: 10;
  position: relative;
  height: 480px;
  width: 100%;
  display: flex;
}
.flovar .swiper-side {
  width: 100%;
}
.flovar-pic {
  width: 500px;
}
.flovar-pic img {
  width: 100%;
  height: 100%;
}
.flovar-list {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 10px;
  box-sizing: border-box;
  overflow: hidden;
}
.flovar-list .swiper-container {
  width: 100%;
  height: 100%;
}
.flovar-list-container {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.flovar-list-item {
  width: 100%;
  height: 80px;
  display: flex;
  color: #fff;
  margin: 7px 0;
}
.flovar-list-item .time {
  width: 20%;
  text-align: center;
  border-right: 2px solid skyblue;
  font-weight: 600;
}
.flovar-list-item .time p {
  margin: 0;
  color: #fff;
  line-height: 58px;
}
.flovar-list-item .title {
  width: 100%;
  padding: 5px 60px;
}
.flovar-list-item .title p {
  width: 100%;
  margin: 0;
}
.flovar-list-item .title-til {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 5px;
}
.flovar-list-item .title-des {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid #6a92f6;
  color: #d1deff;
  text-decoration: none;
  font-size: 18px;
}
.flovar .button-prev,
.flovar .button-next {
  z-index: 11;
  position: absolute;
  top: calc(50% - 20px);
  width: 40px;
  height: 40px;
  background-color: #ccc;
  cursor: pointer;
  border-radius: 50%;
  color: #fff;
  font-family: fangsong;
  font-size: 22px;
  line-height: 40px;
  text-align: center;
  user-select: none;
  -moz-user-select: none;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.flovar .button-prev {
  left: 20px;
  transform: translatex(-60px);
  opacity: 0;
}
.flovar .button-next {
  right: 20px;
  transform: translatex(60px);
  opacity: 0;
}
.flovar-list:hover .button-prev,
.flovar-list:hover .button-next {
  transform: translatex(0);
  opacity: 1;
}

.xsbi3-2 {
  position: relative;
}
.xsbi3-2 .i3-left {
  height: 100%;
  padding: 0 !important;
}
.xsbi3-2 .title {
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  margin: 16px 0;
}
.xsbi3-2 .row {
  margin-left: 0;
  line-height: 2;
}
.xsbi3-2 .row > div {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
  font-weight: bold;
  margin-left: 0;
  font-size: 20px;
}
.xsbi3-2 .row > p {
  font-size: 18px;
}
.whtz-left {
  width: 50%;
  float: left;
}
.whtz-right {
  width: 50%;
  height: 100%;
  float: right;
  padding: 0;
}
.annual_report {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  background-color: #fff;
}
.annual_report_pic {
  min-width: 200px;
  height: 100%;
  position: relative;
  z-index: 1;
}
.annual_report_pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.annual_report_body {
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 0 1rem;
}
.annual_report_lists {
  padding: 30px 5px 40px;
}
.annual_report_list {
  border-bottom: 1px dotted #666;
  padding-left: 1rem;
}
.annual_report_list a {
  line-height: 44px;
  width: 90%;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #666;
  font-size: 18px;
}
.annual_report_list::before {
  position: relative;
  left: -0.5rem;
  top: -18px;
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 5px;
  display: inline-block;
  background-color: #666;
}
.annual_report_more {
  position: relative;
  top: -40px;
  right: 15px;
  max-width: 1200px;
  margin: 0 auto;
  height: 1px;
  text-align: right;
}
.annual_report_more a {
  font-size: 16px;
  color: #666;
}
.annual_report_list:hover {
  border-bottom-color: #f08200;
}
.annual_report_list:hover a {
  color: #f08200;
}
.annual_report_list:hover::before {
  background-color: #f08200;
}
.annual_report_wrapper {
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.whtx {
  padding: 30px 20px;
  box-sizing: border-box;
  overflow: hidden;
  margin-top: 30px;
  width: 100%;
  background-color: #fff;
}
.whtx-content {
  height: 500px;
  overflow: hidden;
}
.whtx-content-left {
  box-sizing: border-box;
  float: left;
  width: 50%;
  height: 468px;
}
.whtx-content-right {
  float: right;
  width: 50%;
  height: 468px;
}
.whtx-content-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.whtx-content-left .whtx-content-item {
  padding: 5px 0;
  box-sizing: border-box;
  height: 20%;
}
.whtx-content-left .whtx-content-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 40px;
}
.whtx-content-left .whtx-content-info {
  font-size: 18px;
  line-height: 2;
  padding-left: 10px;
}

.whtx-features {
  padding: 20px 0;
  box-sizing: border-box;
  overflow: hidden;
}

.whtx-features-item {
  width: 33%;
  text-align: left;
  float: left;
}

.whtx-features .whtx-features-item:nth-child(2) {
  padding-right: 50px;
}
.whtx-features .whtx-features-item:nth-child(3) {
  padding: 0 42px;
}
.whtx-features .whtx-features-item:nth-child(4) {
  padding-left: 84px;
}

.whtx-features-title {
  line-height: 40px;
  font-weight: 600;
  font-size: 20px;
}
.whtx-features-info {
  text-align: left;
  line-height: 2;
  font-size: 16px;
  padding-left: 10px;
}
.whtx-features-header {
  font-size: 22px;
  margin-bottom: 10px;
  padding-left: 6px;
  font-weight: 600;
}

.square {
  height: 16px;
  width: 16px;
  display: inline-block;
  margin: 0px 8px;
  background: #f5a623;
  border-radius: 1px;
}
.ss {
  height: 16px;
  width: 16px;
  display: inline-block;
  margin: 0px 8px;
  border-radius: 50%;
  background: #f5a623;
}

@font-face {
  font-family: 'fzruizhjw';
  src: ;
}

.whpp {
  padding: 20px;
  height: 500px;
  box-sizing: border-box;
  background-color: #fff;
}
.whpp-left {
  float: left;
  width: 36%;
  height: 100%;
  background-image: ;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80%;
}
.whpp-right {
  float: right;
  width: 64%;
  height: 100%;
  padding-left: 40px;
  box-sizing: border-box;
}
.whpp-left img {
  width: 80%;
  vertical-align: middle;
}
.whpp-right-header {
  padding-top: 10px;
  color: #555;
  font-weight: 600;
  font-size: 16px;
}
.whpp-right-content {
  padding: 40px 0;
}
.whpp-right-content_item {
  position: relative;
  height: 100px;
  padding: 20px 0;
  line-height: 2;
  font-size: 14px;
  color: #666;
  padding-left: 60px;
}
.whpp-right-content_item strong {
  font-size: 16px;
  color: #555;
}
.whpp-right-content_item .big-font {
  position: absolute;
  left: 0;
  top: 20px;
  font-size: 40px;
  height: 60px;
  line-height: 60px;
  color: rgb(233, 136, 0);
  font-family: 'fzruizhjw';
}
.whpp-right-content_item .big-font::after {
  content: '';
  position: absolute;
  right: -10px;
  height: 38px;
  top: 10px;
  width: 1px;
  background-color: rgb(233, 136, 0);
}
.whpp-right-tail {
  color: #666;
  font-size: 18px;
}

.whjs-header {
  width: 100%;
  height: 220px;
}
.whjs-header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.whjs-body {
  padding: 20px;
  background-color: #fff;
}
.whjs-list {
}
.whjs-item {
  position: relative;
  padding: 20px 0;
  padding-right: 100px;
  padding-left: 30px;
  line-height: 1.5;
  list-style: none;
  border-bottom: 1px dashed #eee;
  transition: all 0.3s ease;
}
.whjs-item::before {
  content: '';
  position: absolute;
  left: 15px;
  top: 37px;
  width: 5px;
  height: 5px;
  background-color: #f08200;
  border-radius: 50%;
}
.whjs-item-link {
  text-decoration: none;
  color: #333;
  font-size: 16px;
  transition: all 0.3s ease;
}
.whjs-item:hover {
  background-color: #f9f9f9;
}
.whjs-item:hover .whjs-item-link {
  color: #f08200;
  border-bottom: 1px solid #f08200;
}
.whjs-item-date {
  float: right;
  margin-right: -100px;
  color: #999;
  font-size: 14px;
}

.more-list {
  padding: 0 20px;
  text-align: right;
  line-height: 2.5;
  color: #999;
}
.more-list svg {
  vertical-align: sub;
}
.more-list a,
.more-list a svg path {
  font-size: 14px;
  fill: #333;
  color: #333;
  text-decoration: none;
}

.whdt {
  background-image: linear-gradient(90deg, #4c2d82 50%, #e40046 120%);
}

.whdt .more-list a,
.whdt .more-list a svg path {
  fill: #fff;
  color: #fff;
}

.yxrw {
  width: 100%;
  box-sizing: border-box;
}
.yxrw .swiper-container {
  height: 100%;
}
.yxrw-slide {
  position: relative;
}
.yxrw-slide a {
  display: block;
  overflow: hidden;
}
.yxrw-slide a img {
  width: 100%;
}
.yxrw-slide-year {
  position: absolute;
  color: #fff;
  left: 1rem;
  top: 0.5rem;
  font-size: 24px;
  font-weight: 600;
  text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.7);
}

@media (max-width: 992px) {
  .whtx-content {
    height: auto;
  }
  .whtx-content-left {
    padding-right: 5px;
  }
  .whtx-content-right {
    padding-left: 5px;
  }
  .whtx-content-left .whtx-content-title {
    font-size: 18px;
  }
  .whtx-content-left .whtx-content-info {
    font-size: 16px;
    line-height: unset;
  }
  .whtx-features .whtx-features-item:nth-child(2) {
    padding-right: 44px;
  }
  .whtx-features .whtx-features-item:nth-child(3) {
    padding: 0 22px;
  }
  .whtx-features .whtx-features-item:nth-child(4) {
    padding-left: 44px;
  }

  .whpp {
    display: flex;
    flex-direction: column;
    height: auto;
  }
  .whpp-left {
    width: 100%;
    height: 150px;
    background-size: auto 100%;
  }
  .whpp-right {
    width: 100%;
    padding-left: 0;
  }
}

@media (max-width: 768px) {
  .whtz {
    padding: 20px;
  }
  .whtz-left {
    width: 100%;
    float: none;
  }
  .whtz-right {
    display: none;
  }
  .annual_report {
    height: auto;
    min-height: 200px;
    padding: 0.5rem;
  }
  .annual_report_pic {
    display: none;
  }
  .annual_report_body {
    width: 100%;
    background-color: #fff;
  }
  .annual_report_list a {
    font-size: 14px;
  }

  .whtx-content {
    display: flex;
    flex-direction: column;
  }
  .whtx-content-left {
    width: 100%;
    padding: 0;
  }
  .whtx-content-right {
    width: 100%;
    height: 300px;
    padding: 0;
  }

  .whtx-features .whtx-features-item:nth-child(2) {
    padding-right: 10px;
  }
  .whtx-features .whtx-features-item:nth-child(3) {
    padding: 0 10px;
  }
  .whtx-features .whtx-features-item:nth-child(4) {
    padding-left: 10px;
  }
}
