@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;
}
html{
    font-size: 100px;
}
:root {
  --themeColor: #e10600;
  --container: 14rem;
  --container_margin: calc((100vw - var(--container)) / 2);
  --group: 1.2rem;
}
@keyframes text{
    from{
       transform: scale(1);
    }
    to{
         transform: scale(1.1);
    }
}
@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;
}
/* 4行文本 */
.dh_text4 {
  display: -webkit-box;
  display: -moz-box;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal !important;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
/* 五行文本 */
.dh_text5 {
  display: -webkit-box;
  display: -moz-box;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal !important;
  -webkit-line-clamp: 5;
  -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,
.pagination {
  display: table;
}


.page li,
.pagination li {
  cursor: default;
  display: inline-block;
  color: #424242;
  height: 25px;
  font-size: 10pt;
  line-height: 25px;
  padding: 0 9px;
  margin: 0 2px;
  border-radius: 4px;
  vertical-align: middle;
  transition: all 0.5s ease;
  background: transparent;
}
.page li{
    border:1px solid  #ffeeed;
}
.page a:not(.disabled):not(.current):hover,
.pagination a:not(.disabled):not(.current):hover {
  cursor: pointer;
  background: #ffeeed;
  color: var(--themeColor);
}
.page a.current,
.pagination a.current,
.page li.active,
.pagination li.active {
  display: inline-block;
  font-size: 10pt;
  height: 25px;
  line-height: 25px;
  padding: 0 9px;
  margin: 0 2px;
  cursor: pointer;
  background: #ffeeed;
  color: var(--themeColor);
  border-radius: 4px;
  vertical-align: middle;
}
.page a.disabled,
.pagination a.disabled,
.page li.disabled,
.pagination li.disabled {
  display: inline-block;
  font-size: 10pt;
  height: 25px;
  line-height: 25px;
  padding: 0 9px;
  margin: 0 2px;
  color: #ddd;
  background: rgba(255, 238, 237, 0.5);
  border: 1px solid #ffeeed;
  border-radius: 4px;
  vertical-align: middle;
  cursor: no-drop;
}
.pagination li:nth-child(1){
    background-size: 25px;
    background-repeat: no-repeat;
}
.pagination li:nth-child(1):hover{
    
    background-size: 25px !important;
    background-repeat: no-repeat !important;
}
.pagination li:last-child {
    background-position: 0;
  
    background-size: 25px !important;
    background-repeat: no-repeat !important;
}
.pagination li:last-child a:hover{
     background: transparent !important;
    background-size: 25px !important;
    background-repeat: no-repeat !important;
}
/* 顶部导航 */
.header {
  line-height: 1rem;
  backdrop-filter: blur(10px);
  position: fixed;
  top: 0;
  z-index: 99;
 
  width: 100%;
}
.header .container2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.82rem;
}
.header .container2 .logo {
  display: block;
  width: 1.78rem;
}
.header .container2 .logo img {
  width: 100%;
}
.header .container2 .logo2 {
  display: none;
  width: 1.78rem;
}
.header .container2 .logo2 img {
  width: 100%;
}
.header .container2 .nav {
  display: flex;
}
.header .container2 .nav > li {
  position: relative;
}
.header .container2 .nav > li a {
  color: rgba(255, 255, 255, 0.6);
}
.header .container2 .nav > li.actives > a,
.header .container2 .nav > li > a:hover {
  color: var(--themeColor);
}
.header .container2 .nav > li .menu_warp {
  width: auto;
  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 .container2 .nav > li .menu_warp .menu {
  padding: 0.1rem 0;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
}
.header .container2 .nav > li .menu_warp .menu a {
  padding: 0.1rem 0.1rem;
  text-align: center;
  cursor: pointer;
  color: #000;
  transition: all 0.5s ease;
  white-space: nowrap;
}
.header .container2 .nav > li .menu_warp .menu a:hover {
  color: var(--themeColor);
}
.header .container2 .nav > li + li {
  margin-left: 0.58rem;
}
.header .container2 .nav .active {
  border-bottom: 3px solid var(--themeColor);
}
.header .container2 .right {
  display: flex;
  align-items: center;
}
.header .container2 .right .download {
  padding-left: 0.16rem;
  display: flex;
  align-items: center;
  height: 11px;
  cursor: pointer;
}
.header .container2 .right .download img {
  width: 24px;
  display: block;
}
.header .container2 .right .download p {
  margin-left: 5px;
  color: #ffffff;
  line-height: 21px;
}
.header .container2 .right .download2 {
  display: none;
}
.header .container2 .right .item {
  color: #fff;
  background: var(--themeColor);
  padding: 0 0.17rem;
  border-radius: 0.04rem;
  cursor: pointer;
  border-radius: 0.5rem;
}
.header .container2 .right .lang {
  height: 100%;
  display: flex;
  margin-left: 0.5rem;
  color: #a6a6a6;
  align-items: center;
  position: relative;
}
.header .container2 .right .lang .select {
  width: 120%;
  position: absolute;
  top: 100%;
  background: #fff;
  display: none;
  flex-direction: column;
  justify-content: flex-start;
}
.header .container2 .right .lang .select .actives {
  color: var(--themeColor) !important;
}
.header .container2 .right .lang .select a {
  line-height: 0.5rem;
}
.header .container2 .right .lang .select a:hover {
  color: var(--themeColor);
}
.header .container2 .right .lang:hover .select {
  display: flex;
}
.header .container2 .right .lang .img {
  width: 24px;
  height: 24px;
}
.header .container2 .right .lang a,
.header .container2 .right .lang p {
  color: #ffffff;
  margin: 0 0.1rem;
}
.header .container2 .right .lang .sanjiao {
  width: 12px;
  height: 5px;
}
.header .container2 .right .lang2 {
  display: none;
}
.header .container2 .right .app_menu_btn {
  width: 50px;
  height: 50px;
  transform: scale(0.7) translateX(50%);
  display: none;
}
.header .container2 .right .app_menu_btn span,
.header .container2 .right .app_menu_btn::after,
.header .container2 .right .app_menu_btn::before {
  content: "";
  display: block;
  width: 70%;
  height: 3px;
  border-radius: 2px;
  background: var(--themeColor);
  position: absolute;
  left: 0;
  transition: all 0.3s;
}
.header .container2 .right .app_menu_btn::after {
  transform-origin: right center;
  top: 25%;
}
.header .container2 .right .app_menu_btn::before {
  transform-origin: right center;
  top: 75%;
}
.header .container2 .right .app_menu_btn span {
  top: 50%;
}
.header .container2 .right .app_menu_btn.active span {
  opacity: 0;
}
.header .container2 .right .app_menu_btn.active::after {
  transform: rotate(-46deg);
}
.header .container2 .right .app_menu_btn.active::before {
  transform: rotate(46deg);
}
.header .container2 .right .app_menu_btn.active + ul {
  left: 0;
}
.header .container2 .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 .container2 .right ul li {
  text-align: center;
  border-bottom: 1px solid #fff;
}
.header .container2 .right ul li.menu > a {
  position: relative;
  display: block;
}
.header .container2 .right ul li.menu > a::after,
.header .container2 .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 .container2 .right ul li.menu > a::after {
  transform: rotate(90deg);
}
.header .container2 .right ul li.menu > a.kai::before,
.header .container2 .right ul li.menu > a.kai::after {
  transform: rotate(360deg);
}
.header .container2 .right ul li .list {
  margin-top: 5px;
  display: none;
}
.header .container2 .right ul li .list a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .container2 .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 .container2 .right ul li a {
  color: #fff;
  line-height: 2;
  padding: 10px 0;
}
.header .active{
     box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
     background: #fff;
}
.header .active .logo {
  display: none;
}
.header .active .logo2 {
  display: block !important;
}
.header .active .lang {
  display: none !important;
}
.header .active .lang2 {
  display: flex !important;
}
.header .active .lang2 p {
  color: #000 !important;
}
.header .active .lang2 a {
  color: #000 !important;
}
.header .active .lang2 a:hover {
  color: var(--themeColor) !important;
}
.header .active .search {
  display: none !important;
}
.header .active .search2 {
  display: block !important;
}
.header .active .download {
  display: none !important;
}
.header .active .download2 {
  display: flex !important;
}
.header .active .download2 p {
  color: #000 !important;
}
.header .active .nav > li a {
  color: #000;
}
/* 底部 */
.footer {
  background: #f0f0f0;
  padding-top: 0.95rem;
}
.footer .container2 {
  position: relative;
  padding: 0 0.82rem;
}
.footer .container2 .top {
  display: flex;
  justify-content: space-between;
}
.footer .container2 .top .left .logo {
  width: 1.75rem;
}
.footer .container2 .top .left .logo img {
  width: 100%;
}
.footer .container2 .top .right {
  display: flex;
}
.footer .container2 .top .right dl {
  margin-left: 0.85rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer .container2 .top .right dl .xian {
  margin-top: 0.16rem;
  margin-bottom: 0.27rem;
  width: 18px;
  height: 1px;
  background: #e10600;
}
.footer .container2 .top .right_eng dl{
    margin-left: 0.3rem;
}
.footer .container2 .top .right dl .wechat {
  width: 0.44rem;
}
.footer .container2 .top .right dl .img {
  margin-top: 0.12rem;
  width: 1.24rem;
  height: 1.31rem;
  background: url("../image/er_bac.svg");
  background-size: 100% 100%;
}
.footer .container2 .top .right dl .img img {
  width: 100%;
  height: 100%;
}
.footer .container2 .top .right dl a {
  color: #777777;
  margin-bottom: 0.24rem;
}
.footer .container2 .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 .container2 .btmss .btmss_l {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer .container2 .btmss .btmss_l .phone {
  display: flex;
  align-items: center;
}
.footer .container2 .btmss .btmss_l .phone img {
  width: 32px;
  display: block;
}
.footer .container2 .btmss .btmss_l .phone p {
  margin-left: 12px;
}
.footer .container2 .btmss .btmss_l .list {
  margin-top: 0.31rem;
}
.footer .container2 .btmss .btmss_l .list p {
  color: #999999;
  margin-bottom: 7px;
}
.footer .container2 .btmss .btmss_l .list p:last-child {
  margin-bottom: 0;
}
.footer .container2 .btmss .btmss_r {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.footer .container2 .btmss .btmss_r .gotop {
  cursor: pointer;
  display: flex !important;
  width: 32px;
  align-items: center;
  justify-content: center;
}
.footer .container2 .btmss .btmss_r .gotop img {
  width: 100%;
  display: block;
}
.footer .container2 .btmss .btmss_r .list {
  margin-top: 0.31rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.footer .container2 .btmss .btmss_r .list a {
  color: #999999;
  margin-bottom: 7px;
}
.footer .container2 .btmss .btmss_r .list p {
  color: #999999;
}
/* 内页banner */
.page_banner {
  position: relative;
}
.page_banner .bk {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.26);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: var(--container_margin);
}
.page_banner .bk .title {
  color: #fff;
}
.page_banner .bk .text {
  color: #fff;
}
.page_banner img {
  width: 100%;
}
/* 内页菜单 */
.page-menu {
  height: 0.88rem;
  background: #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
  position: relative;
}
.page-menu .img {
  position: absolute;
  width: 6.495rem;
  left: 0;
  top: -0.41rem;
}
.page-menu .img img {
  width: 100%;
  display: block;
}
.page-menu .container {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-menu .container .menu-l {
  display: flex;
  align-items: center;
}
.page-menu .container .menu-l .gohome {
  height: 0.1282rem;
  margin-right: 0.12rem;
  display: block;
}
.page-menu .container .menu-l .end {
  margin: 0 0.07rem;
  display: block;
  height: 0.121rem;
}
.page-menu .container .menu-r {
  display: flex;
}
.page-menu .container .menu-r a {
  color: #333;
  margin-right: 0.82rem;
  cursor: pointer;
}
.product_eng a{
    margin-right: 0.3rem !important;
}
.page-menu .container .menu-r a:last-child {
  margin-right: 0;
}
.page-menu .container .menu-r .active {
  color: var(--themeColor);
}
html{
   font-size: 54.16px;
}
/* 首页 */
.home {
  position: relative;
  /* 首页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 .more {
  background: var(--themeColor);
  display: flex;
  align-items: center;
  border-radius: 0.54rem;
  padding: 0.15rem 0.47rem 0.15rem 0.26rem;
}
.home .more:hover .more_left {
  background: rgba(255, 255, 255, 0.2);
}
.home .more .more_left {
  transition: all 0.5s ease;
  height: 17px;
  width: 17px;
  background: rgba(255, 255, 255, 0);
  border-radius: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home .more .more_left .cril {
  width: 5px;
  height: 5px;
  border-radius: 8px;
  background: #fff;
}
.home .more .more_right {
  color: #ffffff;
  margin-left: 0.3rem;
}
.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%;
  height: 90vh;
  object-fit: cover;
}
.home .banner.swiper .swiper-slide video{
    width: 100%;
}
.home .banner.swiper .swiper-slide .text {
  position: absolute;
  left: 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 .content {
  transform: translate(0, -0.95rem);
}
.home .banner.swiper .swiper-slide .text h5 {
  font-weight: 400;
  color: rgba(0, 0, 0, 0);
  text-stroke: 1px #ffffff;
  text-align: left;
  font-style: normal;
  text-transform: none;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.4);
}
.home .banner.swiper .swiper-slide .text p {
  color: #ffffff;
  line-height: 26px;
}
.home .banner.swiper .swiper-slide .text h2 {
  line-height: 1.3;
  color: #fff;
}
.home .banner.swiper .bottom {
  bottom: 0.8rem;
  left: 0;
  height: 0.38rem;
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 1;
}
.home .banner.swiper .bottom .xian {
  width: 100%;
  height: 1px;
  background: #fff;
  display: flex;
}
.home .banner.swiper .bottom .xian1 {
  width: var(--container_margin);
}
.home .banner.swiper .bottom .xian2 {
  flex: 1;
}
.home .banner.swiper .bottom .swiper-pagination {
  position: relative;
  padding: 0 0.3rem;
  display: flex;
  bottom: 0;
  align-items: center;
}
.home .banner.swiper .bottom .swiper-pagination span {
  margin-right: 0.3rem;
  width: 6px;
  height: 6px;
  border-radius: 28px;
  transition: all 0.3s;
  background-color: #fff;
  opacity: 1;
  position: relative;
}
.home .banner.swiper .bottom .swiper-pagination span:last-child {
  margin-right: 0;
}
.home
  .banner.swiper
  .bottom
  .swiper-pagination
  span.swiper-pagination-bullet-active {
  width: 0.38rem;
  height: 0.38rem;
  border: 1px solid #fff;
  border-radius: 0.38rem;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home
  .banner.swiper
  .bottom
  .swiper-pagination
  span.swiper-pagination-bullet-active::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 28px;
  transition: all 0.3s;
  background-color: #fff;
}
.home .banner.swiper .bottom .nav {
  padding: 0 0.3rem;
  display: flex;
  align-items: center;
}
.home .banner.swiper .bottom .nav .prev {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.home .banner.swiper .bottom .nav .prev img {
  width: 10px;
  height: 8px;
  transform: rotate(90deg);
  display: block;
}
.home .banner.swiper .bottom .nav .prev p {
  margin-left: 0.1rem;
  display: flex;
  color: #fff;
}
.home .banner.swiper .bottom .nav .swiper-scrollbar {
  width: 1.17rem;
  height: 2px;
  margin: 0 0.3rem;
}
.home .banner.swiper .bottom .nav .swiper-scrollbar .swiper-scrollbar-drag {
  background: #fff;
}
.home .banner.swiper .bottom .nav .next {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.home .banner.swiper .bottom .nav .next img {
  width: 10px;
  height: 8px;
  transform: rotate(270deg);
  display: block;
}
.home .banner.swiper .bottom .nav .next p {
  margin-right: 0.1rem;
  display: flex;
  color: #fff;
}
.home .big-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home .big-title .left p {
  color: #333333;
}
.home .big-title .left .xian {
  margin-top: 0.2rem;
  width: 20px;
  height: 3px;
  background: var(--themeColor);
}
.home .about {
  padding: 1.81rem 0rem 1.3rem;
  background: url("../image/image151@2x.png");
  box-sizing: border-box;
  background-size: 100%;
}
.home .about .container .about_main .top {
  margin-top: 0.6rem;
}
.home .about .container .about_main .top .title {
  display: flex;
  align-self: center;
}
.home .about .container .about_main .top .title p {
  color: var(--themeColor);
}
.home .about .container .about_main .top .top_main {
  margin-top: 0.35rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.home .about .container .about_main .top .top_main .right{
    margin-top: 0.2rem;
}
.home .about .container .about_main .top .top-b {
  margin-top: 1rem;
  padding: 0 1.1rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
}
.home .about .container .about_main .top .top-b .item {
  padding: 0.33rem ;
  width: 100%;
  border: 1px solid #e10600;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 0.16rem;
  box-shadow: 4px 4px 18px 0px rgba(133, 133, 133, 0.15),
    -4px -4px 18px 0px rgba(133, 133, 133, 0.15);
}
.home .about .container .about_main .top .top-b .item img {
  width: 0.73rem;
}
.home .about .container .about_main .top .top-b .item h5 {
  margin-top: 0.26rem;
  color: #000000;
  text-align: center;
}
.home .about .container .about_main .top .top-b .item p {
  margin-top: 0.18rem;
  color: #000000;
}
.home .product {
  padding: 1.47rem 0 0.96rem;
  background-image: url(../image/Rectangle1593@3x.png);
  background-size: cover;
  background-position: bottom left;
}
.home .product .container .product_main {
  margin-top: 0.34rem;
  display: flex;
  justify-content: space-between;
}
.home .product .container .product_main .left {
  padding-top: 0.19rem;
 
}
.home .product .container .product_main .left .swiper{
    height: 100%;
}
.home .product .container .product_main .left .item {
  cursor: pointer;
  display: flex;
  align-items: center;
  height: auto;
}

.home .product .container .product_main .left .item .item_left {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home .product .container .product_main .left .item .item_left img {
  opacity: 0;
  width: 0.75rem;
  transition: all 0.5s ease;
}
.home .product .container .product_main .left .item .item_left .cril {
  transition: all 0.5s ease;
  opacity: 1;
  position: absolute;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background-color: rgba(102, 102, 102, 0.2);
}
.home
  .product
  .container
  .product_main
  .left
  .item
  .item_left
  .cril
  .cril-main {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #666666;
}
.home .product .container .product_main .left .item .item_right {
  margin-left: 0.21rem;
}
.home .product .container .product_main .left .h5swiper{
    display: none;
}
.home .product .container .product_main .left .active .item_left img {
  opacity: 1;
}
.home .product .container .product_main .left .active .item_left .cril {
  opacity: 0;
}
.home .product .container .product_main .right {
  display: none;
}
.home .product .container .product_main .right .text {
  width: 7.41rem;
  padding-right: 1.04rem;
  padding-left: 0.43rem;
}
.home .product .container .product_main .right .right_main {
    height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home .product .container .product_main .right .right_main .list {
  margin-top: -34px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home .product .container .product_main .right .right_main .list:nth-child(1) {
  margin-top: 0;
}
.home .product .container .product_main .right .right_main .list .item {
  width: 1.605rem;
  height: 1.87rem;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(133, 133, 133, 0.15);
  clip-path: polygon(50% 0%, 50% 0%, 140% 50%, 50% 100%, 50% 100%, -40% 50%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.2rem;
  overflow: hidden;
}
.home
  .product
  .container
  .product_main
  .right
  .right_main
  .list
  .item:last-child {
  margin-right: 0;
}
.home .product .container .product_main .right .right_main .list .item img {
  height:2rem;
  transform: scale(1) ;
    transition: all .5s ease;
}
.home .product .container .product_main .right .right_main .list .item img:hover{
   transform: scale(1.1) ;
}
.home .product .container .product_main .right:nth-child(2) {
  display: block;
}
.home .Pledge {
  padding: 0.83rem 0 1.23rem;
}
.home .Pledge .Pledge-title {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.home .Pledge .Pledge-title h6 {
  color: rgba(225, 6, 0, 0.02);
}
.home .Pledge .Pledge-title .title {
  bottom: 0.36rem;
  position: absolute;
  color: #e10600;
}
.home .Pledge .Pledge-main {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.home .Pledge .Pledge-main .item {
  display: flex;
  background: url("../image/Rectangle1593@3x.png");
  background-size: 100% 100%;
  padding: 0.56rem 0.55rem 0.42rem;
  box-sizing: border-box;
}
.home .Pledge .Pledge-main .item .item_l {
  margin-right: 0.85rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.68rem;
  height: 2.26rem;
}
.home .Pledge .Pledge-main .item .item_l img {
  height: 100%;
}
.home .Pledge .Pledge-main .item .item_r {
  flex: 1;
}
.home .Pledge .Pledge-main .item .item_r .title {
  
  color: #e10600;
}
.home .Pledge .Pledge-main .item .item_r .list .list-item {
  margin-top: 0.2rem;
  color: #000000;
  position: relative;
}
.home .Pledge .Pledge-main .item .item_r .list .list-item::before {
  top: 0.06rem;
  left: -0.22rem;
  position: absolute;
  content: "";
  height: 0.12rem;
  width: 0.12rem;
  border-radius: 100%;
  background: #e10600;
}
.home .news {
  padding: 1rem 0;
}
.home .news .news_swiper {
  margin-top: 0.37rem;
}
.home .news .news_swiper .swiper-slide{
    height: auto !important;
}
.home .news .news_swiper .list {
  box-sizing: border-box;
  width: 100%;
  padding-left: var(--container_margin);
  padding-right: 1.32rem;
  display: flex;
  justify-content: space-between;
  padding-top: 1.02rem;
  padding-bottom: 1.02rem;
  height: 100%;
}
.home .news .news_swiper .list .list-l {
  width: 6.36rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home .news .news_swiper .list .list-l .list-t .date {
  color: #999999;
}
.home .news .news_swiper .list .list-l .list-t .title {
  margin-top: 0.28rem;
  color: #e10600;
}
.home .news .news_swiper .list .list-l .list-t p {
  margin-top: 0.14rem;
  color: #666666;
}
.home .news .news_swiper .list .list-l .list-b {
  margin-top: 0.65rem;
  width: 4.96rem;
}
.home .news .news_swiper .list .list-l .list-b img {
  width: 100%;
}
.home .news .news_swiper .list .list-r {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home .news .news_swiper .list .list-r .naviagtion {
  display: flex;
}
.home .news .news_swiper .list .list-r .naviagtion img {
  width: 0.51rem;
}
.home .news .news_swiper .list .list-r .naviagtion .prev {
  position: relative;
  cursor: pointer;
}
.home .news .news_swiper .list .list-r .naviagtion .prev img {
  opacity: 1;
  transition: all 0.5s ease;
}
.home .news .news_swiper .list .list-r .naviagtion .prev img:last-child {
  right: 0;
  top: 0;
  position: absolute;
  opacity: 0;
  transition: all 0.5s ease;
}
.home .news .news_swiper .list .list-r .naviagtion .prev:hover img:first-child {
  opacity: 0;
}
.home .news .news_swiper .list .list-r .naviagtion .prev:hover img:last-child {
  opacity: 1;
}
.home .news .news_swiper .list .list-r .naviagtion .next {
  margin-left: 7px;
  position: relative;
  cursor: pointer;
}
.home .news .news_swiper .list .list-r .naviagtion .next img {
  opacity: 1;
  transition: all 0.5s ease;
}
.home .news .news_swiper .list .list-r .naviagtion .next img:last-child {
  right: 0;
  top: 0;
  position: absolute;
  opacity: 0;
  transition: all 0.5s ease;
}
.home .news .news_swiper .list .list-r .naviagtion .next:hover img:first-child {
  opacity: 0;
}
.home .news .news_swiper .list .list-r .naviagtion .next:hover img:last-child {
  opacity: 1;
}
.home .news .news_swiper .list .list-r .gengduo {
  display: flex;
  align-items: center;
}
.home .news .news_swiper .list .list-r .gengduo img {
  width: 16.49px;
  height: 12.41px;
  display: block;
  margin-left: 15px;
}
.home .news .news_swiper .swiper-slide-active {
  background: url("../image/Rectangle1594@2x.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
.home .contact {
  padding: 0.85rem 0;
  background: url("../image/image138@3x.png");
  background-size: 100% 100%;
}
.home .contact .container {
  display: flex;
  justify-content: space-between;
}
.home .contact .container .left {
  margin-right: 1.6rem;
  width: 6.08rem;
  background: #fff;
  box-sizing: border-box;
  padding: 0.46rem 0.5rem 0.55rem;
}
.home .contact .container .left .text {
  margin-bottom: 0.24rem;
}
.home .contact .container .left .input {
  background: #f7f7f7;
  width: 100%;
  display: flex;
  padding: 0.09rem 0 0.07rem;
  margin-bottom: 0.16rem;
}
.home .contact .container .left .input:last-child {
  margin-bottom: 0;
}
.home .contact .container .left .input .input-l {
  padding-left: 0.2rem;
  margin-right: 0.2rem;
}
.home .contact .container .left .input .input-l::after {
  content: "*";
  color: red;
}
.home .contact .container .left .input .input-r {
  flex: 1;
}
.home .contact .container .left .input .input-r input {
  width: 100%;
}
.home .contact .container .left .input .input-r textarea {
  padding-top: 5px;
  width: 100%;
  height: 1rem;
  resize: none;
}
.home .contact .container .left .submit {
  margin-top: 0.28rem;
  display: flex;
  justify-content: flex-start;
}
.home .contact .container .left .submit div {
  cursor: pointer;
  border-radius: 0.5rem;
  border: 1px solid #666666;
  padding: 0.15rem 0.6rem;
}
.home .contact .container .right {
  padding-top: 0.57rem;
}
.home .contact .container .right .title {
  color: #ffffff;
}
.home .contact .container .right p {
  color: #ffffff;
}
.home .contact .container .right .xian {
  margin-top: 0.35rem;
  width: 20px;
  background: var(--themeColor);
  height: 3px;
  margin-bottom: 0.79rem;
}
.home .contact .container .right .text {
  margin-bottom: 0.4rem;
  display: flex;
  align-items: center;
}
.home .contact .container .right .text:last-child {
  margin-bottom: 0;
}
.home .contact .container .right .text img {
  width: 26px;
  margin-right: 0.13rem;
}
/* 公共banner */
.index-top img {
  width: 100%;
}
/* 关于我们 */
.aboutus {
  padding: 0rem 0.1rem 0;
  /* 公司简介 */
  /* 企业文化 */
  /* 发展历程 */
}
.aboutus .titles {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.aboutus .titles h6 {
  color: rgba(225, 6, 0, 0.02);
}
.aboutus .titles .title {
    
  bottom: 0.36rem;
  position: absolute;
  color: #e10600;
}
.aboutus #company {
  background: url("../image/image175@2x.png");
  background-size: 100% 100%;
  padding-top: 1rem;
  padding-bottom: 1.28rem;
}

.aboutus #company .container .company_main {
  display: flex;
  justify-content: space-between;
}
.aboutus #company .container .company_main .company_l {
  /*width: 8.36rem;*/
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.aboutus #company .container .company_main .company_l .label {
  background: #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
  padding: 0.2rem 0.66rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.5rem;
}
.aboutus #company .container .company_main .company_l .label .list {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1 ;
  flex: 1;
}
.aboutus #company .container .company_main .company_l .label .list .list-t{
    display: flex;
    align-items: center;
     color: var(--themeColor);
      font-family: "h_Bold";
}
.aboutus #company .container .company_main .company_l .label .list .img {
  font-family: "h_Bold";
  color: var(--themeColor);
}
.aboutus #company .container .company_main .company_l .label .list img {
  height: 0.32rem;
}
.aboutus #company .container .company_main .company_l .label .list p {
  margin-top: 0.16rem;
  text-align: center;
}
.aboutus #company .container .company_main .company_l .label .xian {
  height: 1.33rem;
  width: 2px;
  background: #ececec;
}
.aboutus #company .container .company_main .company_r {
  margin-left: 0.53rem;
  width: 4.6rem;
}
.aboutus #company .container .company_main .company_r img {
  width: 100%;
}
.aboutus #culture {
     background: url("../image/culture.png");
  background-size: 100% 100%;
 
}
/*.aboutus #culture .container {*/
  /*padding: 1.38rem 0 2.1rem;*/
