@import url(iconfont/iconfont.css);
@font-face {
  font-family: "h_Black";
  src: url(font/HarmonyOS_Sans_SC_Black.ttf);
}
@font-face {
  font-family: "h_Bold";
  src: url(font/HarmonyOS_Sans_SC_Bold.ttf);
}
@font-face {
  font-family: "h_Light";
  src: url(font/HarmonyOS_Sans_SC_Light.ttf);
}
@font-face {
  font-family: "h_Medium";
  src: url(font/HarmonyOS_Sans_SC_Medium.ttf);
}
@font-face {
  font-family: "h_Regular";
  src: url(font/HarmonyOS_Sans_SC_Regular.ttf);
}
@font-face {
  font-family: "h_Thin";
  src: url(font/HarmonyOS_Sans_SC_Thin.ttf);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --themeColor: #178ECE;
  --container: 16.5rem;
  --container_margin: calc((100vw - var(--container)) / 2);
  --group: 1.2rem;
}
@media screen and (max-width: 820px) {
  :root {
    --container: calc(100vw - 40px);
    --container_margin: calc((100vw - var(--container)) / 2);
  }
}
.iconfont {
  font-size: 0.16rem;
}
body {
  -webkit-font-smoothing: antialiased;
  font: 0.16rem/1.73 h_Regular, Microsoft YaHei, Heiti SC, tahoma, Hiragino Sans GB, "\5B8B\4F53", sans-serif;
  color: #424242;
  width: 100vw;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
}
p,
div {
  font-family: h_Regular;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: h_Medium;
  font-weight: 400;
}
.bold {
  font-family: h_Bold;
  font-weight: 400;
}
em,
i {
  font-style: normal;
}
li {
  list-style: none;
}
img {
  border: 0;
  vertical-align: middle;
}
a {
  text-decoration: none;
  color: #424242;
}
/* 表单元素 */
textarea,
select,
button,
input {
  /* "\5B8B\4F53" => 宋体 */
  font-family: Regular, Microsoft YaHei, Heiti SC, tahoma, arial, Hiragino Sans GB, "\5B8B\4F53", sans-serif;
  border: none;
  outline: none;
  resize: none;
  background: none;
  transition: all 0.3s;
  /* chrome */
  /* 火狐浏览器 */
}
textarea::-webkit-outer-spin-button,
select::-webkit-outer-spin-button,
button::-webkit-outer-spin-button,
input::-webkit-outer-spin-button,
textarea::-webkit-inner-spin-button,
select::-webkit-inner-spin-button,
button::-webkit-inner-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
textarea[type="number"],
select[type="number"],
button[type="number"],
input[type="number"] {
  -moz-appearance: textfield;
}
textarea::placeholder,
select::placeholder,
button::placeholder,
input::placeholder {
  color: #CDCDCD;
}
/* 版芯 */
.container {
  width: var(--container);
  margin: 0 auto;
}
/* 单行文本 */
.dh_text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* 两行文本 */
.dh_text2 {
  display: -webkit-box;
  display: -moz-box;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/* 三行文本 */
.dh_text3 {
  display: -webkit-box;
  display: -moz-box;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
/* 富文本 */
.rich img,
.rich video {
  max-width: 100% !important;
  height: auto !important;
}
.rich * {
  text-wrap: wrap !important;
  white-space: wrap !important;
}
/* 手机 */
.moblie {
  display: none;
}
.fs-10 {
  font-size: 0.1rem;
}
.fs-11 {
  font-size: 0.11rem;
}
.fs-12 {
  font-size: 0.12rem;
}
.fs-13 {
  font-size: 0.13rem;
}
.fs-14 {
  font-size: 0.14rem;
}
.fs-15 {
  font-size: 0.15rem;
}
.fs-16 {
  font-size: 0.16rem;
}
.fs-17 {
  font-size: 0.17rem;
}
.fs-18 {
  font-size: 0.18rem;
}
.fs-19 {
  font-size: 0.19rem;
}
.fs-20 {
  font-size: 0.2rem;
}
.fs-21 {
  font-size: 0.21rem;
}
.fs-22 {
  font-size: 0.22rem;
}
.fs-23 {
  font-size: 0.23rem;
}
.fs-24 {
  font-size: 0.24rem;
}
.fs-25 {
  font-size: 0.25rem;
}
.fs-26 {
  font-size: 0.26rem;
}
.fs-27 {
  font-size: 0.27rem;
}
.fs-28 {
  font-size: 0.28rem;
}
.fs-29 {
  font-size: 0.29rem;
}
.fs-30 {
  font-size: 0.3rem;
}
.fs-31 {
  font-size: 0.31rem;
}
.fs-32 {
  font-size: 0.32rem;
}
.fs-33 {
  font-size: 0.33rem;
}
.fs-34 {
  font-size: 0.34rem;
}
.fs-35 {
  font-size: 0.35rem;
}
.fs-36 {
  font-size: 0.36rem;
}
.fs-37 {
  font-size: 0.37rem;
}
.fs-38 {
  font-size: 0.38rem;
}
.fs-39 {
  font-size: 0.39rem;
}
.fs-40 {
  font-size: 0.4rem;
}
.fs-41 {
  font-size: 0.41rem;
}
.fs-42 {
  font-size: 0.42rem;
}
.fs-43 {
  font-size: 0.43rem;
}
.fs-44 {
  font-size: 0.44rem;
}
.fs-45 {
  font-size: 0.45rem;
}
.fs-46 {
  font-size: 0.46rem;
}
.fs-47 {
  font-size: 0.47rem;
}
.fs-48 {
  font-size: 0.48rem;
}
.fs-49 {
  font-size: 0.49rem;
}
.fs-50 {
  font-size: 0.5rem;
}
.fs-51 {
  font-size: 0.51rem;
}
.fs-52 {
  font-size: 0.52rem;
}
.fs-53 {
  font-size: 0.53rem;
}
.fs-54 {
  font-size: 0.54rem;
}
.fs-55 {
  font-size: 0.55rem;
}
.fs-56 {
  font-size: 0.56rem;
}
.fs-57 {
  font-size: 0.57rem;
}
.fs-58 {
  font-size: 0.58rem;
}
.fs-59 {
  font-size: 0.59rem;
}
.fs-60 {
  font-size: 0.6rem;
}
.fs-61 {
  font-size: 0.61rem;
}
.fs-62 {
  font-size: 0.62rem;
}
.fs-63 {
  font-size: 0.63rem;
}
.fs-64 {
  font-size: 0.64rem;
}
.fs-65 {
  font-size: 0.65rem;
}
.fs-66 {
  font-size: 0.66rem;
}
.fs-67 {
  font-size: 0.67rem;
}
.fs-68 {
  font-size: 0.68rem;
}
.fs-69 {
  font-size: 0.69rem;
}
.fs-70 {
  font-size: 0.7rem;
}
.fs-71 {
  font-size: 0.71rem;
}
.fs-72 {
  font-size: 0.72rem;
}
.fs-73 {
  font-size: 0.73rem;
}
.fs-74 {
  font-size: 0.74rem;
}
.fs-75 {
  font-size: 0.75rem;
}
.fs-76 {
  font-size: 0.76rem;
}
.fs-77 {
  font-size: 0.77rem;
}
.fs-78 {
  font-size: 0.78rem;
}
.fs-79 {
  font-size: 0.79rem;
}
.fs-80 {
  font-size: 0.8rem;
}
.fs-81 {
  font-size: 0.81rem;
}
.fs-82 {
  font-size: 0.82rem;
}
.fs-83 {
  font-size: 0.83rem;
}
.fs-84 {
  font-size: 0.84rem;
}
.fs-85 {
  font-size: 0.85rem;
}
.fs-86 {
  font-size: 0.86rem;
}
.fs-87 {
  font-size: 0.87rem;
}
.fs-88 {
  font-size: 0.88rem;
}
.fs-89 {
  font-size: 0.89rem;
}
.fs-90 {
  font-size: 0.9rem;
}
.fs-91 {
  font-size: 0.91rem;
}
.fs-92 {
  font-size: 0.92rem;
}
.fs-93 {
  font-size: 0.93rem;
}
.fs-94 {
  font-size: 0.94rem;
}
.fs-95 {
  font-size: 0.95rem;
}
.fs-96 {
  font-size: 0.96rem;
}
.fs-97 {
  font-size: 0.97rem;
}
.fs-98 {
  font-size: 0.98rem;
}
.fs-99 {
  font-size: 0.99rem;
}
.fs-100 {
  font-size: 1rem;
}
.fs-101 {
  font-size: 1.01rem;
}
.fs-102 {
  font-size: 1.02rem;
}
.fs-103 {
  font-size: 1.03rem;
}
.fs-104 {
  font-size: 1.04rem;
}
.fs-105 {
  font-size: 1.05rem;
}
.fs-106 {
  font-size: 1.06rem;
}
.fs-107 {
  font-size: 1.07rem;
}
.fs-108 {
  font-size: 1.08rem;
}
.fs-109 {
  font-size: 1.09rem;
}
.fs-110 {
  font-size: 1.1rem;
}
.fs-111 {
  font-size: 1.11rem;
}
.fs-112 {
  font-size: 1.12rem;
}
.fs-113 {
  font-size: 1.13rem;
}
.fs-114 {
  font-size: 1.14rem;
}
.fs-115 {
  font-size: 1.15rem;
}
.fs-116 {
  font-size: 1.16rem;
}
.fs-117 {
  font-size: 1.17rem;
}
.fs-118 {
  font-size: 1.18rem;
}
.fs-119 {
  font-size: 1.19rem;
}
.fs-120 {
  font-size: 1.2rem;
}
.fs-121 {
  font-size: 1.21rem;
}
.fs-122 {
  font-size: 1.22rem;
}
.fs-123 {
  font-size: 1.23rem;
}
.fs-124 {
  font-size: 1.24rem;
}
.fs-125 {
  font-size: 1.25rem;
}
.fs-126 {
  font-size: 1.26rem;
}
.fs-127 {
  font-size: 1.27rem;
}
.fs-128 {
  font-size: 1.28rem;
}
.fs-129 {
  font-size: 1.29rem;
}
.fs-130 {
  font-size: 1.3rem;
}
.fs-131 {
  font-size: 1.31rem;
}
.fs-132 {
  font-size: 1.32rem;
}
.fs-133 {
  font-size: 1.33rem;
}
.fs-134 {
  font-size: 1.34rem;
}
.fs-135 {
  font-size: 1.35rem;
}
.fs-136 {
  font-size: 1.36rem;
}
.fs-137 {
  font-size: 1.37rem;
}
.fs-138 {
  font-size: 1.38rem;
}
.fs-139 {
  font-size: 1.39rem;
}
.fs-140 {
  font-size: 1.4rem;
}
.fs-141 {
  font-size: 1.41rem;
}
.fs-142 {
  font-size: 1.42rem;
}
.fs-143 {
  font-size: 1.43rem;
}
.fs-144 {
  font-size: 1.44rem;
}
.fs-145 {
  font-size: 1.45rem;
}
.fs-146 {
  font-size: 1.46rem;
}
.fs-147 {
  font-size: 1.47rem;
}
.fs-148 {
  font-size: 1.48rem;
}
.fs-149 {
  font-size: 1.49rem;
}
.fs-150 {
  font-size: 1.5rem;
}
.fs-151 {
  font-size: 1.51rem;
}
.fs-152 {
  font-size: 1.52rem;
}
.fs-153 {
  font-size: 1.53rem;
}
.fs-154 {
  font-size: 1.54rem;
}
.fs-155 {
  font-size: 1.55rem;
}
.fs-156 {
  font-size: 1.56rem;
}
.fs-157 {
  font-size: 1.57rem;
}
.fs-158 {
  font-size: 1.58rem;
}
.fs-159 {
  font-size: 1.59rem;
}
.fs-160 {
  font-size: 1.6rem;
}
.fs-161 {
  font-size: 1.61rem;
}
.fs-162 {
  font-size: 1.62rem;
}
.fs-163 {
  font-size: 1.63rem;
}
.fs-164 {
  font-size: 1.64rem;
}
.fs-165 {
  font-size: 1.65rem;
}
.fs-166 {
  font-size: 1.66rem;
}
.fs-167 {
  font-size: 1.67rem;
}
.fs-168 {
  font-size: 1.68rem;
}
.fs-169 {
  font-size: 1.69rem;
}
.fs-170 {
  font-size: 1.7rem;
}
.fs-171 {
  font-size: 1.71rem;
}
.fs-172 {
  font-size: 1.72rem;
}
.fs-173 {
  font-size: 1.73rem;
}
.fs-174 {
  font-size: 1.74rem;
}
.fs-175 {
  font-size: 1.75rem;
}
.fs-176 {
  font-size: 1.76rem;
}
.fs-177 {
  font-size: 1.77rem;
}
.fs-178 {
  font-size: 1.78rem;
}
.fs-179 {
  font-size: 1.79rem;
}
.fs-180 {
  font-size: 1.8rem;
}
.fs-181 {
  font-size: 1.81rem;
}
.fs-182 {
  font-size: 1.82rem;
}
.fs-183 {
  font-size: 1.83rem;
}
.fs-184 {
  font-size: 1.84rem;
}
.fs-185 {
  font-size: 1.85rem;
}
.fs-186 {
  font-size: 1.86rem;
}
.fs-187 {
  font-size: 1.87rem;
}
.fs-188 {
  font-size: 1.88rem;
}
.fs-189 {
  font-size: 1.89rem;
}
.fs-190 {
  font-size: 1.9rem;
}
.fs-191 {
  font-size: 1.91rem;
}
.fs-192 {
  font-size: 1.92rem;
}
.fs-193 {
  font-size: 1.93rem;
}
.fs-194 {
  font-size: 1.94rem;
}
.fs-195 {
  font-size: 1.95rem;
}
.fs-196 {
  font-size: 1.96rem;
}
.fs-197 {
  font-size: 1.97rem;
}
.fs-198 {
  font-size: 1.98rem;
}
.fs-199 {
  font-size: 1.99rem;
}
.fs-200 {
  font-size: 2rem;
}
.fs-201 {
  font-size: 2.01rem;
}
.fs-202 {
  font-size: 2.02rem;
}
.fs-203 {
  font-size: 2.03rem;
}
.fs-204 {
  font-size: 2.04rem;
}
.fs-205 {
  font-size: 2.05rem;
}
.fs-206 {
  font-size: 2.06rem;
}
.fs-207 {
  font-size: 2.07rem;
}
.fs-208 {
  font-size: 2.08rem;
}
.fs-209 {
  font-size: 2.09rem;
}
/* 遍历动画延迟 */
.swiper_btns {
  width: max-content;
  display: flex;
}
.swiper_btns .iconfont {
  width: 0.4rem;
  line-height: 0.4rem;
  border-radius: 50%;
  text-align: center;
  background-color: #CBDAF3;
  color: #fff;
  transition: all 0.3s;
  cursor: pointer;
}
.swiper_btns .iconfont:hover {
  background-color: var(--themeColor);
}
.swiper_btns .iconfont + .iconfont {
  margin-left: 0.1rem;
}
/* 分页 */
.page {
  display: table;
  margin: 100px auto;
}
.page a {
  cursor: default;
  display: inline-block;
  color: #424242;
  border: 1px solid rgba(66, 66, 66, 0.2);
  height: 25px;
  font-size: 10pt;
  line-height: 25px;
  padding: 0 9px;
  border: 1px solid #D9F7F2;
  margin: 0 2px;
  border-radius: 4px;
  vertical-align: middle;
  transition: all 0.5s ease;
  background: transparent;
}
.page a:not(.disabled):not(.current):hover {
  border: 1px solid #178ece;
  cursor: pointer;
  background: #178ece;
  color: #fff;
}
.page a.current {
  display: inline-block;
  font-size: 10pt;
  height: 25px;
  line-height: 25px;
  padding: 0 9px;
  margin: 0 2px;
  border: 1px solid #178ece;
  cursor: pointer;
  background: #178ece;
  color: #fff;
  border-radius: 4px;
  vertical-align: middle;
}
.page a.disabled {
  display: inline-block;
  font-size: 10pt;
  height: 25px;
  line-height: 25px;
  padding: 0 9px;
  margin: 0 2px;
  color: #ddd;
  background: rgba(23, 142, 206, 0.5);
  border: 1px solid #D9F7F2;
  border-radius: 4px;
  vertical-align: middle;
  cursor: no-drop;
}
/* 顶部导航 */
.header {
  line-height: 1rem;
  background: rgba(255, 255, 255, 0.98);
  position: sticky;
  top: 0;
  z-index: 99;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
}
.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .container .logo {
  display: block;
  width: 0.87rem;
}
.header .container .logo img {
  width: 100%;
}
.header .container .nav {
  display: flex;
}
.header .container .nav > li {
  position: relative;
}
.header .container .nav > li.active > a,
.header .container .nav > li > a:hover {
  color: var(--themeColor);
}
.header .container .nav > li .menu_warp {
  width: 100px;
  position: absolute;
  top: 100%;
  left: 50%;
  display: none;
  transform: translate(-50%, 0);
  background: #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
}
.header .container .nav > li .menu_warp .menu {
  padding: 0.1rem 0;
  line-height: 1.5;
}
.header .container .nav > li .menu_warp .menu p {
  padding: 0.1rem 0.1rem;
  text-align: center;
  cursor: pointer;
  color: #000;
  transition: all 0.5s ease;
}
.header .container .nav > li .menu_warp .menu p:hover {
  color: var(--themeColor);
}
.header .container .nav > li + li {
  margin-left: 0.58rem;
}
.header .container .right {
  display: flex;
  align-items: center;
  line-height: 0.4rem;
}
.header .container .right .item {
  color: #fff;
  background: var(--themeColor);
  padding: 0 0.17rem;
  border-radius: 0.04rem;
  cursor: pointer;
  border-radius: 0.5rem;
}
.header .container .right .lang {
  display: flex;
  margin-left: 0.5rem;
  color: #A6A6A6;
}
.header .container .right .lang a {
  color: #A6A6A6;
  margin: 0 0.1rem;
}
.header .container .right .lang a.active,
.header .container .right .lang a:hover {
  color: var(--themeColor);
}
.header .container .right .app_menu_btn {
  width: 50px;
  height: 50px;
  transform: scale(0.7) translateX(50%);
  display: none;
}
.header .container .right .app_menu_btn span,
.header .container .right .app_menu_btn::after,
.header .container .right .app_menu_btn::before {
  content: "";
  display: block;
  width: 70%;
  height: 3px;
  border-radius: 2px;
  background: #444;
  position: absolute;
  left: 0;
  transition: all 0.3s;
}
.header .container .right .app_menu_btn::after {
  transform-origin: right center;
  top: 25%;
}
.header .container .right .app_menu_btn::before {
  transform-origin: right center;
  top: 75%;
}
.header .container .right .app_menu_btn span {
  top: 50%;
}
.header .container .right .app_menu_btn.active span {
  opacity: 0;
}
.header .container .right .app_menu_btn.active::after {
  transform: rotate(-46deg);
}
.header .container .right .app_menu_btn.active::before {
  transform: rotate(46deg);
}
.header .container .right .app_menu_btn.active + ul {
  left: 0;
}
.header .container .right ul {
  width: 100vw;
  height: calc(100vh - 60px);
  background-color: var(--themeColor);
  position: fixed;
  z-index: 9999999999;
  top: 60px;
  left: 100%;
  padding: 10px;
  transition: all 0.3s;
}
.header .container .right ul li {
  text-align: center;
  border-bottom: 1px solid #fff;
}
.header .container .right ul li.menu > a {
  position: relative;
  display: block;
}
.header .container .right ul li.menu > a::after,
.header .container .right ul li.menu > a::before {
  position: absolute;
  top: 50%;
  left: auto;
  right: 10px;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #ddd;
  transition: all 0.3s;
}
.header .container .right ul li.menu > a::after {
  transform: rotate(90deg);
}
.header .container .right ul li.menu > a.kai::before,
.header .container .right ul li.menu > a.kai::after {
  transform: rotate(360deg);
}
.header .container .right ul li .list {
  margin-top: 5px;
  display: none;
}
.header .container .right ul li .list a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .container .right ul li .list a[hot]::after {
  content: "hot";
  color: #fff;
  background-color: red;
  line-height: 1.1;
  font-size: 12px;
  width: 28px;
  text-align: center;
  border-radius: 0 8px 0 8px;
  margin-left: 4px;
}
.header .container .right ul li a {
  color: #fff;
  line-height: 2;
  padding: 10px 0;
}
/* 底部 */
.footer {
  background: #f0f0f0;
  padding-top: 0.95rem;
}
.footer .container {
  position: relative;
}
.footer .container .top {
  display: flex;
  justify-content: space-between;
}
.footer .container .top .left .logo {
  width: 1.75rem;
}
.footer .container .top .left .logo img {
  width: 100%;
}
.footer .container .top .left .list {
  display: flex;
  margin-bottom: 0.25rem;
}
.footer .container .top .left .list .img img {
  width: 24px;
  line-height: 0.5;
}
.footer .container .top .left .list .text {
  margin-left: 8px;
  flex: 1;
}
.footer .container .top .right {
  display: flex;
}
.footer .container .top .right dl {
  margin-left: 0.85rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer .container .top .right dl dt {
  margin-bottom: 0.26rem;
}
.footer .container .top .right dl .wechat {
  width: 0.44rem;
  cursor: pointer;
}
.footer .container .top .right dl .wechat:hover .img {
opacity: 1;
}
.footer .container .top .right dl .img {
  margin-top: 0.12rem;
  width: 1.24rem;
  height: 1.31rem;
  background: url("../image/er_bac.svg");
  background-size: 100% 100%;
  opacity: 0;
  transition: all .5s ease;
}
.footer .container .top .right dl .img img {
  width: 100%;
  height: 100%;
}
.footer .wx{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer .wx:hover .img{
    opacity: 1 !important;
}
.footer .container .top .right dl a {
  color: #777777;
  margin-bottom: 0.24rem;
}
.footer .container .btmss {
  padding: 0.54rem 0.27rem 0.29rem 0.27rem;
  border-top: 1px solid #d9d9d9;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .container .btmss .gotop {
  cursor: pointer;
  font-size: 16px;
  width: 107px;
  height: 41px;
  border: 1px solid #178ece;
  border-radius: 6px;
  display: flex !important;
  color: #178ece;
  align-items: center;
  justify-content: center;
}
/* 内页banner */
.page_banner {
  position: relative;
  /*  */
  /*  */
  /*  */
}
.page_banner img {
  width: 100%;
}
.page_banner .text {
  width: var(--container);
  position: absolute;
  left: var(--container_margin);
  top: 50%;
  transform: translateY(-50%);
}
.page_banner .text h2 {
  display: flex;
  align-items: center;
  margin-bottom: 0.2rem;
  position: relative;
  z-index: 1;
  line-height: 1;
}
.page_banner .text h2 .icon {
  margin-left: 0.2rem;
  width: 0.32rem;
  height: 0.32rem;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 1px 1px 2px 0 rgba(0, 105, 234, 0.25);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.page_banner .text h2 .icon img {
  width: 40%;
}
.page_banner .text h2 .icon::before {
  content: "";
  width: 0.2rem;
  height: 0.2rem;
  background: linear-gradient(90deg, #FFFFFF 0%, #0069EA 51%);
  position: absolute;
  left: -5px;
  z-index: -1;
  border-radius: 50%;
}
.page_banner .text p {
  width: 31%;
  color: #666;
  line-height: 1.9;
}
.page_banner .text > *:nth-child(1) {
  animation-delay: 0.13s;
}
.page_banner .text > *:nth-child(2) {
  animation-delay: 0.26s;
}
.page_banner .text > *:nth-child(3) {
  animation-delay: 0.39s;
}
.page_banner .text > *:nth-child(4) {
  animation-delay: 0.52s;
}
.page_banner .text > *:nth-child(5) {
  animation-delay: 0.65s;
}
.page_banner .text > *:nth-child(6) {
  animation-delay: 0.78s;
}
.page_banner .text > *:nth-child(7) {
  animation-delay: 0.91s;
}
.page_banner .text > *:nth-child(8) {
  animation-delay: 1.04s;
}
.page_banner .text > *:nth-child(9) {
  animation-delay: 1.17s;
}
.page_banner .text > *:nth-child(10) {
  animation-delay: 1.3s;
}
.page_banner .text > *:nth-child(11) {
  animation-delay: 1.43s;
}
.page_banner .text > *:nth-child(12) {
  animation-delay: 1.56s;
}
.page_banner .text > *:nth-child(13) {
  animation-delay: 1.69s;
}
.page_banner .text > *:nth-child(14) {
  animation-delay: 1.82s;
}
.page_banner .text > *:nth-child(15) {
  animation-delay: 1.95s;
}
.page_banner .text > *:nth-child(16) {
  animation-delay: 2.08s;
}
.page_banner .text > *:nth-child(17) {
  animation-delay: 2.21s;
}
.page_banner .text > *:nth-child(18) {
  animation-delay: 2.34s;
}
.page_banner .text > *:nth-child(19) {
  animation-delay: 2.47s;
}
.page_banner .text > *:nth-child(20) {
  animation-delay: 2.6s;
}
.page_banner .text > *:nth-child(21) {
  animation-delay: 2.73s;
}
.page_banner .text > *:nth-child(22) {
  animation-delay: 2.86s;
}
.page_banner .text > *:nth-child(23) {
  animation-delay: 2.99s;
}
.page_banner .text > *:nth-child(24) {
  animation-delay: 3.12s;
}
.page_banner .text > *:nth-child(25) {
  animation-delay: 3.25s;
}
.page_banner .text > *:nth-child(26) {
  animation-delay: 3.38s;
}
.page_banner .text > *:nth-child(27) {
  animation-delay: 3.51s;
}
.page_banner .text > *:nth-child(28) {
  animation-delay: 3.64s;
}
.page_banner .text > *:nth-child(29) {
  animation-delay: 3.77s;
}
.page_banner .text2 {
  position: absolute;
  left: var(--container_margin);
  top: 50%;
  transform: translateY(-50%);
}
.page_banner .text2 h2 {
  font-family: h_Bold;
  line-height: 1.1;
}
.page_banner .text2 h2 span {
  color: var(--themeColor);
}
.page_banner .text2 p {
  color: #666;
  margin-top: 0.2rem;
  line-height: 1.1;
}
.page_banner .text2 > *:nth-child(1) {
  animation-delay: 0.13s;
}
.page_banner .text2 > *:nth-child(2) {
  animation-delay: 0.26s;
}
.page_banner .text2 > *:nth-child(3) {
  animation-delay: 0.39s;
}
.page_banner .text2 > *:nth-child(4) {
  animation-delay: 0.52s;
}
.page_banner .text2 > *:nth-child(5) {
  animation-delay: 0.65s;
}
.page_banner .text2 > *:nth-child(6) {
  animation-delay: 0.78s;
}
.page_banner .text2 > *:nth-child(7) {
  animation-delay: 0.91s;
}
.page_banner .text2 > *:nth-child(8) {
  animation-delay: 1.04s;
}
.page_banner .text2 > *:nth-child(9) {
  animation-delay: 1.17s;
}
.page_banner .text2 > *:nth-child(10) {
  animation-delay: 1.3s;
}
.page_banner .text2 > *:nth-child(11) {
  animation-delay: 1.43s;
}
.page_banner .text2 > *:nth-child(12) {
  animation-delay: 1.56s;
}
.page_banner .text2 > *:nth-child(13) {
  animation-delay: 1.69s;
}
.page_banner .text2 > *:nth-child(14) {
  animation-delay: 1.82s;
}
.page_banner .text2 > *:nth-child(15) {
  animation-delay: 1.95s;
}
.page_banner .text2 > *:nth-child(16) {
  animation-delay: 2.08s;
}
.page_banner .text2 > *:nth-child(17) {
  animation-delay: 2.21s;
}
.page_banner .text2 > *:nth-child(18) {
  animation-delay: 2.34s;
}
.page_banner .text2 > *:nth-child(19) {
  animation-delay: 2.47s;
}
.page_banner .text2 > *:nth-child(20) {
  animation-delay: 2.6s;
}
.page_banner .text2 > *:nth-child(21) {
  animation-delay: 2.73s;
}
.page_banner .text2 > *:nth-child(22) {
  animation-delay: 2.86s;
}
.page_banner .text2 > *:nth-child(23) {
  animation-delay: 2.99s;
}
.page_banner .text2 > *:nth-child(24) {
  animation-delay: 3.12s;
}
.page_banner .text2 > *:nth-child(25) {
  animation-delay: 3.25s;
}
.page_banner .text2 > *:nth-child(26) {
  animation-delay: 3.38s;
}
.page_banner .text2 > *:nth-child(27) {
  animation-delay: 3.51s;
}
.page_banner .text2 > *:nth-child(28) {
  animation-delay: 3.64s;
}
.page_banner .text2 > *:nth-child(29) {
  animation-delay: 3.77s;
}
.page_banner .text3 {
  width: var(--container);
  position: absolute;
  left: var(--container_margin);
  top: 15%;
}
.page_banner .text3 h2 {
  display: flex;
  align-items: center;
  margin-bottom: 0.2rem;
  position: relative;
  z-index: 1;
  line-height: 1;
}
.page_banner .text3 h2 .icon {
  margin-left: 0.2rem;
  width: 0.32rem;
  height: 0.32rem;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 1px 1px 2px 0 rgba(0, 105, 234, 0.25);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.page_banner .text3 h2 .icon img {
  width: 40%;
}
.page_banner .text3 h2 .icon::before {
  content: "";
  width: 0.2rem;
  height: 0.2rem;
  background: linear-gradient(90deg, #FFFFFF 0%, #0069EA 51%);
  position: absolute;
  left: -5px;
  z-index: -1;
  border-radius: 50%;
}
.page_banner .text3 p {
  width: 31%;
  color: #666;
  line-height: 1.9;
}
.page_banner .text3 > *:nth-child(1) {
  animation-delay: 0.13s;
}
.page_banner .text3 > *:nth-child(2) {
  animation-delay: 0.26s;
}
.page_banner .text3 > *:nth-child(3) {
  animation-delay: 0.39s;
}
.page_banner .text3 > *:nth-child(4) {
  animation-delay: 0.52s;
}
.page_banner .text3 > *:nth-child(5) {
  animation-delay: 0.65s;
}
.page_banner .text3 > *:nth-child(6) {
  animation-delay: 0.78s;
}
.page_banner .text3 > *:nth-child(7) {
  animation-delay: 0.91s;
}
.page_banner .text3 > *:nth-child(8) {
  animation-delay: 1.04s;
}
.page_banner .text3 > *:nth-child(9) {
  animation-delay: 1.17s;
}
.page_banner .text3 > *:nth-child(10) {
  animation-delay: 1.3s;
}
.page_banner .text3 > *:nth-child(11) {
  animation-delay: 1.43s;
}
.page_banner .text3 > *:nth-child(12) {
  animation-delay: 1.56s;
}
.page_banner .text3 > *:nth-child(13) {
  animation-delay: 1.69s;
}
.page_banner .text3 > *:nth-child(14) {
  animation-delay: 1.82s;
}
.page_banner .text3 > *:nth-child(15) {
  animation-delay: 1.95s;
}
.page_banner .text3 > *:nth-child(16) {
  animation-delay: 2.08s;
}
.page_banner .text3 > *:nth-child(17) {
  animation-delay: 2.21s;
}
.page_banner .text3 > *:nth-child(18) {
  animation-delay: 2.34s;
}
.page_banner .text3 > *:nth-child(19) {
  animation-delay: 2.47s;
}
.page_banner .text3 > *:nth-child(20) {
  animation-delay: 2.6s;
}
.page_banner .text3 > *:nth-child(21) {
  animation-delay: 2.73s;
}
.page_banner .text3 > *:nth-child(22) {
  animation-delay: 2.86s;
}
.page_banner .text3 > *:nth-child(23) {
  animation-delay: 2.99s;
}
.page_banner .text3 > *:nth-child(24) {
  animation-delay: 3.12s;
}
.page_banner .text3 > *:nth-child(25) {
  animation-delay: 3.25s;
}
.page_banner .text3 > *:nth-child(26) {
  animation-delay: 3.38s;
}
.page_banner .text3 > *:nth-child(27) {
  animation-delay: 3.51s;
}
.page_banner .text3 > *:nth-child(28) {
  animation-delay: 3.64s;
}
.page_banner .text3 > *:nth-child(29) {
  animation-delay: 3.77s;
}
/* 首页 */
.home {
  /* 首页banner轮播 */
  /* 关于联宜 */
  /* 核心产品 */
  /* 新闻动态 */
  /* 联系我们 */
}
.home .titles {
  display: flex;
  align-items: flex-start;
}
.home .titles img {
  width: 0.27rem;
}
.home .titles .text {
  line-height: 1;
  margin-left: 0.08rem;
}
.home .titles .text h4 {
  color: var(--themeColor);
}
.home .titles .text p {
  color: rgba(0, 0, 0, 0.1);
}
.home .banner.swiper {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.home .banner.swiper .swiper-slide {
  width: 100%;
  position: relative;
}
.home .banner.swiper .swiper-slide img {
  width: 100%;
}
.home .banner.swiper .swiper-slide .text {
  position: absolute;
  right: var(--container_margin);
  bottom: 1.3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home .banner.swiper .swiper-slide .text img {
  width: 0.68rem;
}
.home .banner.swiper .swiper-slide .text h2 {
  line-height: 1.3;
  text-align: center;
  color: #fff;
}
.home .banner.swiper .swiper-pagination span {
  width: 14px;
  height: 4px;
  border-radius: 28px;
  transition: all 0.3s;
  background-color: #fff;
  opacity: 1;
}
.home .banner.swiper .swiper-pagination span.swiper-pagination-bullet-active {
  width: 26px;
  background-color: var(--themeColor);
}
.home .about {
  padding: 0.65rem 0 1rem;
}
.home .about .container {
  display: flex;
}
.home .about .container .left {
  flex: 1;
  margin-right: 0.65rem;
}
.home .about .container .left .rich {
  width: 100%;
  color: #424242;
  margin: 0.5rem 0 0.5rem;
}
.home .about .container .left a {
  color: var(--themeColor);
  border: 1px solid var(--themeColor);
  padding: 0.08rem 0.16rem;
  border-radius: 0.05rem;
  display: flex;
  align-items: center;
  width: max-content;
  transition: all 0.3s;
}
.home .about .container .left a::after {
  content: "\e634";
  font-family: "iconfont";
  margin-left: 0.1rem;
}
.home .about .container .left a:hover {
  background-color: var(--themeColor);
  color: #fff;
}
.home .about .container .left ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
}
.home .about .container .left ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home .about .container .left ul li .text {
  color: var(--themeColor);
}
.home .about .container .left ul li .text b {
  font-family: h_Black;
  background: linear-gradient(58.38582463deg);
}
.home .about .container .left ul li p {
  color: rgba(0, 0, 0, 0.41);
}
.home .about .container .right {
  width: 30%;
}
.home .about .container .right img {
  width: 100%;
}
.home .product {
  padding: 1rem 0 2.5rem;
  background-image: url(../image/home_product_bg.png);
  background-size: cover;
  background-position: bottom left;
}
.home .product .container .top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.home .product .container .top .right {
  display: flex;
}
.home .product .container .top .right .item {
  cursor: pointer;
  color: #424242CC;
  transition: all 0.3s;
  position: relative;
}
.home .product .container .top .right .item::before {
  content: "";
  width: 0;
  height: 2px;
  background-color: var(--themeColor);
  transition: all 0.3s;
  position: absolute;
  right: 0;
  bottom: 0;
}
.home .product .container .top .right .item + .item {
  margin-left: 0.2rem;
}
.home .product .container .top .right .item:hover,
.home .product .container .top .right .item.active {
  color: var(--themeColor);
}
.home .product .container .top .right .item:hover::before,
.home .product .container .top .right .item.active::before {
  width: 100%;
  left: 0;
}
.home .product .container .wrap {
  margin-top: 1rem;
  position: relative;
}
.home .product .container .wrap .swiper_btns .iconfont {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.home .product .container .wrap .swiper_btns .prev {
  left: 0;
}
.home .product .container .wrap .swiper_btns .next {
  right: 0;
}
.home .product .container .wrap .swiper {
  width: 13rem;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 0.2rem;
}
.home .product .container .wrap .swiper .swiper-slide {
  border-radius: 0.18rem;
  background-color: #fff;
  box-shadow: 0 0.1rem 0.15rem rgba(0, 0, 0, 0.1);
}
.home .product  .img{
    overflow: hidden;
}
.home .product  .product_list{
    cursor: pointer;
}
.home .product  .product_list:hover img{
    transform: scale(1.1);
}
.home .product_list img {
  width: 100%;
    transform: scale(1);
transition: all .5s ease;
}
.home .product .container .wrap .swiper .swiper-slide .text {
  padding: 0.2rem;
}
.home .product .container .wrap .swiper .swiper-slide .text a {
  margin-top: 0.15rem;
  display: block;
  width: max-content;
  color: var(--themeColor);
  position: relative;
}
.home .product .container .wrap .swiper .swiper-slide .text a::before {
  content: "";
  width: 0;
  height: 2px;
  background-color: var(--themeColor);
  position: absolute;
  right: 0;
  bottom: 0;
  transition: all 0.3s;
}
.home .product .container .wrap .swiper .swiper-slide .text a:hover::before {
  width: 100%;
  left: 0;
}
.home .news {
  padding: 1rem 0;
}
.home .news .container .wrap {
  display: flex;
  margin-top: 0.5rem;
}
.home .news .container .wrap .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.25rem;
  flex: 1;
}
.home .news .container .wrap .list a {
  position: relative;
  overflow: hidden;
}
.home .news .container .wrap .list a:hover img{
    transform: scale(1.1);
}
.home .news .container .wrap .list a img {
  width: 100%;
  transform: scale(1);
  transition: all .5s ease;
}
.home .news .container .wrap .list a .text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 0.75rem;
  display: flex;
  justify-content: space-between;
  background: rgba(73, 73, 73, 0.5);
  color: #fff;
  padding: 0 0.33rem;
}
.home .news .container .wrap .list a .text p {
  width: 88%;
}
.home .news .container .wrap .right {
  width: 31%;
  margin-left: 0.25rem;
  position: relative;
}
.home .news .container .wrap .right img {
  width: 100%;
}
.home .news .container .wrap .right h2 {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
}
.home .contact {
  padding: 1rem 0;
  background-color: #FBFBFB;
}
.home .contact .container {
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  border-radius: 0.1rem;
  overflow: hidden;
  display: flex;
}
.home .contact .container .right {
  background-color: var(--themeColor);
  color: #fff;
  padding: 0.87rem 0.74rem;
}
.home .contact .container .right h1,
.home .contact .container .right h2 {
  line-height: 1;
}
.home .contact .container .right ul {
  margin-top: 0.8rem;
}
.home .contact .container .right ul li {
  display: flex;
  align-items: center;
}
.home .contact .container .right ul li img {
  width: 0.3rem;
  margin-right: 0.1rem;
}
.home .contact .container .right ul li + li {
  margin-top: 0.25rem;
}
.home .contact .container #Map {
  flex: 1;
}
.home .contact .container #Map .anchorBL {
  display: none;
}
/* 公共banner */
.index-top img {
  width: 100%;
}
/* 关于我们 */
.aboutus {
  padding: 1.35rem 0.1rem;
  /* 公共标题 */
  /* 两个半圆 */
  /* 公司介绍 */
  /* 工作职责 */
  /* 涉及领域 */
}
.aboutus .about-top .title {
  text-align: center;
  display: flex;
  justify-content: center;
}
.aboutus .about-top .title img {
  width: 0.27rem;
  margin-right: 0.15rem;
}
.aboutus .about-top .text {
  text-align: center;
  color: rgba(0, 0, 0, 0.1);
}
.aboutus .cril-top {
  position: absolute;
  left: 0.69rem;
  top: -0.26rem;
  width: 1.08rem;
  animation-duration: 5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
.aboutus .cril-top img {
  width: 100%;
}
.aboutus .cril-bottom {
  position: absolute;
  right: 1.48rem;
  bottom: -0.35rem;
  width: 1.08rem;
  animation-duration: 5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
.aboutus .cril-bottom img {
  width: 100%;
}
.aboutus .about {
  padding: 0;
}
.aboutus .about .container {
  display: block;
  padding-top: 0.82rem;
}
.aboutus .about .container .about-t {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.aboutus .about .container .about-t .left {
  width: 2.87rem;
  margin-right: 0;
  flex: none;
}
.aboutus .about .container .about-t .left img {
  width: 100%;
}
.aboutus .about .container .about-t .right {
  margin-left: 0.91rem;
  flex: 1;
  box-sizing: border-box;
  padding: 0.6rem 1.38rem 0.53rem;
  background: #f0f0f0;
  position: relative;
}
.aboutus .about .container .about-t .right .text {
  margin-top: 0.32rem;
}
.aboutus .about .container .about-t .right .list-ul {
  margin-top: 0.2rem;
  display: flex;
  justify-content: space-between;
}
.aboutus .about .container .about-t .right .list-ul .list .list-t {
  text-align: center;
}
.aboutus .about .container .about-t .right .list-ul .list .list-t .title {
  color: transparent;
  background-clip: text;
  background-image: linear-gradient(to bottom, #0098E9, #32C3FF);
}
.aboutus .about .container .about-t .right .list-ul .list .list-t .text {
  margin-top: 0;
  font-size: 14px;
  color: #FFBA68;
}
.aboutus .about .container .about-t .right .list-ul .list .list-b {
  text-align: center;
  color: rgba(0, 0, 0, 0.41);
}
.aboutus .about .container .about-b {
  margin-top: 0.68rem;
  width: 100%;
}
.aboutus .about .container .about-b img {
  display: block;
  width: 100%;
}
.aboutus .Job {
  margin-top: 1.04rem;
}
.aboutus .Job .Job-main {
  display: flex;
  align-items: center;
  padding-top: 0.32rem;
}
.aboutus .Job .Job-main .left {
  flex: 1;
  background: #319dd7;
  position: relative;
  padding-left: var(--container_margin);
  padding-top: 1rem;
  padding-right: 0.7rem;
  padding-bottom: 1rem;
}
.aboutus .Job .Job-main .left .content h6 {
  color: #fff;
  text-align: right;
}
.aboutus .Job .Job-main .left .content .content-list {
  margin-top: 0.68rem;
}
.aboutus .Job .Job-main .left .content .content-list .list {
  display: flex;
  margin-bottom: 1.12rem;
}
.aboutus .Job .Job-main .left .content .content-list .list:last-child {
  margin-bottom: 0;
}
.aboutus .Job .Job-main .left .content .content-list .list .list_l {
  flex: 1;
  margin-right: 0.7rem;
  font-size: 16px;
  color: #fff;
  text-align: right;
}
.aboutus .Job .Job-main .left .content .content-list .list .list_r .text {
  margin-top: 4px;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.aboutus .Job .Job-main .right {
  width: 6.77rem;
}
.aboutus .Job .Job-main .right img {
  width: 100%;
}
.aboutus .field {
  margin-top: 1.5rem;
}
.aboutus .field .field_list {
  margin-top: 1.2rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0.13rem;
}
.aboutus .field .field_list .list {
  position: relative;
  cursor: pointer;
}
.aboutus .field .field_list .list:hover .bk {
  height: 100%;
}
.aboutus .field .field_list .list .img {
  width: 100%;
}
.aboutus .field .field_list .list .img img {
  width: 100%;
}
.aboutus .field .field_list .list .bk {
  width: 100%;
  position: absolute;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.56rem;
  transition: all 0.5s ease;
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  color: #fff;
}
/* 产品中心 */
.procudt_center {
  padding-top: 0.66rem;
  /* 产品详情 */
}
.procudt_center .pid {
  display: flex;
  justify-content: center;
    gap: 20px;
}
.procudt_center .pid .pid_item {
  color: #178ECE;
  position: relative;
  cursor: pointer;
}
.procudt_center .pid .pid_item::before {
  content: "";
  width: 0;
  height: 2px;
  background-color: var(--themeColor);
  transition: all 0.3s;
  position: absolute;
  right: 0;
  bottom: 0;
}
.procudt_center .pid .pid_item + .pid_item {
  margin-left: 0.2rem;
}
.procudt_center .pid .pid_item:hover,
.procudt_center .pid .pid_item.active {
  color: var(--themeColor);
}
.procudt_center .pid .pid_item:hover::before,
.procudt_center .pid .pid_item.active::before {
  width: 100%;
  left: 0;
}
.procudt_center .cid {
  display: flex;
  padding-top: 0.56rem;
  justify-content: center;
}
.procudt_center .cid a{
    margin-left: 0.1rem;
}
.procudt_center .cid .cid_item {
  border-radius: 4px;
  height: 0.44rem;
  width: 0.91rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #969696;
  border: 1px solid #d1d1d1;
  transition: all 0.5s ease;
  cursor: pointer;
}
.procudt_center .cid .cid_item + .cid_item {
  margin-left: 0.1rem;
}
.procudt_center .cid .cid_item:hover,
.procudt_center .cid .cid_item.active {
  color: #178ece;
  border: 1px solid #178ece;
}
.procudt_center .product-main {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0.45rem;
  padding-top: 0.81rem;
  padding-bottom: 0.97rem;
}
.procudt_center .product-main .item {
  cursor: pointer;
   background: #f3f3f3;
}
.procudt_center .product-main .item .item-t img {
  width: 100%;
  transform: scale(1);
  transition: all 0.5s ease;
}
.procudt_center .product-main .item .item-b {
  background: #f3f3f3;
  box-sizing: border-box;
  padding: 0.23rem 0.27rem 0.44rem 0.19rem;

}
.procudt_center .product-main .item .item-b .text {
  margin-top: 0.11rem;
}
.procudt_center .productIndex {
  margin-top: 0.68rem;
  padding-bottom: 1.5rem;
  width: 100%;
}
.procudt_center .productIndex .pdtop{
    padding-bottom: 0.46rem;
     border-bottom:  1px solid rgba(66, 66, 66, 0.2);
     display: flex;
     align-items: center;
     justify-content: space-between;
}
.procudt_center .productIndex .pdtop .back{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.procudt_center .productIndex .pdtop .back img{
   height: 30px;
    display: block;
    margin-right: 0.2rem;
}
.procudt_center .productIndex .pdIndex {
  
 width: 55%;
  padding-top: 0.4rem;
 
}
.procudt_center .productIndex .pdIndex .list {
  display: flex;
  margin-bottom: 0.3rem;
}
.procudt_center .productIndex .pdIndex .list .cril {
  margin-right: 8px;
  margin-top: 8.43px;
  width: 14.87px;
  height: 14.87px;
  border-radius: 100%;
  background-color: rgba(23, 142, 206, 0.7);
}
.procudt_center .productIndex .pdIndex .list .list-r {
  flex: 1;
}
.procudt_center .productIndex .pdIndex .list .list-r .title {
  font-family: "h_Bold";
}
.procudt_center .productIndex .pdIndex .list .list-r .text {
  margin-top: 0.3rem;
  font-family: "h_Medium";
  font-size: 16px;
  line-height: 18.75px;
}
/* 新闻动态 */
.news_center {
  padding-top: 1.4rem;
  /* 公共标题 */
  /*新闻动态  */
}
.news_center .about-top .title {
  text-align: center;
  display: flex;
  justify-content: center;
}
.news_center .about-top .title img {
  width: 0.27rem;
  margin-right: 0.15rem;
}
.news_center .about-top .text {
  text-align: center;
  color: rgba(0, 0, 0, 0.1);
}
.news_center .news_main {
  margin-top: 0.7rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.7rem;
}
.news_center .news_main a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news_center .news_main a .main_left img {
  width: 2.5rem;
}
.news_center .news_main a .main_middle {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.news_center .news_main a .main_right {
  width: 3.74rem;
}
.news_center .news_main a .main_right .text {
  margin-top: 0.15rem;
}
.news_center .news_main a .main_right .more {
  margin-top: 0.2rem;
  border-radius: 0.06rem;
  border: 1px solid #178ece;
  color: #178ece;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.31rem;
  width: 0.7rem;
}
/* 新闻详情 */
.newsIndex_center {
  padding-top: 0.4rem;
  padding-bottom: 1rem;
}
.newsIndex_center .newsIndex_main {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 0.4rem;
}
.newsIndex_center .newsIndex_main .main_l {
  width: 50%;
}
.newsIndex_center .newsIndex_main .main_l .l_t {
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid rgba(66, 66, 66, 0.2);
}
.newsIndex_center .newsIndex_main .main_l .l_t .date {
  margin-right: 0.3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #424242;
}
.newsIndex_center .newsIndex_main .main_l .l_t .title {
  padding: 0.12rem 0 0.12rem 0.27rem;
  border-left: 1px solid rgba(66, 66, 66, 0.2);
}
.newsIndex_center .newsIndex_main .main_r {
  width: 4.18rem;
  position: sticky;
  top: 0;
  right: 0;
}
.newsIndex_center .newsIndex_main .main_r .big_title {
  margin-bottom: 0.3rem;
}
.newsIndex_center .newsIndex_main .main_r .list {
  padding: 0.38rem 0 0.45rem 0;
  border-bottom: 1px solid rgba(66, 66, 66, 0.2);
}
.newsIndex_center .newsIndex_main .main_r .list .text {
  margin-top: 0.2rem;
}
/* 人才招聘 */
.join_us {
  padding-top: 1.4rem;
}
.join_us .about-top .title {
  text-align: center;
  display: flex;
  justify-content: center;
}
.join_us .about-top .title img {
  width: 0.27rem;
  margin-right: 0.15rem;
}
.join_us .about-top .text {
  text-align: center;
  color: rgba(0, 0, 0, 0.1);
}
.join_us .join_main {
  margin-top: 0.42rem;
}
.join_us .join_main .big_title {
  color: #424242;
}
.join_us .join_main .join_ul {
  margin-top: 0.5rem;
  border: 1px solid #d9d9d9;
}
.join_us .join_main .join_ul .join_li {
  display: flex;
  background: #fff;
  padding: 0.34rem 0.8rem 0.45rem 0.37rem;
  align-items: center;
  transition: all 0.5s ease;
}
.join_us .join_main .join_ul .join_li .li_l {
  margin-right: 0.3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #178ece;
}
.join_us .join_main .join_ul .join_li .li_l .title {
  line-height: 0.5;
}
.join_us .join_main .join_ul .join_li .li_l .text {
  margin-top: 0.16rem;
}
.join_us .join_main .join_ul .join_li .li_xian {
  width: 1px;
  height: 0.54rem;
  background: rgba(23, 142, 206, 0.8);
}
.join_us .join_main .join_ul .join_li .li_m {
  margin-left: 0.3rem;
}
.join_us .join_main .join_ul .join_li .li_m .m_t {
  color: #000;
  display: flex;
}
.join_us .join_main .join_ul .join_li .li_m .m_t .text {
  margin-left: 0.5rem;
}
.join_us .join_main .join_ul .join_li .li_m .m_m {
  margin-top: 0.14rem;
  display: flex;
}
.join_us .join_main .join_ul .join_li .li_m .m_m .item {
  border-radius: 0.04rem;
  background: rgba(23, 142, 206, 0.16);
  color: #178ece;
  padding: 8px 14px;
  margin-right: 0.1rem;
  line-height: 0.7;
}
.join_us .join_main .join_ul .join_li .li_m .m_m .item:last-child {
  margin-right: 0;
}
.join_us .join_main .join_ul .join_li .li_m .m_b {
  margin-top: 0.14rem;
  display: flex;
}
.join_us .join_main .join_ul .join_li .li_m .m_b .b_l {
  width: 5.9rem;
  margin-right: 0.73rem;
}
.join_us .join_main .join_ul .join_li .li_m .m_b .b_l:last-child {
  margin-right: 0;
}
.join_us .join_main .join_ul .join_li .li_m .m_b .b_l .text .li {
  display: none;
}
.join_us .join_main .join_ul .join_li .li_m .m_b .b_l .text .li:nth-child(1) {
  display: block;
}
.join_us .join_main .join_ul .join_li .li_m .phone {
  display: none;
}
.join_us .join_main .join_ul .join_li .li_r {
  min-height: 100%;
  display: flex;
  align-items: center;
  margin-left: 0.73rem;
  transition: all 0.5s ease;
}
.join_us .join_main .join_ul .join_li .li_r .more {
  background: rgba(23, 142, 206, 0.5);
  padding: 0.12rem 0.23rem;
  border-radius: 6px;
  cursor: pointer;
}
.join_us .join_main .join_ul .join_li .li_r .more svg {
  width: 0.18rem;
  height: 0.18rem;
  display: flex;
  transition: all 0.5s ease;
}
.join_us .join_main .join_ul .liactive {
  background: rgba(23, 142, 206, 0.1);
  padding: 0.23rem 0.8rem 0.14rem 0.37rem;
  align-items: normal;
}
.join_us .join_main .join_ul .liactive .li_xian {
  display: none;
}
.join_us .join_main .join_ul .liactive .li_m .m_b .b_l .text .li {
  display: flex;
}
.join_us .join_main .join_ul .liactive .li_m .phone {
  margin-top: 0.2rem;
  display: flex;
}
.join_us .join_main .join_ul .liactive .li_r {
  display: flex;
  align-items: flex-end;
}
.join_us .join_main .join_ul .liactive .li_r .more svg {
  transform: rotate(180deg);
}
/* 联系我们 */
.contact_us {
  padding-top: 1.25rem;
}
.contact_us .about-top .title {
  text-align: center;
  display: flex;
  justify-content: center;
}
.contact_us .about-top .title img {
  width: 0.27rem;
  margin-right: 0.15rem;
}
.contact_us .about-top .text {
  text-align: center;
  color: rgba(0, 0, 0, 0.1);
}
.contact_us .contact_main .contact_list {
  margin-bottom: 5.48rem;
  margin-top: 1.47rem;
}
.contact_us .contact_main .contact_list .container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0.94rem;
}
.contact_us .contact_main .contact_list .list {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact_us .contact_main .contact_list .list .img {
  width: 0.41rem;
  position: relative;
  height: 0.41rem;
}
.contact_us .contact_main .contact_list .list .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
  opacity: 1;
  transition: all 0.5s ease;
  z-index: 1;
}
.contact_us .contact_main .contact_list .list .img img:last-child {
  opacity: 0;
  z-index: -1;
}
.contact_us .contact_main .contact_list .list .title {
  margin-top: 0.22rem;
}
.contact_us .contact_main .contact_list .list .list-b {
  margin-top: 0.22rem;
}
.contact_us .contact_main .contact_list .list:hover .img img:nth-child(1) {
  opacity: 0;
  z-index: -1;
}
.contact_us .contact_main .contact_list .list:hover .img img:nth-child(2) {
  opacity: 1;
  z-index: 1;
}
.contact_us .contact_main .contact .container {
  margin-top: -3.38rem;
  display: flex;
}
.contact_us .contact_main .contact .container #Map {
  flex: 1;
}
.contact_us .contact_main .contact .container #Map .anchorBL {
  display: none;
}
@media screen and (max-width: 820px) {
  .fs-19,
  .fs-18,
  .fs-17,
  .fs-16,
  .fs-12 {
    font-size: 16px;
  }
  .fs-14 {
    font-size: 14px;
  }
  .fs-20 {
    font-size: 18px;
  }
  .fs-22 {
    font-size: 20px;
  }
  .fs-24 {
    font-size: 20px;
  }
  .fs-26 {
    font-size: 22px;
  }
  .fs-30 {
    font-size: 23px;
  }
  .fs-40 {
    font-size: 25px;
  }
  .fs-50 {
    font-size: 30px;
  }
  /* header */
  .header {
    line-height: 60px;
  }
  .header .container .logo {
    width: 45px;
  }
  .header .container .nav {
    display: none !important;
  }
  .header .container .right .item {
    padding: 10px;
  }
  .header .container .right .app_menu_btn {
    display: block !important;
  }
  .header .container .right ul li a {
    display: block;
  }
  /* 首页 */
  .home .titles img {
    width: 20px;
  }
  .home .about {
    padding: 40px 0.1rem;
  }
  .home .about .container {
    flex-direction: column;
  }
  .home .about .container .left ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
  .home .about .container .right {
    width: 100%;
  }
  .home .product .top {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .home .product .top .right {
    margin-top: 20px;
    width: 100%;
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
  }
  .home .product .top .right .item {
    margin-left: 0 !important;
  }
  .home .product .wrap .swiper_btns {
    display: none;
  }
  .home .product .wrap .productSwiper {
    overflow: hidden;
  }
  .home .product .wrap .productSwiper img {
    width: 100%;
  }
  .home .news .container .wrap {
    margin-top: 20px;
  }
  .home .news .container .wrap .list {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .home .news .container .wrap .list .text {
    padding: 10px 0 !important;
  }
  .home .news .container .right {
    display: none;
  }
  .home .contact .container {
    flex-direction: column;
  }
  .home .contact .container #Map {
    flex: none;
    width: 100%;
    height: 300px;
  }
  .home .contact .container .right ul li img {
    width: 25px;
  }
  /* 关于我们 */
  .aboutus .about-top .title img {
    width: 25px;
  }
  .aboutus .about {
    padding: 0;
  }
  .aboutus .about .container .about-t {
    flex-direction: column;
  }
  .aboutus .about .container .about-t .left {
    width: 100%;
    height: 200px;
    overflow: hidden;
  }
  .aboutus .about .container .about-t .right {
    margin-top: 20px;
    margin-left: 0;
  }
  .aboutus .about .container .about-t .right .list-ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
  .aboutus .Job .Job-main {
    flex-direction: column-reverse;
  }
  .aboutus .Job .Job-main .right {
    height: 200px;
    width: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
  }
  .aboutus .Job .Job-main .left {
    margin-top: 20px;
  }
  .aboutus .field .field_list {
    grid-template-columns: repeat(1, 1fr);
  }
  .aboutus .field .field_list .list .bk {
    padding: 10px 0;
    height: 30px;
  }
  /* 产品中心 */
  .procudt_center {
    /* 产品详情 */
  }
  .procudt_center .container .pid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-row: 20px;
  }
  .procudt_center .container .pid .pid_list {
    display: flex;
    justify-content: flex-start;
  }
  .procudt_center .container .pid .pid_list .pid_item {
    margin-left: 0;
  }
  .procudt_center .container .cid {
    flex-wrap: wrap;
  }
  .procudt_center .container .cid .cid_item {
    width: 100px;
    height: 40px;
    margin-bottom: 20px;
  }
  .procudt_center .container .product-main {
    grid-template-columns: repeat(1, 1fr);
    grid-row: 20px;
  }
  .procudt_center .container .product-main .item .item-b {
    padding: 20px;
  }
  .procudt_center .container .product-main .item .item-b .text {
    margin-top: 10px;
  }
  .procudt_center .productIndex {
    width: 100%;
  }
  /* 新闻动态 */
  .news_center .about-top .title img {
    width: 25px;
  }
  .news_center .news_main {
    grid-template-columns: repeat(1, 1fr);
  }
  .news_center .news_main a {
    flex-direction: column;
  }
  .news_center .news_main a .main_left {
    width: 100%;
  }
  .news_center .news_main a .main_left img {
    width: 100%;
  }
  .news_center .news_main a .main_middel {
    margin: 10px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .news_center .news_main a .main_middel .title {
    line-height: 30px;
  }
  .news_center .news_main a .main_right {
    width: 100%;
  }
  .news_center .news_main a .main_right .more {
    height: 40px;
    width: 100px;
    border-radius: 6px;
  }
  /* 新闻详情 */
  .newsIndex_center {
    padding: 40px 0;
  }
  .newsIndex_center .container .newsIndex_main {
    flex-direction: column;
  }
  .newsIndex_center .container .newsIndex_main .main_l {
    width: 100%;
  }
  .newsIndex_center .container .newsIndex_main .main_r {
    margin-top: 40px;
    width: 100%;
    position: relative;
  }
  /* 人才招聘 */
  .join_us .about-top .title img {
    width: 25px;
  }
  .join_us .join_main .join_ul .join_li {
    flex-direction: column;
    padding: 20px;
  }
  .join_us .join_main .join_ul .join_li .li_xian {
    display: none;
  }
  .join_us .join_main .join_ul .join_li .li_m {
    margin-left: 0;
    margin-top: 20px;
  }
  .join_us .join_main .join_ul .join_li .li_m .m_b {
    margin-top: 10px;
  }
  .join_us .join_main .join_ul .join_li .li_r {
    margin-top: 10px;
  }
  .join_us .join_main .join_ul .join_li .li_r .more {
    padding: 0px 10px;
  }
  .join_us .join_main .join_ul .join_li .li_r .more svg {
    height: 30px;
    width: 30px;
  }
  /* 联系我们 */
  .contact_us .contact_main .contact_list .container {
    grid-template-columns: repeat(1, 1fr);
  }
  .contact_us .contact_main .contact_list .container .list .img {
    width: 50px;
    height: 50px;
  }
  /* 底部 */
  .footer {
    position: relative;
  }
  .footer .container .top {
    flex-direction: column;
  }
  .footer .container .top .left {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer .container .top .left .logo {
    width: 105px;
  }
  .footer .container .top .left .list {
    width: 100%;
  }
  .footer .container .top .right {
    display: none;
  }
  .footer .container .btmss .gotop {
    position: absolute;
    right: 0;
    top: 0;
  }
}
