﻿/** 清除内外边距 **/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
form, fieldset, legend, button, input, textarea, /* form elements 表单元素 */
th, td /* table elements 表格元素 */ {
  margin: 0;
  padding: 0;
}

/** 设置默认字体 **/
body,button, input, select, textarea /* for ie */ {
  font: 14px/1 "Arial", "Microsoft YaHei", "PingFangSC-Regular", "黑体", "宋体",
    "KaiTi", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}
address,
cite,
dfn,
em,
var,
i {
  font-style: normal;
} /* 将斜体扶正 */
code,
kbd,
pre,
samp {
  font-family: courier new, courier, monospace;
} /* 统一等宽字体 */
small {
  font-size: 12px;
} /* 小于 12px 的中文很难阅读, 让 small 正常化 */

/** 重置列表元素 **/
ul,
ol {
  list-style: none;
}

/** 重置文本格式元素 **/
a {
  color: #333;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:hover {
  text-decoration: none;
  cursor: pointer;
}

sup {
  vertical-align: text-top;
  font-size: 0.5em;
} /* 重置, 减少对行高的影响 */
sub {
  vertical-align: text-bottom;
}

/** 重置表单元素 **/
legend {
  color: #000;
} /* for ie6 */
fieldset,
img {
  border: 0;
} /* img 搭车：让链接里的 img 无边框 */
button,
input,
select,
textarea {
  font-size: 100%;
  outline: none;
  border: none;
  background: none;
} /* 使得表单元素在 ie 下能继承字体大小 */
button,
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
}
input::-ms-clear {
  display: none;
} /*隐藏文本框叉子*/
input::-ms-reveal {
  display: none;
} /*隐藏密码框小眼睛*/
/* 注：optgroup 无法扶正 */

/** 重置表格元素 **/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 重置 HTML5 元素 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  display: block;
  margin: 0;
  padding: 0;
}
img {
  vertical-align: top;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  /* -ms-interpolation-mode: nearest-neighbor;
    image-rendering: pixelated; */
}

html {
  font-size: 100px;
}
body {
  color: #333;
  background-color: #fff;
}
body::-webkit-scrollbar {
  width: 4px;
  height: 1px;
}
body::-webkit-scrollbar-thumb {
  background: #036eb7;
}
.clear-both::after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.w1400 {
  width: 14rem;
  max-width: 92%;
  display: block;
  margin: 0 auto;
  box-sizing: border-box;
}
.w1600 {
  width: 16rem;
  max-width: 92%;
  display: block;
  margin: 0 auto;
  box-sizing: border-box;
}
.w1200 {
  width: 12rem;
  max-width: 92%;
  display: block;
  margin: 0 auto;
  box-sizing: border-box;
}

.pd {
  padding: 0.8rem 0;
}
.is {
  display: block;
  height: 1px;
  margin-top: -1px;
}

.mCSB_inside > .mCSB_container {
  margin-right: 0.16rem;
}
.mCSB_scrollTools {
  width: 2px;
}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  background-color: #d2d2d2;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #dc0024;
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #dc0024;
}

.swiper-pagination {
  font-size: 0;
  bottom: 0.4rem !important;
}
.swiper-pagination span {
  position: relative;
  width: 8px;
  height: 8px;
  opacity: 1;
  margin: 0 0.2rem !important;
  background-color: #fff;
}
.swiper-pagination span:last-of-type {
  margin: 0;
}
.swiper-pagination span::after {
  content: "";
  position: absolute;
  top: -8px;
  left: -8px;
  width: 22px;
  height: 22px;
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.4s;
}
.swiper-pagination .swiper-pagination-bullet-active::after {
  opacity: 1;
  transform: scale(1);
}
.paginationh span {
  background-color: #036eb7;
}
.paginationh span::after {
  border-color: #036eb7;
}
.swiper-button-white {
  width: 0.4rem;
  height: 0.8rem;
  background-size: 100% 100%;
  margin-top: -0.4rem;
}
.swiper-button-prev {
  left: 0;
  background: none;
  width: 0.5rem;
  height: 0.5rem;
  font-size: 0.5rem;
  background: none;
  text-align: center;
  line-height: 0.5rem;
  color: #036eb7;
}
.swiper-button-prev::after {
  content: "\eb15";
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}
.swiper-button-next {
  right: 0;
  background: none;
  width: 0.5rem;
  height: 0.5rem;
  font-size: 0.5rem;
  background: none;
  text-align: center;
  line-height: 0.5rem;
  color: #036eb7;
}
.swiper-button-next::after {
  content: "\eb16";
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}

.message {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 0.6rem;
  border-radius: 0.1rem;
  /* background-color: #036eb7; */
  box-sizing: border-box;
  /* border: 1px solid #036eb7; */
  color: #f00;
  cursor: pointer;
  font-size: 0.18rem;
  transition: all 0.4s;
}
.more-a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.8rem;
  height: 0.6rem;
  border-radius: 0.1rem;
  background-color: #036eb7;
  box-sizing: border-box;
  border: 1px solid #036eb7;
  color: #fff;
  cursor: pointer;
  font-size: 0.18rem;
  transition: all 0.4s;
}
.more-b {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.8rem;
  height: 0.6rem;
  border-radius: 0.1rem;
  box-sizing: border-box;
  border: 1px solid #036eb7;
  color: #036eb7;
  cursor: pointer;
  font-size: 0.18rem;
  transition: all 0.4s;
}
.active-a {
  background-color: #036eb7;
  border-color: #036eb7;
  color: #fff;
}

.head-box {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: calc(100% - 0.96rem);
  /*height: 1.2rem;*/
  height: 0.8rem;
  top: 0.48rem;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.14);
  box-sizing: border-box;
  padding: 0 0.6rem;
  border-radius: 0.3rem;
  transition: all 0.4s;
}
.head-box .lg-a {
  flex-shrink: 0;
  position: absolute;
  width: 2.42rem;
  height: 100%;
  top: 0;
  left: 0.6rem;
}
.head-box .lg-a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.head-box .dh-ul {
  display: flex;
}
.head-box .dh-ul li {
  position: relative;
  margin-right: 0.5rem;
}
.head-box .dh-ul .hide-li {
  display: none;
}
.head-box .dh-ul li .a {
  display: block;
  font-size: 0.18rem;
  height: 1.2rem;
  line-height: 1.2rem;
  transition: all 0.4s;
}
.head-box .dh-ul .active .a {
  color: #036eb7;
}
.head-box .dh-ul .pitchon .a {
  color: #036eb7;
}
.head-box .dh-ul li .a i {
  display: none;
  transition: all 0.4s;
}
.head-box .dh-ul .show .a i {
  transform: rotate(-135deg);
}

.head-box .dh-ul li p {
  position: absolute;
  width: 2.5rem;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 0.1rem;
  padding: 0.28rem 0;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.14) inset;
  display: none;
}
.head-box .dh-ul li p a {
  position: relative;
  display: block;
  height: 0.5rem;
  line-height: 0.5rem;
  font-size: 0.18rem;
  padding-left: 0.42rem;
  margin-bottom: 0.16rem;
  transition: all 0.4s;
}
.head-box .dh-ul li p a:last-of-type {
  margin-bottom: 0;
}
.head-box .dh-ul li p a::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 0.22rem;
  background-color: #ccc;
}
.head-box .dh-ul li p a::after {
  content: "";
  position: absolute;
  z-index: 3;
  width: 2px;
  height: 0;
  top: 0;
  left: 0.22rem;
  background-color: #036eb7;
  transition: all 0.4s;
}

.head-box .ss-form {
  flex-shrink: 0;
  position: relative;
  width: 1.6rem;
  height: 0.32rem;
  box-sizing: border-box;
  padding: 0 0.42rem 0 0.1rem;
  border-radius: 0.16rem;
  border: 1px solid #ccc;
}
.head-box .ss-form input {
  width: 100%;
  height: 100%;
  font-size: 0.16rem;
}
.head-box .ss-form button {
  position: absolute;
  width: 0.32rem;
  height: 0.32rem;
  top: -1px;
  right: -1px;
  background-color: #036eb7;
  border-radius: 50%;
  color: #fff;
  font-size: 0.2rem;
}
.head-box .ss-form button::after {
  content: "\eafe";
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}
.head-box .yy-dl {
  display: flex;
  margin-left: 0.14rem;
  height: 0.28rem;
  padding-left: 0.14rem;
  border-left: 1px solid #ccc;
}
.head-box .yy-dl::after {
  content: "\e65e";
  font-size: 0.2rem;
  height: 0.28rem;
  line-height: 0.28rem;
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  transition: all 0.4s;
}
.head-box .yy-dl dt {
  height: 0.28rem;
  overflow: hidden;
  transition: all 0.4s;
}
.head-box .yy-dl a {
  display: block;
  font-size: 0.18rem;
  height: 0.28rem;
  line-height: 0.28rem;
}
.head-box .menu-dl {
  display: none;
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  top: 50%;
  right: 0.1rem;
  margin-top: -0.25rem;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: #036eb7;
  z-index: 12;
  border-radius: 4px;
  transition: all 0.5s ease;
}
.head-box .menu-dl dt {
  width: 24px;
}
.head-box .menu-dl dt i {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  margin: 6px 0;
  transition: all 0.5s ease;
}
.head-box .menu-active {
}
.head-box .menu-active dt i:nth-of-type(1) {
  transform: rotate(45deg) translate(5.5px, 6px);
}
.head-box .menu-active dt i:nth-of-type(2) {
  opacity: 0;
}
.head-box .menu-active dt i:nth-of-type(3) {
  transform: rotate(-45deg) translate(5.5px, -6px);
}

.xq-body .head-box {
  top: 0;
  width: 100%;
  border-radius: 0;
}

.headh-box {
  top: 0;
  width: 100%;
  border-radius: 0;
  height: 0.8rem;
}
.headh-box .dh-ul li .a {
  height: 1rem;
  line-height: 1rem;
}

.swiper-box {
  /*position: fixed;*/
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}
.swiper-box .swiper-slide {
}
.swiper-box .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-box .swiper-slide .w1400 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.swiper-box .swiper-slide .w1400 p {
  font-size: 0.5rem;
  font-weight: bold;
  line-height: 1.5;
  opacity: 0;
  transform: translateY(1rem);
  transition: all 0.8s 0.2s;
}
.swiper-box .swiper-slide .w1400 p span {
  color: #036eb7;
}
.swiper-box .swiper-slide .w1400 .em {
  display: block;
  margin-top: 0.56rem;
  opacity: 0;
  transform: translateY(1rem);
  transition: all 0.8s 0.4s;
}
.swiper-box .active-slide .w1400 p {
  opacity: 1;
  transform: translateY(0);
}
.swiper-box .active-slide .w1400 .em {
  opacity: 1;
  transform: translateY(0);
}