/*}*/
.aboutus #culture .culture-main {
  /*margin-top: 0.5rem;*/
  display: flex;
  justify-content: space-between;
}
.aboutus #culture .culture-main .culture-l {
  width: 5.04rem;
  margin-right: 0.91rem;
  position: relative;
    padding-top: 2.33rem;
  padding-bottom: 2.33rem;
}
.aboutus #culture .culture-main .culture-l .list{
    display: none;
}.aboutus #culture .culture-main .culture-l .active{
    display: block;
}
.aboutus #culture .culture-main .culture-l .list .title{
    font-weight: 800;
    color: #fff;
}
.aboutus #culture .culture-main .culture-l .list .xian{
    width: 20px;
    background: #fff;
    margin: 0.1rem 0;
    height: 1px;
}
.aboutus #culture .culture-main .culture-l .list .text{
    margin-top: 0.1rem;
    color: #fff;
}
.aboutus #culture .culture-main .culture-l img {
  width: 100%;
}
.aboutus #culture .culture-main .culture-l .bk {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  background: #e7e7e7;
  bottom: -0.54rem;
  left: -0.56rem;
}
.aboutus #culture .culture-main .culture-r {
  flex: 1;
  display: flex;

  justify-content: center;
}
.aboutus #culture .culture-main .culture-r .list {
    padding-top: 2.33rem;
  padding-bottom: 2.33rem;
  padding-left: 0.33rem;
  padding-right: 0.5rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  border-left: 1px solid rgba(255,255,255,0.25);
  background: transparent;
  transition: all .5s ease;
  align-items: flex-start;
  justify-content: center;
  cursor: pointer;
  flex: 1;
}
.aboutus #culture .culture-main .culture-r .list .img {
  width: 0.5333rem;
    margin-bottom: 0.43rem;
    position: relative;
    transition: all .5s ease;
}.aboutus #culture .culture-main .culture-r .list .img img{
    width: 100%;
}
.aboutus #culture .culture-main .culture-r .list .img::before{
    position: absolute;
    content:'';
    height: 100%;
    left: -0.33rem;
    background: #fff;
    width: 1px;
}
.aboutus #culture .culture-main .culture-r .list p {

  color: #fff;
    margin-bottom:1.42rem ;
  transition: all .5s ease;
  
}
.aboutus #culture .culture-main .culture-r .list .more{
    background: transparent;
        position: relative;
        padding: 0;
        cursor: pointer;
}
.aboutus #culture .culture-main .culture-r .list .more div{
     transform: skewX(-30deg);
     border: 1px solid #fff;
     height: 40px;
     width: 40px;
     
}
.aboutus #culture .culture-main .culture-r .list .more::before{
    position: absolute;
    content: '+';
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
}
.aboutus #culture .culture-main .culture-r .active {
    background: rgba(23,85,155,0.7);
}
.aboutus #culture .culture-main .culture-r .active .img{
    transform: translate(0,-0.5rem);
}
.aboutus #culture .culture-main .culture-r .active p{
    transform: translate(0,-0.5rem);
}
.aboutus #culture .culture-main .culture-r  .active .more::before{
    content: "-";
}
.aboutus #history {
  padding: 1rem 0 1.28rem;
  background: url("../image/Group3680@2x.png");
  background-size: 100%;
}
.aboutus #history .container .history-t {
  display: flex;
  align-items: center;
  justify-content: center;
}
.aboutus #history .container .history-t .swiper {
  width: 10.46rem;
  overflow: hidden;
}
.aboutus #history .container .history-t .swiper .swiper-slide {
  display: flex;
  justify-content: center;
  cursor: pointer;
}
.aboutus #history .container .history-t .swiper .swiper-slide p{
    transition: all .5s ease;
    transform: scale(1);
}
.aboutus #history .container .history-t .swiper .swiper-slide:hover p{
      transform: scale(1.2);
}
.aboutus #history .container .history-t .swiper .active p {
  color: var(--themeColor);
  border-bottom: 1px solid var(--themeColor);
}
.aboutus #history .container .history-t #history_prev {
  cursor: pointer;
  transform: rotate(180deg);
  width: 0.92rem;
  margin-right: 1.22rem;
}
.aboutus #history .container .history-t #history_prev img {
  width: 100%;
}
.aboutus #history .container .history-t #history_next {
  margin-left: 1.22rem;
  cursor: pointer;
  width: 0.92rem;
}
.aboutus #history .container .history-t #history_next img {
  width: 100%;
}
@keyframes up{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}
.aboutus #history .container .history-b-main{
    width: 100%;
    height: 6rem;
    position: relative;
    /*opacity: 0;*/
    /*  display: flex;*/
}
.aboutus #history .container .history-b-main .active{
   opacity: 1;
   transition: all .5s ease;
}
.aboutus #history .container .history-b {
  margin-top: 0.8rem;
 position: absolute;
 left: 0;
 width: 100%;
 top: 0;
  justify-content: space-between;
  align-items: center;
   opacity: 0;
      display: flex;
}
.aboutus #history .container .history-b .left{
    flex: 1;
}
.aboutus #history .container .history-b .left h1 {
  color: var(--themeColor);
}
.aboutus #history .container .history-b .right {
  width: 6.61rem;
  margin-left: 0.5rem;
}
.aboutus #history .container .history-b .right img {
  border-radius: 0.2rem;
  width: 100%;
  display: block;
}
.aboutus #honor {
  padding: 1rem 0 1.1rem;
  background: url("../image/Rectangle1602@2x.png");
}
.aboutus #honor .honor-main {
  position: relative;
}
.aboutus #honor .honor-main .container .swiper {
  width: 102%;
  overflow: hidden;
  margin-right: -0.2rem;
  margin-top: 1.35rem;
}
.aboutus #honor .honor-main .container .swiper .swiper-wrapper {
  align-items: flex-start;
   height: 4rem;
}
.aboutus #honor .honor-main .container .swiper .swiper-wrapper .swiper-slide {
  width: 2.86rem;
 display: flex;
 flex-direction: column;
 align-items: center;
}
.aboutus #honor .honor-main .container .swiper .swiper-slide .img{
    background: #fff;
    display: flex;
    align-items: center;
    margin-bottom:0.1rem;
    min-height: 3rem;
    
}
.aboutus #honor .honor-main .container .swiper .swiper-slide:hover .img {
  width: 2.36rem !important;
  
}
.aboutus #honor .honor-main .container .swiper .swiper-slide:hover img {
  width: 2.36rem;
}
.aboutus #honor .honor-main .container .swiper .swiper-slide:hover .text{
    display: flex !important;
}
.aboutus #honor .honor-main .container img {
  width: 2.19rem;
  transition: all .5s ease;
  cursor: pointer;
  display: block;
}
.aboutus #honor .honor-main .bk {
  height: 0.81rem;
  position: absolute;
  top: 3.8rem;
  width: 100%;
  z-index: -1;
}
.aboutus #honor .honor-main .bk img {
  width: 100%;
  height: 100%;
}
.aboutus #honor .honor-content {
  margin-top: 0.84rem;
}
.aboutus #honor .honor-main .text {
  width: 2.86rem;
  display: none;
  align-items: center;
  justify-content: center;
}
.aboutus #honor .honor-main .text img {
  width: 16px !important;
}
.aboutus #honor .honor-main .text p {
 text-align: center;
  color: var(--themeColor);
}
.aboutus #honor .honor-b {
  margin-top: 0.62rem;
}
.aboutus #honor .honor-b .container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.aboutus #honor .honor-b .container .length {
  display: flex;
  margin-right: 0.52rem;
  align-items: center;
}
.aboutus #honor .honor-b .container .length p {
  color: rgba(153, 153, 153, 0.7);
}
.aboutus #honor .honor-b .container .swiper-scrollbar {
  height: 2px;
  width: 4.22rem;
}
.aboutus #honor .honor-b .container .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: var(--themeColor);
}
.aboutus #honor .honor-b .container .navigation {
  margin-left: 0.5rem;
  display: flex;
  align-items: center;
}
.aboutus #honor .honor-b .container .navigation img {
  cursor: pointer;
  display: block;
  width: 0.52rem;
}
.aboutus{
    
}
/* 产品中心 */
.procudt_center {
  /* 下载中心 */
}
.product_eng{
    
}
.procudt_center .titles {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.procudt_center .titles h6 {
  color: rgba(225, 6, 0, 0.02);
}
.procudt_center .titles .title {
  bottom: 0.36rem;
  position: absolute;
  color: #e10600;
}
.procudt_center .product_cate {
  background: url("../image/image151@2x(2).png");
  background-size: 100% 100%;
  padding-top: 1.07rem;
  padding-bottom: 1.29rem;
  position: relative;
}
.procudt_center .product_cate .xian {
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: 1.43rem;
  z-index: -1;
  display: flex;
}
.procudt_center .product_cate .cate_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.procudt_center .product_cate .cate_list .cate_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.procudt_center .product_cate .cate_list .cate_item img {
  width: 0.7rem;
}
.procudt_center .product_cate .cate_list .cate_item p {
  margin-top: 0.14rpx;
  color: #666666;
}
.procudt_center .product_cate .cate_list .cate_item .cril {
  margin-top: 0.5rem;
  height: 0.29rem;
  width: 0.29rem;
  border-radius: 0.29rem;
  background: #fff;
  transition: all 0.5s ease;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.procudt_center .product_cate .cate_list .active p {
  color: var(--themeColor);
}
.procudt_center .product_cate .cate_list .active .cril {
  background: var(--themeColor);
  border: 1px solid var(--themeColor);
}
.procudt_center .display {
  background: url("../image/Maskgroup@2x(1).png");
  background-size: 100% 100%;
  padding: 1rem 0;
}
.procudt_center .display .container .display-t {
  display: flex;
  justify-content: space-between;
}
.procudt_center .display .container .display-t .t-l {
  position: relative;
}
.procudt_center .display .container .display-t .t-l .title {
  position: absolute;
  top: -0.14rem;
}
.procudt_center .display .container .display-t .t-l .text {
  color: #e2e2e2;
}
.procudt_center .display .container .display-t .t-l .xian {
  height: 1px;
  background-color: #cacaca;
  width: 2.125rem;
}
.procudt_center .download{
    padding: 1rem 0;
}
.procudt_center .download img{
    width: 0.3rem;
}
.download .display-t{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.download .display-t .t-r{
    display: flex;
    align-items: flex-end;
}
/*.download .display-t .t-r .item{*/
/*    cursor: pointer;*/
    
/*   transition: all .5s ease;*/
/*    padding: 0.1rem 0.2rem;*/
/*    border-radius: 0.2rem;*/

/*    border: 1px solid var(--themeColor);*/
/*}*/
/*.download .display-t .t-r .item p{*/
/*    text-align: center;*/
/*}*/
/*.download .display-t .t-r .active{*/
/*    background: var(--themeColor);*/
/*    color: #fff;*/
/*}*/
/*.download .display-t .submit{*/
/*    background: var(--themeColor);*/
/*    color: #fff;*/
/*    padding: 0.1rem 0.2rem;*/
/*    border-radius: 0.2rem;*/
/*    margin-left: 0.2rem;*/
/*}*/
.download .list_cate .list_item {
  margin-bottom: 0.3rem;
}
.download .list_cate .list_item:last-child {
  margin-bottom: 0;
}
.production .content .content-l .details {
  cursor: pointer;
  margin-top: 0.13rem;
  background: var(--themeColor);
  color: #fff;
  padding: 0.1rem 0.18rem;
  border-radius: 0.1rem;
}
.download .list_cate .list {
  position: relative;
}

/*form select {*/
/*	appearance:none;*/
/*	-moz-appearance:none; */
/*	-webkit-appearance:none;  */
/*}*/
.download .list_cate .list option:hover {
  background: transparent !important;
  color: var(--themeColor) !important;
}
.download .list_cate .list .list-t {
  margin-top: 0.1rem;
  cursor: pointer;
  display: flex;
  border: 1px solid #999999;
  border-radius: 0.5rem;
  width: 100%;
  box-sizing: border-box;
  padding: 0.1rem 0.18rem;
  justify-content: space-between;
  min-width: 2.5rem;
}
.download .list_cate .list .list-t svg {
  height: 0.2rem;
}
.download .list_cate .list .list-b {
  border: 1px solid #999999;
  display: none;
  transform: translate(0, 0.1rem);
  position: absolute;
  width: 100%;
  background: #fff;
  border-radius: 0.1rem;
  z-index: 10;
  box-shadow: 6px 10px 30px 0px rgba(51, 51, 51, 0.06);
}
.download .list_cate .list .list-b .item {
  padding: 0.1rem 0.18rem;
  cursor: pointer;
}
.download .list_cate .list .list-b .item:hover {
  color: var(--themeColor);
}
.procudt_center .download .display-b{
    margin-top: 0.5rem;
    display: grid;
      grid-template-columns: repeat(2, 2fr);
  gap: 0.6rem;
}
.procudt_center .download .display-b a{
    padding:  0.1rem 0.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid  #eee;
    background: #fff;
    transition: all .5s ease;
}
.procudt_center .download .display-b a:hover{
    background: #eee;
}
.procudt_center .display .container .display-t .t-l .xian .content {
  width: 0.57rem;
  height: 100%;
  background: var(--themeColor);
}
.procudt_center .display .container .display-t .t-r {
  padding-top: 7px;
  display: flex;
  align-items: center;
}
.procudt_center .display .container .display-t .t-r img {
  display: block;
  width: 0.48rem;
}
.procudt_center .display .container .display-t .t-r .prev {
  position: relative;
  cursor: pointer;
}
.procudt_center .display .container .display-t .t-r .prev img {
  transition: all 0.5s ease;
}
.procudt_center .display .container .display-t .t-r .prev img:first-child {
  opacity: 1;
}
.procudt_center .display .container .display-t .t-r .prev img:last-child {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.procudt_center
  .display
  .container
  .display-t
  .t-r
  .prev:hover
  img:first-child {
  opacity: 0;
}
.procudt_center .list-b{
    display: grid;
    grid-template-columns: repeat(4, 2fr);
  gap: 0.2rem;
}
.procudt_center .display .container .display-t .t-r .prev:hover img:last-child {
  opacity: 1;
}
.procudt_center .display .container .display-t .t-r .next {
  position: relative;
  cursor: pointer;
}
.procudt_center .display .container .display-t .t-r .next img {
  transition: all 0.5s ease;
}
.procudt_center .display .container .display-t .t-r .next img:first-child {
  opacity: 1;
}
.procudt_center .display .container .display-t .t-r .next img:last-child {
  top: 0;
  position: absolute;
  left: 0;
  opacity: 0;
}
.procudt_center
  .display
  .container
  .display-t
  .t-r
  .next:hover
  img:first-child {
  opacity: 0;
}
.procudt_center .display .container .display-t .t-r .next:hover img:last-child {
  opacity: 1;
}
.procudt_center .display .container .display-m {
  margin-top: 0.35rem;
  display: flex;
  flex-wrap: wrap;
}
.procudt_center .display .container .display-m .item {
  margin-right: 0.82rem;
}
.procudt_center .display .container .display-m .item:last-child {
  margin-right: 0;
}
.procudt_center .display .container .display-m .active {
  color: var(--themeColor);
  border-bottom: 1px solid var(--themeColor);
}
.procudt_center .display .container .display-b {
  margin-top: 0.5rem;
}
.procudt_center .display .container .display-b .swiper {
  width: 100%;
  height: 100%;
}
.procudt_center .display .container .display-b .swiper .swiper-wrapper {

}
.procudt_center .display .container .display-b .swiper-slide {
 
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(6, 2fr);
  gap: 0.6rem;
}
.procudt_center .display .container .display-b .swiper-slide a{
  position: relative;
  overflow: hidden;
}
.procudt_center .display .container .display-b .swiper-slide a:hover .content {
  top: 0;
}
.procudt_center .display .container .display-b .swiper-slide .img {
  width: 100%;
  height: 2.63rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.procudt_center .display .container .display-b .swiper-slide .img img {
  max-width: 180%;
  max-height: 100%;
}
.procudt_center .display .container .display-b .swiper-slide .content {
  background-color: rgba(225, 6, 0, 0.85);
  position: absolute;
  transition: all 0.5s ease;
  top: 100%;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0.3rem 0.14rem 0.37rem 0.15rem;
  left: 0;
}
.procudt_center .display .container .display-b .swiper-slide .content .title {
  color: #fff;
  margin-bottom: 0.17rem;
}
.procudt_center .display .container .display-b .swiper-slide .content .text {
  color: #fff;
  padding-top: 0.13rem;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.procudt_center .display .container .display-b .swiper-slide .content .details {
  display: flex;
  justify-content: flex-end;
}
.procudt_center
  .display
  .container
  .display-b
  .swiper-slide
  .content
  .details
  img {
  width: 0.34rem;
}
.procudt_center .product_index {
  padding: 0.56rem 0 1.26rem;
}
.procudt_center .product_index .product_l{
    display: flex;
    position: relative;
    align-items: flex-start;
    justify-content: space-between;
}
.procudt_center .product_index .product_l .content_t{
    margin-bottom: 0.3rem;
    border-bottom: 1px solid #eee;
}
.procudt_center .product_index .img{
    width: 50%;
    margin-bottom: 0.2rem;
    height: auto;
    position: sticky;
    top: 120px;
}
.procudt_center .product_index .big-title {
  height: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ededed;
}
.procudt_center .product_index .list .item {
  height: 1.77rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #d1d1d1;
}
.procudt_center .product_index .list .item .item-l {
  display: flex;
  align-items: center;
}
.procudt_center .product_index .list .item .item-l .l-l {
  margin-right: 0.16rem;
}
.procudt_center .product_index .list .item .item-l .l-l img {
  display: block;
  width: 0.8rem;
}
.procudt_center .product_index .list .item .item-r .date {
  color: #000000;
}
.procudt_center .product_index .list .item .item-r .text {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.procudt_center .product_index .list .item .item-r .text img {
  display: block;
  height: 20px;
}
.procudt_center .product_index .list .item .item-r .text p {
  color: #b0b0b0;
}
.procudt_center .product_index .product_content{
    width: 45%;
}
.procudt_center .nav {
  display: flex;
  justify-content:center;
  padding-top: 1.26rem;
}
/* 生产与研发 */
.production .titles {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.production .titles h6 {
  color: rgba(225, 6, 0, 0.02);
}
.production .titles .title {
  bottom: 0.36rem;
  position: absolute;
  color: #e10600;
}
.production #innovation {
  padding: 1rem 0 0.52rem;
}
.production #innovation .top {
  display: flex;
  align-items: center;
}
.production #innovation .top .items {
  padding: 0.15rem 0.6rem;
  border: 1px solid var(--themeColor);
  border-radius: 0.54rem;
  margin-right: 0.2rem;
  cursor: pointer;
  background: #fff;
  transition: all 0.5s ease;
}
.production #innovation .top .items p {
  color: #000000;
  transition: all 0.5s ease;
}
.production #innovation .top .items:hover {
  background: var(--themeColor);
}
.production #innovation .top .items:hover p {
  color: #fff;
}
.production #innovation .top .items:last-child {
  margin-right: 0;
}
.production #innovation .top .active {
  background: var(--themeColor);
}
.production #innovation .top .active p {
  color: #fff;
}
.production #innovation .innovation_main{
    position: relative;
    width: 100%;
    height: 7rem;
}
.production #innovation .main{
      opacity: 0;
      position: absolute;
      width: 100%;
      left: 0;
      top: 0;
      transition: all .5s ease;
      
}
/*main active*/
.production #innovation .main_active{
    opacity: 1;
}
.production #innovation .innovation {
  overflow: hidden;
  margin-top: 0.6rem;
  /*display: none;*/
}
.production #innovation .innovation .swiper-wrapper .swiper-slide{
    overflow: hidden;
    cursor: pointer;
}
.production #innovation .innovation .swiper-wrapper .swiper-slide img{
    width: 100%;
    /*height: 3rem;*/
    height: 100%;
    object-fit: cover;
    border-radius: 0.2rem;
    transition: all .5s ease;
}

