@charset "UTF-8";
.banner {
  font-size: 0;
  margin-top: 20px;
  position: relative;
  display: block;
}
.banner .title {
  position: absolute;
  top: 50px;
  font-size: 46px;
  color: #ffffff;
  left: 50%;
  transform: translateX(-50%);
}
.banner .btn {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 163px;
  height: 40px;
  background: #ffffff;
  border-radius: 20px;
  font-size: 16px;
  color: #015293;
  text-align: center;
  line-height: 40px;
}

.wrap1 {
  margin-top: 30px;
}
.wrap1 .leader {
  width: 472px;
  height: 547px;
  background: #ffffff;
  box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.25);
  padding: 20px;
}
.wrap1 .leader .tit {
  font-size: 22px;
  color: #015293;
}
.wrap1 .leader .tit::before {
  content: "";
  display: block;
  width: 4px;
  height: 20px;
  background: #015293;
  margin-right: 20px;
}
.wrap1 .leader .info {
  margin-top: 20px;
}
.wrap1 .leader .info .avatar {
  font-size: 0;
}
.wrap1 .leader .info .avatar img {
  width: 167px;
  height: 218px;
}
.wrap1 .leader .info .info-txt {
  margin-left: 20px;
  display: flex;
  flex-direction: column;
}
.wrap1 .leader .info .info-txt .name a {
  font-size: 20px;
  font-weight: bold;
}
.wrap1 .leader .info .info-txt .name span {
  font-size: 16px;
  color: #015293;
  margin-left: 11px;
}
.wrap1 .leader .info .info-txt .itr {
  margin-top: 30px;
  font-size: 16px;
}
.wrap1 .leader .info .info-txt .send-mail {
  margin-top: auto;
  display: block;
  width: 181px;
  height: 30px;
  background: #015293;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  line-height: 30px;
}
.wrap1 .leader .info .info-txt .send-mail:hover {
  color: #fff !important;
}
.wrap1 .leader .item {
  margin-top: 30px;
}
.wrap1 .leader .item .t {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
}
.wrap1 .leader .item a {
  display: inline-block;
  margin-top: 20px;
  margin-right: 20px;
  font-size: 16px;
  color: #015293;
}
.wrap1 .slideTxtBox {
  width: 908px;
  height: 547px;
  background: #ffffff;
  box-shadow: 0px 4px 13px 0px rgba(37, 37, 37, 0.25);
  display: flex;
  flex-direction: column;
}
.wrap1 .slideTxtBox .hd {

  border-bottom: 2px solid #015293;
}
.wrap1 .slideTxtBox .hd ul {
  display: flex;
}
.wrap1 .slideTxtBox .hd ul li {
  padding: 10px 0;
  width: 20%;
  background-color: #f3f3f3;
  text-align: center;
  border: 1px solid #d8d8d8;
  border-bottom: none;
  margin: 0 -1px;
}
.wrap1 .slideTxtBox .hd ul li a {
  display: block;
}
.wrap1 .slideTxtBox .hd ul li a:hover {
  color: #fff !important;
}
.wrap1 .slideTxtBox .hd ul li.on {
  background-color: #015293;
  border-color: #015293;
  color: #fff;
}
.wrap1 .slideTxtBox .bd {
  flex: 1;
  color: #333333;
  padding: 20px 0;
}
.wrap1 .slideTxtBox .bd ul {
  height: 100%;
}
.wrap1 .slideTxtBox .bd ul li {
  padding: 0 20px;
  max-height: 463px;
  overflow-y: auto;
}
.wrap1 .slideTxtBox .bd ul li .link {
  display: block;
  width: 25%;
  margin-bottom: 20px;
}
.wrap1 .slideTxtBox .bd ul li::-webkit-scrollbar {
  width: 7px;
  background-color: #f1f1f1;
  border-radius: 5px;
}
.wrap1 .slideTxtBox .bd ul li::-webkit-scrollbar-thumb {
  background-color: #71adec;
  border-radius: 5px;
}
.wrap1 .slideTxtBox .bd ul li::-webkit-scrollbar-thumb:hover {
  background-color: #3a8ee6;
}

.wrap2 {
  margin-top: 50px;
}
.wrap2 .photo-links a {
  display: block;
  width: 31%;
}
.wrap2 .photo-links a:not(:nth-child(-n+3)) {
  margin-top: 30px;
}