.foot-box {
  position: relative;
  z-index: 3;
  background-color: #c9d7ec;
  padding: 1rem 0;
}
.foot-box .w1600 {
  display: flex;
  justify-content: space-between;
}
.foot-box .ul {
  display: flex;
}
.foot-box .ul li {
  margin-right: 0.8rem;
}
.foot-box .ul li:last-of-type {
  margin-right: 0;
}
.foot-box .ul li a {
  display: block;
  white-space: nowrap;
  font-size: 0.18rem;
  margin-top: 0.28rem;
  color: #333;
  opacity: 0.8;
  transition: all 0.4s;
}
.foot-box .ul li a:nth-of-type(1) {
  font-size: 0.22rem;
  margin-top: 0;
  opacity: 1;
}
.foot-box .div {
  text-align: right;
}
.foot-box .div .a {
  display: inline-block;
  vertical-align: top;
  width: 2.86rem;
  height: 0.85rem;
  background-image: url(../image/logo3.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.foot-box .div .div {
  font-size: 0;
  margin: 0.35rem 0 0.4rem;
}
.foot-box .div .div a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 0.24rem;
  cursor: pointer;
  font-size: 0.28rem;
  color: #969897;
}
.foot-box .div .div a img {
  position: absolute;
  width: 1.6rem;
  bottom: 0;
  left: 50%;
  margin-left: -0.8rem;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s;
}
.foot-box .div .div a::after {
  content: "";
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}
.foot-box .div .div .a1::after {
  content: "\e619";
}
.foot-box .div .div .a2::after {
  content: "\e618";
}
.foot-box .div .div .a3::after {
  content: "\e63c";
}
.foot-box .div .div a:last-of-type {
  margin-right: 0;
}
.foot-box .div .h6 {
  font-size: 0.18rem;
  line-height: 1.5;
  color: #000;
  opacity: 0.4;
}

.index-body .foot-box {
  background-color: #1f2126;
}
.index-body .foot-box .ul li a {
  color: #fff;
}
.index-body .foot-box .div .a {
  background-image: url(../image/logo2.png);
}
.index-body .foot-box .div .dl dd {
  color: #6d6e72;
}
.index-body .foot-box .div .h6 {
  color: #fff;
}
.index-body .foot-box .div .h6 a {
  color: #fff;
}

.banner-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 41.6vw;
}
.banner-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content-box {
  padding-top: 41.6vw;
}
.contenth-box {
  /*padding-top: 100vh;*/
  padding-top: 0;
}
.contents-box {
  padding-top: 1.2rem;
}

.content-box .box {
  position: relative;
  z-index: 3;
  background-color: #fff;
}

.nav-box {
  position: relative;
  z-index: 3;
  background-color: #fff;
}
.nav-box h5 {
  padding: 0.26rem 0;
  font-size: 0.16rem;
}
.nav-box h5 a {
  color: #666;
  transition: all 0.4s;
}
.nav-box h5 a:last-of-type {
  color: #036eb7;
}
.nav-box h5 i {
  margin: 0 4px;
}
.nav-box h5 i::after {
  content: "\eb16";
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}
.nav-box h6 {
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: center;
}
.nav-box h6 a {
  position: relative;
  font-size: 0.24rem;
  padding: 0 0.1rem 0.3rem;
  margin-right: 1.7rem;
  transition: all 0.4s;
}
.nav-box h6 a:last-of-type {
  margin-right: 0;
}
.nav-box h6 a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 4px;
  opacity: 0;
  background-color: #036eb7;
  transition: all 0.4s;
}
.nav-box h6 .active {
  color: #036eb7;
}
.nav-box h6 .active::after {
  width: 100%;
  opacity: 1;
}

.nav-box h6 .pitchon {
  color: #036eb7;
}
.nav-box h6 .pitchon::after {
  width: 100%;
  opacity: 1;
}

.paging-box {
  text-align: center;
  font-size: 0;
  margin-top: 0.6rem;
}
.paging-box a {
  display: inline-block;
  vertical-align: top;
  width: 0.38rem;
  height: 0.38rem;
  margin: 0 0.06rem;
  border-radius: 0.06rem;
  background-color: #fff;
  border: 1px solid #ccc;
  line-height: 0.38rem;
  font-size: 0.14rem;
  transition: all 0.4s;
}
.paging-box .btn {
  width: 0.8rem;
}
.paging-box .active {
  background-color: #036eb7;
  border-color: #036eb7;
  color: #fff;
}