.production #innovation .aaa .innovation .swiper-wrapper .swiper-slide img{
    border-radius: 0;
}

.production #innovation .innovation .swiper-wrapper .swiper-slide:hover img{
    transform: scale(1.1);
}
.production #innovation .innovation img {
  width: 100%;
}
.production #innovation .main-b {
  margin-top: 0.52rem;
}

.production #innovation .main-b .container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.production #innovation .main-b .container .length {
  display: flex;
  margin-right: 0.52rem;
  align-items: center;
}
.production #innovation .main-b .container .length p {
  color: rgba(153, 153, 153, 0.7);
}
.production #innovation .main-b .container .swiper-scrollbar {
  height: 2px;
  width: 4.22rem;
}
.production
  #innovation
  .main-b
  .container
  .swiper-scrollbar
  .swiper-scrollbar-drag {
  background-color: var(--themeColor);
}
.production #innovation .main-b .container .navigation {
  margin-left: 0.5rem;
  display: flex;
  align-items: center;
}
.production #innovation .main-b .container .navigation .innovation-prev {
  position: relative;
  cursor: pointer;
}
.production #innovation .main-b .container .navigation .innovation-prev img {
  transition: all 0.5s ease;
  opacity: 1;
  display: block;
}
.production
  #innovation
  .main-b
  .container
  .navigation
  .innovation-prev
  img:last-child {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.production
  #innovation
  .main-b
  .container
  .navigation
  .innovation-prev:hover
  img:nth-child(1) {
  opacity: 0;
}
.production
  #innovation
  .main-b
  .container
  .navigation
  .innovation-prev:hover
  img:last-child {
  opacity: 1;
}
.production #innovation .main-b .container .navigation .innovation-next {
  position: relative;
  cursor: pointer;
}
.production #innovation .main-b .container .navigation .innovation-next img {
  transition: all 0.5s ease;
  opacity: 1;
}
.production
  #innovation
  .main-b
  .container
  .navigation
  .innovation-next
  img:last-child {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.production
  #innovation
  .main-b
  .container
  .navigation
  .innovation-next:hover
  img:nth-child(1) {
  opacity: 0;
}
.production
  #innovation
  .main-b
  .container
  .navigation
  .innovation-next:hover
  img:last-child {
  opacity: 1;
}
.production #innovation .main-b .container .navigation img {
  display: block;
  width: 0.52rem;
}
.production #innovation .active {
  display: block;
}
.production #CERTIFICATION {
  background: url("../image/Rectangle1602@2x.png");
  background-size: 100% 100%;
  padding: 1.14rem 0 0.7rem;
}
.production #CERTIFICATION .CERTIFICATION {
  margin-top: 0.6rem;
}
.production #CERTIFICATION .CERTIFICATION .swiper {
  overflow: hidden;
}
.production #CERTIFICATION .CERTIFICATION .swiper .swiper-slide{
    padding-top: 0.2rem;
}
.production #CERTIFICATION .CERTIFICATION .list {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.production #CERTIFICATION .CERTIFICATION .list:hover .img{
    transform: scale(1.1);
}
.production #CERTIFICATION .CERTIFICATION .list .img {
  width: 2.32rem;
  height: 3.29rem;
  transition: all .5s ease;
}
.production #CERTIFICATION .CERTIFICATION .list .img img {
  height: 100%;
  width: 100%;
}
.production #CERTIFICATION .CERTIFICATION .list .img-b {
  width: 4.22rem;
}
.production #CERTIFICATION .CERTIFICATION .list .img-b img {
  width: 100%;
}
.production #CERTIFICATION .CERTIFICATION .list .text {
  margin-top: 0.35rem;
  display: flex;
  align-items: center;
}
.production #CERTIFICATION .CERTIFICATION .list .text img {
  width: 16px;
}
.production #CERTIFICATION .CERTIFICATION .list .text p {
  color: var(--themeColor);
  text-align: center;
}
.production #CERTIFICATION .main-b {
  margin-top: 0.52rem;
}
.production #CERTIFICATION .main-b .container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.production #CERTIFICATION .main-b .container .length {
  display: flex;
  margin-right: 0.52rem;
  align-items: center;
}
.production #CERTIFICATION .main-b .container .length p {
  color: rgba(153, 153, 153, 0.7);
}
.production #CERTIFICATION .main-b .container .swiper-scrollbar {
  height: 2px;
  width: 4.22rem;
}
.production
  #CERTIFICATION
  .main-b
  .container
  .swiper-scrollbar
  .swiper-scrollbar-drag {
  background-color: var(--themeColor);
}
.production #CERTIFICATION .main-b .container .navigation {
  margin-left: 0.5rem;
  display: flex;
  align-items: center;
}
.production #CERTIFICATION .main-b .container .navigation .CERTIFICATION-prev {
  position: relative;
  cursor: pointer;
}
.production
  #CERTIFICATION
  .main-b
  .container
  .navigation
  .CERTIFICATION-prev
  img {
  transition: all 0.5s ease;
  opacity: 1;
  display: block;
}
.production
  #CERTIFICATION
  .main-b
  .container
  .navigation
  .CERTIFICATION-prev
  img:last-child {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.production
  #CERTIFICATION
  .main-b
  .container
  .navigation
  .CERTIFICATION-prev:hover
  img:nth-child(1) {
  opacity: 0;
}
.production
  #CERTIFICATION
  .main-b
  .container
  .navigation
  .CERTIFICATION-prev:hover
  img:last-child {
  opacity: 1;
}
.production #CERTIFICATION .main-b .container .navigation .CERTIFICATION-next {
  position: relative;
  cursor: pointer;
}
.production
  #CERTIFICATION
  .main-b
  .container
  .navigation
  .CERTIFICATION-next
  img {
  transition: all 0.5s ease;
  opacity: 1;
}
.production
  #CERTIFICATION
  .main-b
  .container
  .navigation
  .CERTIFICATION-next
  img:last-child {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.production
  #CERTIFICATION
  .main-b
  .container
  .navigation
  .CERTIFICATION-next:hover
  img:nth-child(1) {
  opacity: 0;
}
.production
  #CERTIFICATION
  .main-b
  .container
  .navigation
  .CERTIFICATION-next:hover
  img:last-child {
  opacity: 1;
}
.production #CERTIFICATION .main-b .container .navigation img {
  display: block;
  width: 0.52rem;
}
.production #PRODUCTION {
  padding: 1.18rem 0 1.23rem;
}
.production #PRODUCTION .main {
  display: flex;
  align-items: center;
}
.production #PRODUCTION .main .swiper {
  flex: 1;
  overflow: hidden;
}
.production #PRODUCTION .main .swiper .swiper-slide{
    height: auto;
}
.production #PRODUCTION .main .swiper .list {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
   height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.production #PRODUCTION .main .swiper .list img {
  display: block;
  width: 100%;
  height: 2.2rem;
  object-fit: cover;
}
.production #PRODUCTION .main .swiper .list .text {
  background: #fff;
  transition: all 0.5s ease;
  padding: 0.11rem 0;
  
}
.production #PRODUCTION .main .swiper .list .text p {
  text-align: center;
  transition: all 0.5s ease;
}
.production #PRODUCTION .main .swiper .list:hover .text {
  background: var(--themeColor);
}
.production #PRODUCTION .main .swiper .list:hover .text p {
  color: #fff;
}
.production #PRODUCTION .main .nav {
  cursor: pointer;
  position: relative;
}
.production #PRODUCTION .main .nav img {
  width: 0.6rem;
  display: block;
  opacity: 1;
  transition: all 0.5s ease;
}
.production #PRODUCTION .main .nav img:last-child {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.production #PRODUCTION .main .nav:hover img:nth-child(1) {
  opacity: 0;
}
.production #PRODUCTION .main .nav:hover img:last-child {
  opacity: 1;
}
.production #PRODUCTION .main .prev {
  margin-left: 0.43rem;
}
.production #PRODUCTION .main .next {
  margin-right: 0.43rem;
}
.production #PRODUCTION .main-b {
  margin-top: 0.7rem;
  display: flex;
  justify-content: center;
}
.production #DETECTUION {
  padding: 0rem 0 2.26rem;
}
.production #DETECTUION .main {
  display: flex;
  align-items: center;
}
.production #DETECTUION .main .swiper {
  overflow: hidden;
  flex: 1;
}
.production #DETECTUION .main .swiper .swiper-slide{
    height: auto;
}
.production #DETECTUION .main .swiper .list {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
  height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.production #DETECTUION .main .swiper .list img {
  display: block;
 width: 100%;
  height: 2.2rem;
  object-fit: cover;
}
.production #DETECTUION .main .swiper .list .text {
  background: #fff;
  transition: all 0.5s ease;
  padding: 0.11rem 0;
  display: flex;
    align-items: center;
    justify-content: center;

}
.production #DETECTUION .main .swiper .list .text p {
  text-align: center;
  transition: all 0.5s ease;
}
.production #DETECTUION .main .swiper .list:hover .text {
  background: var(--themeColor);
}
.production #DETECTUION .main .swiper .list:hover .text p {
  color: #fff;
}
.production #DETECTUION .main .nav {
  cursor: pointer;
  position: relative;
}
.production #DETECTUION .main .nav img {
  width: 0.6rem;
  display: block;
  opacity: 1;
  transition: all 0.5s ease;
}
.production #DETECTUION .main .nav img:last-child {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.production #DETECTUION .main .nav:hover img:nth-child(1) {
  opacity: 0;
}
.production #DETECTUION .main .nav:hover img:last-child {
  opacity: 1;
}
.production #DETECTUION .main .prev {
  margin-left: 0.43rem;
}
.production #DETECTUION .main .next {
  margin-right: 0.43rem;
}
.production #DETECTUION .main-b {
  margin-top: 0.7rem;
  display: flex;
  justify-content: center;
}
/* 生产设备 */
.productionIndex {
  padding: 0.52rem 0 2.05rem;
}
.productionIndex .top {
  display: flex;
  flex-wrap: wrap;
}
.productionIndex .top .item {
  color: #000;
  padding: 0.15rem 0.6rem;
  border: 1px solid var(--themeColor);
  margin-right: 0.2rem;
  border-radius: 0.54rem;
  cursor: pointer;
  transition: all 0.5s ease;
  background: transparent;
}
.productionIndex .top .item:last-child {
  margin-right: 0;
}
.productionIndex .top .active,
.productionIndex .top .item:hover {
  background: var(--themeColor);
  color: #ffffff;
}
.productionIndex .top .active a,
.productionIndex .top .item:hover a {
  color: #ffffff;
}
.productionIndex .main {
  margin-top: 0.9rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.6rem;
}
.productionIndex .main .item{
    display: flex;
flex-direction: column;
justify-content: space-between;
}
.productionIndex .main .item img {
  width: 100%;
  border-radius: 0.2rem;
  height: 2rem;
  object-fit: cover;
}
.productionIndex .main .item .text {
  width: 100%;
  border-radius: 0.1rem;
  padding: 0.14rem 0;
  display: flex;
  justify-content: center;
  transition: all 0.5s ease;
  background: transparent;
  color: var(--themeColor);
  box-shadow: 0;
  border: 1px solid var(--themeColor);
  cursor: pointer;
  margin-top: 0.14rem;
}
.productionIndex .main .item .text:hover {
  background: var(--themeColor);
  color: #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
}
/* 市场营销 */
.Marketing .titles {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.Marketing .titles h6 {
  color: rgba(225, 6, 0, 0.02);
}
.Marketing .titles .title {
  bottom: 0.36rem;
  position: absolute;
  color: #e10600;
}
.Marketing #MARKERING {
  background: url("../image/markering.png");
  background-size: 100% 100%;
  padding: 1rem 0 1.2rem;
}
.Marketing #MARKERING .container .main {
  margin-top: 0.6rem;
}
.Marketing #MARKERING .container .main .main-t {
  color: #333333;
}
.Marketing #MARKERING .container .main #Map {
  margin-top: 0.4rem;
  width: 100%;
  height: 7.36rem;
  background: url("../image/384cec4bc7fccc51fc8debf82d3e507.png");
  background-size: 100% 100%;
}
.Marketing #SPECIALTY {
  background: url("../image/map.png");
  background-size: 100% 100%;
  padding: 1rem 0 0.98rem;
}
.Marketing #SPECIALTY .container .swiper {
  overflow: hidden;
}
.Marketing #SPECIALTY .container .list {
  cursor: pointer;
  position: relative;
}
.Marketing #SPECIALTY .container .list:hover .content {
  opacity: 1;
}
.Marketing #SPECIALTY .container .list .content {
  opacity: 0;
  transition: all 0.5s ease;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  position: absolute;
  padding: 0 0.3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.Marketing #SPECIALTY .container .list .content img {
  width: 0.5rem;
}
.Marketing #SPECIALTY .container .list .content .text {
  margin-top: 0.4rem;
  width: 100%;
  background: var(--themeColor);
  padding: 0.1rem 0;
}
.Marketing #SPECIALTY .container .list .content .text p {
  text-align: center;
  color: #fff;
}
.Marketing #SPECIALTY .container .list .img img {
  display: block;
  width: 100%;
  height: 5rem;
  object-fit: cover;
  border-radius: 0.2rem;
}
.Marketing #SPECIALTY .container .list .content_text{
    margin-top: 0.2rem;
}
.Marketing #SPECIALTY .container .main-b {
  margin-top: 0.52rem;
}
.Marketing #SPECIALTY .container .main-b .container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.Marketing #SPECIALTY .container .main-b .container .length {
  display: flex;
  margin-right: 0.52rem;
  align-items: center;
}
.Marketing #SPECIALTY .container .main-b .container .length p {
  color: rgba(153, 153, 153, 0.7);
}
.Marketing #SPECIALTY .container .main-b .container .swiper-scrollbar {
  height: 2px;
  width: 4.22rem;
}
.Marketing
  #SPECIALTY
  .container
  .main-b
  .container
  .swiper-scrollbar
  .swiper-scrollbar-drag {
  background-color: var(--themeColor);
}
.Marketing #SPECIALTY .container .main-b .container .navigation {
  margin-left: 0.5rem;
  display: flex;
  align-items: center;
}
.Marketing
  #SPECIALTY
  .container
  .main-b
  .container
  .navigation
  .SPECIALTY-prev {
  position: relative;
  cursor: pointer;
}
.Marketing
  #SPECIALTY
  .container
  .main-b
  .container
  .navigation
  .SPECIALTY-prev
  img {
  transition: all 0.5s ease;
  opacity: 1;
  display: block;
}
.Marketing
  #SPECIALTY
  .container
  .main-b
  .container
  .navigation
  .SPECIALTY-prev
  img:last-child {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.Marketing
  #SPECIALTY
  .container
  .main-b
  .container
  .navigation
  .SPECIALTY-prev:hover
  img:nth-child(1) {
  opacity: 0;
}
.Marketing
  #SPECIALTY
  .container
  .main-b
  .container
  .navigation
  .SPECIALTY-prev:hover
  img:last-child {
  opacity: 1;
}
.Marketing
  #SPECIALTY
  .container
  .main-b
  .container
  .navigation
  .SPECIALTY-next {
  position: relative;
  cursor: pointer;
}
.Marketing
  #SPECIALTY
  .container
  .main-b
  .container
  .navigation
  .SPECIALTY-next
  img {
  transition: all 0.5s ease;
  opacity: 1;
}
.Marketing
  #SPECIALTY
  .container
  .main-b
  .container
  .navigation
  .SPECIALTY-next
  img:last-child {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.Marketing
  #SPECIALTY
  .container
  .main-b
  .container
  .navigation
  .SPECIALTY-next:hover
  img:nth-child(1) {
  opacity: 0;
}
.Marketing
  #SPECIALTY
  .container
  .main-b
  .container
  .navigation
  .SPECIALTY-next:hover
  img:last-child {
  opacity: 1;
}
.Marketing #SPECIALTY .container .main-b .container .navigation img {
  display: block;
  width: 0.52rem;
}
/* 宇辉专卖店 */
.shop {
  background: #fff;
}
.shop .main {
  padding: 1rem 0 1.2rem;
  background: #fff;
  display: flex;
}
.shop .main .main-l {
  width: 3.68rem;
  overflow: hidden;
}
.shop .main .main-l img {
  display: block;
  width: 100%;
}
.shop .main .main-r {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.shop .main .main-r .r-t {
  padding-left: 0.65rem;
  margin-bottom: 0.2rem;
}
.shop .main .main-r .r-t .title p {
  color: var(--themeColor);
}
.shop .main .main-r .r-t .item {
  margin-bottom: 0.1rem;
}
.shop .main .main-r .r-t .item:last-child {
  margin-bottom: 0;
}
.shop .main .main-r .r-b {
    padding-left: 0.65rem;
display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.shop .main .main-r .r-b .item {
  padding: 0.27rem 0.3rem 0.27rem 0.75rem;
  display: flex;
  color: #fff;
  border-right: 1px solid #fff;
 
   background: linear-gradient(45deg, #C60803, #FF2B25);
}
.shop .main .main-r .r-b .item:last-child{
    border-right:none;
}
.shop .main .main-r .r-b .item .item-l img {
  width: 0.77rem;
  display: block;
}
.shop .main .main-r .r-b .item .item-r {
  margin-left: 0.33rem;
  min-width: 112px;
}
/* 服务与合作 */
.service {
  /* 服务承诺 */
  /* 商务合作 */
}
.service .titles {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.service .titles h6 {
  color: rgba(225, 6, 0, 0.02);
}
.service .titles .title {
  bottom: 0.36rem;
  position: absolute;
  color: #e10600;
}
.service #PHILOSOPHY {
  background: url("../image/581@2x.png");
  background-size: 100% 100%;
  padding: 1.3rem 0 2.17rem;
}
.service #PHILOSOPHY .main {
  display: grid;
 grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  justify-content: space-between;
}
.service #PHILOSOPHY .main .img{
    display: flex;
    justify-content: center;
}
.service #PHILOSOPHY .main img {
  width: 1.57rem;
}
.service #PHILOSOPHY .main .text {
  margin-top: 0.1rem;
  text-align: center;
}
.service #Pledge {
  padding: 0.83rem 0 1.23rem;
}
.service #Pledge .Pledge-title {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.service #Pledge .Pledge-title h6 {
  color: rgba(225, 6, 0, 0.02);
}
.service #Pledge .Pledge-title .title {
  bottom: 0.36rem;
  position: absolute;
  color: #e10600;
}
.service #Pledge .Pledge-main {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.service #Pledge .Pledge-main .item {
  display: flex;
  background: url("../image/Rectangle1593@3x.png");
  background-size: 100% 100%;
  padding: 0.56rem 0.55rem 0.42rem;
  box-sizing: border-box;
}
.service #Pledge .Pledge-main .item .item_l {
  margin-right: 0.85rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.68rem;
  height: 2.26rem;
}
.service #Pledge .Pledge-main .item .item_l img {
  height: 100%;
}
.service #Pledge .Pledge-main .item .item_r {
  flex: 1;
}
.service #Pledge .Pledge-main .item .item_r .title {
 
  color: #e10600;
}
.service #Pledge .Pledge-main .item .item_r .list .list-item {
  margin-top: 0.2rem;
  color: #000000;
  position: relative;
}
.service #Pledge .Pledge-main .item .item_r .list .list-item::before {
  top: 0.05rem;
  left: -20px;
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  border-radius: 100%;
  background: #e10600;
}
.service #SPECIALTY {
  background: url("../image/1203114091@2x.png");
  background-size: 100% 100%;
  padding: 1.54rem 0 1.67rem;
}
.service #SPECIALTY .main .swiper-wrapper{
   transition-timing-function: linear !important;
}
.service #SPECIALTY .main .img {

  height: 1.02rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service #SPECIALTY .main .img img {
  max-height: 0.64rem;
  max-width: 1.66rem;
}
/* 新闻动态 */
.news_center {
  padding: 1rem 0;
}
.news_center .list {
  cursor: pointer;
  display: flex;
  padding: 0 0 0 0.18rem;
  justify-content: space-between;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.news_center .list .list-l {
  padding-top: 0.18rem;
  padding-bottom: 0.18rem;
}
.news_center .list .list-l img {
  width: 4.96rem;
}
.news_center .list .list-l video{
    width: 4.96rem;
}
.news_center .list .list-m {
  width: 6.36rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.news_center .list .list-m .title {
  color: var(--themeColor);
}
.news_center .list .list-r {
  width: 1.2rem;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
}
.news_center .list .list-r .r-t {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.news_center .list .list-r .r-t p {
  text-align: center;
}
.news_center .list .list-r .r-b {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
}
.news_center .list .list-r .r-b p {
  position: relative;
}
.news_center .list .list-r .r-b p::before {
  position: absolute;
  content: "";
  height: 6px;
  width: 6px;
  left: -8px;
  top: 50%;
  transform: translate(0, -50%);
  background: var(--themeColor);
  border-radius: 50%;
}
.news_center .nav {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
}
/* 新闻详情 */
.newsIndex {
  padding: 1rem 0;
}
.newsIndex video{
    width: 100%;
}
.newsIndex .page-menu {
  height: 0.7rem;
  background: #f9f9f9;
  box-shadow: 0;
}
.newsIndex .container .news_centers {
  padding-top: 1rem;
}
.newsIndex .container .news_centers .newsIndex-t {
  margin-bottom: 0.52rem;
  padding-bottom: 0.26rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.newsIndex .container .news_centers .newsIndex-t .title {
  text-align: center;
}
.newsIndex .container .news_centers .newsIndex-t .date {
  text-align: center;
}
.newsIndex .container .news_centers .newsIndex-b {
  margin-top: 0.76rem;
  padding-top: 0.25rem;
  display: flex;
  justify-content: space-between;
  border-top: rgba(0, 0, 0, 0.1);
}
.newsIndex .container .news_centers .newsIndex-b .b-l .item {
  cursor: pointer;
 color: var(--themeColor);   
 display: flex;
}
.newsIndex .container .news_centers .newsIndex-b .b-l .item a {

}
.newsIndex .container .news_centers .newsIndex-b .b-l .item a p {

    color: #434343;
}
.newsIndex .container .news_centers .newsIndex-b .b-r .goback {
  cursor: pointer;
  background: var(--themeColor);
  display: flex;
  align-items: center;
  padding: 0.12rem 0.25rem 0.14rem 0.26rem;
}
.newsIndex .container .news_centers .newsIndex-b .b-r .goback p {
  color: #fff;
}
.newsIndex .container .news_centers .newsIndex-b .b-r .goback img {
  margin-left: 0.24rem;
  display: block;
  width: 15.94px;
}
/* 人才招聘 */
.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: 1.01rem 0;
}
.contact_us .main {
  display: flex;
}
.contact_us .main .main-l {
  flex: 1;
}
.contact_us .main .main-l #Map {
  height: 100%;
  width: 100%;
}
.contact_us .main .main-r {
  background: #f4f5f7;
  width: 6.67rem;
  padding: 0.36rem 0.77rem 0.25rem 0.64rem;
}
.contact_us .main .main-r .title {
  padding-bottom: 0.22rem;
  margin-bottom: 0.26rem;
  border-bottom: 1px solid #d2d2d2;
}
.contact_us .main .main-r .item {
  align-items: center;
  display: flex;
  margin-bottom: 0.21rem;
}
.contact_us .main .main-r .item:last-child {
  margin-bottom: 0;
}
.contact_us .main .main-r .item img {
  display: block;
  width: 0.34rem;
}
.contact_us .main .main-r .item p {
  margin-left: 7px;
}
.contact_us .main .main-r .list {
  display: flex;
}
.contact_us .main .main-r .list .li {
  margin-right: 0.3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact_us .main .main-r .list .li:last-child {
  margin-right: 0;
}
.contact_us .main .main-r .list .li .img {
  width: 1.46rem;
  border: 1px solid var(--themeColor);
  transition: all .5s ease;
  transform: scale(1);
  margin-bottom: 0.2rem;
}
.contact_us .main .main-r .list .li .img img {
  width: 100%;
  display: block;
  
}
.contact_us .main .main-r .list .li .img:hover {
    transform: scale(1.1);
}
/* 加入宇辉 */
/* 员工风采 */
.staff {
  background: url("../image/bj1@2x.png");
  background-size: 100%;
  padding: 0.52rem 0;
}
.staff .staff-t {
  display: flex;
  flex-wrap: wrap;
}
.staff .staff-t .item {
  cursor: pointer;
  margin-right: 0.2rem;
  border-radius: 0.54rem;
 
  padding: 0.15rem ;
  background: transparent;
  text-align: center;
  color: #000;
  transition: all 0.5s ease;
  border: 1px solid var(--themeColor);
}
.staff .staff-t .item:last-child {
  margin-right: 0;
}
.staff .staff-t .item:hover,
.staff .staff-t .active {
  background: var(--themeColor);
  color: #fff;
}
.staff .staff-b {
  margin-top: 0.92rem;
  display: none;
  padding: 0 1rem;
  margin-bottom: 0.92rem;
}
.staff .staff-b .staff-main{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
     grid-row-gap:0.16rem;
    grid-column-gap:0.5rem;
}
.staff .staff-b:nth-child(2) {
    display: block;
}
.staff .staff-b .staff-main .item{
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.staff .staff-b .staff-main .item:hover img{
    transform: scale(1.1);
}
.staff .staff-b .staff-main .item .content{
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(225, 6, 0, 0.75);
    text-align: center;
    width: 100%;
    padding: 0.1rem;
    color: #fff;
}
.staff .staff-b img {
  width: 100%;
  transform: scale(1);
  transition: all .5s ease;
}
.staff .staff-b img:first-child {
  display: block;
}
/* 岗位投递 */
.deliver {
  padding: 1rem 0;
}
.deliver .item {
flex: 1;
}
.deliver .big {
  flex: 1.5;
}
.deliver .deliver-t {
  display: flex;

  background: rgba(225, 6, 0, 0.1);
  padding: 0rem 0.36rem 0rem 0.4rem;
  justify-content: space-between;
  border: 1px solid  #eee;
  background: #F2F3F4;
  height: 0.8rem;
}
.deliver .deliver-t .item{
    height: 100%;
      display: flex;
  align-items: center;
}
.deliver .list {
        margin: 0.1rem 0;
  width: 100%;
  /*border-bottom: 1px solid #cecece;*/
    border: 1px solid #eee;
}
.deliver .list .list-t {

  
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.25rem 0.36rem 0.25rem 0.4rem;
  
}
.deliver .list .list-t .item .content {
  position: relative;
}
.deliver .list .list-t .item .content::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 14px;
  border-radius: 2px;
  background: #000;
  transition: all 0.5s ease;
}
.deliver .list .list-t .item .content::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 14px;
  transform: rotate(90deg);
  border-radius: 2px;
  background: #000;
}
.deliver .list .list-b {
  display: none;
  padding: 0 0.36rem 0.38rem 0.4rem;
}
.deliver .list .list-b .ask {
  padding-bottom: 0.17rem;
  /*border-bottom: 1px solid #b9b9b9;*/
}
.deliver .list .list-b .ask-b {
  padding-top: 0.17rem;
}
.deliver .big-title{
font-weight: bold;
justify-content: center;
margin-bottom: 0.4rem;
}
.deliver .active .list-t .item .content::after {
  background: var(--themeColor);
}
.deliver .active .list-t .item .content::before {
  display: none;
}
.deliver-title{
    padding: 0.2rem 0;
    margin-bottom: 0.2rem;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.deliver-title p span{
    color: var(--themeColor);
}
.deliver .nav {
  margin-top: 0.71rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 820px) {
    .rich{
        font-size: 16px;
    }
  .fs-19,
  .fs-18,
  .fs-17,
  .fs-16,
  .fs-12 {
    font-size: 16px;
  }
  .fs-15 {
    font-size: 15px;
  }
  .fs-14 {
    font-size: 14px;
  }
  .fs-20 {
    font-size: 18px;
  }
  .fs-22 {
    font-size: 20px;
  }
  .fs-24 {
    font-size: 20px;
  }
   .fs-25 {
    font-size: 21px;
  }
  .fs-26 {
    font-size: 22px;
  }
  .fs-30 {
    font-size: 23px;
  }
  .fs-32 {
    font-size: 40px;
  }
  .fs-36 {
    font-size: 25px;
  }
  .fs-40 {
    font-size: 27px;
  }
  .fs-42 {
    font-size: 28px;
  }
  .fs-50 {
    font-size: 30px;
  }
  .fs-64 {
    font-size: 35px;
  }
  .fs-110 {
    font-size: 45px;
  }
  .fs-140 {
    font-size: 50px;
  }
  /* header */
  .header {
    line-height: 60px;
  }
  .header .container2 .logo {
    width: 90px;
  }
  .header .container2 .nav {
    display: none !important;
  }
  .header .container2 .right .item {
    padding: 10px;
  }
  .header .container2 .right .lang p {
    margin: 0;
  }
  .header .container2 .right .app_menu_btn {
    display: block !important;
  }
  .header .container2 .right ul li a {
    display: block;
  }
  .header .container2 .right .lang .select a{
      line-height: 2;
  }
  .page-menu {
    display: none;
  }
  .page_banner {
    height: 300px;
  }
  .page_banner img {
    height: 100%;
  }
  /* 首页 */
  .home .titles img {
    width: 20px;
  }
  .home .banner.swiper {
    height: 300px;
  }
  .home .banner.swiper .swiper-slide .text h5 {
    position: absolute;
    left: 0;
    top: -20px;
  }
  .home .banner.swiper .swiper-slide .text .content {
    transform: translate(0, 0);
  }
  .home .banner.swiper .swiper-slide img {
    height: 100%;
  }
  .home .about {
    padding: 40px 0.1rem;
  }
  .home .about .container {
    flex-direction: column;
  }
  .home .about .container .about_main .top .title {
    flex-direction: column;
  }
  .home .about .container .about_main .top .top_main {
    flex-direction: column;
  }
  .home .about .container .about_main .top .top_main .left {
    width: 100%;
  }
  .home .about .container .about_main .top .top_main .right {
    margin-top: 20px;
  }
  .home .about .container .about_main .top .top_main .right a {
    justify-content: center;
  }
  .home .about .container .about_main .top .top-b {
    grid-template-columns: repeat(1, 1fr);
  }
  .home .about .container .about_main .top .top-b .item img {
    width: 50px;
  }
  .home .banner.swiper .bottom {
    z-index: 10;
  }
  .home .banner.swiper .bottom .nav .swiper-scrollbar {
    width: 100px;
  }
  .home .product .container .product_main {
    flex-direction: column;
  }
    .home .product .container .product_main .left .swiper{
    display: none !important;
}
  .home .product .container .product_main .left .h5swiper{
    display: flex !important;
    width: 100%;
}.home .product .container .product_main .left .h5swiper .item{
    width: auto;
}
.home .product .container .product_main .left .h5swiper p{
    white-space: nowrap;
}
  .home .product .container .product_main .left {
    display: flex;
    flex-wrap: wrap;
    height: auto;
  }.home .product .container .product_main .left .item{
      width: 45%;
  }
  .home .product .container .product_main .left .item .item_left img {
    width: 30px;
  }
  .home .product .container .product_main .right {
    margin-top: 20px;
  }
  .home .product .container .product_main .right .text {
    width: 100%;
  }
  .home .product .container .product_main .right .right_main {
    flex-direction: column;
  }
  .home .product .container .product_main .right .right_main .list {
      flex-direction: column;
    margin-top: -10px;
    width: 100%;
  }
  .home .product .container .product_main .right .right_main .list .item {
    width: 100%;
    height: 16rem;
  }
   .home .product .container .product_main .right .right_main .list .item img{
      width: 100%;
      height: auto;
   }
  .home .Pledge .container .Pledge-main {
    grid-template-columns: repeat(1, 1fr);
  }
  .home .Pledge  .Pledge-main  .item {
      align-items: center;
  }
  .home .Pledge  .Pledge-main  .item .item_l{
     width:5rem;
     height: 5rem;
  }
  .home .Pledge  .Pledge-main  .item  .item_r .list .list-item::before{
      top: 6px;
      left: -22px;
      width: 12px;
      height: 12px;
  }
  .home .news .news_swiper .list {
    flex-direction: column;
  }
  .home .news .news_swiper .list .list-l {
    width: 100%;
  }
  .home .news .news_swiper .list .list-l .list-b {
    width: 100%;
  }
  .home .news .news_swiper .list .list-l .list-b img {
    width: 100%;
  }
  .home .news .news_swiper .list .list-r {
    margin-top: 20px;
    flex-direction: row;
  }
  .home .news .news_swiper .list .list-r .naviagtion img {
    width: 50px;
  }
  .home .contact .container {
    flex-direction: column;
  }
  .home .contact .container .left {
    width: 100%;
    margin-right: 0;
  }
  .home .contact .container .left .input {
    padding: 5px;
    margin-bottom: 20px;
  }
  .home .contact .container .left .input .input-r input {
    height: 100%;
  }
  .home .contact .container .left .input .input-r textarea {
    padding-top: 5px;
    height: 150px;
  }
  /* 关于我们 */
  .aboutus #company .container .company_main {
    flex-direction: column;
  }
  .aboutus #company .container .company_main .company_l {
    width: 100%;
  }
  .aboutus #company .container .company_main .company_l .label {
    margin-top: 20px;
    flex-direction: column;
  }
  .aboutus #company .container .company_main .company_l .label .xian {
    display: none;
  }
  .aboutus #company .container .company_main .company_l .label .list {
    margin-bottom: 20px;
  }
  .aboutus
    #company
    .container
    .company_main
    .company_l
    .label
    .list:last-child {
    margin-bottom: 0;
  }
  .aboutus #company .container .company_main .company_l .label .list img {
    height: 50px;
  }
  .aboutus #company .container .company_main .company_r {
    width: 100%;
    margin-left: 0;
  }
  .aboutus #culture .culture-main {
    flex-direction: column;
  }
  .aboutus #culture .culture-main .culture-l {
    width: 100%;
  }
  .aboutus #culture .culture-main .culture-l .bk {
    display: none;
  }
  .aboutus #culture .culture-main .culture-r {
    margin-top: 20px;
  }
  .aboutus #history .history-main .history-t #history_prev {
    width: 70px;
  }
  .aboutus #history .history-main .history-t #history_next {
    width: 70px;
  }
  .aboutus #history .history-main .history-t .swiper .swiper-slide {
    display: flex;
    justify-content: center;
  }
 .aboutus #history .container .history-b-main  {
      height: 70vw;
  }
  .aboutus #history .history-main .history-b {
    flex-direction: column;
   
  }
  .aboutus #history .history-main .history-b .right {
    margin-top: 20px;
    width: 100%;
    margin-left: 0;
  }
  .aboutus #honor .honor-main .container .swiper .img{
    height: auto !important;
  }
  .aboutus #honor .honor-main .container .swiper .active {
    width: 100% !important;
  }
  .aboutus #honor .honor-main .container .swiper .active img {
    width: 100%;
  }
  .aboutus #honor  .text {
    width: 100% !important;
  }
  .aboutus #honor .honor-b .container .navigation img {
    width: 50px;
  }
  /* 产品中心 */
  .procudt_center .product_cate .cate_list {
    flex-wrap: wrap;
  }
  .procudt_center .product_cate .cate_list a{
      width: 45%;
  }
  .procudt_center .product_cate .cate_list .cate_item p {
    font-size: 20px;
  }
  .procudt_center .product_cate .cate_list .cate_item img {
    width: 50px;
  }
  .procudt_center .product_cate .cate_list .cate_item .cril {
    width: 25px;
    height: 25px;
    border-radius: 30px;
  }
  .procudt_center .product_cate .xian {
    display: none;
  }
  .procudt_center .display .container .display-t .t-r img {
    width: 30px;
  }
  .procudt_center .display .container .display-m {
    margin-top: 20px;
  }
  .procudt_center .display .container .display-b {
    margin-top: 20px;
  }
  
  .procudt_center .display .container .display-b .swiper .swiper-wrapper{
      height: auto;
  }
  .procudt_center .display .container .display-b .swiper-slide{
      grid-template-columns: repeat(1, 1fr);
  }
  .procudt_center .display .container .display-b .swiper .swiper-slide .img {
    height: 300px;
  }
  .procudt_center
    .display
    .container
    .display-b
    .swiper
    .swiper-slide
    .img
    img {
    max-height: 250px;
  }
   .procudt_center .product_index .img{
       width: 100%;
   }
    .procudt_center .product_index .product_l{
        flex-direction: column;
    }
    .procudt_center .product_index .product_l .product_content{
        margin-top: 20px;
        margin-bottom: 20px;
    }
  .procudt_center .product_index .list .item {
    padding: 20px 0;
    box-sizing: content-box;
  }
  .procudt_center .product_index .list .item .item-l .l-l img {
    width: 40px;
  }
  /* 生产研发 */
  .production #innovation .container .main .main-b .container .navigation img {
    width: 50px;
  }
  .production #CERTIFICATION .container .CERTIFICATION .list .img {
    height: auto;
    width: 100%;
  }
  .production #CERTIFICATION .container .main-b .container .navigation img {
    width: 50px;
  }
  .production #PRODUCTION .container .main .nav img {
    width: 40px;
  }
  .production #DETECTUION .container .main .nav img {
    width: 40px;
  }
  .procudt_center .download .display-b {
    margin-top: 0.5rem;
    display: grid;
    grid-template-columns: repeat(1, 2fr);
    gap: 0.6rem;
}
.procudt_center .download img {
    width: 30px;
}
.download .list_cate .list .list-t svg {
    height: 20px;
}
.download .display-t{
    flex-direction: column;
}
  /* 生产设备 */
  .productionIndex .main {
    grid-template-columns: repeat(1, 1fr);
  }
  /* 营销网络 */
  .Marketing #SPECIALTY .container .main-b .container .navigation img {
    width: 50px;
  }
  .procudt_center .download .display-b{
    margin-top: 0.5rem;
    display: grid;
      grid-template-columns: repeat(1, 2fr);
  gap: 0.6rem;
}
  .shop .main{
      flex-direction: column;
  }
  .shop .main .main-l {
     width: 100%;
  }
  .shop .main .main-r .r-b .item{
      width: 100%;
      align-items: center;
  }
  .shop .main .main-r .r-b .item .item-l img{
      width: 3rem;
  }
    .shop .main .main-r .r-b .item .item-r{
        margin-left: 3rem;
    }
  /* 新闻动态 */
  .news_center .container .list {
    flex-direction: column;
  }
  .news_center .container .list .list-l {
    padding-right: 0.18rem;
  }
  .news_center .container .list .list-l img {
    width: 100%;
  }
  .news_center .container .list .list-m {
    width: 100%;
  }
  .news_center .container .list .list-r {
    width: 100%;
    border-left: 0;
  }
  /* 新闻详情 */
  .news_centers {
    padding-top: 60px !important;
    min-height: 65vh;
  }
  /* 服务与合作 */
  .service #PHILOSOPHY .container .main {
   grid-template-columns: repeat(1, 1fr);
  }
  .service #PHILOSOPHY .container .main .item {
    margin-bottom: 20px;
    width: 100%;
  }
  .service #PHILOSOPHY .container .main .item:last-child {
    margin-bottom: 0;
  }
  .service #PHILOSOPHY .container .main .item .img {
    display: flex;
    justify-content: center;
  }
  .service #PHILOSOPHY .container .main .item .img img {
    width: 50%;
  }
  .service #Pledge .container .Pledge-main {
    grid-template-columns: repeat(1, 1fr);
  }
    .service #Pledge  .container .Pledge-main  .item .item_l{
     width:5rem;
     height: 5rem;
  }
  .service
    #Pledge
    .container
    .Pledge-main
    .item
    .item_r
    .list
    .list-item::before {
    top: 6px;
    left: -22px;
  }
  .service #SPECIALTY .container .main {
    grid-template-columns: repeat(2, 1fr);
  }
  .service #SPECIALTY .container .main .img {
    height: 100px;
  }
  .service #SPECIALTY .container .main .img img {
    max-height: 80px;
    max-width: 80%;
  }
  /* 人才招聘 */
  .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 .container .main {
    flex-direction: column;
  }
  .contact_us .container .main #Map {
    height: 300px;
  }
  .contact_us .container .main .main-r {
    width: 100%;
  }
  .contact_us .container .main .main-r .list .li img {
    width: 30px;
  }
    .contact_us .container .main .main-r  .item img {
        width:30px;
    }
  /* 员工风采 */
  .staff .container .staff-t .item {
    width: auto;
    padding: 0 10px;
    margin-bottom: 10px;
  }
  .staff .staff-b .staff-main{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    
    grid-column-gap:20px;
}
  /* 岗位投递 */
  .deliver .container .deliver-t {
    display: none;
  }
  .deliver .container .deliver-b .list .list-t {
    display: none;
  }
  .deliver .container .deliver-b .list .moblie {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    background-color: rgba(225, 6, 0, 0.1);
  }
  .deliver .container .deliver-b .list .moblie .item {
    width: 50%;
  }
  .deliver .container .deliver-b .list .moblie .big {
    width: 100%;
  }
  /* 底部 */
  .footer {
    position: relative;
  }
  .footer .container2 .top .left {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer .container2 .top .left .logo {
    width: 105px;
  }
  .footer .container2 .top .left .list {
    width: 100%;
  }
  .footer .container2 .top .right {
    display: none;
  }
  .footer .container2 .btmss {
    margin-top: 20px;
    flex-direction: column;
    align-items: flex-start;
  }
  .footer .container2 .btmss .gotop {
    position: absolute;
    right: 0;
    top: 0;
  }
  .footer .container2 .btmss .btmss_r .list {
    align-items: flex-start;
  }
}
