@charset "utf-8";
body {
  /* 填写默认字体 */
  font-family: "Microsoft Yahei", "PingFang SC", "Helvetica Neue", Helvetica, Arial;
  color: #1e1d28;
  min-height: initial !important;
}
@font-face {
  font-family: 'iconfont';
  src: url('../fonts/iconfont/iconfont.woff2?t=1681287520508') format('woff2'), url('../fonts/iconfont/iconfont.woff?t=1681287520508') format('woff'), url('../fonts/iconfont/iconfont.ttf?t=1681287520508') format('truetype');
}
/* 谷歌翻译后防止与sticky产生冲突 */
.translated-ltr body,
.translated-rtl body {
  margin-top: 40px !important;
}
.iconfonts {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grahccale;
}
/* slick 懒加载图片去边框 */
.slick-loading {
  opacity: 0;
}
/* 去除翻译插件边框 */
.goog-te-gadget-simple {
  border: none !important;
}
/* h1隐藏 */
.fszero {
  display: none;
}
/* 去除input记忆填充底色 */
input:-webkit-autofill {
  box-shadow: 0 0 0 1000px white inset !important;
}
input:-internal-autofill-previewed,
input:-internal-autofill-selected {
  -webkit-text-fill-color: #333 !important;
  transition: background-color 5000s ease-in-out 0s !important;
}
/* ph去除载入效果 */
@media screen and (max-width: 1200px) {
  .wow {
    animation: none;
  }
}
:root {
  --main-color: #0192E0;
  --flex-margin: -15px;
  --flex-padding: 15px;
  font-size: 10px;
  --hd-height: 90px;
}
/* 翻译插件展位 */
.google-translate {
  min-width: 108px;
}
.hd {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 100;
  transition: all 0.36s;
}
.hd_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 90px;
}
.hd_flex .logo {
  display: block;
  line-height: var(--hd-height);
  width: 150px;
}
.hd_flex .logo img {
  width: 100%;
}
.hd_list {
  display: flex;
}
.hd_item {
  margin: 0 40px;
  position: relative;
}
.hd_link {
  display: block;
  line-height: var(--hd-height);
  color: #1C1C1C;
  font-size: 16px;
}
.hd_second {
  position: absolute;
  min-width: 160px;
  background-color: rgba(255, 255, 255, 0.85);
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 14px 20px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.36s;
  text-align: center;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.02);
}
.hd_item:hover .hd_second {
  opacity: 1;
  pointer-events: all;
}
.hd.active .hd_second {
  background-color: #ffffff;
}
.hd.active {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.03);
}
.hd_second_link {
  white-space: nowrap;
  display: block;
  line-height: 1.75;
  font-size: 15px;
  color: #333;
  padding: 5px 15px;
}
.hd_second_link:hover {
  color: var(--main-color);
}
.hd_three {
  display: none;
}
.hd_control {
  display: flex;
  align-items: center;
}
.hd_search {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #1C1C1C;
  color: #fff;
  font-size: 14px;
  margin-left: 12px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.hd_search::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background-color: var(--main-color);
  transition: all 0.4s ease;
  z-index: -1;
  border-radius: 50%;
}
.hd_search:hover::after {
  transform: translate(-50%, -50%) scale(1);
}
.hd_language {
  display: flex;
  position: relative;
}
.hd_language::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 14px;
  background-color: #999999;
  top: 50%;
  left: 62px;
  transform: translateY(-50%);
}
.hd_language a {
  display: block;
  margin: 0 16px;
  font-size: 16px;
  line-height: 1.3;
  color: #1C1C1C;
}
.hd_language a.active {
  color: var(--main-color);
}
@media screen and (min-width: 1200px) {
  .hd_language a:hover {
    color: var(--main-color);
  }
}
.home_ban .swiper-container {
  width: 100%;
}
.home_ban .swiper-slide {
  overflow: hidden;
}
.home_ban .slide-inner {
  position: relative;
}
.home_ban_video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
}
.home_ban_video svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  width: 36px;
}
.home_ban_video video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}
.home_about {
  padding: 15rem 0 14rem;
  position: relative;
  z-index: 1;
}
.home_about > img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: -1;
  pointer-events: none;
}
.home_about_tit {
  width: 500px;
  margin-bottom: 5rem;
  padding-bottom: 3.6rem;
  position: relative;
}
.home_about_tit::after {
  content: "";
  position: absolute;
  width: 45px;
  height: 4px;
  background-color: var(--main-color);
  bottom: 0;
  left: 0;
}
.mod_tit40,
.mod_tit40b {
  font-size: 40px;
  line-height: 1.4;
  color: #1B1B1B;
}
.mod_tit40b {
  font-weight: bold;
}
.home_about_text,
.home_about_text p {
  font-size: 16px;
  line-height: 1.8;
  color: #333333;
}
.home_about_text {
  width: 760px;
  margin-bottom: 5.7rem;
}
.mod_data {
  display: flex;
}
.mod_data .mod_data_item {
  margin-right: 70px;
}
.mod_data .mod_data_item .big {
  margin-bottom: 7px;
  display: flex;
  align-items: flex-start;
}
.mod_data .mod_data_item .big .val {
  font-size: 40px;
  line-height: 1.3;
  color: #1B1B1B;
  font-weight: bold;
  flex-shrink: 0;
}
.mod_data .mod_data_item .big .unit {
  font-size: 16px;
  line-height: 1.3;
  color: #000;
  flex-shrink: 0;
  font-weight: bold;
  margin-left: 5px;
}
.mod_data .mod_data_item .text {
  font-size: 16px;
  line-height: 1.6;
  color: #666666;
}
.mod_data .mod_data_item:last-child {
  margin-right: 0;
}
.home_about .mod_data {
  margin-bottom: 6.5rem;
}
.mod_btn {
  display: inline-flex;
  min-width: 180px;
  height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background-color: var(--main-color);
  padding: 0 18px;
  transition: all 0.36s;
  cursor: pointer;
  position: relative;
}
.mod_btn .text {
  color: #fff;
  font-size: 16px;
}
.mod_btn span {
  color: #fff;
  font-size: 14px;
  margin-left: 10px;
}
.mod_btn:active {
  transform: scale(0.96);
}
.mod_btn:hover {
  transform: translateX(10px);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.mod_btn:hover span {
  transform: translateX(5px);
}
.about_tits {
  font-size: 260px;
  white-space: nowrap;
  top: 20px;
  left: 74px;
  line-height: 1.1;
  position: absolute;
  z-index: -1;
  color: rgba(1, 146, 224, 0.07);
  font-weight: bold;
  text-transform: uppercase;
}
.homea.carter_arrow {
  position: static;
  transform: none;
  width: 100px;
}
.carter_prev,
.carter_next {
  width: 46px;
  height: 46px;
  border: none;
  background-color: #F2F2F2;
}
.carter_prev span,
.carter_next span {
  color: #666666;
  font-size: 14px;
}
.home_pro {
  position: relative;
  padding: 10rem 0;
  z-index: 1;
}
.home_pro > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.home_pro_hd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5.3rem;
}
.mod_pro {
  display: block;
}
.mod_pro .img_box {
  padding-top: 64.444444%;
  margin-bottom: 30px;
}
.mod_pro .tit {
  font-size: 18px;
  line-height: 1.3;
  color: #1D1D1D;
  margin-bottom: 13px;
  transition: all 0.36s;
}
.mod_pro .text p {
  font-size: 14px;
  line-height: 1.6;
  color: #666666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home_pro_item .mod_pro {
  margin-bottom: 65px;
}
.home_pro_item .mod_pro:last-child {
  margin-bottom: 0;
}
.home_pro_list {
  margin: 0 var(--flex-margin);
}
.home_pro_item {
  padding: 0 var(--flex-padding);
}
.home_news {
  padding: 10rem 0 5rem;
  position: relative;
  z-index: 1;
}
.home_news > img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: -1;
}
.home_news_hd .mod_news {
  padding-bottom: 8rem;
}
.mod_news {
  display: flex;
}
.mod_news .left {
  width: calc(100% - 410px);
  padding-right: 13rem;
}
.mod_news .left .tit {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 10px;
  color: #1D1D1D;
  transition: all 0.36s;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
}
.mod_news .left .time {
  color: #666666;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 35px;
}
.mod_news .left .text {
  padding-top: 20px;
  position: relative;
  margin-bottom: 46px;
}
.mod_news .left .text p {
  font-size: 16px;
  line-height: 1.6;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 51px;
}
.mod_news .left .text::after {
  content: "";
  position: absolute;
  width: 45px;
  height: 4px;
  background-color: var(--main-color);
  left: 0;
  top: 0;
}
.mod_news .left .buttons {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid #E6E6E6;
  display: inline-flex;
  transition: all 0.36s;
  align-items: center;
  color: #666666;
  font-size: 16px;
  justify-content: center;
}
.mod_news .right {
  width: 410px;
  flex-shrink: 0;
}
.mod_news .right .img_box {
  padding-top: 62.439%;
}
.mod_news:hover .left .tit {
  color: var(--main-color);
}
.mod_news:hover .left .buttons {
  background-color: var(--main-color);
  border-color: var(--main-color);
}
.mod_news:hover .left .buttons span {
  color: #fff;
}
.mod_news:hover .right .img_box img {
  transform: scale(1.05);
}
.home_advantage {
  padding: 10rem 0;
  position: relative;
  z-index: 1;
}
.home_advantage > img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: -1;
}
.home_advantage_tit {
  color: #fff;
  width: 790px;
  margin-bottom: 5.7rem;
}
.home_advlist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 var(--flex-margin);
}
.home_advitem {
  width: 25%;
  padding: 0 var(--flex-padding);
}
.home_advcont {
  position: relative;
  background-color: rgba(3, 112, 171, 0.5);
  padding: 6rem 25px 4rem;
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
  height: 100%;
}
.home_advcont > img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: -1;
  transition: all 0.36s;
  opacity: 0;
  transform: scale(1.2);
  display: inline-block;
}
.home_advcont span {
  font-size: 40px;
  margin-bottom: 8rem;
  color: #fff;
  display: inline-block;
}
.home_advcont .tit {
  font-size: 22px;
  line-height: 1.3;
  color: #fff;
  padding-bottom: 40px;
  position: relative;
  margin-bottom: 30px;
  transition: all 0.36s;
}
.home_advcont .tit::after {
  content: "";
  position: absolute;
  width: 43px;
  height: 4px;
  background-color: var(--main-color);
  transition: all 0.36s;
  left: 0;
  bottom: 0;
}
.home_advcont .text p {
  font-size: 16px;
  color: #fff;
  line-height: 1.8;
  transition: all 0.36s;
}
.ft_top {
  padding: 30px 0;
  border-bottom: #F2F2F2 1px solid;
}
.ft_top .ft_logo {
  width: 150px;
  display: block;
}
.ft_top .ft_logo img {
  width: 100%;
}
.ft_top .ft_top_list {
  display: flex;
}
.ft_top .ft_top_list li {
  margin-left: 10px;
}
.ft_top .ft_top_list li .ft_top_link {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.ft_top .ft_top_list li .ft_top_link span {
  color: #fff;
  font-size: 18px;
}
.ft_top .ft_top_list li .ft_top_link::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background-color: var(--main-color);
  transition: all 0.4s ease;
  z-index: -1;
  border-radius: 50%;
}
@media screen and (min-width: 1200px) {
  .ft_top .ft_top_list li .ft_top_link:hover::after {
    transform: translate(-50%, -50%) scale(1);
  }
}
.ft_top .hc_cont1410 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ft {
  position: relative;
  z-index: 1;
}
.ft > img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: -1;
}
.ft_cen {
  padding: 48px 0 8.5rem;
}
.ft_cen .hc_cont1410 {
  display: flex;
  justify-content: space-between;
}
.ft_form .mod_form {
  --form-margin: -6px;
  --form-padding: 6px;
  --form-item-botton: 12px;
  --form-item-br: 12px;
  --form-item-width: 50%;
  --form-item-bg: #F2F2F2;
  --form-item-height: 42px;
  --form-item-padding: 21px;
  --form-label-size: 14px;
  --form-color: #666666;
  --form-textarea-height: 150px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 var(--form-margin);
}
.ft_form .mod_form .mod_form_item {
  width: var(--form-item-width);
  padding: 0 var(--form-padding);
  margin-bottom: var(--form-item-botton);
}
.ft_form .mod_form .mod_form_item .conts {
  position: relative;
  background-color: var(--form-item-bg);
}
.ft_form .mod_form .mod_form_item .conts label {
  position: absolute;
  left: var(--form-item-padding);
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  transition: all 0.36s;
  font-size: var(--form-label-size);
  text-transform: capitalize;
  line-height: 1.2;
  color: var(--form-color);
}
.ft_form .mod_form .mod_form_item .conts input {
  width: 100%;
  height: var(--form-item-height);
  padding: 0 var(--form-item-padding);
  font-size: var(--form-label-size);
  color: var(--form-color);
}
.ft_form .mod_form .mod_form_item .conts textarea {
  height: var(--form-textarea-height);
  font-size: var(--form-label-size);
  padding: 22px var(--form-item-padding);
  width: 100%;
  color: var(--form-color);
}
.ft_form .mod_form .mod_form_item .conts.active label {
  top: 0 !important;
}
.ft_form .mod_form .mod_form_item.button .conts {
  background-color: transparent;
}
.ft_form .mod_form .mod_form_item.button .conts {
  text-align: left;
}
.ft_form .mod_form .mod_form_item.textarea .conts label {
  top: 30px;
}
.ft_form .mod_form .mod_form_item.textarea {
  margin-bottom: 40px !important;
}
.ft_form .mod_form .mod_form_item.block {
  width: 100%;
}
.ft_form {
  width: 510px;
  flex-shrink: 0;
  margin-right: 60px;
}
.ft_tit18 {
  font-size: 18px;
  line-height: 1.3;
  color: #1D1D1D;
  margin-bottom: 38px;
}
.ft_page {
  display: flex;
  justify-content: space-between;
}
.ft_page .ft_tit18 {
  margin-bottom: 28px;
}
.ft_page_item {
  margin-right: 90px;
}
.ft_page_item:last-child {
  margin-right: 0;
}
.ft_page_list a {
  color: #666666;
  font-size: 14px;
  line-height: 1.85;
  display: inline-block;
}
.ft_page_list li {
  margin-bottom: 10px;
}
.ft_page_list li:last-child {
  margin-bottom: 0;
}
.ft_page_list a:hover {
  transform: translateX(5px);
  color: var(--main-color);
}
.ft_contact {
  width: 360px;
}
.ft_contact_list li {
  margin-bottom: 30px;
}
.ft_contact_key {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.ft_contact_key span {
  margin-right: 10px;
  font-size: 20px;
  color: var(--main-color);
}
.ft_contact_key .text {
  font-size: 14px;
  line-height: 2;
  color: #666666;
}
.ft_contact_value {
  padding-left: 30px;
}
.ft_contact_value a,
.ft_contact_value p {
  color: #1D1D1D;
  font-size: 18px;
  line-height: 1.3;
}
@media screen and (min-width: 1200px) {
  .ft_contact_value a:hover {
    color: #0192E0;
  }
}
.ft_bot {
  background-color: #F7F7F7;
  padding: 18px 0;
}
.ft_bot .hc_cont1410 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ft_bot .left {
  display: flex;
  align-items: center;
}
.ft_bot .left p,
.ft_bot .left a {
  font-size: 14px;
  line-height: 1.3;
  color: #666666;
  margin-right: 20px;
}
.ft_bot .left a:hover {
  color: var(--main-color);
}
.ft_bot .right {
  display: flex;
  align-items: center;
}
.ft_bot .right p,
.ft_bot .right a {
  font-size: 14px;
  line-height: 1.3;
  color: #666666;
  margin-left: 40px;
}
.ft_bot .right img {
  height: auto !important;
  width: 100%;
}
.page_ban {
  width: 100%;
}
.page_ban img {
  width: 100%;
}
body {
  background-color: #fcfcfc;
}
/* bread */
.bread {
  width: 100%;
  border-bottom: 1px solid #E6E6E6;
}
.mod_bread {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 15px 0;
}
.mod_bread_item {
  color: #666666;
  display: flex;
  align-items: center;
  height: 30px;
}
.mod_bread_link {
  display: flex;
  align-items: center;
  color: #666666;
  font-size: 14px;
}
.mod_bread_link > span {
  color: var(--main-color);
  font-size: 16px;
  display: inline-block;
  margin-right: 14px;
}
.mod_bread_item .iconfont {
  font-size: 18px;
}
.mod_bread_item > span {
  margin: 0 8px;
  display: inline-block;
  font-size: 14px;
}
.mod_bread_item:last-child > span {
  display: none;
}
.mod_bread_link:hover {
  color: var(--main-color) !important;
}
/* bread-end */
.bread_right {
  display: flex;
}
.bread_right a {
  font-size: 14px;
  line-height: 1.3;
  color: #1D1D1D;
  padding: 0 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.bread_right a::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 14px;
  border-radius: 10px;
  background-color: #E6E6E6;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.bread_right a:first-child::after {
  display: none;
}
.bread_right a.active {
  color: var(--main-color);
}
@media screen and (min-width: 1200px) {
  .bread_right a:hover {
    color: var(--main-color);
  }
}
.bread_flex {
  display: flex;
  justify-content: space-between;
}
.home_about_videobox {
  padding-top: 26.3610315% !important;
  --progress: 0;
  transition: all 0.6s linear;
  position: relative;
  margin-bottom: 6.3rem;
}
.home_about_video {
  display: block;
  cursor: pointer !important;
  position: absolute;
  left: 50%;
  top: 0%;
  transform: translate(-50%, 0%);
  width: 1750px;
  overflow: hidden;
  transition: none;
  width: calc(100% - (180px - var(--progress) * 180px));
}
.home_about_video img {
  width: 100%;
  transition: all 0.36s;
}
.about_info {
  padding: 8.5rem 0 8.8rem;
  overflow: hidden;
}
.mod_tits {
  font-size: 40px;
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
  padding-bottom: 37px;
  position: relative;
  width: 500px;
  margin: 0 auto 4rem;
}
.mod_tits::after {
  content: "";
  position: absolute;
  width: 45px;
  height: 4px;
  background-color: var(--main-color);
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.about_info_text {
  width: 930px;
  margin: 0 auto 5.3rem;
  text-align: center;
}
.about_info_text p {
  font-size: 16px;
  line-height: 1.6;
  color: #666666;
}
.about_info_flex {
  display: flex;
  justify-content: space-between;
}
.about_info_flex .left {
  width: 330px;
  padding-right: 40px;
  flex-shrink: 0;
}
.about_info_flex .left .tit {
  font-size: 20px;
  line-height: 1.3;
  color: #1D1D1D;
  font-weight: bold;
}
.about_info_flex .right {
  width: 100%;
}
.about_info_flex .right .about_info_cont {
  margin-bottom: 8rem;
}
.about_info_flex .right .about_info_cont p {
  font-size: 16px;
  line-height: 1.6;
  color: #666666;
}
.about_info_flex .mod_data .mod_data_item {
  margin-right: 0;
  padding: 0 9.4rem;
  position: relative;
  flex-shrink: 0;
}
.about_info_flex .mod_data .mod_data_item::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 40px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #D9D9D9;
}
.about_info_flex .mod_data .mod_data_item:first-child {
  padding-left: 0 !important;
}
.about_info_flex .mod_data .mod_data_item:last-child {
  padding-right: 0 !important;
}
.about_info_flex .mod_data .mod_data_item:last-child::after {
  display: none;
}
.about_info_flex .mod_data .mod_data_item .big .val,
.about_info_flex .mod_data .mod_data_item .big .unit {
  color: var(--main-color);
}
.about_info_flex .mod_data .mod_data_item .text {
  color: #666666;
}
.about .about_advantage .home_advantage_tit {
  font-size: 32px;
  line-height: 1.4;
  font-weight: bold;
  color: #1B1B1B;
  margin-bottom: 5.6rem;
}
.about .about_advantage {
  padding: 10rem 0 9rem;
  background-color: #F5F5F5;
}
.about .about_advantage .home_advcont {
  background-color: #fff;
}
.about .about_advantage .home_advcont span {
  color: var(--main-color);
}
.about .about_advantage .home_advcont .tit {
  color: #1B1B1B;
}
.about .about_advantage .home_advcont .text p {
  color: #666666;
}
.honor .about_info_text {
  margin-bottom: 0 !important;
}
.honor .about_info {
  padding: 8.5rem 0 5.8rem;
}
.about_honor,
.about_factory {
  padding-bottom: 9rem;
}
.about_honor_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 var(--flex-margin) 18px;
}
.about_honor_list li {
  width: 25%;
  padding: 0 var(--flex-padding);
  margin-bottom: 37px;
}
.about_honor_cont {
  cursor: pointer;
}
.about_honor_cont .about_honor_img {
  border: 1px solid #E6E6E6;
  padding: 15px;
  margin-bottom: 35px;
}
.about_honor_cont .about_honor_img .img_box {
  padding-top: 136.66%;
}
.about_honor_cont .tit {
  text-align: center;
  font-size: 20px;
  line-height: 1.3;
  color: #1D1D1D;
  padding-top: 30px;
  border-top: 1px solid #E6E6E6;
  position: relative;
  transition: all 0.36s;
}
.about_honor_cont .tit::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #E6E6E6;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 0;
  transition: all 0.36s;
}
.mod_page_item a {
  border: none;
  width: 46px;
  line-height: 46px;
  background-color: #F2F2F2;
  color: #666666;
}
.mod_page .prev a,
.mod_page .next a {
  font-size: 16px;
}
.mod_page .prev a:hover span,
.mod_page .next a:hover span {
  color: #fff;
}
.mod_page_item.act a {
  background-color: var(--main-color);
}
.mod_page_item a:hover {
  background-color: var(--main-color);
}
.mod_page_item {
  margin: 0 5px;
}
.mod_page .prev,
.mod_page .next {
  margin: 0 5px !important;
}
.about_factory_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px;
}
.about_factory_list li {
  width: 33.333333%;
  padding: 0 30px;
  margin-bottom: 60px;
}
.about_factory_list li .about_factory_cont {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.about_factory_list li .about_factory_cont .img_box {
  padding-top: 62.79069%;
  margin-bottom: 18px;
}
.about_factory_list li .about_factory_cont .img_box img {
  width: 100%;
}
.about_factory_list li .about_factory_cont .tit {
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 1.3;
  border-bottom: 1px solid #E6E6E6;
  position: relative;
  transition: all 0.36s;
}
.about_factory_list li .about_factory_cont .tit::after {
  content: "";
  position: absolute;
  height: 1px;
  left: 0;
  bottom: 0;
  transition: all 0.36s;
  background-color: var(--main-color);
  width: 0;
}
.factory .about_info {
  padding-bottom: 0 !important;
}
.ptop80 {
  padding-top: 8rem;
}
.pbot90 {
  padding-bottom: 9rem;
}
.news_item:not(:last-child) {
  margin-bottom: 8.4rem;
}
.news_list {
  margin-bottom: 6rem;
}
.culture_item {
  position: relative;
  padding: 9rem 0;
  z-index: 1;
}
.culture_item:first-child {
  padding-top: 23.4rem !important;
}
.culture_item > img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: -1;
}
.culture_conts {
  position: relative;
}
.culture_cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.culture_cont .left {
  width: 51%;
  flex-shrink: 0;
}
.culture_cont .left .img_box {
  padding-top: 62.5%;
}
.culture_cont .right {
  width: 450px;
  flex-shrink: 0;
  margin-left: 40px;
  position: relative;
  padding-bottom: 30px;
  z-index: 1;
  padding-right: 85px;
}
.culture_cont .right::after {
  content: "";
  position: absolute;
  width: 130px;
  height: 130px;
  right: 30px;
  bottom: -10px;
  background-color: #D8EDF9;
  border-radius: 50%;
  z-index: -1;
}
.culture_cont .right::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  z-index: -2;
  background-color: #D9D9D9;
}
.culture_cont .right .subtit {
  font-size: 16px;
  line-height: 1.6;
  color: var(--main-color);
  margin-bottom: 12px;
}
.culture_cont .right .tit {
  font-size: 24px;
  line-height: 1.3;
  color: #1D1D1D;
  font-weight: bold;
}
.culture_list {
  width: 100%;
}
.culture_item:nth-child(even) .culture_cont {
  flex-direction: row-reverse;
}
.culture_item:nth-child(even) .culture_cont .right {
  margin-right: 30px;
  margin-bottom: 0;
}
.culture_tit .mod_tits {
  margin-bottom: 0 !important;
}
.culture_tit {
  position: absolute;
  width: 100%;
  top: 8.2rem;
  left: 0;
  z-index: 2;
}
.join_text {
  width: 930px;
  margin: 0 auto 5.4rem;
  text-align: center;
}
.join_text p {
  font-size: 16px;
  line-height: 1.6;
  color: #333333;
}
.join_listbox {
  position: relative;
  background-color: #000;
  margin-bottom: 8rem;
  z-index: 1;
}
.join_cont {
  padding-top: 7.8rem;
  overflow: hidden;
}
.join_list {
  display: flex;
  --left: 0px;
  --width: 25%;
  position: relative;
}
.join_list::after {
  content: "";
  position: absolute;
  width: var(--width);
  height: 100%;
  left: var(--left);
  top: 0;
  background: rgba(1, 146, 224, 0.7);
  backdrop-filter: blur(4px);
  z-index: -1;
  transition: all 0.36s;
}
.join_item {
  width: var(--width);
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  min-height: 460px;
  padding: 25px 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.join_item .tit {
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 8px;
}
.join_item .text {
  display: none;
}
.join_item .text p {
  font-size: 16px;
  line-height: 1.6;
}
.join_item > img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: -1;
  pointer-events: none;
}
.join_item:last-child {
  border: none;
}
.join_item:first-child .text {
  display: block;
}
.join_listimg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.join_titc {
  font-size: 32px;
  line-height: 1.4;
  margin-bottom: 37px;
  font-weight: bold;
  color: #1B1B1B;
}
.join_post_list {
  width: 100%;
}
.join_post_item {
  width: 100%;
  padding: 0 45px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 60px;
  border-bottom: 1px solid #D9D9D9;
}
.join_post_item .text {
  width: 20%;
  padding: 2px 12px;
  position: relative;
  text-align: center;
  color: #1B1B1B;
  font-size: 14px;
}
.join_post_item .text .value {
  line-height: 1.4;
}
.join_post_item .text .key {
  display: none;
  line-height: 1.4;
}
.join_post_item .text:last-child {
  color: var(--main-color);
}
.join_post_item:first-child {
  background-color: #F7F7F7;
  border-bottom: none;
  border-top: 1px solid #D9D9D9;
}
.join_post_item:first-child .text {
  font-weight: bold;
}
.join_post_item:first-child .text::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 14px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #D9D9D9;
}
.join_post_item:first-child .text:last-child {
  color: #1B1B1B;
}
.join_post_item:first-child .text:last-child::after {
  display: none;
}
.join_post {
  padding-bottom: 8rem;
}
.join_flow {
  margin-bottom: 8rem;
}
.treatment_cont {
  padding: 35px 40px;
  transition: all 0.36s;
  border-bottom: 1px solid #D9D9D9;
  cursor: pointer;
}
.treatment_cont p {
  transition: all 0.36s;
  font-size: 16px;
  line-height: 2.2;
  color: #666666;
}
.join_flow {
  position: relative;
  z-index: 2;
}
.join_flow > img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: -1;
}
.join_flow_flex {
  padding: 8rem 9rem 9rem;
  display: flex;
  justify-content: space-between;
}
.join_flow_flex .tit {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 36px;
  line-height: 1.4;
}
.join_flow_flex .left {
  width: 720px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}