.title-h5 {
  text-align: center;
  font-size: 0.45rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.index-box {
}
.index-box .box1 {
  background-image: url(../image/tp6.jpg);
  background-repeat: no-repeat;
  background-size: 38% 100%;
  background-position: left center;
}
.index-box .box1 .w1400 {
  position: relative;
  height: 100vh;
  padding-left: 2.5rem;
}
.index-box .box1 .ol {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.index-box .box1 .ol li {
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-size: 0.22rem;
  margin-bottom: 0.6rem;
  cursor: pointer;
}
.index-box .box1 .ol li:last-of-type {
  margin-bottom: 0;
}
.index-box .box1 .ol li span {
  color: #fff;
  opacity: 0.5;
  transition: all 0.4s;
}
.index-box .box1 .ol li i {
  flex-shrink: 0;
  position: relative;
  width: 0.3rem;
  height: 2px;
  margin-right: 0.16rem;
  background-color: rgba(255, 255, 255, 0.5);
}
.index-box .box1 .ol li i::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  transition: all 0.4s;
}
.index-box .box1 .ol .active span {
  opacity: 1;
}
.index-box .box1 .ol .active i::after {
  width: 100%;
}

.index-box .box1 .swiper1 {
}
.index-box .box1 .swiper-slide {
  display: flex;
  height: 100vh;
  align-items: center;
  justify-content: space-between;
}
.index-box .box1 .swiper-slide .div1 {
  flex-shrink: 0;
  width: 47%;
}
.index-box .box1 .swiper-slide .div1 img {
  width: 100%;
  transform: scale(1.2);
  pointer-events: none;
}
.index-box .box1 .swiper-slide .div2 {
  flex-shrink: 0;
  width: 47%;
}
.index-box .box1 .swiper-slide .div2 h6 {
  font-size: 0.42rem;
  font-weight: bold;
}
.index-box .box1 .swiper-slide .div2 p {
  font-size: 0.18rem;
  line-height: 1.6;
  color: #888;
  margin-top: 0.4rem;
}
.index-box .box1 .swiper-slide .div2 dl {
  display: flex;
  margin-top: 0.4rem;
}
.index-box .box1 .swiper-slide .div2 dd {
  margin-right: 0.24rem;
  width: 1rem;
}
.index-box .box1 .swiper-slide .div2 dd:last-of-type {
  margin-right: 0;
}
.index-box .box1 .swiper-slide .div2 dd em {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 100%;
  border-radius: 0.1rem;
  border: 2px solid #036eb7;
  box-sizing: border-box;
}
.index-box .box1 .swiper-slide .div2 dd img {
  position: absolute;
  width: 0.64rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.index-box .box1 .swiper-slide .div2 dd span {
  display: block;
  font-size: 0.18rem;
  margin-top: 0.16rem;
  text-align: center;
}
.index-box .box1 .swiper-slide .div2 .more-a {
  margin-top: 0.85rem;
}

.index-box .box2 {
  position: relative;
}
.index-box .box2 .div1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 7.7rem;
  background-image: url(../image/tp4.jpg);
  background-size: cover;
  background-attachment: fixed;
}
.index-box .box2 .div2 {
  position: relative;
  z-index: 3;
}
.index-box .box2 .swiper-pagination {
  bottom: auto !important;
  top: 0.3rem;
  right: 0;
}
.index-box .box2 .swiper-pagination span {
  display: block;
  margin: 0.3rem 0 !important;
}

.index-box .box2 .swiper2 {
  width: 90%;
  /*height: 7.9rem;*/
  height: 5.9rem;
}
.index-box .box2 .swiper2 .swiper-slide {
  border-radius: 0.2rem;
  overflow: hidden;
}
.index-box .box2 .swiper2 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index-box .box2 .swiper3 {
  z-index: 6;
  margin-top: -3.3rem;
  margin-left: calc(100% - 7.6rem);
  width: 7.6rem;
}
.index-box .box2 .swiper3 .swiper-slide {
  border-radius: 0.2rem;
  height: 4.6rem;
  overflow: hidden;
  background-color: #1f2126;
  box-sizing: border-box;
  color: #fff;
  padding: 0.68rem 0.68rem 0;
}
.index-box .box2 .swiper3 .swiper-slide h6 {
  font-size: 0.42rem;
}
.index-box .box2 .swiper3 .swiper-slide p {
  font-size: 0.18rem;
  line-height: 1.6;
  margin-top: 0.32rem;
}
.index-box .box2 .swiper3 .swiper-slide .more-a {
  position: absolute;
  bottom: 0.68rem;
  left: 0.68rem;
  background-color: #fff;
  color: #036eb7;
}

.index-box .box3 {
}
.index-box .box3 .h6 {
  font-size: 0.18rem;
  line-height: 1.6;
  color: #888;
  padding: 0 0.5rem 0.5rem;
}
.index-box .box3 .ul {
  display: flex;
  justify-content: space-between;
}

.index-box .box3 .ul li {
  flex-shrink: 0;
  width: 32%;
  background-color: #eef2fa;
  text-align: center;
  border-radius: 0.2rem;
  overflow: hidden;
}
.index-box .box3 .ul li em {
  display: block;
  width: 100%;
  height: 3rem;
  overflow: hidden;
}
.index-box .box3 .ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-box .box3 .ul li div {
  padding: 0.48rem 0.4rem 0.7rem;
}
.index-box .box3 .ul li h6 {
  font-size: 0.2rem;
}
.index-box .box3 .ul li p {
  text-align: left;
  font-size: 0.18rem;
  line-height: 1.6;
  color: #666;
  margin-top: 0.24rem;
}
/*
.index-box .box3{
	text-align: center;
	padding-top: 0;
}
.index-box .box3 .h6{
	font-size: 0.18rem;
	line-height: 1.6;
	color: #888;
	padding: 0 0.5rem;
}
.index-box .box3 .ul{
	display: flex;
	justify-content: space-between;
	margin-top: 0.5rem;
}
.index-box .box3 .ul li{
	flex-shrink: 0;
	width: 30%;
	height: 5.0rem;
}
.index-box .box3 .ul a{
	display: block;
	width: 100%;
	height: 100%;
	background-color: #036eb7;
	color: #fff;
	box-sizing: border-box;
	border-radius: 0.2rem;
	padding: 0.74rem 0.42rem 0;
	transition: all 0.4s;
}
.index-box .box3 .ul a em{
	display: block;
	width: 1.1rem;
	height: 1.1rem;
	border-radius: 50%;
	margin: 0 auto;
	background-color: #fff;
}
.index-box .box3 .ul a em img{
	width: 100%;
}
.index-box .box3 .ul a h6{
	font-size: 0.3rem;
	margin: 0.4rem 0 0.26rem;
}
.index-box .box3 .ul a p{
	font-size: 0.2rem;
	height: 1.6rem;
	line-height: 1.6;
}
/* .index-box .box3 .ul a span{
	display: inline-block;
	vertical-align: top;
	width: 0.82rem;
	font-size: 0.16rem;
	border-bottom: 4px solid #fff;
	padding-bottom: 0.1rem;
} */
.index-box .box3 .more-a {
  margin: 0 auto;
}

.index-box .box4 {
  background-color: #eef2fa;
}
.index-box .box4 .h6 {
  text-align: center;
  margin-bottom: 0.4rem;
}
.index-box .box4 .h6 span {
  display: inline-block;
  vertical-align: top;
  font-size: 0.18rem;
  color: #666;
  padding-bottom: 0.1rem;
  position: relative;
  margin: 0 0.3rem;
  cursor: pointer;
  transition: all 0.4s;
}
.index-box .box4 .h6 span::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #036eb7;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.4s;
}
.index-box .box4 .h6 .active {
  color: #036eb7;
}
.index-box .box4 .h6 .active::after {
  width: 100%;
  opacity: 1;
}
.index-box .box4 .swiper4 {
  margin-bottom: 0.6rem;
}
.index-box .box4 .swiper-slide {
  position: relative;
}
.index-box .box4 .div {
  width: 47%;
}
.index-box .box4 .div a {
  display: block;
}
.index-box .box4 .div em {
  display: block;
  width: 100%;
  height: 4.18rem;
  border-radius: 0.1rem;
  overflow: hidden;
}
.index-box .box4 .div em img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}
.index-box .box4 .div div {
  margin-top: 0.4rem;
}
.index-box .box4 .div h6 {
  font-size: 0.22rem;
  line-height: 1.2;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all 0.4s;
}
.index-box .box4 .div p {
  font-size: 0.18rem;
  color: #666;
  line-height: 1.6;
  height: 0.54rem;
  overflow: hidden;
  margin: 0.12rem 0 0.32rem;
}
.index-box .box4 .div span {
  display: block;
  font-size: 0.16rem;
  color: #999;
}
.index-box .box4 .div2 {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.index-box .box4 .div2 a {
  transition: all 0.4s;
}
.index-box .box4 .div2 i {
  flex-shrink: 0;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}
.index-box .box4 .div2 i:last-of-type {
  display: none;
}
.index-box .box4 .more-a {
  margin: 0 auto;
}

.index-box .box5 {
  background-color: #1f2126;
}
.index-box .box5 .div1 {
  height: 7.4rem;
  background-image: url(../image/tp5.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
.index-box .box5 .div2 {
  position: relative;
  z-index: 3;
  margin-top: -4rem;
}
.index-box .box5 .dd1 {
  width: 47.5%;
  box-sizing: border-box;
  /*padding: 0.8rem 0.56rem;*/
  padding: 0.4rem 0.56rem;
  border-radius: 0.5rem;
  background-color: rgba(255, 255, 255, 0.95);
}
.index-box .box5 .dd1 .title-h5 {
  text-align: left;
  margin-bottom: 0.36rem;
}
.index-box .box5 .dd1 h6 {
  font-size: 0.18rem;
  line-height: 1.6;
}
.index-box .box5 .dd1 form {
  margin-top: 0.3rem;
}
.index-box .box5 .dd1 input,
.index-box .box5 .dd1 textarea {
  vertical-align: top;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #ccc;
  /*height: 0.72rem;*/
  height: 0.54rem;
  font-size: 0.18rem;
}
.index-box .box5 .dd1 textarea {
  height: 1rem;
  resize: none;
  margin-top: 0.26rem;
}
.index-box .box5 .dd1 button {
  margin-top: 0.5rem;
}
.index-box .box5 .dd2 {
  position: absolute;
  width: 47.5%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: rgba(47, 119, 224, 0.95);
  border-radius: 0.5rem;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.index-box .box5 .dd2 h5 {
  font-size: 0.3rem;
  font-weight: bold;
  text-align: center;
}
.index-box .box5 .dd2 ul {
  margin-top: 0.8rem;
}
.index-box .box5 .dd2 li {
  text-align: center;
  margin-bottom: 0.34rem;
}
.index-box .box5 .dd2 li:last-of-type {
  margin-bottom: 0;
}
.index-box .box5 .dd2 li img {
  width: 0.56rem;
}
.index-box .box5 .dd2 li span {
  display: block;
  font-size: 0.22rem;
  margin-top: 0.14rem;
}

.allb-box {
}
.allb-box .box1 {
  display: flex;
  flex-wrap: wrap;
  margin-top: -0.5rem;
}
.allb-box .box1 li {
  flex-shrink: 0;
  width: 32%;
  margin-right: 2%;
  cursor: pointer;
  margin-top: 0.5rem;
}
.allb-box .box1 li:nth-of-type(3n) {
  margin-right: 0;
}
.allb-box .box1 li em {
  display: block;
  width: 100%;
  height: 3.3rem;
  border-radius: 0.2rem;
  overflow: hidden;
}
.allb-box .box1 li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}
.allb-box .box1 li span {
  display: block;
  font-size: 0.24rem;
  line-height: 1.2;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 0.2rem;
  text-align: center;
  transition: all 0.4s;
}
.allb-box .box1 li div {
  display: none;
}

.allbxq-box {
  position: fixed;
  z-index: 11;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
}
.allbxq-box .div {
  position: absolute;
  width: 10rem;
  max-height: 90vh;
  overflow: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  padding: 0.6rem 0.7rem;
  background-color: #fff;
}
.allbxq-box .div .out-i {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 0.4rem;
  height: 0.4rem;
  text-align: center;
  line-height: 0.4rem;
  background-color: #036eb7;
  color: #fff;
  font-size: 0.24rem;
}
.allbxq-box .div .out-i::after {
  content: "\eaf2";
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}
.allbxq-box .div h5 {
  font-size: 0.34rem;
  font-weight: bold;
}
.allbxq-box .div p {
  font-size: 0.18rem;
  line-height: 1.8;
  margin-top: 0.24rem;
}
.allbxq-box .div video {
  width: 100%;
}

.lxwm-box {
  padding-top: 0.34rem !important;
}
.lxwm-box .title-h5 {
}
.lxwm-box .box1 {
}
.lxwm-box .box1 .ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.lxwm-box .box1 .ul li {
}
.lxwm-box .box1 .ul li h6 {
  font-size: 0.24rem;
  margin-bottom: 0.3rem;
}
.lxwm-box .box1 .ul li div {
  display: flex;
  align-items: center;
}
.lxwm-box .box1 .ul li em {
  flex-shrink: 0;
  width: 0.56rem;
  height: 0.56rem;
  border-radius: 50%;
  box-sizing: border-box;
  border: 2px solid #036eb7;
  margin-right: 0.24rem;
}
.lxwm-box .box1 .ul li img {
  width: 100%;
  height: 100%;
}
.lxwm-box .box1 .ul li p {
  font-size: 0.18rem;
  line-height: 1.6;
  color: #666;
  flex-shrink: 0;
  width: 100%;
}
.lxwm-box .box1 .ul li span {
  font-size: 0.28rem;
  color: #666;
}
.lxwm-box .box1 .map {
  height: 6rem;
  margin-top: 0.6rem;
}

.lxwm-box .box2 {
  margin-top: 0.8rem;
}
.lxwm-box .box2 .form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.lxwm-box .box2 .form p {
  flex-shrink: 0;
  width: 47%;
  margin-right: 6%;
  display: flex;
  margin-bottom: 0.2rem;
}
.lxwm-box .box2 .form p:nth-of-type(2n) {
  margin-right: 0;
}
.lxwm-box .box2 .form p:last-of-type {
  margin-right: 0;
  width: 100%;
  margin-bottom: 0.6rem;
}
.lxwm-box .box2 .form span {
  flex-shrink: 0;
  width: 0.9rem;
  height: 0.62rem;
  line-height: 0.62rem;
  font-size: 0.2rem;
  color: #666;
}
.lxwm-box .box2 .form span::before {
  content: "* ";
  color: red;
  opacity: 0;
}
.lxwm-box .box2 .form .bt-p span::before {
  opacity: 1;
}
.lxwm-box .box2 .form input,
.lxwm-box .box2 .form select,
.lxwm-box .box2 .form textarea {
  flex: 1;
  box-sizing: border-box;
  border: 1px solid #ccc;
  height: 0.62rem;
  box-sizing: border-box;
  padding: 0 0.14rem;
  font-size: 0.2rem;
}
.lxwm-box .box2 .form select {
  padding: 0 calc(0.14rem - 4px);
}
.lxwm-box .box2 .form textarea {
  resize: none;
  height: 1.4rem;
  padding: 0.15rem 0.14rem;
  line-height: 1.5;
}

.lxwm-box .box3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.lxwm-box .box3 dt {
  flex: 1;
  font-size: 0.18rem;
  line-height: 1.8;
}
.lxwm-box .box3 i {
  flex-shrink: 0;
  width: 1px;
  height: 1.5rem;
  margin: 0 0.8rem;
  background-color: #ccc;
}
.lxwm-box .box3 dd {
}
.lxwm-box .box3 p {
  display: flex;
  align-items: center;
  margin-top: 0.4rem;
}
.lxwm-box .box3 p:first-of-type {
  margin-top: 0;
}
.lxwm-box .box3 p img {
  flex-shrink: 0;
  width: 0.52rem;
  margin-right: 0.2rem;
}
.lxwm-box .box3 p span {
  font-size: 0.4rem;
  white-space: nowrap;
  color: #666;
}

.lxwm-box .box4 {
  margin-top: 0.8rem;
  background-color: #eef2fa;
}
.lxwm-box .box4 .h6 {
  font-size: 0.18rem;
  line-height: 1.6;
  color: #888;
  padding: 0 0.5rem;
  text-align: center;
}
.lxwm-box .box4 .ul {
  display: flex;
  margin-top: 0.6rem;
}
.lxwm-box .box4 .ul li {
  flex: 1;
  padding: 0.2rem 0;
  text-align: center;
  box-sizing: border-box;
  border-right: 1px solid #ccc;
}
.lxwm-box .box4 .ul li:last-of-type {
  border-right: 0;
}
.lxwm-box .box4 .ul li img {
  width: 0.6rem;
}
.lxwm-box .box4 .ul li span {
  display: block;
  font-size: 0.22rem;
  margin-top: 0.2rem;
}

.lxwm-box .box5 {
  border-bottom: 1px solid #ccc;
}
.lxwm-box .box5 .ul {
  display: flex;
  margin-bottom: 0.8rem;
}
.lxwm-box .box5 .ul li {
  flex: 1;
  text-align: center;
}
.lxwm-box .box5 .ul li img {
  width: 70%;
}
.lxwm-box .box5 .ul li span {
  position: relative;
  display: block;
  font-size: 0.2rem;
  margin-top: 0.38rem;
}
.lxwm-box .box5 .ul li span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 0;
  background-image: url(../image/ic28.png);
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
}
.lxwm-box .box5 .ul li:last-of-type span::after {
  display: none;
}
.lxwm-box .box5 .more-a {
  position: relative;
  width: 2.6rem;
  margin: 0 auto;
}
.lxwm-box .box5 .more-a img {
  position: absolute;
  width: 1.7rem;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.2);
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s;
}

.falb-box {
  padding-top: 0.34rem !important;
}
.falb-box .box1 {
  margin-top: -0.8rem;
}
.falb-box .box1 li {
  margin-top: 0.8rem;
}
.falb-box .box1 li em {
  display: block;
  border-radius: 0.3rem;
  overflow: hidden;
}
.falb-box .box1 li em img {
  width: 100%;
  transition: all 0.4s;
}
.falb-box .box1 li div {
  position: relative;
  z-index: 3;
  width: 9.7rem;
  height: 4.4rem;
  max-width: 100%;
  background-color: rgba(238, 242, 250, 0.95);
  border-radius: 0.3rem;
  margin: -2.2rem auto 0;
  box-sizing: border-box;
  padding: 0 0.9rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.falb-box .box1 li div h6 {
  font-size: 0.4rem;
}
.falb-box .box1 li div p {
  font-size: 0.18rem;
  line-height: 1.6;
  margin-top: 0.4rem;
}
.falb-box .box1 li div .more-a {
  margin-top: 0.7rem;
}

.jrwm-box {
  padding-top: 0.34rem !important;
}
.jrwm-box .box1 {
}
.jrwm-box .box1 dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.jrwm-box .box1 dt {
  font-size: 0.4rem;
  line-height: 1.5;
  font-weight: bold;
}
.jrwm-box .box1 dt p {
}
.jrwm-box .box1 dd {
  flex-shrink: 0;
  position: relative;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  border: 1px solid #036eb7;
  color: #036eb7;
  text-align: center;
  font-size: 0.3rem;
}
.jrwm-box .box1 dd::after {
  content: "\eb0b";
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  animation: dh1 1.5s linear infinite;
}
@keyframes dh1 {
  0% {
    top: 0;
    opacity: 0;
  }
  70% {
    top: 0.15rem;
    opacity: 1;
  }
  100% {
    top: 0.3rem;
    opacity: 0;
  }
}
.jrwm-box .box1 img {
  margin-top: 0.46rem;
  width: 100%;
  border-radius: 0.3rem;
}
.jrwm-box .box2 {
  margin-top: 0.8rem;
  border-radius: 0.3rem;
  overflow: hidden;
  display: table;
  font-size: 0.18rem;
  text-align: center;
}
.jrwm-box .box2 tr {
  height: 1.1rem;
}
.jrwm-box .box2 th {
  width: 20%;
  background-color: #eef2fa;
}
.jrwm-box .box2 td {
  border-bottom: 1px solid #ccc;
}
.jrwm-box .box2 td a {
  display: inline-block;
  vertical-align: top;
  line-height: 0.5rem;
  width: 1.5rem;
  height: 0.5rem;
  border-radius: 0.1rem;
  background-color: #eef2fa;
  color: #666;
  transition: all 0.4s;
}

.xwlb-box {
}
.xwlb-box .box1 {
}
.xwlb-box .box1 a,
.xwlb-box .box2 a {
  display: flex;
  align-items: center;
  background-color: #eef2fa;
  border-radius: 0.2rem;
  overflow: hidden;
}
.xwlb-box .box1 a em {
  flex-shrink: 0;
  display: block;
  width: 50%;
  height: 4.5rem;
  overflow: hidden;
}
.xwlb-box .box1 a em img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}
.xwlb-box .box1 a div {
  flex-shrink: 0;
  width: 50%;
  box-sizing: border-box;
  padding: 0 0.5rem;
}
.xwlb-box .box1 a h6 {
  font-size: 0.22rem;
  line-height: 1.5;
  transition: all 0.4s;
}
.xwlb-box .box1 a p {
  font-size: 0.18rem;
  line-height: 1.6;
  color: #666;
  height: 1.15rem;
  overflow: hidden;
  margin: 0.4rem 0 1rem;
}
.xwlb-box .box1 a span {
  display: block;
  font-size: 0.16rem;
  color: #999;
}
.xwlb-box .box2 {
}
.xwlb-box .box2 a {
  padding: 0 0.5rem;
  height: 2.1rem;
  margin-top: 0.3rem;
  transition: all 0.4s;
}
.xwlb-box .box2 a em {
  padding-right: 0.4rem;
  margin-right: 0.4rem;
  text-align: right;
  font-size: 0.22rem;
  color: #999;
  border-right: 1px solid #ccc;
}
.xwlb-box .box2 a em strong {
  display: block;
  white-space: nowrap;
  color: #036eb7;
  font-size: 0.44rem;
  margin-bottom: 0.2rem;
}
.xwlb-box .box2 a div {
  flex: 1;
}
.xwlb-box .box2 a h6 {
  font-size: 0.22rem;
  line-height: 1.5;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all 0.4s;
}
.xwlb-box .box2 a p {
  font-size: 0.18rem;
  line-height: 1.6;
  margin-top: 0.3rem;
  color: #666;
  /*white-space: nowrap;*/
  text-overflow: ellipsis;
  overflow: hidden;
}

.xwxq-box {
  padding-top: 0.34rem !important;
}
.xwxq-box .box1 {
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #e6e6e6;
}
.xwxq-box .box1 h5 {
  text-align: center;
  font-size: 0.4rem;
  line-height: 1.3;
}
.xwxq-box .box1 dl {
  margin-top: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.xwxq-box .box1 dd {
  font-size: 0.16rem;
  color: #999;
}
.xwxq-box .box1 i {
  flex-shrink: 0;
  width: 1px;
  height: 0.18rem;
  margin: 0 0.2rem;
  background-color: #999;
}
.xwxq-box .box1 dt {
  font-size: 0;
  margin-left: 0.2rem;
}
.xwxq-box .box1 dt span {
  display: inline-block;
  vertical-align: top;
  font-size: 0.22rem;
  color: #999;
  margin-right: 0.1rem;
}
.xwxq-box .box1 dt span:last-of-type {
  margin-right: 0;
}
.xwxq-box .box1 dt span::after {
  content: "";
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}
.xwxq-box .box1 dt .span1::after {
  content: "\e619";
}
.xwxq-box .box1 dt .span2::after {
  content: "\e618";
}
.xwxq-box .box1 dt .span3::after {
  content: "\e63c";
}

.xwxq-box .box2 {
  margin-top: 0.5rem;
}
.xwxq-box .box2 p {
  font-size: 0.18rem;
  line-height: 1.6;
  color: #666;
}
.xwxq-box .box2 h1 {
  font-size: 0.32rem;
  line-height: 1.6;
}
.xwxq-box .box2 h2 {
  font-size: 0.3rem;
  line-height: 1.6;
}
.xwxq-box .box2 h3 {
  font-size: 0.24rem;
  line-height: 1.6;
}
.xwxq-box .box2 h4 {
  font-size: 0.22rem;
  line-height: 1.6;
}
.xwxq-box .box2 h5 {
  font-size: 0.2rem;
  line-height: 1.6;
}
.xwxq-box .box2 img,
.xwxq-box .box2 video {
  /*display: block;
	margin: 0 auto;
	width: auto !important;*/
  max-width: 100%;
}

.xwxq-box .box3 {
  margin-top: 0.5rem;
}
.xwxq-box .box3 a {
  display: block;
  font-size: 0.18rem;
  color: #666;
  line-height: 1.6;
  margin-bottom: 0.2rem;
  transition: all 0.4s;
}
.xwxq-box .box3 a:last-of-type {
  margin-bottom: 0;
}

.cplb-box {
}
.cplb-box .box1 {
  position: relative;
  padding-left: 3.3rem;
}
.cplb-box .box1 .h5 {
  position: absolute;
  left: 0;
  top: 0;
  width: 2.3rem;
}
.cplb-box .box1 .xt-h5 {
  position: fixed;
  top: 1.4rem;
}
.cplb-box .box1 .h5 a {
  position: relative;
  display: block;
  width: 100%;
  height: 0.68rem;
  line-height: 0.68rem;
  text-align: right;
}
.cplb-box .box1 .h5 a span {
  position: relative;
  z-index: 5;
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding-right: 0.35rem;
  font-size: 0.2rem;
}
.cplb-box .box1 .h5 a::before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #ccc;
  transition: all 0.4s;
}
.cplb-box .box1 .h5 a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #eef3f8;
  transition: all 0.4s;
}
.cplb-box .box1 .h5 .active::before {
  width: 3px;
  background-color: #036eb7;
}
.cplb-box .box1 .h5 .active::after {
  width: 100%;
}
.cplb-box .box1 .h5 .pitchon::before {
  width: 3px;
  background-color: #036eb7;
}
.cplb-box .box1 .h5 .pitchon::after {
  width: 100%;
}
.cplb-box .box1 .dl {
  margin-bottom: 0.8rem;
}
.cplb-box .box1 .dl:last-of-type {
  margin-bottom: 0;
}
.cplb-box .box1 .dl dt {
  position: relative;
  font-size: 0.4rem;
  padding-left: 0.18rem;
  padding-bottom: 0.36rem;
  border-bottom: 1px solid #ccc;
}
.cplb-box .box1 .dl dt::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 0.4rem;
  top: 0;
  left: 0;
  background-color: #036eb7;
  border-radius: 2px;
}
.cplb-box .box1 .dl1 dd {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cplb-box .box1 .dl1 a {
  flex-shrink: 0;
  width: 48%;
  box-sizing: border-box;
  background-color: #eef2fa;
  border-radius: 0.2rem;
  text-align: center;
  margin-top: 0.5rem;
  padding: 0.3rem 0 0.2rem;
  transition: all 0.4s;
}
.cplb-box .box1 .dl1 a em {
  display: block;
  width: 70%;
  margin: 0 auto;
}
.cplb-box .box1 .dl1 a img {
  width: 100%;
  transition: all 0.4s;
}
.cplb-box .box1 .dl1 a strong {
  display: block;
  font-size: 0.26rem;
  margin: 0.3rem 0;
}
.cplb-box .box1 .dl1 a span {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 1.1rem;
  font-size: 0.18rem;
  padding-bottom: 0.12rem;
  color: #666;
  transition: all 0.4s;
}
.cplb-box .box1 .dl1 a span::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background-color: #036eb7;
  left: 0;
  bottom: 0;
  transition: all 0.4s;
}

