@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  list-style: none;
}
body,
dl,
dd,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
header,
section,
article,
footer {
  margin: 0;
}
em,
b {
  font-style: normal;
}
a {
  text-decoration: none;
  transition: color 0.2s;
}
img {
  border: 0;
}
button,
input,
select,
textarea {
  outline: none;
}
.z-index999{
  z-index: 999;
  position: relative;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th,
ul,
ol {
  padding: 0;
}
a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
select:-ms-expand {
  display: none;
}
body {
  width: 100%;
  height: 100%;
  font-family: Microsoft YaHei, Helvetica Neue, PingFang SC, Hiragino Sans GB, Heiti SC, WenQuanYi Micro Hei, sans-serif;
  background: url(banner_bg_Xu231208.png) no-repeat top center;
  background-color: #fff;
}
.w1230 {
  width: 1230px;
  overflow: hidden;
  margin: 0 auto;
}
.header .header_main_logo2 {
  text-align: center;
  margin: 165px 0 130px;
}
.modules {
  margin-bottom: 20px;
}
.default-swiper .swiper-container {
  padding-bottom: 0;
}
.default-swiper .swiper-wrap,
.default-swiper.swiper-wrap {
  background: #1d71cb;
  padding: 8px 13px;
  box-sizing: border-box;
  border-radius: 10px;
  width: 100%;
}
.default-swiper .swiper-wrap .swiper-slide,
.default-swiper.swiper-wrap .swiper-slide {
  overflow: hidden;
}
.default-swiper .swiper-wrap .swiper-slide a.text,
.default-swiper.swiper-wrap .swiper-slide a.text {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-align: center;
  font-weight: bold;
  height: 52px;
  padding-top: 10px;
  bottom: 15px;
  font-size: 20px;
  width: 96%;
  border-radius: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 2%;
}
.default-swiper .swiper-wrap .swiper-slide a.text br,
.default-swiper.swiper-wrap .swiper-slide a.text br {
  display: none;
}
.default-swiper .swiper-wrap .swiper-container-horizontal > .swiper-pagination-bullets,
.default-swiper.swiper-wrap .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 20px;
}
.default-swiper .swiper-wrap .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.default-swiper.swiper-wrap .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 51px;
  height: 5px;
  background-color: #fff;
  border-radius: 5px;
  opacity: 1;
}
.default-swiper .swiper-wrap .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.default-swiper.swiper-wrap .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ff6200;
}
.default-swiper .swiper-wrap img,
.default-swiper.swiper-wrap img {
  border-radius: 10px;
  width: 100%;
}
.pc-hide {
  display: none !important;
}
.contents {
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
}
.contents .modules1 {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.contents .modules1 .left {
  width: 52%;
  position: relative;
  z-index: 9;
}
.contents .modules1 .left .swiper-container {
  height: 370px;
}
.contents .modules1 .left .swiper-container img {
  height: 100%;
}
.contents .modules1 .left::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #0158cb;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 10px;
  transform: rotate(4deg);
}
.contents .modules1 .left::before {
  content: "";
  width: 193px;
  height: 100px;
  position: absolute;
  top: -30px;
  right: -16px;
  background: url(swiper-snow--modify.png) no-repeat right top;
  z-index: 999;
}
.contents .modules1 .right {
  box-sizing: border-box;
  width: 48%;
}
.contents .modules1 .right .tab_title {
  line-height: 30px;
  margin-top: 0;
}
.contents .modules1 .right .list ul li:last-child {
  margin-bottom: 0;
}
.contents .modules1 .right .hot_title {
  box-sizing: border-box;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
  background-color: #f3f3f3;
  display: block;
  width: 100%;
  padding: 15px 50px;
}
.contents .modules1 .right .hot_title br {
  display: none;
}
.contents .modules2 {
  display: flex;
  justify-content: space-between;
}
.contents .modules2 .left,
.contents .modules2 .right {
  width: 49%;
}
.contents .modules2 .left .list_wrap {
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  padding: 11px;
  box-sizing: border-box;
}
.contents .modules2 .left .list_wrap .list ul {
  margin-left: 5px;
}
.contents .modules2 .left .list_wrap .list ul li {
  margin-bottom: 24px;
}
.contents .modules2 .left .list_wrap .list_big_title {
  height: 86px;
  background-color: #1d71cb;
  display: flex;
  align-items: center;
  border-radius: 10px;
  margin-bottom: 15px;
}
.contents .modules2 .left .list_wrap .list_big_title a {
  width: 100%;
  display: block;
  font-size: 24px;
  border-radius: 10px;
  padding: 5px 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  font-weight: bold;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
}
.contents .modules2 .right .list_wrap {
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  padding: 11px;
  box-sizing: border-box;
}
.contents .modules2 .right .list_wrap .list ul {
  margin-left: 5px;
}
.contents .modules2 .right .list_wrap .list ul li {
  margin-bottom: 24px;
}
.contents .modules2 .right .list_wrap .list_big_title {
  height: 86px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  border-radius: 10px;
  background: #e69765 url(./xwfbh_bg_Xu231208.png) no-repeat center;
}
.contents .modules3 img {
  border-radius: 10px;
  width: 100%;
}
.contents .modules4 .list_full {
  background: linear-gradient(to bottom, #f3f9fe, #fff);
  border: 1px solid #daeafb;
  border-radius: 10px;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.05);
  padding-top: 24px;
}
.contents .modules4 .list_full li {
  margin-bottom: 24px;
}
.list ul {
  margin-left: 26px;
}
.list ul li {
  display: flex;
  padding-left: 20px;
  position: relative;
  line-height: 30px;
  margin-bottom: 36px;
}
.list ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #1d71cb;
  align-items: center;
  position: absolute;
  left: 0;
  top: 11px;
}
.list ul li a {
  font-size: 18px;
  color: #343434;
}
.list ul li a:hover {
  color: #1d71cb;
}
.list ul li a br {
  display: none;
}
.tab_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  line-height: 70px;
  width: 100%;
}
.tab_title span {
  color: #4a73cf;
  font-size: 24px;
  font-weight: bold;
}
.tab_title a {
  font-size: 14px;
  color: #666666;
}
.carousel_wrap {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.carousel_wrap .swiper-wrap {
  width: 934px;
  margin-top: -100px;
}
.carousel_wrap .swiper-wrap img {
  width: 934px;
  height: 625px;
  border-radius: 10px;
}
.carousel_wrap .swiper-wrap p {
  height: 90px;
  background-color: #5eb3e4;
  color: #fff;
  text-align: center;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: -2px;
  width: 100%;
  border-radius: 0 0 10px 10px;
}
.carousel_wrap .swiper-wrap p a {
  padding: 0 2%;
  width: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.carousel_wrap .swiper-btn-next,
.carousel_wrap .swiper-btn-prev {
  position: static;
  border-radius: 100px;
  background-color: #fff;
  padding: 0;
  align-items: center;
  width: 24px;
  height: 24px;
  margin: 0 5px;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.carousel_wrap .swiper-navigator {
  transform: translate(0, 0);
  top: auto;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  bottom: 20px;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  .w1230 {
    width: 100%;
  }
  .header .header_main_logo img {
    width: 60%;
  }
  .header .header_main_logo2 {
    margin: 30px 0;
  }
  .header .header_main_logo2 img {
    width: 100%;
  }
  .contents {
    padding: 0 4%;
    box-sizing: border-box;
  }
  .contents .list ul {
    margin-left: 10px;
  }
  .contents .modules1 .left .swiper-container {
    height: auto;
  }
  .contents .modules1 .right .hot_title {
    padding: 15px;
    font-size: 18px;
  }
  .contents .modules2 .left .list_wrap .list_big_title a {
    font-size: 18px;
  }
  .contents .modules2 .left .list_wrap .list_big_title a::before {
    font-size: 16px;
  }
  .contents .modules1,
  .contents .modules2 {
    display: block;
  }
  .contents .modules1 .left,
  .contents .modules2 .left,
  .contents .modules1 .right,
  .contents .modules2 .right {
    width: 100%;
  }
  .list ul li a {
    font-size: 16px;
  }
  .carousel_wrap {
    display: none;
  }
  .pc-hide {
    display: block !important;
  }
}