.join_flow_flex .left .img {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f2f2f2;
}
.join_flow_flex .right {
  width: 420px;
  flex-shrink: 0;
}
.join_flow_info li {
  margin-bottom: 24px;
}
.join_flow_info li:last-child {
  margin-bottom: 0;
}
.join_flow_cont {
  padding-bottom: 30px;
  border-bottom: 1px solid #666666;
  display: flex;
  justify-content: space-between;
}
.join_flow_cont .key {
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
  margin-bottom: 8px;
}
.join_flow_cont .value p,
.join_flow_cont .value a {
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
  font-weight: bold;
}
.join_flow_cont .value a:hover {
  color: var(--main-color);
}
.join_flow_cont span {
  color: #fff;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  background-color: rgba(255, 255, 255, 0.1);
}
.contact_ban {
  display: flex;
}
.contact_ban .left {
  width: 63.28125%;
}
.contact_ban .left .map-content {
  height: 100%;
}
.contact_ban .right {
  width: 36.71875%;
  padding: 90px 9rem 8rem;
  position: relative;
  z-index: 1;
}
.contact_ban .right img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.contact_ban_cont {
  padding-top: 5rem;
}
.contact_ban_cont .tit {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
  color: #1B1B1B;
  padding-bottom: 40px;
  margin-bottom: 6rem;
  position: relative;
}
.contact_ban_cont .tit::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 45px;
  height: 4px;
  background-color: var(--main-color);
}
.contact_list li {
  display: flex;
  margin-bottom: 35px;
}
.contact_list li span {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #1B1B1B;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 18px;
  color: #fff;
  font-size: 18px;
  flex-shrink: 0;
  margin-top: 2px;
}
.contact_list li .contact_text .key {
  font-size: 16px;
  line-height: 1.6;
  color: #666666;
  margin-bottom: 2px;
}
.contact_list li .contact_text .value p,
.contact_list li .contact_text .value a {
  font-size: 16px;
  line-height: 1.3;
  color: #1B1B1B;
}
@media screen and (min-width: 1200px) {
  .contact_list li .contact_text .value a:hover {
    color: var(--main-color);
  }
}
.contact_list li:last-child {
  margin-bottom: 0;
}
.contact_cont {
  padding: 8.5rem 0 4.3rem;
  position: relative;
  z-index: 1;
}
.contact_cont > img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: -1;
}
.contact_flex {
  display: flex;
  justify-content: space-between;
}
.contact_flex .left {
  width: 50%;
  padding-right: 30px;
}
.contact_flex .left .img {
  width: 300px;
}
.contact_flex .left .img img {
  width: 100%;
  mix-blend-mode: multiply ;
}
.contact_flex .right {
  width: 51.063829%;
}
.contact_hd {
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 11rem;
}
.contact_hd .tit {
  font-size: 32px;
  line-height: 1.3;
  font-weight: bold;
  color: #1D1D1D;
  margin-bottom: 13px;
}
.contact_hd .text p {
  font-size: 16px;
  line-height: 1.6;
  color: #666666;
}
.contact_hd::after {
  content: "";
  position: absolute;
  width: 45px;
  height: 4px;
  left: 0;
  bottom: 0;
  background-color: var(--form-color);
}
.contact_cont {
  overflow: hidden;
}
.contact_cont .mod_form {
  --form-margin: -9px;
  --form-padding: 9px;
  --form-item-botton: 18px;
  --form-item-br: 12px;
  --form-item-width: 50%;
  --form-item-bg: #F2F2F2;
  --form-item-height: 52px;
  --form-item-padding: 23px;
  --form-label-size: 16px;
  --form-color: #333333;
  --form-textarea-height: 160px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 var(--form-margin);
}
.contact_cont .mod_form .mod_form_item {
  width: var(--form-item-width);
  padding: 0 var(--form-padding);
  margin-bottom: var(--form-item-botton);
}
.contact_cont .mod_form .mod_form_item .conts {
  position: relative;
}
.contact_cont .mod_form .mod_form_item .conts label {
  position: static;
  pointer-events: none;
  transition: all 0.36s;
  font-size: var(--form-label-size);
  text-transform: capitalize;
  line-height: 2;
  color: var(--form-color);
  margin-bottom: 3px;
}
.contact_cont .mod_form .mod_form_item .conts input {
  width: 100%;
  height: var(--form-item-height);
  padding: 0 var(--form-item-padding);
  font-size: var(--form-label-size);
  color: var(--form-color);
  background-color: var(--form-item-bg);
}
.contact_cont .mod_form .mod_form_item .conts textarea {
  height: var(--form-textarea-height);
  font-size: var(--form-label-size);
  padding: 22px var(--form-item-padding);
  width: 100%;
  color: var(--form-color);
  background-color: var(--form-item-bg);
}
.contact_cont .mod_form .mod_form_item .conts button {
  display: inline-block;
  min-width: 200px;
  height: 46px;
  padding: 0 18px;
  color: #fff;
}
.contact_cont .mod_form .mod_form_item .conts button span {
  margin-left: 15px;
  font-size: 16px;
  color: #fff;
}
.contact_cont .mod_form .mod_form_item .conts.active label {
  top: 0 !important;
}
.contact_cont .mod_form .mod_form_item.button .conts {
  background-color: transparent;
}
.contact_cont .mod_form .mod_form_item.button .conts {
  text-align: left;
}
.contact_cont .mod_form .mod_form_item.textarea .conts label {
  top: 30px;
}
.contact_cont .mod_form .mod_form_item.textarea {
  margin-bottom: 50px;
}
.contact_cont .mod_form .mod_form_item.block {
  width: 100%;
}
.product_flex {
  display: flex;
  margin: 0 var(--flex-margin);
}
.product_flex .left {
  width: 330px;
  flex-shrink: 0;
}
.product_flex .right {
  width: 100%;
}
.product_flex > div {
  padding: 0 var(--flex-padding);
}
.product_left_item:not(:last-child) {
  margin-bottom: 10px;
}
.proleft_tit {
  margin-bottom: 5.4rem;
  font-weight: bold;
}
.product_cont {
  padding: 5rem 0 9rem;
}
.product_left_cont {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  background-color: #F2F2F2;
  padding: 15px 20px ;
  transition: all 0.36s;
  width: 100%;
}
.product_left_cont .product_left_link {
  font-size: 14px;
  line-height: 1.3;
  display: inline-block;
  color: #1D1D1D;
}
.product_left_cont svg {
  width: 8px;
  transition: all 0.36s;
  display: inline-block;
  margin-top: 4px;
}
.product_left_cont svg path {
  display: inline-block;
  transition: all 0.36s;
}
@media screen and (min-width: 1200px) {
  .product_left_cont .product_left_link:hover {
    text-decoration: underline;
  }
}
.product_left_cont:hover {
  background-color: var(--main-color);
}
.product_left_cont:hover .product_left_link {
  color: #fff;
}
.product_left_cont:hover svg path {
  fill: #fff;
}
.product_left_item.active .product_left_cont {
  /* background-color: var(--main-color); */
}