.cplb-box .box1 .dl2 dd {
  background-color: #eef2fa;
  border-radius: 0.2rem;
  margin-top: 0.3rem;
}
.cplb-box .box1 .dl2 dd h6 {
  height: 0.9rem;
  line-height: 0.9rem;
  padding: 0 0.5rem;
  font-size: 0.24rem;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}
.cplb-box .box1 .dl2 dd ul {
  padding: 0.15rem 0.5rem;
}
.cplb-box .box1 .dl2 dd li {
  display: flex;
  align-items: center;
  height: 0.7rem;
}
.cplb-box .box1 .dl2 dd li p {
  flex: 1;
  min-width: 0;
  font-size: 0.18rem;
  line-height: 1.6;
  transition: all 0.4s;
}
.cplb-box .box1 .dl2 dd li a {
  flex-shrink: 0;
  width: 0.92rem;
  height: 0.42rem;
  border-radius: 0.1rem;
  border: 1px solid #999;
  font-size: 0.16rem;
  text-align: center;
  line-height: 0.42rem;
  margin-left: 0.22rem;
  transition: all 0.4s;
}

.faxq-box {
}
.faxq-box .box1 {
  background-color: #eef2fa;
}
.faxq-box .box1 .h6 {
  font-size: 0.18rem;
  line-height: 1.6;
  color: #888;
  padding: 0 0.2rem;
  text-align: center;
}
.faxq-box .box1 .swiper-container {
  margin-top: 0.5rem;
}
.faxq-box .box1 .swiper-slide {
  background-color: #fff;
  border-radius: 0.2rem;
  box-sizing: border-box;
  padding: 0.6rem 0.36rem;
}
.faxq-box .box1 .swiper-slide em {
  display: block;
  width: 0.98rem;
  height: 0.98rem;
  border-radius: 50%;
  background-color: #036eb7;

  margin: 0 auto;
}
.faxq-box .box1 .swiper-slide em img {
  width: 100%;
  height: 100%;
}
.faxq-box .box1 .swiper-slide h3 {
  font-size: 0.3rem;
  line-height: 1.6;
  margin-top: 0.2rem;

  text-align: center;
}
.faxq-box .box1 .swiper-slide p {
  font-size: 0.22rem;
  line-height: 1.6;
  margin-top: 0.3rem;
  color: #666666;
}
.faxq-box .box1 .swiper-pagination {
  position: static;
  margin-top: 0.5rem;
}
.faxq-box .box1 .swiper-pagination span {
  background-color: #036eb7;
}
.faxq-box .box1 .swiper-pagination span::after {
  border-color: #036eb7;
}