.wrap3 {
  margin-top: 50px;
  background: #ffffff;
  box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.25);
  padding: 20px;
}
.wrap3 .tit {
  font-size: 22px;
  position: relative;
  padding-right: 16px;
  padding-bottom: 10px;
  font-weight: bold;
  color: #015293;
}
.wrap3 .tit::before {
  content: "";
  display: block;
  width: 40px;
  height: 4px;
  background: #015293;
  position: absolute;
  bottom: 0;
  left: 0;
}
.wrap3 .tit a {
  font-weight: normal;
  font-size: 14px;
  color: #999999;
}
.wrap3 .menu {
  border-right: 1px solid #e5e5e5;
}
.wrap3 .menu ul {
  margin-top: 10px;
}
@keyframes rotateIcon {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
.wrap3 .menu ul li:not(:nth-child(-n+3)) {
  margin-top: 20px;
}
.wrap3 .menu ul li:not(:nth-child(3n)) {
  margin-right: 20px;
}
.wrap3 .menu ul li a {
  display: block;
  width: 207px;
  height: 156px;
  background: #f9f9f9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #015293;
}
.wrap3 .menu ul li a:hover {
background: linear-gradient( 92deg, #006DC1 0%, #40AAFF 100%);
  color: #ffffff !important;
}
.wrap3 .menu ul li a:hover .iconfont {
  animation: rotateIcon 1s;
}
.wrap3 .menu ul li a .iconfont {
  font-size: 44px;
  margin-bottom: 24px;
}
.wrap3 .policy .tit {
  margin-left: 20px;
  padding-right: 0;
}
.wrap3 .policy ul {
  padding-left: 20px;
}
.wrap3 .policy ul li {
  font-size: 18px;
  line-height: 40px;
  margin-top: 12px;
}
.wrap3 .policy ul li span {
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #d9d9d9;
  border-radius: 50%;
  margin-right: 10px;
}
.wrap3 .policy ul li .of1 {
  width: 487px;
}
.wrap3 .policy ul li .date {
  margin-left: auto;
  color: #666666;
}

.wrap4 {
  margin-top: 50px;
  background: #fbfbfb;
  padding-bottom: 100px;
}
.wrap4 .title {
  position: relative;
  padding: 50px;
}
.wrap4 .title .zhtitle {
  font-size: 28px;
  font-weight: Bold;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  color: #015293;
  transform: translate(-50%, -50%);
}
.wrap4 .title .entitle {
  font-size: 40px;
  color: #f9f7f2;
}
.wrap4 .swiper {
  margin-top: 30px;
  width: 100%;
  --swiper-navigation-color: #cecece; /* 单独设置按钮颜色 */
  --swiper-navigation-size: 25px; /* 设置按钮大小 */
}
.wrap4 .swiper .swiper-slide {
  display: flex;
  justify-content: center;
}
.wrap4 .swiper .swiper-slide a {
  display: inline-block;
}
.wrap4 .swiper .swiper-slide .img {
  display: flex;
  justify-content: center;
}
.wrap4 .swiper .swiper-slide .img img {
  width: 60px;
  height: 60px;
}
.wrap4 .swiper .swiper-slide .txt {
  margin-top: 20px;
  font-size: 14px;
  text-align: center;
}

.wrap5 .title {
  position: relative;
  padding: 50px;
}
.wrap5 .title .zhtitle {
  font-size: 28px;
  font-weight: Bold;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
    color: #015293;
  transform: translate(-50%, -50%);
}
.wrap5 .title .entitle {
  font-size: 40px;
  color: #f9f7f2;
}
.wrap5 .cont .slideTxtBox {
  width: 49%;
  height: 432px;
  background: #ffffff;
  box-shadow: 0px 4px 13px 0px rgba(183, 183, 183, 0.25);
  margin-bottom: 30px;
  padding: 20px;
}
.wrap5 .cont .slideTxtBox .hd ul {
  border-bottom: 1px solid #015293;
  display: flex;
  align-items: center;
}
.wrap5 .cont .slideTxtBox .hd ul li {
  font-size: 18px;
  position: relative;
  padding-bottom: 20px;
  margin-right: 20px;
}
.wrap5 .cont .slideTxtBox .hd ul li.on {
  color: #015293;
  font-weight: bold;
}
.wrap5 .cont .slideTxtBox .hd ul li.on::before {
  width: 100%;
  transition: all 0.3s ease;
}
.wrap5 .cont .slideTxtBox .hd ul li::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 0;
  height: 4px;
  background-color: #015293;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transition: all 0.3s ease;
}
.wrap5 .cont .slideTxtBox .bd ul li {
  margin-top: 25px;
  font-size: 18px;
}
.wrap5 .cont .slideTxtBox .bd ul li a {
  display: flex;
  justify-content: space-between;
}
.wrap5 .cont .slideTxtBox .bd ul li a:hover .of1 span {
  background: #015293;
  transition: 0.5s;
}
.wrap5 .cont .slideTxtBox .bd ul li a .of1 {
  width: 500px;
}
.wrap5 .cont .slideTxtBox .bd ul li a .of1 span {
  transform: translateY(-50%);
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #a6a6a6;
  border-radius: 50%;
  margin-right: 12px;
}
.wrap5 .cont .slideTxtBox .bd ul li a .date {
  color: #666666;
}

.wrap6 {
}
.wrap6 .title {
  position: relative;
  padding: 50px;
}
.wrap6 .title .zhtitle {
  font-size: 28px;
  font-weight: Bold;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
    color: #015293;
  transform: translate(-50%, -50%);
}
.wrap6 .title .entitle {
  font-size: 40px;
  color: #f9f7f2;
}
.wrap6 ul {
  height: 360px;
  display: flex;
  justify-content: space-between;
}
.wrap6 ul li {
  width: 225px;
  display: flex;
  transition: 0.5s;
  overflow: hidden;
}
.wrap6 ul li:nth-child(1) {
  background: linear-gradient(180deg, #f2b424 0%, #ffcc4f 100%);
}
.wrap6 ul li:nth-child(1) .selected::after {
  border-left-color: #f7be36;
}
.wrap6 ul li:nth-child(2) {
  background: linear-gradient(180deg, #f35d49 0%, #fd6b54 100%);
}
.wrap6 ul li:nth-child(2) .selected::after {
  border-left-color: #f8644f;
}
.wrap6 ul li:nth-child(3) {
  background: linear-gradient(179deg, #3d91ed 0%, #4ebaea 100%);
}
.wrap6 ul li:nth-child(3) .selected::after {
  border-left-color: #46a6eb;
}
.wrap6 ul li:nth-child(4) {
  background: linear-gradient(180deg, #2ec7b1 0%, #49cdad 100%);
}
.wrap6 ul li:nth-child(4) .selected::after {
  border-left-color: #3ccaaf;
}
.wrap6 ul li:nth-child(5) {
  background: linear-gradient(180deg, #a793ff 0%, #9981ff 100%);
}
.wrap6 ul li:nth-child(5) .selected::after {
  border-left-color: #a08aff;
}
.wrap6 ul li a {
  color: #ffffff;
}
.wrap6 ul li a:hover {
  color: #fff !important;
}
.wrap6 ul li .constant {
  flex-shrink: 0;
  width: 225px;
  height: 360px;
  padding: 70px 10px 0;
  position: relative;
}
.wrap6 ul li .constant .catname {
  font-size: 22px;
  text-align: center;
  display: block;
}
.wrap6 ul li .constant .catlist a {
  margin-top: 40px;
  overflow: hidden;
  display: block;
  width: 50%;
  text-align: center;
}
.wrap6 ul li .constant img {
  position: absolute;
  height: 80px;
  bottom: 20px;
  right: 20px;
}
.wrap6 ul li .selected {
  flex-shrink: 0;
  width: 235px;
  height: 360px;
  background: url(../images/bg6.png) no-repeat;
  position: relative;
}
.wrap6 ul li .selected::after {
  content: "";
  display: block;
  position: absolute;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 0;
  border-left: 9px solid transparent;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.wrap6 ul li .selected .list {
  height: 100%;
  padding: 0 20px;
}
.wrap6 ul li .selected .list a {
  display: block;
  width: 88px;
  height: 45px;
  border: 1px solid #ffffff;
  font-size: 14px;
  color: #fff;
  overflow: hidden;
  text-align: center;
  line-height: 43px;
}
.wrap6 ul li .selected .list a:hover {
  background-color: #015293;
  border-color: #015293;
}
.wrap6 ul li.active {
  width: 460px;
}

@media (max-width: 1420px) {
  .wrap1 .slideTxtBox {
    width: 715px;
  }
  .wrap3 .menu ul li a {
    width: 174px;
  }
  .wrap3 .policy ul li .of1 {
    max-width: 400px;
  }
  .wrap6 ul li .constant {
    width: 199px;
  }
  .wrap6 ul li .selected {
    width: 207px;
  }
  .wrap6 ul li .selected .list a {
    width: 80px;
    font-size: 12px;
  }
  .wrap5 .cont .slideTxtBox .bd ul li a .of1 {
    max-width: 400px;
  }
}