.product_left_item.current .product_left_cont{
  background-color: var(--main-color);
}

.product_left_item.current .product_left_cont .product_left_link{
  color: #fff;
}

.product_left_item.active .product_left_cont .product_left_link {
  /* color: #fff; */
}


.product_left_item.active .product_left_cont svg {
  transform: rotate(90deg);
}

.product_left_item.current .product_left_cont svg path {
  fill: #fff;
}

.product_left_item.active .product_left_cont svg path {
  /* fill: #fff; */
}


/* .product_left_item:first-child .pro_second {
  display: block;
} */
.pro_second {
  padding: 16px 20px 22px;
  background-color: #F2F2F2;
  display: none;
}
.pro_second li {
  margin-bottom: 2px;
}
.pro_second li:last-child {
  margin-bottom: 0;
}
.pro_second a {
  font-size: 14px;
  line-height: 1.75;
  color: #666666;
  padding-left: 22px;
  position: relative;
  display: inline-block;
}
.pro_second a:hover {
  color: var(--main-color);
  transform: translateX(5px);
}
.pro_second a::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #666;
  top: 10px;
  left: 7px;
}
.proright_tit {
  font-size: 20px;
  line-height: 1.3;
  color: #1D1D1D;
  font-weight: bold;
  margin-bottom: 10px;
}
.proright_text p {
  font-size: 16px;
  line-height: 1.6;
  color: #666666;
}
.proright_hd {
  margin-bottom: 4rem;
}
.proright_list {
  display: flex;
  margin: 0 var(--flex-margin);
  flex-wrap: wrap;
}
.proright_list li {
  width: 33.33333%;
  padding: 0 var(--flex-padding);
  margin-bottom: 5.8rem;
}
.proright_link {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.proright_link .img_box {
  padding-top: 74.848484%;
  margin-bottom: 30px;
}
.proright_link .tit {
  font-size: 18px;
  line-height: 1.3;
  color: #1D1D1D;
  transition: all 0.36s;
}
.proright_link:hover .img_box img {
  transform: scale(1.05);
}
.proright_link:hover .tit {
  color: var(--main-color);
}
.prodeta .bread {
  border-bottom: none;
  margin-bottom: 20px;
}
.prodeta_info,
.pro_detail,
.prodeta_other {
  margin-bottom: 9rem;
}
.prodeta_info_flex {
  display: flex;
  justify-content: space-between;
}
.prodeta_info_flex .left {
  width: 48.93617%;
}
.prodeta_info_flex .right {
  width: 46.80851%;
}
.prodeta_bcont .img_box,
.prodeta_scont .img_box {
  padding-top: 75.0724637%;
}
.prodeta_sslick {
  position: relative;
  padding: 0 30px;
  margin-top: 10px;
}
.prodeta_slist {
  margin: 0 -5px;
}
.prodeta_sitem {
  padding: 0 5px;
}
.prodeta_scont {
  cursor: pointer;
}
.prodeta_scont .img_box svg {
  width: 56px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.prodeta_sarrow {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.prodeta_sarrow_flex {
  display: flex;
  justify-content: space-between;
}
.prodeta_sarrow_flex span {
  color: #666666;
  font-size: 14px;
  cursor: pointer;
  pointer-events: all;
  display: inline-block;
}
@media screen and (min-width: 1200px) {
  .prodeta_sarrow_flex span:hover {
    color: var(--main-color);
  }
}
.prodeta_sarrow_flex .prev {
  transform: rotate(180deg);
}
.prodeta_tit {
  font-size: 32px;
  line-height: 1.4;
  margin-bottom: 32px;
  color: #1D1D1D;
  font-weight: bold;
}
.prodeta_info .prodeta_tit {
  margin-top: 5px;
}
.prodeta_subtit {
  margin-bottom: 13px;
  font-size: 16px;
  line-height: 1.3;
  color: #1D1D1D;
  font-weight: bold;
}
.prodeta_text p {
  font-size: 16px;
  line-height: 2;
  color: #666;
}
.prodeta_text {
  margin-bottom: 5.8rem;
}
.pro_arrow {
  border-radius: 100px;
  border: 1px solid #E6E6E6;
  display: inline-flex;
  position: relative;
  justify-content: space-between;
  min-width: 336px;
}
.pro_arrow > div {
  width: 50%;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.pro_arrow > div span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #F2F2F2;
  color: #666666;
  font-size: 14px;
  transition: all 0.36s;
  margin: 5px;
}
.pro_arrow > div .text {
  font-size: 14px;
  line-height: 1.6;
  margin: 0 2px;
}
.pro_arrow > .prev span {
  transform: rotate(180deg);
}
.pro_arrow > .next {
  justify-content: flex-end;
}
.pro_arrow > div:hover span {
  background-color: var(--main-color);
  color: #fff;
}
.pro_arrow::after {
  content: "";
  width: 1px;
  height: 12px;
  background-color: #E6E6E6;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
}
.pro_detail_cont:not(:last-child) {
  margin-bottom: 35px;
}
.pro_detail_cont .tit {
  font-size: 16px;
  line-height: 1.3;
  font-weight: bold;
  color: #1D1D1D;
  margin-bottom: 12px;
}
.pro_detail_cont .text p {
  font-size: 16px;
  line-height: 1.6;
  color: #666666;
}
.prodeta_other_list {
  margin: 0 var(--flex-margin);
}
.prodeta_other_item {
  padding: 0 var(--flex-padding);
}
.prodeta_other_cont .img_box {
  padding-top: 75.75757%;
  margin-bottom: 30px;
}
.prodeta_other_cont .tit {
  font-size: 18px;
  line-height: 1.3;
  color: #1D1D1D;
  transition: all 0.36s;
}
.slick-dots {
  position: static;
  margin-top: 30px;
}
.slick-dots li {
  width: 10px;
  height: 10px;
}
.prodeta {
  overflow: hidden;
}
.prodeta_other_cont {
  cursor: pointer;
}
.prodeta_other_cont:hover img {
  transform: scale(1.03);
}
.prodeta_other_cont:hover .tit {
  color: var(--main-color);
}
/* search */
.search_view {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 999;
  display: none;
}
.search_view form {
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  animation: searchtit 1.3s ease both;
}
.search_view_tit {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
}
.search_close {
  position: absolute;
  width: 34px;
  transition: all 0.36s;
  z-index: 1;
  right: 200px;
  top: 100px;
  cursor: pointer;
}
.search_close:hover {
  transform: rotate(-90deg);
}
body.search_open {
  overflow: hidden;
}
@keyframes searchtit {
  from {
    transform: translateY(-80px) scale(0.5);
    opacity: 0;
  }
  to {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}
.search_view_cont {
  position: relative;
  width: 1200px;
}
.search_view_cont input {
  width: 100%;
  height: 50px;
  color: #fff;
  padding-left: 10px;
  padding-right: 40px;
  border-bottom: 1px solid #999;
  transition: all 0.36s;
}
.search_view_cont input:focus {
  border-bottom: 1px solid #fff;
}
.search_view_cont button {
  padding: 4px;
  font-size: 26px;
  color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1680px) {
  .search_view_tit {
    font-size: 26px;
    margin-bottom: 40px;
  }
  .search_view_cont button {
    font-size: 24px;
  }
  .search_close {
    width: 28px;
  }
}
@media screen and (max-width: 1440px) {
  .search_view_cont {
    width: 82.5%;
  }
  .search_view_tit {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .search_view_cont button {
    font-size: 22px;
  }
  .search_close {
    right: 140px;
    top: 100px;
    width: 24px;
  }
  .search_view_cont input {
    height: 45px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 991px) {
  .search_close {
    right: 90px;
    top: 100px;
    width: 24px;
  }
  .search_view_tit {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .search_close {
    right: 40px;
    top: 80px;
    width: 20px;
  }
  .search_view_tit {
    font-size: 20px;
  }
  .search_view_cont button {
    font-size: 18px;
  }
  .search_view_cont input {
    height: 40px;
  }
}
/* search-end */
.hd.active {
  background-color: #ffffff;
}
.news .mod_tits,
.join .mod_tits {
  width: 100%;
  margin-bottom: 6rem;
}
.home_ban .swiper-pagination {
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
}
.home_ban .swiper-pagination span {
  display: inline-block;
  width: 42px;
  height: 6px;
  background-color: #fff;
  border-radius: 15px !important;
  opacity: 0.5;
  margin: 0 7px;
}
.home_ban .swiper-pagination span.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: var(--main-color);
}
.home_about {
  position: relative;
}
.home_about > svg {
  position: absolute;
  width: 86px;
  top: 16rem;
  cursor: pointer;
  right: 31.77rem;
  transition: all 0.36s !important;
  display: block !important;
}
.home_about > svg:hover {
  transform: scale(1.1) !important;
}
.ct_aside1 {
  position: fixed;
  top: 68%;
  right: 20px;
  transform: translateY(-50%);
  z-index: 10;
}
.ct_aside1_list {
  margin-bottom: 15px;
  transition: all 0.36s;
}
.ct_aside1_item {
  margin-bottom: 4px;
  position: relative;
  transition: all 0.36s;
  cursor: pointer;
}
.ct_aside1_item:last-child {
  margin-bottom: 0;
}
.ct_aside1_link {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 22px;
  color: #fff;
  transition: all 0.36s;
}
.ct_aside1_item.gotop span {
  display: inline-block;
  transform: rotate(-90deg);
  font-size: 20px;
}
.ct_aside1_item.active .ct_aside1_link {
  background-color: var(--main-color);
}
.ct_aside1_item:hover .ct_aside1_link {
  background-color: var(--main-color);
}
.ct_aside1_link,
.ct_aside1_switch {
  width: 46px;
  height: 46px;
  border-radius: 50%;
}
.ct_aside1_switch {
  background-color: #6295a7;
  position: relative;
  transition: all 0.36s;
  cursor: pointer;
  display: none;
}
.ct_aside1_switch::after,
.ct_aside1_switch::before {
  content: "";
  position: absolute;
  background-color: #fff;
  transition: all 0.36s;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ct_aside1_switch::after {
  width: 2px;
  height: 15px;
}
.ct_aside1_switch::before {
  height: 2px;
  width: 15px;
}
.ct_aside1_switch.active {
  background-color: #031417;
  transform: rotate(-135deg);
}
.ct_aside1_cont {
  position: absolute;
  right: calc(100% + 5px);
  top: 50%;
  transform: translateY(-50%) translateX(100px);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.04);
  transition: all 0.36s;
  opacity: 0;
  pointer-events: none;
}
.ct_aside1_item.active .ct_aside1_cont {
  pointer-events: all;
  opacity: 1;
  transform: translateY(-50%) translateX(0px);
}
.ct_aside1_cont::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  top: 0;
  left: 100%;
}
.ct_aside1_cont .qr {
  width: 100px;
  padding: 2px;
  border-radius: 4px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
  background-color: #fff;
}
.ct_aside1_cont .qr img {
  width: 100%;
}
.ct_aside1_cont a {
  display: inline-block;
  padding: 17px 22px;
  background-color: #fff;
  border-radius: 4px;
  color: #333;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
  white-space: nowrap;
}
/* type-animatelist */
.ct_aside1_list.animatelist {
  transform: translateX(100px);
}
.ct_aside1_list.active {
  transform: translateX(0px);
}
/* type-animateitem */
.ct_aside1_list.animateitem .ct_aside1_item {
  transform: translateX(100px);
}
.ct_aside1_list.active .ct_aside1_item {
  transform: translateX(0px);
}
/* type-animateitem-rotate */
.ct_aside1_list.animateitem-rotate .ct_aside1_item {
  transform: translateX(80px) rotate(360deg);
}
.ct_aside1_list.active .ct_aside1_item {
  transform: translateX(0px) rotate(0deg);
}
@media screen and (max-width: 768px) {
  .ct_aside1_list {
    display: none;
  }
  .ct_aside1 {
    top: initial;
    right: 20px;
    bottom: 70px;
    transform: translateY(0);
  }
  .ct_aside1_switch {
    display: block;
  }
}
/* hover */
@media screen and (min-width: 1200px) {
  .ct_aside1_switch:hover {
    background-color: #031417;
  }
  .ct_aside1_item:hover .ct_aside1_cont {
    pointer-events: all;
    opacity: 1;
    transform: translateY(-50%) translateX(0px);
  }
}
.mod_online_tit {
  font-size: 13px;
}
.contact_cont .mod_form .mod_form_item .conts button {
  padding: 0 !important;
  min-width: initial;
}
.contact_list li:hover span {
  background-color: var(--main-color);
}
/* 搜索页 */
.product_search {
  margin-bottom: 20px;
}
.product_search_tit {
  font-family: Redbold;
  font-size: 22px;
  color: #14151a;
  margin-bottom: 15px;
}
.product_search_text {
  background-color: #f3f5f8;
  padding: 12px 20px;
  color: #999999;
  font-size: 14px;
  line-height: 1.6;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1440px) {
  /* 搜索页 */
  .product_search_tit {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .product_search_text {
    padding: 10px 15px;
  }
  .product_search {
    margin-bottom: 15px;
  }
  /* 搜索页-end */
}
/* sitemap */
.sitemap_cont {
  padding: 8rem 0 !important;
}
.sitemap_cont_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.sitemap_cont_item {
  width: 24%;
  padding: 0 10px;
}
.sitemap_cont_link {
  display: block;
  text-align: center;
  line-height: 50px;
  background-color: var(--main-color);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.sitemap_cont_link:hover {
  text-decoration: underline;
}
.sitemap_second_list {
  margin-top: 15px;
}
.sitemap_second_item {
  margin-bottom: 10px;
}
.sitemap_second_link {
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  transition: all 0.36s;
  display: block;
  color: #222;
  padding: 4px 0;
}
.sitemap_second_link:hover {
  color: var(--main-color);
  text-decoration: underline;
}
@media screen and (max-width: 1680px) {
  .sitemap_cont {
    padding: 60px 0 0px;
  }
  .sitemap_cont_link {
    line-height: 45px;
  }
  .sitemap_second_item {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 1440px) {
  .sitemap_cont_item {
    padding: 0 8px;
  }
  .sitemap_cont_list {
    margin: 0 -8px;
  }
  .sitemap_cont_link {
    line-height: 40px;
    font-size: 16px;
  }
  .sitemap_second_link {
    padding: 4px 0;
    line-height: 26px;
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .sitemap_cont_item {
    padding: 0 5px;
  }
  .sitemap_cont_list {
    margin: 0 -5px;
    flex-wrap: wrap;
  }
  .sitemap_cont_item {
    width: 33.333333%;
    margin-bottom: 20px;
  }
  .sitemap_cont {
    padding: 40px 0 0px;
  }
}
@media screen and (max-width: 768px) {
  .sitemap_cont {
    padding: 30px 0 0px;
  }
  .sitemap_cont_list {
    flex-direction: column;
  }
  .sitemap_cont_item {
    width: 100%;
    margin-bottom: 10px;
  }
  .sitemap_second_list {
    margin-top: 10px;
  }
}
/* sitemap-end */
/* newdate */
.newdate_info_tit {
  margin-bottom: 20px;
  font-size: 34px;
  line-height: 1.2;
  font-weight: bold;
}
.newdate_info_date {
  font-size: 16px;
  line-height: 1.5;
}
.newdate_info {
  padding: 60px 0 20px;
  border-bottom: 1px solid #ccc;
}
.news_info {
  margin-bottom: 50px;
}
.news_primary {
  padding-top: 50px !important;
  padding-bottom: 100px !important;
}
.news_info h2 {
  font-size: 30px;
  line-height: 1.3;
  font-weight: bold;
  color: #222222;
  margin-bottom: 20px;
}
.news_info p {
  font-size: 16px;
  line-height: 1.6;
  color: #444444;
  margin-bottom: 20px;
}
.news_info img {
  height: auto !important;
}
.newdate_main .pdrf_shares {
  margin-top: 50px;
}
.newdate_page {
  margin-top: 40px;
}
.newdate_page a:hover {
  color: #0064ca;
}
.newdate_prev {
  margin-bottom: 20px;
}
.pdrf_shares_text {
  flex-shrink: 0;
  font-size: 22px;
  line-height: 1.2;
  margin-right: 5px;
}
.pdrf_shares {
  display: flex;
  align-items: center;
}
.newdate_page a {
  color: #666;
  font-size: 16px;
  line-height: 1.4;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
@media screen and (max-width: 1680px) {
  .newdate_info_tit {
    margin-bottom: 20px;
    font-size: 30px;
  }
  .newdate_info {
    padding: 55px 0 20px;
  }
  .news_info h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .news_primary {
    padding-top: 40px !important;
    padding-bottom: 80px !important;
  }
  .pdrf_shares_text {
    font-size: 20px;
  }
  .news_info {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1440px) {
  .newdate_info_tit {
    margin-bottom: 15px;
    font-size: 24px;
  }
  .newdate_info {
    padding: 50px 0 15px;
  }
  .news_primary {
    padding-top: 35px !important;
    padding-bottom: 60px !important;
  }
  .newdate_info_date {
    font-size: 14px;
  }
  .news_info h2 {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .news_info p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 12px;
  }
  .news_info {
    margin-bottom: 30px;
  }
  .pdrf_shares_text {
    font-size: 18px;
  }
  .newdate_page {
    margin-top: 30px;
  }
  .newdate_page a {
    font-size: 14px;
    line-height: 1.4;
  }
  .newdate_prev {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .newdate_info_tit {
    font-size: 22px;
  }
  .newdate_info {
    padding: 40px 0 12px;
  }
  .news_primary {
    padding-top: 30px !important;
    padding-bottom: 50px !important;
  }
  .pdrf_shares_text {
    font-size: 16px;
  }
  .news_info h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .newdate_info {
    padding: 35px 0 12px;
  }
  .newdate_info_tit {
    margin-bottom: 13px;
    font-size: 22px;
    line-height: 1.4;
  }
  .news_primary {
    padding-top: 20px !important;
    padding-bottom: 35px !important;
  }
  .pdrf_shares_text {
    font-size: 14px;
  }
}
/* newdate-end */
.ft_form .mod_form .mod_form_item .conts.active label {
  top: 0 !important;
  font-size: 13px;
}
.join_listimg * {
  height: 100%;
}
.join_listimg img {
  object-fit: cover;
}
.c_pcbtn {
  display: none;
}
.home_ban_img {
  display: block;
}
/* hover */
@media screen and (min-width: 1200px) {
  .hd_item.active .hd_link {
    color: var(--main-color);
  }
  .hd_link:hover {
    color: var(--main-color);
  }
  .home_pro .mod_pro:hover .img_box img {
    transform: scale(0.95);
  }
  .mod_pro:hover .img_box img {
    transform: scale(1.04);
  }
  .mod_pro:hover .tit {
    color: var(--main-color);
  }
  .home_advcont:hover > img {
    opacity: 1;
    transform: scale(1);
  }
  .home_advcont:hover .tit::after {
    background-color: #FFFFFF;
  }
  .treatment_list li.active .treatment_cont {
    background-color: var(--main-color);
    border-color: var(--main-color);
  }
  .treatment_list li.active .treatment_cont p {
    color: #fff !important;
  }
  .prodeta_scont .img_box:hover img {
    transform: scale(1.08);
  }
  .about .about_advantage .home_advcont:hover > img {
    opacity: 1;
    transform: scale(1);
  }
  .about .about_advantage .home_advcont:hover span {
    color: #fff;
  }
  .about .about_advantage .home_advcont:hover .tit {
    color: #fff;
  }
  .about .about_advantage .home_advcont:hover .tit::after {
    background-color: #FFFFFF;
  }
  .about .about_advantage .home_advcont:hover .text p {
    color: #fff;
  }
  .about_factory_cont:hover img {
    transform: scale(1.04);
  }
  .about_factory_cont:hover .tit {
    color: var(--main-color);
  }
  .about_factory_cont:hover .tit::after {
    width: 100% !important;
  }
  .about_honor_cont:hover .tit {
    color: var(--main-color);
  }
  .about_honor_cont:hover .img_box img {
    transform: scale(1.04);
  }
  .about_honor_cont:hover .tit::after {
    background-color: var(--main-color);
  }
  .join_flow_cont:hover span {
    background: var(--main-color);
    color: #fff;
  }
  .home_pro_item .mod_pro:hover .proimg {
    opacity: 1 !important;
  }
  .home_about .mod_data_item {
    cursor: pointer;
  }
  .home_about .mod_data_item:hover .big .val {
    color: var(--main-color);
  }
  .home_about .mod_data_item:hover .big .unit {
    color: var(--main-color);
  }
}
.mod_data_item .big .val,
.mod_data_item .big .unit {
  transition: all 0.36s;
}
.proimg {
  opacity: 0 !important;
  transition: all 0.36s;
}
.home_news_item:not(:first-child),
.home_pro_item:not(:first-child),
.prodeta_sitem:not(:first-child),
.prodeta_bitem:not(:first-child),
.prodeta_other_item:not(:first-child) {
  display: none;
}
.news_cont {
  overflow: hidden;
}
.prodeta {
  padding-top: 94px;
}
.factory .about_info_text {
  width: 100%;
}
.canvasitem {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 200;
}
.home_pro_item img {
  max-width: initial !important;
}

.news_sort{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -30px;
  margin-bottom: 40px;
}

.news_sort a{
  display: block;
  line-height: 40px;
  min-width: 80px;
  padding: 0 30px;
  text-align: center;
  font-size: 22px;
  color: #1D1D1D;
  position: relative;
}

.news_sort a:last-child::after{
  display: none;
}

.news_sort a::after{
  content: "";
  position: absolute;
  width: 2px;
  height: 15px;
  background-color: #E6E6E6;
  right: 0;
  top: 50%;
  transform: translate(50%,-50%);
}

.news_sort a:hover{
  color: var(--main-color);
}



.product_left_item.current .pro_second{
  display: block;
}