.faxq-box .box2 {
}
.faxq-box .box2 p img {
  display: block;
  margin: 0 auto;
  width: auto !important;
  max-width: 100%;
}

.faxq-box .box3 {
  background-color: #eef2fa;
}
.faxq-box .box3 .h6 {
  font-size: 0;
  text-align: center;
  margin-bottom: 0.45rem;
}
.faxq-box .box3 .h6 span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 0.2rem;
  width: 1.1rem;
  padding-bottom: 0.12rem;
  position: relative;
  font-size: 0.2rem;
  color: #666;
  cursor: pointer;
  transition: all 0.4s;
}
.faxq-box .box3 .h6 span::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #036eb7;
  left: 0;
  bottom: 0;
  transition: all 0.4s;
}
.faxq-box .box3 .h6 .active {
  color: #036eb7;
}
.faxq-box .box3 .h6 .active::after {
  width: 100%;
}
.faxq-box .box3 .tab-div {
}
.faxq-box .box3 .swiper-div {
  position: relative;
  padding: 0 1rem;
  display: none;
}
.faxq-box .box3 .active {
  display: block;
}
.faxq-box .box3 .swiper-container {
}
.faxq-box .box3 .swiper-slide {
  display: flex;
  align-items: center;
}
.faxq-box .box3 .swiper-slide em {
  flex-shrink: 0;
  width: 31%;
}
.faxq-box .box3 .swiper-slide em img {
  width: 100%;
}
.faxq-box .box3 .swiper-slide div {
  flex: 1;
  min-width: 0;
  box-sizing: border-box;
  padding-left: 0.6rem;
}
.faxq-box .box3 .swiper-slide h6 {
  font-size: 0.34rem;
  font-weight: bold;
}
.faxq-box .box3 .swiper-slide p {
  font-size: 0.18rem;
  line-height: 1.6;
  color: #666;
  margin-top: 0.4rem;
}
.faxq-box .box3 .swiper-slide .more-a {
  margin-top: 0.7rem;
}
.faxq-box .box3 .swiper-button-next {
  right: 0;
}
.faxq-box .box3 .swiper-button-prev {
  left: 0;
}

.faxq-box .box4 {
}
.faxq-box .box4 .swiper-slide {
}
.faxq-box .box4 .swiper-slide em {
  display: block;
  width: 100%;
  height: 3.3rem;
  border-radius: 0.2rem;
  overflow: hidden;
}
.faxq-box .box4 .swiper-slide em img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}
.faxq-box .box4 .swiper-slide p {
  display: block;
  font-size: 0.24rem;
  line-height: 1.2;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 0.2rem;
  text-align: center;
  transition: all 0.4s;
}
.faxq-box .box4 .swiper-pagination {
  position: static;
  margin-top: 0.5rem;
}
.faxq-box .box4 .swiper-pagination span {
  background-color: #036eb7;
}
.faxq-box .box4 .swiper-pagination span::after {
  border-color: #036eb7;
}

.cpxq-box {
}
.cpxq-box .box1 {
  padding-top: 0.36rem;
  background-color: #eef2fa;
}
.cpxq-box .box1 .w1400 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cpxq-box .box1 .div1 {
  flex-shrink: 0;
  width: 4.3rem;
}
.cpxq-box .box1 .div1 h6 {
  font-size: 0.45rem;
  font-weight: bold;
}
.cpxq-box .box1 .div1 h6::after {
  content: "";
  display: block;
  width: 1rem;
  height: 3px;
  background-color: #036eb7;
  margin-top: 0.26rem;
}
.cpxq-box .box1 .div1 p {
  font-size: 0.2rem;
  line-height: 1.6;
  text-align: justify;
  color: #666;
  margin-top: 0.6rem;
}
.cpxq-box .box1 .div1 dl {
  display: flex;
  margin-top: 1rem;
}
.cpxq-box .box1 .div1 dd {
  margin-right: 0.3rem;
}
.cpxq-box .box1 .div1 dd:last-of-type {
  margin-right: 0;
}
.cpxq-box .box1 .div2 {
  flex-shrink: 0;
  width: 8.1rem;
  height: 6.2rem;
  position: relative;
}
.cpxq-box .box1 .swiper-container {
  width: 6.2rem;
  height: 100%;
  margin: 0;
  background: #fff; /*后来新增的*/
}
.cpxq-box .box1 .swiper-slide .img {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  bottom: 0;
}
.cpxq-box .box1 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cpxq-box .box1 .swiper-slide .threesixty {
  width: 100%;
  height: 100%;
}
.cpxq-box .box1 .swiper-slide .threesixty img {
  object-fit: cover;
}
.cpxq-box .box1 .ol {
  position: absolute;
  width: 1.4rem;
  top: 0;
  right: 0;
}
.cpxq-box .box1 .ol li {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 0.06rem;
  background-color: #fff;
  margin-bottom: 0.2rem;
  cursor: pointer;
}
.cpxq-box .box1 .ol .active {
  border-color: #036eb7;
}
.cpxq-box .box1 .ol li:last-of-type {
  margin-bottom: 0;
}
.cpxq-box .box1 .ol li img {
  position: absolute;
  width: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cpxq-box .box2 {
}
.cpxq-box .box2 .ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -0.3rem;
}
.cpxq-box .box2 .ul li {
  flex-shrink: 0;
  width: calc(50% - 0.15rem);
  background-color: #eef2fa;
  border-radius: 0.2rem;
  box-sizing: border-box;
  padding: 0.1rem 0.2rem 0.1rem;
  display: flex;
  align-items: flex-start;
  margin-top: 0.3rem;
}
.cpxq-box .box2 .ul li img {
  flex-shrink: 0;
  width: 0.5rem;
}
.cpxq-box .box2 .ul li dl {
  flex: 1;
  margin-left: 0.24rem;
}
.cpxq-box .box2 .ul li dt {
  font-size: 0.24rem;
  /* height: 0.5rem; */
  line-height: 0.5rem;
}
.cpxq-box .box2 .ul li dd {
  font-size: 0.18rem;
  line-height: 1.6;
  color: #666;
  margin-top: 0.12rem;
}

.cpxq-box .box3 {
  background-color: #eef2fb;
}
.cpxq-box .box3 .w1400 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cpxq-box .box3 .div1 {
  position: relative;
  flex-shrink: 0;
  width: 4.7rem;
  padding: 0.4rem 0;
}
.cpxq-box .box3 .div1 .swiper-slide {
}
.cpxq-box .box3 .div1 .swiper-slide img {
  width: 100%;
}
.cpxq-box .box3 .div1 .swiper-pagination {
  bottom: 8px !important;
  width: 100%;
}
.cpxq-box .box3 .div1 .swiper-pagination span {
  background-color: #036eb7;
}
.cpxq-box .box3 .div1 .swiper-pagination span::after {
  border-color: #036eb7;
}

.cpxq-box .box3 .div2 {
  position: relative;
  flex-shrink: 0;
  width: 8.7rem;
  box-sizing: border-box;
  padding: 0 0.6rem;
}
.cpxq-box .box3 .div2 .swiper-button-next {
  right: 0;
}
.cpxq-box .box3 .div2 .swiper-button-prev {
  left: 0;
}
.cpxq-box .box3 .div2 .swiper-container {
}
.cpxq-box .box3 .div2 .swiper-slide {
  box-sizing: border-box;
  padding: 0.4rem 0;
  background-color: #f7f7f7;
  border-radius: 0.2rem;
  border: 4px solid #fff;
}
.cpxq-box .box3 .div2 .swiper-slide table {
  width: 100%;
}
.cpxq-box .box3 .div2 .swiper-slide tr {
  border-bottom: 1px solid #fff;
}
.cpxq-box .box3 .div2 .swiper-slide tr:last-of-type {
  border-bottom: 0;
}
.cpxq-box .box3 .div2 .swiper-slide td {
  padding: 0.2rem;
  font-size: 0.18rem;
  color: #666;
}

.cpxq-box .box4 {
  overflow-x: hidden;
}
.cpxq-box .box4 .swiper-container {
  width: calc(100% + 0.46rem);
  height: 2.6rem;
  margin-left: -0.23rem;
}
.cpxq-box .box4 .swiper-slide {
  background-color: #fff;
  padding: 0 0.23rem;
  box-sizing: border-box;
}
.cpxq-box .box4 .swiper-slide a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #eef2fa;
  border-radius: 0.2rem;
  box-sizing: border-box;
  padding: 0.5rem 0.3rem 0;
}
.cpxq-box .box4 .swiper-slide h6 {
  font-size: 0.24rem;
}
.cpxq-box .box4 .swiper-slide p {
  font-size: 0.24rem;
  color: #999;
  margin-top: 0.18rem;
}
.cpxq-box .box4 .swiper-slide i {
  position: absolute;
  left: 0.3rem;
  bottom: 0.24rem;
  font-size: 0.46rem;
  color: #999;
  transition: all 0.4s;
}
.cpxq-box .box4 .swiper-slide i::after {
  content: "\eb2c";
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}
.cpxq-box .box4 .swiper-pagination {
  position: static;
  margin-top: 0.5rem;
}
.cpxq-box .box4 .swiper-pagination span {
  background-color: #036eb7;
}
.cpxq-box .box4 .swiper-pagination span::after {
  border-color: #036eb7;
}

