header {
  background-color: #fff;
}

.banner {
  margin: 0 auto;
  max-width: 1920px;
}

.banner-img {
  display: block;
  width: 100%;
  height: auto;
}

.content1 {
  padding-top: 100px;
  background: #ffffff;
}

.box1-title {
  color: #005baa;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px;
}

.cont1 {
  width: 1340px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 60px;
  padding-bottom: 100px;
}

.box1-h3 {
  color: #000000;
  font-size: 24px;
  line-height: 32px;
}

.cont1-div-cover{
  width: 388px;
}

img.msz-img {
    display: block;
    width: 100%;
    height: auto;
}

.msz-label {
    color: #333333;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-top: 16px;
}

.cont1-div {
  /* width: calc(50% - 30px); */
  flex: 1;
}

.cont1-div-img {
  width: 100%;
  height: 376px;
  position: relative;
  display: block;
}

.cont1-div-img .cover-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cont1-div-img .bofang {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.box1-text {
  color: #555555;
  font-size: 16px;
  text-align: left;
  line-height: 24px;
  height: 292px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 12;
  -webkit-box-orient: vertical;
}

.box1-text-item {
  margin-bottom: 24px;
}

.box1-text-item:last-child {
  margin-bottom: 0;
}

.select-more {
  display: inline-block;
  background-color: #005baa;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  line-height: 28px;
  padding: 6px 24px;
  box-sizing: border-box;
  margin-top: 40px;
  width: fit-content;
}

.content2 {
  padding-top: 60px;
  padding-bottom: 100px;
  background: url(../images/s2-bg.png);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

.box2-title {
  color: #255aa6;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  line-height: 44px;
  margin-bottom: 60px;
}

.text-h3 {
  color: #000000;
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  line-height: 32px;
  margin-bottom: 24px;
}

.step-box-flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.step-box-mian {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.step-title {
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  line-height: 28px;
  position: relative;
  padding-left: 14px;
  box-sizing: border-box;
}

.step-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #005baa;
}

.step-text {
  color: #555555;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  line-height: 28px;
  padding-left: 14px;
  box-sizing: border-box;
}

.step-flex {
  display: flex;
  align-items: center;
}

.step-flex .step-text {
  padding-left: 0;
}

.content3 {
  padding-top: 100px;
  padding-bottom: 96px;
  background-color: #fff;
}

.cont2 {
  width: 1340px;
  margin: 0 auto;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0px 2px 32px  rgba(184, 196, 214, 0.25);
}

.cont2-div {
  width: 100%;
  padding: 40px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 40px;
  border-bottom: 1px solid #e5e5e5;
}

.cont2-div:last-child{
  border-bottom: none;
}

.cont2-div .cont2-cover {
  width: 400px;
  height: auto;
}

.cont2-div-text-title {
  color: #000000;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 16px;
}

.cont2-class {
  display: flex;
  height: 36px;
  position: absolute;
  bottom: 52px;
}

.cont2-class p {
  width: auto;
  height: 36px;
  border-radius: 18px;
  background: #f5f5f5ff;
  display: block;
  line-height: 36px;
  padding: 0 20px;
  margin-right: 16px;
}

.cont2-class p img {
  width: 16px;
  height: 16px;
  margin-bottom: -2px;
  margin-right: 6px;
}

.cont2-class-hover {
  /* width: 144px; */
  cursor: pointer;
  position: relative;
  height: 36px;
  border-radius: 18px;
  background: #f5f5f5ff;
  line-height: 36px;
  padding: 0 20px;
}

.cont2-class-hover>img {
  width: 16px;
  height: 16px;
  margin-bottom: -2px;
  margin-right: 6px;
}

.cont2-class-hover img:nth-child(2) {
  display: none;
}

.cont2-class-hover:hover {
  background: #0059aa;
  color: #fff;
}

.cont2-class-hover:hover>img:nth-child(1) {
  display: none;
}

.cont2-class-hover:hover>img:nth-child(2) {
  display: inline-block;
}

.cont2-hover {
  position: absolute;
  background: rgb(0, 89, 170);
  right: 15px;
  top: -130px;
  padding: 10px;
  transition: 0.2s;
  opacity: 0;
}

.cont2-class-hover:hover .cont2-hover {
  display: block;
  opacity: 1;
}

.cont2-hover>img {
  width: 100px;
  height: 100px;
  display: block;
}

.cont2-hover:before {
  height: 0;
  border-top: 10px solid rgb(0, 89, 170);
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  position: absolute;
  left: calc(50% - 10px);
  bottom: -5px;
  z-index: 999;
  content: "";
}

.kuais {
  width: 96px;
  height: 36px;
  opacity: 1;
  border: 1px solid #003e95;
  background: #ffffff;
  margin: 0 auto;
  text-align: center;
  color: #003e95;
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 40px;
}

.cont3 {
  width: 1340px;
  margin: 0 auto;
  overflow: hidden;
}

.cont3 a {
  display: block;
  float: left;
  margin-right: 40px;
  margin-bottom: 40px;
}

.cont3 img {
  width: 420px;
  height: 628px;
  display: block;
}

.cont3 a:nth-child(3) {
  margin-right: 0;
}

.cont4 {
  width: 1500px;
  margin: 0 auto;
  height: 343px;
}

.cont4-l {
  width: 40px;
  height: 40px;
  background: #dfe6f3;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  float: left;
  margin-top: 142px;
}

.cont4-l img {
  width: 20px;
  height: 20px;
  margin-top: 10px;
}

.cont4-l:hover {
  background: #253f8e;
}

.cont4-r {
  width: 40px;
  height: 40px;
  background: #dfe6f3;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  float: right;
  margin-top: 142px;
}

.cont4-r img {
  width: 20px;
  height: 20px;
  margin-top: 10px;
}

.cont4-r:hover {
  background: #253f8e;
}

.cont4-main {
  width: 1340px;
  height: 343px;
  float: left;
  margin-left: 40px;
  overflow: hidden;
}

.cont4-main::-webkit-scrollbar {
  display: none;
}

.cont4-main ul {
  width: 3000px;
  display: flex;
  overflow-y: hidden;
  overflow-x: auto;
}

.cont4-main ul li {
  display: block;
  position: relative;
  margin-right: 40px;
  width: 420px;
  height: 343px;
  overflow: hidden;
  text-align: center;
}

.cont4-main ul li img {
  width: 420px;
  height: 300px;
  display: block;
}

.cont4-main ul li span {
  width: 420px;
  display: block;
  margin-top: 16px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #383838;
}

.content4 {
  padding-top: 100px;
  padding-bottom: 95px;
  background: url(../images/box4-bg.png);
  background-size: 100% 100%;
}

.cont5 {
  width: 1340px;
  margin: 0 auto;
  overflow: hidden;
}

.cont5 h2 {
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  margin-bottom: 40px;
}

.cont5-l {
  width: 640px;
  margin: 0 auto;
}

.cont5-l img {
  width: 640px;
  /* height: 906px; */
}

.cont5-r {
  width: 640px;
  float: right;
}

.cont5-r img {
  width: 640px;
  height: 906px;
}

.cont6 {
  width: 1340px;
  margin: 0 auto;
  overflow: hidden;
}

.cont6 ul li {
  width: 420px;
  height: 291px;
  overflow: hidden;
  float: left;
  margin-bottom: 40px;
  margin-right: 40px;
}

.cont6 ul li:nth-child(3) {
  margin-right: 0;
}

.cont6 ul li:nth-child(6) {
  margin-right: 0;
}

.cont6 ul li img {
  width: 420px;
  height: 248px;
}

.cont6 ul li span {
  width: 420px;
  height: 60px;
  display: block;
  margin-top: -5px;
  background: #ffffff;
  text-align: center;
  line-height: 60px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #444444;
}

.content5 {
  padding: 80px 0;
  background: #f5f5f5;
}

.cont7 {
  width: 1200px;
  margin: 0 auto;
}

.cont7-tab {
  width: 1200px;
  height: 44px;
}

.cont7-tab span {
  width: 125px;
  height: 44px;
  display: inline-block;
  text-align: center;
  line-height: 44px;
  background: #e5e5e5;
  border-radius: 8px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  cursor: pointer;
  margin-right: 14px;
}

.cont7-click {
  background-color: #003e95 !important;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff !important;
}

.cont7-main {
  margin-top: 32px;
}

.cont7-main {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.cont7-main .box {
  display: none;
}

.cont7-main .box table {
  width: 100%;
  margin-top: 22px;
}

.box table tr {}

.box table tr td {
  width: 50%;
  height: 64px;
  position: relative;
  padding-left: 16px;
}

.box table tr td::before {
  content: "";
  width: 4px;
  height: 4px;
  background: #0059aaff;
  border-radius: 2px;
  position: absolute;
  top: 30px;
  left: 0;
}

.footer-main {
  margin-top: 0 !important;
}

.weiboShow .weiboShow_wrap {
  height: 948px !important;
}

.weiboShow {
  height: 948px !important;
}

.weiboShow .feed_scroll {
  height: 672px !important;
}

.box3-h1 {
  color: #005baa;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px;
}

.haibao-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  overflow: hidden;
  width: 1340px;
  margin: 0 auto;
}

.haibao-list .pimg {
  display: block;
  width: calc(100% / 3 - 40px * 2 / 3);
  height: auto;
  cursor: pointer;
}

.box4-h1 {
  color: #005baa;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}

.content6 {
  padding-top: 100px;
  padding-bottom: 80px;
  background-color: #fff;
}

.box6-h1 {
  color: #005baa;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px;
}

.owl-carousel.owl-drag .owl-item .item {
  height: calc(100vh - 160px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.owl-carousel.owl-drag .owl-item img {
  height: 100%;
  object-fit: contain;
}

.visit-method {
  width: calc(50%);
  border-left: 1px solid #e5e5e5;
  padding-left: 24px;
  box-sizing: border-box;
}

.method-group {
  display: flex;
  flex-direction: column;
  padding-left: 14px;
  box-sizing: border-box;
}

.method-type {
  color: #005baa;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  line-height: 28px;
}

.method-desc {
  color: #555555;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  line-height: 28px;
}

.bold-text {
  font-weight: 700;
}