.cpxq-box .box5 {
  padding-top: 0;
}
.cpxq-box .box5 .div {
  display: flex;
  flex-wrap: wrap;
}
.cpxq-box .box5 .div a {
  flex-shrink: 0;
  width: 48%;
  margin-right: 4%;
}
.cpxq-box .box5 .div a:nth-of-type(2n) {
  margin-right: 0;
}
.cpxq-box .box5 .div a em {
  display: block;
  height: 4.2rem;
  overflow: hidden;
  border-radius: 0.2rem;
}
.cpxq-box .box5 .div a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}
.cpxq-box .box5 .div a p {
  text-align: center;
  font-size: 0.24rem;
  margin-top: 0.38rem;
}

.gywm-box {
  padding-top: 0.34rem !important;
}
.gywm-box .box1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gywm-box .box1 .div1 {
  flex-shrink: 0;
  width: 4.8rem;
}
.gywm-box .box1 .div1 h5 {
  font-size: 0.4rem;
  color: #036eb7;
  font-weight: bold;
}
.gywm-box .box1 .div1 h6 {
  font-size: 0.26rem;
  padding-bottom: 0.36rem;
  margin-bottom: 0.36rem;
  margin-top: 0.26rem;
  border-bottom: 1px solid #ccc;
}
.gywm-box .box1 .div1 p {
  font-size: 0.18rem;
  line-height: 1.6;
  color: #666;
  text-align: justify;
}
.gywm-box .box1 .div1 .dl {
  display: flex;
  margin-top: 0.6rem;
}
.gywm-box .box1 .div1 .dl dd {
  position: static;
  margin: 0;
  flex-shrink: 0;
  width: 0.54rem;
  height: 0.54rem;
  border-radius: 50%;
  border: 2px solid #036eb7;
  color: #036eb7;
  line-height: 0.54rem;
  font-size: 0.35rem;
  margin-right: 0.1rem;
  transition: all 0.4s;
}
.gywm-box .box1 .div2 {
  flex-shrink: 0;
  width: 8.1rem;
}
.gywm-box .box1 .swiper-container {
  width: 100%;
  padding-right: calc(50vw - 7rem);
}
.gywm-box .box1 .swiper-slide {
}
.gywm-box .box1 .swiper-slide a {
  display: block;
  background-color: #eef2fa;
  border-radius: 0.2rem;
  box-sizing: border-box;
  padding: 0.2rem 0.2rem 0.3rem;
  transition: all 0.4s;
}
.gywm-box .box1 .swiper-slide em {
  display: block;
}
.gywm-box .box1 .swiper-slide em img {
  width: 100%;
  transition: all 0.4s;
}
.gywm-box .box1 .swiper-slide p {
  font-size: 0.24rem;
  text-align: center;
  margin-top: 0.24rem;
  transition: all 0.4s;
}

.gywm-box .box2 {
}
.gywm-box .box2 .ul {
  display: flex;
  justify-content: space-between;
}
.gywm-box .box2 .ul li {
  flex-shrink: 0;
  width: 32%;
  background-color: #eef2fa;
  text-align: center;
  border-radius: 0.2rem;
  overflow: hidden;
}
.gywm-box .box2 .ul li em {
  display: block;
  width: 100%;
  height: 3rem;
  overflow: hidden;
}
.gywm-box .box2 .ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gywm-box .box2 .ul li div {
  padding: 0.48rem 0.4rem 0.7rem;
}
.gywm-box .box2 .ul li h6 {
  font-size: 0.2rem;
}
.gywm-box .box2 .ul li p {
  font-size: 0.16rem;
  line-height: 1.6;
  color: #666;
  margin-top: 0.24rem;
}

.gywm-box .box3 {
}
.gywm-box .box3 .swiper-div {
}
.gywm-box .box3 .swiper-container {
}
.gywm-box .box3 .swiper-slide {
  background-color: #eef2fa;
  border-radius: 0.2rem;
  display: flex;
  height: 5.4rem;
  overflow: hidden;
}
.gywm-box .box3 .dt {
  flex-shrink: 0;
  width: 45%;
  box-sizing: border-box;
  padding: 0.7rem 0.54rem 0;
}
.gywm-box .box3 .dt em {
  display: block;
  width: 0.96rem;
  height: 0.96rem;
  border: 2px solid #036eb7;
  border-radius: 50%;
}
.gywm-box .box3 .dt em img {
  width: 100%;
  height: 100%;
}
.gywm-box .box3 .dt h6 {
  font-size: 0.3rem;
  margin: 0.32rem 0;
}
.gywm-box .box3 .dt p {
  position: relative;
  font-size: 0.2rem;
  line-height: 1.6;
  margin-top: 0.16rem;
  padding-left: 0.2rem;
}
.gywm-box .box3 .dt p::before {
  content: "";
  position: absolute;
  top: 0.11rem;
  left: 0;
  width: 0.09rem;
  height: 0.09rem;
  border-radius: 50%;
  background-color: #036eb7;
}
.gywm-box .box3 .dd {
  flex: 1;
  min-width: 0;
}
.gywm-box .box3 .dd img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gywm-box .box3 .swiper-pagination {
  width: auto;
  left: calc(0.54rem + 8px);
}
.gywm-box .box3 .swiper-pagination span {
  margin: 0 0.4rem 0 0 !important;
}

.gywm-box .box3 .ul {
  display: flex;
  align-items: center;
  margin-top: 0.8rem;
}
.gywm-box .box3 .ul li {
  flex: 1;
  text-align: center;
  border-right: 1px solid #ccc;
}
.gywm-box .box3 .ul li:last-of-type {
  border-right: 0;
}
.gywm-box .box3 .ul li strong {
  display: inline-block;
  font-size: 0.6rem;
  color: #036eb7;
}
.gywm-box .box3 .ul li small {
  display: inline-block;
  font-size: 0.18rem;
}
.gywm-box .box3 .ul li span {
  display: block;
  font-size: 0.18rem;
  margin-top: 0.18rem;
}

.gywm-box .box4 {
  margin-top: 0.8rem;
}
.gywm-box .box4 .swiper-container {
  height: 41.6vw;
}
.gywm-box .box4 .swiper-slide {
}
.gywm-box .box4 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gywm-box .box4 .swiper-slide div {
  position: absolute;
  top: 62%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  padding-left: 9.3rem;
  color: #fff;
}
.gywm-box .box4 .swiper-slide div img {
  width: 0.5rem;
}
.gywm-box .box4 .swiper-slide div h6 {
  position: relative;
  font-size: 0.4rem;
  padding-bottom: 0.26rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  margin: 0.3rem 0;
}
.gywm-box .box4 .swiper-slide div h6::after {
  content: "";
  position: absolute;
  width: 0.95rem;
  height: 3px;
  background-color: #fff;
  left: 0;
  bottom: -1px;
}
.gywm-box .box4 .swiper-slide div p {
  font-size: 0.24rem;
  line-height: 1.5;
}
.gywm-box .box4 .swiper-pagination {
  bottom: auto !important;
  right: 0.4rem;
}
.gywm-box .box4 .swiper-pagination span {
  margin: 0.4rem 0 !important;
}

.gywm-box .box5 {
  overflow-x: hidden;
}
.gywm-box .box5 .swiper-container {
  width: calc(100% + 0.26rem);
  margin-left: -0.13rem;
}
.gywm-box .box5 .swiper-slide {
  box-sizing: border-box;
  padding: 0 0.13rem;
}
.gywm-box .box5 .swiper-slide div {
  padding: 0.7rem 0.46rem 0.56rem;
  background-color: #eef2fa;
  border-radius: 0.2rem;
  text-align: center;
}
.gywm-box .box5 .swiper-slide img {
  display: block;
  width: 1rem;
  margin: 0 auto;
}
.gywm-box .box5 .swiper-slide p {
  font-size: 0.2rem;
  line-height: 1.6;
  margin-top: 0.36rem;
}
.gywm-box .box5 .swiper-pagination {
  width: 100%;
  position: static;
  margin-top: 0.5rem;
}

@media (min-width: 992px) {
  .lxwm-box .box5 .more-a:hover img {
    bottom: 0.8rem;
    opacity: 1;
  }
  .gywm-box .box1 .div1 .dl dd:hover {
    background-color: #036eb7;
    color: #fff;
  }
  .gywm-box .box1 .swiper-slide a:hover {
    background-color: #036eb7;
  }
  .gywm-box .box1 .swiper-slide a:hover em img {
    transform: scale(1.05);
  }
  .gywm-box .box1 .swiper-slide a:hover p {
    color: #fff;
  }
  .cpxq-box .box5 .div a:hover p {
    color: #036eb7;
  }
  .cpxq-box .box5 .div a:hover img {
    transform: scale(1.1);
  }
  .cpxq-box .box4 .swiper-slide a:hover i {
    color: #036eb7;
  }
  .faxq-box .box4 .swiper-slide:hover p {
    color: #036eb7;
  }
  .faxq-box .box4 .swiper-slide:hover em img {
    transform: scale(1.1);
  }
  .faxq-box .box3 .h6 span:hover {
    color: #036eb7;
  }
  .faxq-box .box3 .h6 span:hover::after {
    width: 100%;
  }
  .cplb-box .box1 .dl2 dd li a:hover {
    background-color: #036eb7;
    border-color: #036eb7;
    color: #fff;
  }
  .cplb-box .box1 .dl2 dd li:hover p {
    color: #036eb7;
  }
  .cplb-box .box1 .dl1 a:hover {
    box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.18);
  }
  .cplb-box .box1 .dl1 a:hover span::after {
    width: 100%;
  }
  .cplb-box .box1 .dl1 a:hover span {
    color: #036eb7;
    border-color: #036eb7;
  }
  .cplb-box .box1 .dl1 a:hover img {
    transform: scale(1.1);
  }
  .cplb-box .box1 .h5 a:hover::before {
    width: 3px;
    background-color: #036eb7;
  }
  .cplb-box .box1 .h5 a:hover::after {
    width: 100%;
  }
  .xwxq-box .box3 a:hover {
    color: #036eb7;
  }
  .xwlb-box .box2 a:hover {
    transform: translateX(0.3rem);
  }
  .xwlb-box .box2 a:hover h6 {
    color: #036eb7;
  }
  .xwlb-box .box1 a:hover h6 {
    color: #036eb7;
  }
  .xwlb-box .box1 a:hover em img {
    transform: scale(1.1);
  }
  .jrwm-box .box2 td a:hover {
    background-color: #036eb7;
    color: #fff;
  }
  /* .falb-box .box1 a:hover em img{
		transform: scale(1.1);
	} */
  .allb-box .box1 li:hover span {
    color: #036eb7;
  }
  .allb-box .box1 li:hover img {
    transform: scale(1.1);
  }
  .paging-box a:hover {
    background-color: #036eb7;
    border-color: #036eb7;
    color: #fff;
  }
  .nav-box h5 a:hover {
    color: #036eb7;
  }
  .nav-box h6 a:hover {
    color: #036eb7;
  }
  .nav-box h6 a:hover::after {
    width: 100%;
    opacity: 1;
  }
  .index-box .box4 .div2 a:hover {
    transform: translateX(0.2rem);
  }
  .index-box .box4 .div a:hover em img {
    transform: scale(1.1);
  }
  .index-box .box4 .div a:hover h6 {
    color: #036eb7;
  }
  .index-box .box4 .h6 span:hover {
    color: #036eb7;
  }
  .index-box .box4 .h6 span:hover::after {
    width: 100%;
    opacity: 1;
  }
  .index-box .box3 .ul a:hover {
    background-color: #1f2126;
  }
  .index-box .box2 .swiper3 .swiper-slide .more-a:hover {
    background-color: #036eb7;
    color: #fff;
  }
  .index-box .box1 .ol li:hover span {
    opacity: 1;
  }
  .index-box .box1 .ol li:hover i::after {
    width: 100%;
  }
  .more-a:hover {
    border-color: #1f2126;
    background-color: #1f2126;
  }
  .more-b:hover {
    border-color: #036eb7;
    background-color: #036eb7;
    color: #fff;
  }
  .foot-box .ul li a:hover {
    color: #036eb7;
    opacity: 1;
  }
  .foot-box .div .div a:hover img {
    opacity: 1;
    bottom: 0.4rem;
  }
  .head-box .dh-ul li p a:hover {
    color: #036eb7;
  }
  .head-box .dh-ul li p a:hover::after {
    height: 100%;
  }
  .head-box .yy-dl:hover::after {
    transform: rotate(-90deg);
  }
  .head-box .yy-dl:hover dt {
    height: 0.56rem;
  }
  .head-box .yy-dl a:hover {
    color: #036eb7;
  }
  .head-box .dh-ul li .a:hover {
    color: #036eb7;
  }
}

@media (max-width: 1600px) {
  html {
    font-size: 90px;
  }
}

@media (max-width: 1500px) {
}

@media (max-width: 1400px) {
  html {
    font-size: 80px;
  }
}

@media (max-width: 1300px) {
  .head-box .dh-ul li {
    margin-right: 0.4rem;
  }
}

@media (max-width: 1200px) {
  .w1400,
  .w1600 {
    width: 92%;
  }
  .head-box {
    width: 100%;
    margin: 0;
    right: auto;
    top: 0;
    height: 0.9rem;
    border-radius: 0;
    padding: 0;
  }
  .head-box .lg-a {
    left: 4%;
  }
  .head-box .dh-ul {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    background-color: #fff;
    box-sizing: border-box;
    padding: 0.1rem 4%;
    box-shadow: 0 0.06rem 0.1rem rgba(0, 0, 0, 0.2);
    display: none;
  }
  .head-box .dh-ul li {
    display: block;
    padding: 0;
    border-bottom: 1px solid #e5e5e5;
    margin-right: 0;
  }
  .head-box .dh-ul li:last-of-type {
    border-bottom: none;
  }
  .head-box .dh-ul .hide-li {
    display: block;
  }
  .head-box .dh-ul li .a {
    display: flex;
    font-size: 0.18rem;
    align-items: center;
    justify-content: space-between;
    line-height: 0.56rem;
    height: 0.56rem;
    color: #333;
    padding: 0;
  }
  .head-box .dh-ul li .a i {
    display: block;
  }
  .head-box .dh-ul li p {
    width: 100%;
    position: static;
    box-shadow: none;
    text-align: left;
    transform: translate(0);
    box-sizing: border-box;
    background-color: #f7f7f7;
    padding: 0.08rem 0.2rem;
    border-radius: 0;
  }
  .head-box .dh-ul li p a {
    font-size: 0.16rem;
    text-align: left;
    color: #999;
    height: 0.4rem;
    line-height: 0.4rem;
    padding: 0;
    border-top: 0;
    margin-bottom: 0;
  }
  .head-box .dh-ul li p a::before,
  .head-box .dh-ul li p a::after {
    display: none;
  }
  .head-box .ss-form {
    display: none;
  }
  .head-box .yy-dl {
    display: none;
  }
  .head-box .menu-dl {
    display: flex;
  }
}

@media (max-width: 992px) {
  /* body {
    padding-top: 0.7rem;
  } */
  .head-box {
    height: 0.7rem;
  }
  .head-box .lg-a {
    width: 2.2rem;
  }
  .banner-box {
    top: 0.7rem;
  }
  .foot-box {
    padding: 0.6rem 0;
  }
  .foot-box .w1600 {
    justify-content: center;
  }
  .foot-box .div {
    text-align: center;
  }
  .foot-box .div .dl {
    margin: 0.24rem 0;
  }
  .foot-box .ul {
    display: none;
  }
  .pd {
    padding: 0.6rem 0;
  }
  .paging-box {
    margin-top: 0.5rem;
  }
  .nav-box h6 {
    justify-content: space-around;
  }
  .nav-box h6 a {
    margin-right: 0;
    font-size: 0.2rem;
    padding-bottom: 0.2rem;
  }
  .contents-box {
    padding-top: 0;
  }
  .contenth-box {
    padding-top: 11vw;
  }
  .title-h5 {
    font-size: 0.4rem;
  }

  .xwlb-box .box1 a,
  .xwlb-box .box2 a {
    display: block;
  }
  .xwlb-box .box1 a em {
    width: 100%;
    height: 40vw;
  }
  .xwlb-box .box1 a div {
    width: 100%;
    padding: 0.3rem 0.24rem;
  }
  .xwlb-box .box1 a p {
    margin: 0.24rem 0;
    height: 0.56rem;
  }
  .xwlb-box .box2 a {
    margin-top: 0.24rem;
    padding: 0.3rem 0.24rem;
    height: auto;
  }
  .xwlb-box .box2 a em {
    display: flex;
    align-items: center;
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
    font-size: 0.36rem;
    color: #036eb7;
    font-weight: bold;
    margin-bottom: 0.2rem;
  }
  .xwlb-box .box2 a em strong {
    margin-bottom: 0;
    font-size: 0.36rem;
  }
  .xwlb-box .box2 a em strong::after {
    content: "-";
  }
  .xwlb-box .box2 a h6 {
    white-space: normal;
  }
  .xwlb-box .box2 a p {
    white-space: normal;
    margin-top: 0.24rem;
    height: 0.56rem;
  }

  .xwxq-box .box1 h5 {
    font-size: 0.34rem;
  }

  .jrwm-box .box1 dd {
    display: none;
  }
  .jrwm-box .box1 dt {
    font-size: 0.36rem;
  }
  .jrwm-box .box1 dt p {
    display: inline;
  }
  .jrwm-box .box1 img {
    margin-top: 0.3rem;
    border-radius: 0.2rem;
  }
  .jrwm-box .box2 {
    margin-top: 0.5rem;
  }
  .jrwm-box .box2 tr {
    height: 0.8rem;
  }
  .jrwm-box .box2 td a {
    width: 0.9rem;
  }

  .lxwm-box .box1 .ul {
    display: block;
  }
  .lxwm-box .box1 .ul li {
    margin-top: 0.3rem;
  }
  .lxwm-box .box1 .ul li h6 {
    margin-bottom: 0.2rem;
  }
  .lxwm-box .box1 .map {
    height: 50vw;
    margin-top: 0.4rem;
  }
  .lxwm-box .box2 {
    margin-top: 0.6rem;
  }
  .lxwm-box .box2 .form {
    display: block;
  }
  .lxwm-box .box2 .form p {
    width: 100%;
    margin-right: 0;
  }
  .lxwm-box .box2 .form p:last-of-type {
    margin-bottom: 0.4rem;
  }
  .lxwm-box .box2 .form input,
  .lxwm-box .box2 .form select {
    height: 0.5rem;
  }
  .lxwm-box .box2 .form span {
    height: 0.5rem;
    line-height: 0.5rem;
  }
  .lxwm-box .box2 .form .more-a {
    margin: 0 auto;
  }

  .lxwm-box .box3 {
    display: block;
  }
  .lxwm-box .box3 dt {
    font-size: 0.24rem;
    line-height: 1.6;
  }
  .lxwm-box .box3 i {
    display: none;
  }
  .lxwm-box .box3 dd {
    margin-top: 0.3rem;
  }
  .lxwm-box .box3 p {
    margin-top: 0.24rem;
  }
  .lxwm-box .box3 p img {
    width: 0.4rem;
  }
  .lxwm-box .box3 p span {
    font-size: 0.32rem;
  }
  .lxwm-box .box4 {
    margin-top: 0.6rem;
  }
  .lxwm-box .box4 .h6 {
    padding: 0;
  }
  .lxwm-box .box4 .ul {
    margin-top: 0.4rem;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .lxwm-box .box4 .ul li {
    flex: auto;
    flex-shrink: 0;
    width: 50%;
  }
  .lxwm-box .box4 .ul li:nth-of-type(2n) {
    border-right: 0;
  }
  .lxwm-box .box5 .ul li span::after {
    display: none;
  }
  .lxwm-box .box5 .ul {
    margin-bottom: 0.4rem;
  }

  .gywm-box .box1 {
    display: block;
  }
  .gywm-box .box1 .div1 {
    width: 100%;
  }
  .gywm-box .box1 .div2 {
    width: 100%;
    margin-top: 0.4rem;
  }
  .gywm-box .box1 .div1 .dl {
    display: none;
  }
  .gywm-box .box2 .ul {
    display: block;
  }
  .gywm-box .box2 .ul li {
    width: 100%;
    margin-right: 0;
    margin-top: 0.24rem;
  }
  .gywm-box .box2 .ul li div {
    padding: 0.4rem;
  }
  .gywm-box .box3 .swiper-slide {
    flex-direction: column-reverse;
    height: auto;
  }
  .gywm-box .box3 .dt {
    width: 100%;
    padding: 0.3rem 0.24rem 0.8rem;
  }
  .gywm-box .box3 .dt em {
    width: 0.8rem;
    height: 0.8rem;
  }
  .gywm-box .box3 .dt p {
    margin-top: 0.1rem;
  }
  .gywm-box .box3 .swiper-pagination {
    width: 100%;
    left: 0;
  }
  .gywm-box .box3 .dt h6 {
    font-size: 0.28rem;
    margin: 0.24rem 0;
  }
  .gywm-box .box3 .ul {
    margin-top: 0.5rem;
  }
  .gywm-box .box3 .ul li strong {
    font-size: 0.5rem;
  }
  .gywm-box .box4 {
    margin-top: 0.6rem;
  }
  .gywm-box .box4 .swiper-container {
    height: 54vw;
  }
  .gywm-box .box4 .swiper-slide div {
    padding-left: 0;
    top: 50%;
  }
  .gywm-box .box4 .swiper-slide div h6 {
    font-size: 0.32rem;
    margin: 0.24rem 0;
    padding-bottom: 0.2rem;
  }
  .gywm-box .box5 .swiper-slide div {
    padding: 0.4rem 0.24rem;
  }
  .gywm-box .box5 .swiper-slide img {
    width: 0.6rem;
  }
  .gywm-box .box5 .swiper-slide p {
    font-size: 0.18rem;
    margin-top: 0.24rem;
  }

  .cplb-box .box1 .h5 {
    display: none;
  }
  .cplb-box .box1 {
    padding-left: 0;
  }
  .cplb-box .box1 .dl {
    margin-bottom: 0.5rem;
  }
  .cplb-box .box1 .dl dt {
    font-size: 0.28rem;
    padding-bottom: 0.2rem;
  }
  .cplb-box .box1 .dl dt::before {
    height: 0.28rem;
  }
  .cplb-box .box1 .dl2 dd h6 {
    padding: 0 0.24rem;
    height: 0.7rem;
    line-height: 0.7rem;
  }
  .cplb-box .box1 .dl2 dd ul {
    padding: 0.15rem 0.24rem;
  }

  .allb-box .box1 {
    margin-top: -0.3rem;
  }
  .allb-box .box1 li {
    width: 100%;
    margin-right: 0;
    margin-top: 0.3rem;
  }
  .allb-box .box1 li em {
    height: 48vw;
  }
  .allbxq-box .div {
    width: 100%;
    padding: 0.4rem;
  }

  .cplb-box .box1 .dl1 a {
    margin-top: 0.3rem;
  }

  .cpxq-box .box1 .w1400 {
    display: block;
  }
  .cpxq-box .box1 .div1 p {
    margin-top: 0.4rem;
  }
  .cpxq-box .box1 .div1 dd {
    margin-right: 0.2rem;
  }
  .cpxq-box .box1 .div1 dl {
    margin-top: 0.4rem;
  }
  .cpxq-box .box1 .ol {
    position: static;
    display: flex;
    width: 100%;
    margin-top: 0.3rem;
  }
  .cpxq-box .box1 .ol li {
    margin-bottom: 0;
    flex-shrink: 0;
    width: 23.5%;
    padding-bottom: 23.5%;
    margin-right: 2%;
  }
  .cpxq-box .box1 .ol li:last-of-type {
    margin-right: 0;
  }
  .cpxq-box .box1 .swiper-container {
    width: 100%;
    height: 92vw;
  }
  .cpxq-box .box1 .div2 {
    display: block;
    width: 100%;
    margin-top: 0.4rem;
  }
  .cpxq-box .box2 .ul {
    margin-top: -0.24rem;
  }
  .cpxq-box .box2 .ul li {
    width: 100%;
    margin-top: 0.24rem;
  }
  .cpxq-box .box3 .div1 {
    padding-top: 0;
    width: 100%;
  }
  .cpxq-box .box3 .w1400 {
    display: block;
  }
  .cpxq-box .box3 .div2 {
    padding: 0;
    width: 100%;
    margin-top: 0.4rem;
  }
  .cpxq-box .box4 .swiper-container {
    width: 100%;
    height: 40vw;
    margin-left: 0;
  }
  .cpxq-box .box4 .swiper-slide {
    padding: 0;
  }
  .cpxq-box .box4 .swiper-slide a {
    padding: 0.3rem 0.3rem 0;
  }
  .cpxq-box .box4 .swiper-slide i {
    bottom: 0.2rem;
  }
  .cpxq-box .box5 .div {
    display: block;
  }
  .cpxq-box .box5 .div a {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-top: 0.3rem;
  }
  .cpxq-box .box5 .div a em {
    height: 44vw;
  }
  .cpxq-box .box5 .div a p {
    margin-top: 0.24rem;
  }

  .more-a,
  .more-b {
    width: 1.3rem;
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.16rem;
  }
  .swiper-box {
    height: 56vw;
    top: 0.7rem;
  }
  .swiper-box .swiper-slide .w1400 p {
    /*font-size: 0.28rem;*/
    font-size: 0.14rem;
  }
  .swiper-box .swiper-slide .w1400 .em {
    margin-top: 0.3rem;
  }

  .index-box .box1 {
    background: none;
    padding: 0.6rem 0;
  }
  .index-box .box1 .w1400 {
    padding-left: 0;
    height: auto;
  }
  .index-box .box1 .ol {
    display: none;
  }
  .index-box .box1 .swiper-slide {
    flex-direction: column;
    height: auto;
    justify-content: flex-start;
  }
  .index-box .box1 .swiper-slide .div1 {
    width: 80%;
    margin-bottom: 0.4rem;
  }
  .index-box .box1 .swiper-slide .div1 img {
    transform: scale(1);
  }
  .index-box .box1 .swiper-slide .div2 {
    width: 100%;
  }
  .index-box .box1 .swiper-slide .div2 h6 {
    font-size: 0.36rem;
  }
  .index-box .box1 .swiper-slide .div2 p {
    margin-top: 0.3rem;
  }
  .index-box .box1 .swiper-slide .div2 dl {
    margin-top: 0.3rem;
  }
  .index-box .box1 .swiper-slide .div2 .more-a {
    margin-top: 0.4rem;
  }
  .index-box .box1 .swiper-slide .div2 dd {
    width: 23.5%;
    margin-right: 2%;
  }
  .index-box .box2 .div1 {
    height: 100%;
  }
  .index-box .box2 .swiper2 {
    height: 60vw;
    width: 100%;
  }
  .index-box .box2 .swiper3 {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-top: 0.2rem;
  }
  .index-box .box2 .swiper-pagination {
    position: static;
    width: 100%;
    margin-top: 0.6rem;
  }
  .index-box .box2 .swiper3 .swiper-slide {
    padding: 0.4rem;
    height: auto;
  }
  .index-box .box2 .swiper3 .swiper-slide h6 {
    font-size: 0.32rem;
  }
  .index-box .box2 .swiper3 .swiper-slide p {
    margin: 0.3rem 0;
  }
  .index-box .box2 .swiper3 .swiper-slide .more-a {
    position: static;
  }
  .index-box .box2 .swiper-pagination span {
    display: inline-block;
    margin: 0 0.3rem !important;
  }
  .index-box .box3 {
    padding: 0.6rem 0;
  }
  .index-box .box3 .h6 {
    padding: 0;
  }
  /*.index-box .box3 .ul{
	 
	}
	.index-box .box3 .ul li{
	 
      width: 33%;
		height: auto;
		margin-top: 0.24rem;
	}
	.index-box .box3 .ul a{
		 
      padding: 0.4rem 0.02rem;
	}
	.index-box .box3 .ul a em{
		width: 0.9rem;
		height: 0.9rem;
	}
	.index-box .box3 .ul a p{
		height: auto;
	}
	.index-box .box3 .ul a h6{
		margin: 0.3rem 0 0.2rem;
	}*/

  .index-box .box3 .ul {
    display: block;
  }
  .index-box .box3 .ul li {
    width: 100%;
    margin-right: 0;
    margin-top: 0.24rem;
  }
  .index-box .box3 .ul li div {
    padding: 0.4rem;
  }

  .index-box .box4 .div {
    width: 100%;
  }
  .index-box .box4 .div em {
    height: 50vw;
  }
  .index-box .box4 .swiper4 {
    margin-bottom: 0.2rem;
  }
  .index-box .box4 .div2 {
    position: static;
  }
  .index-box .box4 .div div {
    margin-top: 0.3rem;
  }
  .index-box .box4 .div a {
    margin-bottom: 0.24rem;
    padding-bottom: 0.24rem;
    border-bottom: 1px solid #ccc;
  }
  .index-box .box4 .div2 i {
    display: none;
  }
  .index-box .box4 .div2 a {
    margin-bottom: 0.24rem;
    padding-bottom: 0.24rem;
    border-bottom: 1px solid #ccc;
  }
  .index-box .box5 {
    padding: 0.6rem 0;
    position: relative;
  }
  .index-box .box5 .div1 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .index-box .box5 .div2 {
    margin-top: 0;
  }
  .index-box .box5 .dd1 {
    width: 100%;
    border-radius: 0.2rem;
    padding: 0.4rem;
  }
  .index-box .box5 .dd1 .title-h5 {
    margin-bottom: 0.3rem;
  }
  .index-box .box5 .dd1 form {
    margin-top: 0.1rem;
  }
  .index-box .box5 .dd1 button {
    margin-top: 0.3rem;
  }
  .index-box .box5 .dd2 {
    position: static;
    width: 100%;
    padding: 0.4rem 0;
    border-radius: 0.2rem;
    margin-top: 0.3rem;
  }
  .index-box .box5 .dd2 ul {
    margin-top: 0.4rem;
  }
  .index-box .box5 .dd2 li {
    margin-bottom: 0.3rem;
  }

  .falb-box .box1 {
    margin-top: -0.4rem;
  }
  .falb-box .box1 li em {
    border-radius: 0.2rem 0.2rem 0 0;
  }
  .falb-box .box1 li div {
    margin-top: 0;
    padding: 0.4rem;
    height: auto;
    border-radius: 0 0 0.2rem 0.2rem;
  }
  .falb-box .box1 li div h6 {
    font-size: 0.32rem;
  }
  .falb-box .box1 li div p {
    margin-top: 0.3rem;
  }
  .falb-box .box1 li div .more-a {
    margin-top: 0.4rem;
  }
  .falb-box .box1 li {
    margin-top: 0.4rem;
  }

  .faxq-box .box1 .h6 {
    padding: 0;
  }
  .faxq-box .box3 .swiper-div {
    padding: 0;
  }
  .faxq-box .box1 .swiper-slide {
    padding: 0.3rem;
    text-align: center;
  }
  .faxq-box .box1 .swiper-slide em {
    width: 0.8rem;
    height: 0.8rem;
    margin: 0 auto;
  }
  .faxq-box .box1 .swiper-slide p {
    margin-top: 0.12rem;
  }
  .faxq-box .box3 .swiper-slide {
    display: block;
  }
  .faxq-box .box3 .swiper-slide div {
    padding: 0;
    margin-top: 0.4rem;
    text-align: center;
  }
  .faxq-box .box3 .swiper-slide p {
    margin-top: 0.3rem;
  }
  .faxq-box .box3 .swiper-slide .more-a {
    margin: 0.4rem auto 0;
  }
}

@media (max-width: 380px) {
  html {
    font-size: 70px;
  }
}
