@charset "utf-8";
body {
  /* 填写默认字体 */
  font-family: "Microsoft YaHei UI", "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产生冲突 */
.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 {
  font-size: 10px;
  --main-color: #E50110;
  --flex-margin: -15px;
  --flex-padding: 15px;
  --color2: #222;
  --red: #E50110;
  --color4: #444;
  --white: #fff;
  --colorf6: #F6F6F6;
  --blue: #034F98;
}
/* 翻译插件展位 */
.google-translate {
  min-width: 108px;
}
.fancybox-content {
  height: 800px !important;
}
.c_pcbtn {
  display: none;
}
.header {
  position: sticky;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  background-color: #fff;
}
.translated-ltr .header,
.translated-rtl .header {
  top: 40px;
}
.header-logo {
  width: 365px;
  display: block;
  line-height: var(--height);
}
.header-logo img {
  width: 100%;
}
.header {
  --height: 100px;
  padding: 0 11rem;
}
.header .flex {
  display: flex;
  justify-content: space-between;
}
.header .flex .right {
  display: flex;
}
.header-control {
  display: flex;
  align-items: center;
}
.header-search {
  padding: 8px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.header-search::after {
  content: "";
  display: block;
  width: 1px;
  height: 8px;
  background-color: #D9D9D9;
  margin: 0 24px;
}
.header-search span {
  font-size: 22px;
  color: #222222;
}
@media screen and (min-width: 1200px) {
  .header-search:hover span {
    color: var(--main-color);
    transform: scale(1.1);
  }
}
.google-translate {
  margin-right: 25px;
}
.header-language {
  min-width: 104px;
  height: 44px;
  border-radius: 10px;
  background-color: #F6F6F6;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 11px;
}
.header-language img {
  width: 22px;
  margin-right: 12px;
}
.header-language p {
  color: #666;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: capitalize;
  transition: all 0.5s;
}
@media screen and (min-width: 1200px) {
  .header-language:hover {
    background-color: var(--main-color);
  }
  .header-language:hover p {
    color: #fff;
  }
}
.hd_second {
  display: none;
}
.hd_three {
  display: none;
}
@media screen and (min-width: 1200px) {
  .hd_list {
    display: flex;
    margin-right: 55px;
  }
  .hd_item {
    margin-right: 6.5rem;
    position: relative;
  }
  .hd_item:last-child {
    margin-right: 0;
  }
  .hd_link {
    height: var(--height);
    display: flex;
    align-items: center;
    color: #222;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: relative;
  }
  .hd_link::after {
    content: "";
    position: absolute;
    width: 52px;
    height: 3px;
    background-color: var(--main-color);
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    transition: all 0.5s;
    width: 0;
  }
  .hd_item:hover .hd_link,
  .hd_item.active .hd_link {
    color: var(--main-color);
  }
  .hd_item:hover .hd_link::after,
  .hd_item.active .hd_link::after {
    width: 52px;
  }
  .hd_second {
    position: absolute;
    padding: 14px 20px;
    min-width: 180px;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
  }
  .hd_second_link {
    font-size: 16px;
    display: inline-block;
    line-height: 1.65;
    color: #444;
    padding: 6px 0;
  }
  .hd_second_link:hover,
  .hd_second_item.active .hd_second_link {
    color: var(--main-color);
  }
}
.fadeInLeft,
.fadeInRight,
.fadeInUp,
.fadeInDown {
  animation-duration: 1.2s;
}
.home-product {
  padding-top: 8rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.home-product > img {
  position: absolute;
  width: 33.80208333%;
  left: 0;
  top: 0;
  z-index: -1;
  min-width: 200px;
}
.home-product .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 -10px 20px;
}
.home-product .left {
  width: 50%;
  padding: 0 10px;
  padding-right: 10%;
}
.home-product .left .subtit {
  color: var(--red, #E50110);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 15px;
}
.home-product .left .title {
  color: var(--color2, #222);
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 173.333%;
  margin-bottom: 20px;
}
.home-product .left .text {
  margin-bottom: 6rem;
}
.home-product .left .text p {
  color: var(--color4, #444);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 192.857%;
}
.home-product .left .more {
  cursor: pointer;
  min-width: 150px;
  height: 46px;
  border-radius: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--main-color);
  padding: 0 15px;
  color: var(--white, #FFF);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.home-product .left .more:hover {
  background-color: var(--blue);
}
.home-product .right {
  width: 50%;
  padding: 0 10px;
  position: relative;
}
.home-product .right-box {
  position: relative;
  background-color: #034F98;
}
.home-product .home-product-slink {
  display: block;
}
.home-product .home-product-slink .img_box {
  padding-top: 66.6666666%;
  background-color: #F1F2F6;
}

.home-product .home-product-slink .img_box img{
    mix-blend-mode: multiply;
}

.home-product .home-product-slink .bottoms {
  padding-top: 50px;
  padding-bottom: 36px;
  padding-left: 40px;
  width: 62%;
}
.home-product .home-product-slink .bottoms .tits {
  color: var(--white, #FFF);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 16px;
}
.home-product .home-product-slink .bottoms .texts p {
  color: var(--colorf6, #F6F6F6);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 169.231%;
}
.home-product-control {
  position: absolute;
  right: 40px;
  bottom: 50px;
}
.home-product-control .flexs {
  display: flex;
  align-items: center;
}
.home-product-control .prevs,
.home-product-control .nexts {
  cursor: pointer;
}
.home-product-control .prevs span,
.home-product-control .nexts span {
  font-size: 26px;
  color: #3E83C5;
}
.home-product-control .arrows {
  margin: 0 20px;
}
.home-product-control .slick-dots {
  margin-top: 0;
  display: flex;
  align-items: center;
}
.home-product-control .slick-dots li {
  font-size: 0;
  background-color: #3E83C5;
  transition: all 0.5s;
}
.home-product-control .slick-dots li.active {
  background-color: #fff !important;
}
.home-product-control .prevs span {
  transform: rotate(180deg);
}
@media screen and (min-width: 1200px) {
  .home-product-control .prevs:hover span,
  .home-product-control .nexts:hover span {
    color: #fff;
  }
}
.home-product-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.home-product-item {
  width: 25%;
  padding: 0 10px;
}
.home-product-link {
  background-color: #F1F2F6;
  display: block;
  padding-bottom: 20px;
}
.home-product-link .img_box {
  padding-top: 64.70588235%;
  margin-bottom: 20px;
  background-color: #F1F2F6;
}

.home-product-link .img_box img{
    mix-blend-mode: multiply;
}   

.home-product-link .bottom {
  padding: 0 25px;
}
.home-product-link .tits {
  color: var(--color2, #222);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 14px;
}
.home-product-link .mores {
  color: var(--color6, #666);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  transition: all 0.5s;
}
@media screen and (min-width: 1200px) {
  .home-product-link:hover .img_box img {
    transform: scale(1.06);
  }
  .home-product-link:hover .mores {
    color: var(--main-color);
  }
}
.home-about {
  padding-top: 12rem;
  padding-bottom: 29rem;
  position: relative;
  z-index: 1;
}
.home-about > img {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.home-about .title {
  color: var(--color2, #222);
  font-size: 36px;
  font-weight: 700;
  line-height: 183.333%;
  width: 693px;
  text-align: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.home-about .text {
  margin-top: 30px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  width: 1060px;
}
.home-about .text p {
  color: var(--color2, #222);
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 226.667%;
}
.home-about .home-about-group {
  margin-top: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-about .home-about-group .more {
  width: 180px;
  height: 50px;
  border-radius: 50px;
  background-color: var(--main-color);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (min-width: 1200px) {
  .home-about .home-about-group .more:hover {
    background-color: var(--blue);
  }
  .home-about .home-about-group .video:hover {
    transform: scale(1.08);
  }
}
.home-about .home-about-group .video {
  transition: all 0.5s;
  cursor: pointer;
  width: 52px;
  height: 52px;
  border-radius: 50%;
}
.home-about .home-about-group .video img {
  width: 100%;
}
.home-title36 {
  color: var(--color2, #222);
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.home-trade-header {
  padding: 70px 30px 0;
  width: 91.1458333%;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  position: relative;
  z-index: 2;
}
.home-trade-header .text {
  width: 852px;
  margin-top: 18px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.home-trade-header .text p {
  color: var(--color6, #666);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 192.857%;
}
.home-trade-slick {
  position: relative;
  margin-top: 6rem;
}
@media screen and (max-width: 1680px) {
  .home-trade-slick .carter_arrow {
    z-index: 2;
    width: calc(100% + 54px);
  }
}
.home-trade-list {
  margin: 0 var(--flex-margin);
}
.home-trade-item {
  padding: 0 var(--flex-padding);
}
.home-trade-link {
  display: block;
  position: relative;
  overflow: hidden;
}
.home-trade-link .home-trade-tit {
  position: relative;
  padding-bottom: 17px;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #FFF;
}
.home-trade-link .home-trade-tit::after {
  content: "";
  position: absolute;
  width: 36px;
  height: 1px;
  background-color: #FFFFFF;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.home-trade-link .img_box {
  padding-top: 111.111111%;
}
.home-trade-link .tits {
  position: absolute;
  width: 100%;
  bottom: 8.66666666%;
  left: 0;
  transition: all 0.5s;
}
@media screen and (min-width: 1200px) {
  .home-trade-link:hover .tits {
    opacity: 0;
    transform: translateY(-100%);
  }
  .home-trade-link:hover .home-trade-hover {
    transform: translateX(0);
    opacity: 1;
  }
  .home-trade-link:hover .img_box img {
    transform: scale(1.06);
  }
}
.home-trade-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(2, 88, 168, 0.8);
  top: 0;
  left: 0;
  z-index: 2;
  transition: all 0.5s;
  opacity: 0;
  transform: translateY(100%);
}
.home-trade-hover .flex {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 20.88888889%;
}
.home-trade-hover .flex .htits {
  padding-left: 40px;
  padding-right: 40px;
}
.home-trade-hover .flex .htexts {
  margin-top: 25px;
  padding: 0 40px;
}
.home-trade-hover .flex .htexts p {
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 171.429%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.home-trade-hover .flex .mores {
  min-width: 140px;
  height: 40px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF;
  color: var(--blue, #0258A8);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 171.429%;
  margin-top: 21.11111111%;
  transition: all 0.5s;
}
.home-trade {
  margin-top: -95px;
}
.home-news {
  padding-top: 90px;
}
.home-news .title {
  text-align: center;
}
.home-news-list {
  display: flex;
  margin-top: 50px;
}
.home-news-item {
  width: 33.3333333%;
}
.home-news-link {
  display: block;
  height: 100%;
  border: 1px solid var(--colorf6, #F6F6F6);
  background: #FFF;
  padding: 38px 45px;
  padding-right: 70px !important;
}
.home-news-link .tits {
  padding-bottom: 17px;
  position: relative;
  margin-bottom: 17px;
}
.home-news-link .tits p {
  color: var(--color2, #222);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 177.778%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
}
.home-news-link .tits::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 2px;
  background-color: var(--blue);
  bottom: 0;
  left: 0;
  transition: all 0.5s;
}
.home-news-link .texts {
  margin-top: 15px;
}
.home-news-link .texts p {
  color: var(--color6, #666);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 171.429%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.home-news-link .time {
  margin-top: 25px;
  color: var(--color2, #222);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
@media screen and (min-width: 1200px) {
  .home-news-link:hover .tits p {
    color: var(--blue);
  }
  .home-news-link:hover .tits::after {
    background-color: var(--main-color);
  }
}
.home-news-primary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 6rem;
}
.home-news-primary .left {
  width: 47.87234042%;
}
.home-news-primary .left .iconfont {
  font-size: 26px;
  margin-bottom: 37px;
  color: var(--main-color);
}
.home-news-primary .left .time {
  color: var(--color6, #666);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 14px */
  margin-bottom: 7px;
}
.home-news-primary .left .tits {
  color: var(--color2, #222);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 145%;
  padding-bottom: 22px;
  position: relative;
  margin-bottom: 25px;
  transition: all 0.5s;
}
.home-news-primary .left .tits::after {
  content: "";
  background: var(--blue, #0258A8);
  position: absolute;
  width: 18px;
  height: 2px;
  left: 0;
  bottom: 0;
  transition: all 0.5s;
}
.home-news-primary .left .texts {
  margin-bottom: 5rem;
}
.home-news-primary .left .texts p {
  color: var(--color6, #666);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.home-news-primary .left .mores {
  cursor: pointer;
  width: 150px;
  height: 46px;
  border-radius: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--blue);
  color: #fff;
  font-size: 14px;
  transition: all 0.5s;
}
@media screen and (min-width: 1200px) {
  .home-news-primary .left .mores:hover {
    background-color: var(--main-color);
  }
}
.home-news-primary .right {
  width: 570px;
}
.home-news-primary .right .img_box {
  padding-top: 56.14035087%;
}
@media screen and (min-width: 1200px) {
  .home-news-primary:hover .left .mores {
    background-color: var(--main-color);
  }
  .home-news-primary:hover .left .tits {
    color: var(--blue);
  }
  .home-news-primary:hover .left .tits::after {
    background: var(--main-color);
  }
  .home-news-primary:hover .right .img_box img {
    transform: scale(1.04);
  }
}
.mod-nav {
  margin-top: 6rem;
  margin-bottom: 7rem;
}
.mod-nav-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0px -20px;
}
.mod-nav-item {
  margin-bottom: 15px;
}
.mod-nav-item:not(last-child) {
  margin-right: 20px;
}
.mod-nav-link {
  display: flex;
  min-width: 176px;
  padding: 0 20px;
  height: 46px;
  border-radius: 46px;
  align-items: center;
  justify-content: center;
  background-color: #F6F6F6;
  color: var(--color4, #444);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (min-width: 1200px) {
  .mod-nav-link:hover {
    background-color: var(--blue);
    color: #fff;
  }
}
.mod-nav-item.active .mod-nav-link {
  background-color: var(--blue);
  color: #fff;
}
.mod-header-text {
  margin-top: 11px;
}
.mod-header-text p {
  color: var(--color4, #444);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 225%;
}
main,
.video-content {
  padding-bottom: 10rem;
}
.about-content {
  overflow: hidden;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.about-content .flex {
  display: flex;
  justify-content: space-between;
}
.about-content .flex .left {
  width: 41.13475177%;
  position: relative;
  cursor: pointer;
}
.about-content .flex .left .img_box {
  height: 100%;
  padding-top: 103.44827%;
}
.about-content .flex .left .img_box img {
  object-fit: cover;
}
.about-content .flex .left > img {
  position: absolute;
  width: 120px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}
@media screen and (min-width: 1200px) {
  .about-content .flex .left:hover .img_box img {
    transform: scale(1.05);
  }
  .about-content .flex .left:hover > img {
    transform: translate(-50%, -50%) scale(1.1);
  }
}
.about-content .flex .right {
  width: 57.4468085%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.about-content .flex .right .tops {
  margin-bottom: 20px;
}
.about-content .flex .right .tops .img_box {
  padding-top: 35.80246913%;
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .about-content .flex .right .tops .img_box:hover img {
    transform: scale(1.06);
  }
}
.about-content .flex .right .bottom {
  display: flex;
  justify-content: space-between;
}
.about-content .flex .right .bottom .imgs {
  width: 48.7654321%;
}
.about-content .flex .right .bottom .imgs .img_box {
  padding-top: 72.5%;
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .about-content .flex .right .bottom .imgs .img_box:hover img {
    transform: scale(1.06);
  }
}
.mod-title36,
.mod-title36 p {
  color: var(--color2, #222);
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 183.333%;
}
.factory-conts {
  cursor: pointer;
}
.factory-conts .img_box {
  padding-top: 60%;
}
@media screen and (min-width: 1200px) {
  .factory-conts:hover .img_box img {
    transform: scale(1.06);
  }
}
.factory-item {
  margin-bottom: 30px;
  padding: 0 var(--flex-padding);
}
.factory-list {
  margin: 0 var(--flex-margin) -30px;
}
.factory-control {
  display: flex;
  align-items: center;
  justify-content: center;
}
.factory-control .carter_prev,
.factory-control .carter_next {
  width: 42px;
  height: 42px;
  margin-top: 6rem;
}
.factory-control .carter_prev span,
.factory-control .carter_next span {
  font-size: 18px;
}
.factory-control .slick-dots {
  margin-top: 6rem;
  text-align: center;
  --wh: 42px;
  --margin-x: 5px;
  --bg: #F6F6F6;
}
.factory-control .slick-dots li {
  line-height: 42px;
  transition: all 0.5s;
}
.factory-control .slick-dots li.slick-active {
  background-color: var(--blue) !important;
}
.factory-control .slick-dots li.slick-active button {
  color: #fff !important;
}
@media screen and (min-width: 1200px) {
  .factory-control .slick-dots li:hover {
    background-color: var(--blue) !important;
  }
  .factory-control .slick-dots li:hover button {
    color: #fff !important;
  }
}
.factory-control .slick-dots button {
  color: #666666 !important;
  text-align: center;
  line-height: 42px;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
  transition: all 0.5s;
  pointer-events: none;
}
.application-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 var(--flex-margin) -30px;
}
.application-item {
  padding: 0 var(--flex-padding);
  width: 25%;
  margin-bottom: 30px;
}
.mod-content {
  margin-top: 5rem;
}
.honor-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 var(--flex-margin) -30px;
}
.honor-item {
  padding: 0 var(--flex-padding);
  width: 25%;
  margin-bottom: 30px;
}
.honor-conts {
  display: block;
  height: 100%;
  cursor: pointer;
  transition: all 0.5s;
}
.honor-conts .imgs {
  padding: 30px 35px;
}
.honor-conts .imgs .img_box {
  padding-top: 142.30769%;
  transition: all 0.5s;
}
.honor-conts .tits {
  padding: 22px 0;
  border-top: 1px solid #F0F0F0;
  color: #666;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-align: center;
  transition: all 0.5s;
}
@media screen and (min-width: 1200px) {
  .honor-conts:hover {
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.08);
    background: #FFF;
  }
  .honor-conts:hover .imgs .img_box {
    transform: scale(1.06);
  }
  .honor-conts:hover .tits {
    color: var(--main-color);
  }
}
/* 分页 */
.mod_page {
  display: flex;
  align-items: center;
  justify-content: center;
  --margin-x: 5px;
  --fs: 16px;
  --iconfs: 18px;
  --wh: 42px;
  --bg: #F6F6F6;
  --page-color: #666;
  margin-top: 6rem;
}
.mod_page_item {
  margin: 0 var(--margin-x);
}
.mod_page .prev,
.mod_page .next {
  margin: 0 var(--margin-x) !important;
}
.mod_page_item a {
  color: var(--page-color);
  transition: all 0.36s;
  display: block;
  text-align: center;
  border-radius: 50%;
  width: var(--wh);
  line-height: var(--wh);
  font-size: var(--fs);
  background-color: var(--bg);
}
.mod_page .prev a,
.mod_page .next a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: var(--wh);
}
.mod_page .prev span {
  transform: rotate(180deg);
}
.mod_page .next span {
  transform: rotate(0deg);
}
.mod_page .prev span,
.mod_page .next span {
  font-size: var(--iconfs);
}
.mod_page_item.act a {
  background-color: var(--blue);
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .mod_page_item a:hover {
    background-color: var(--blue);
  }
  .mod_page_item.prev a:hover span,
  .mod_page_item.next a:hover span {
    color: #fff;
  }
  .mod_page_item:not(.prev, .next) a:hover {
    color: #fff;
  }
}
/* 分页-end */
.server-list {
  display: flex;
  justify-content: space-between;
  margin: 0 var(--flex-margin);
}
.server-item {
  width: 25%;
  padding: 0 var(--flex-padding);
}
@keyframes xuanshuan {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.server-cont {
  height: 100%;
  flex-direction: column;
  display: flex;
}
.server-cont .icons {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F6F6F6;
  flex-shrink: 0;
  transition: all 0.5s;
}
.server-cont .icons span {
  color: var(--main-color);
  font-size: 32px;
}
.server-cont .icons img {
  width: 90px;
  height: 90px;
  max-width: initial;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
  opacity: 0;
  animation: xuanshuan 8s linear infinite;
  pointer-events: none;
}
.server-cont .tops {
  margin-bottom: 4.5rem;
  align-items: center;
  display: flex;
  justify-content: space-between;
  flex-shrink: 0;
}
.server-cont .tops::after {
  content: "";
  width: 176px;
  height: 1px;
  background-color: #EEEEEE;
}
.server-cont .conts {
  position: relative;
  z-index: 1;
  background-color: #F6F6F6;
  padding: 40px 30px;
  min-height: 410px;
  transition: all 0.5s;
  flex-grow: 1;
}
.server-cont .conts > img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
  transition: all 0.5s;
}
.server-cont .conts .tits {
  color: var(--color2, #222);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 32px;
  transition: all 0.5s;
}
.server-cont .conts .texts p {
  color: var(--color4, #444);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 157.143%;
  padding-left: 14px;
  position: relative;
  margin-bottom: 12px;
  transition: all 0.5s;
}
.server-cont .conts .texts p::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #444444;
  left: 0;
  top: 9px;
  transition: all 0.5s;
}
.server-cont .conts .texts p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1200px) {
  .server-cont:hover .icons {
    background-color: var(--blue);
  }
  .server-cont:hover .icons span {
    color: #fff;
  }
  .server-cont:hover .icons img {
    opacity: 1;
  }
  .server-cont:hover .conts {
    box-shadow: 5px 5px 0 0 var(--main-color);
  }
  .server-cont:hover .conts > img {
    opacity: 1;
  }
  .server-cont:hover .conts .tits {
    color: #fff;
  }
  .server-cont:hover .conts .texts p {
    color: #fff;
  }
  .server-cont:hover .conts .texts p::after {
    background-color: #fff;
  }
}
.product-content {
  padding-top: 8rem;
}
.product-content > .hc_cont1410 > .flex {
  display: flex;
  justify-content: space-between;
  --leftWidth: 300px;
  --left-mr: 60px;
}
.product-content > .hc_cont1410 > .flex > .left {
  width: var(--leftWidth);
  margin-right: var(--left-mr);
  flex-shrink: 0;
}
.product-content > .hc_cont1410 > .flex > .right {
  width: calc(100% - var(--leftWidth) - var(--left-mr));
  --margin-x: -15px;
  /* list 负margin */
  --padding-x: 15px;
  /* item 左右间距 */
  --list-mb: -30px;
  /* list 下边距 */
  --margin-y: 30px;
}
.product-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 var(--margin-x) var(--list-mb);
}
.product-item {
  width: 50%;
  padding: 0 var(--padding-x);
  margin-bottom: var(--margin-y);
}
.product-nav {
  --padd-x: 23px;
}
.product-nav-item {
  margin-bottom: 1px;
}
.product-nav-hd {
  cursor: pointer;
  height: 64px;
  width: 100%;
  background-clip: content-box;
  padding: 4px 0;
  position: relative;
  background-color: #F6F6F6;
  transition: all 0.5s;
  display: block;
}
.product-nav-hd .flexs {
  padding: 0 var(--padd-x);
  align-items: center;
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.product-nav-hd .flexs p {
  color: var(--color2, #222);
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  transition: all 0.5s;
}
.product-nav-hd::after,
.product-nav-hd::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #F6F6F6;
  transition: all 0.5s;
  left: 0;
}
.product-nav-hd::after {
  top: 0;
}
.product-nav-hd::before {
  bottom: 0;
}
@media screen and (min-width: 1200px) {
  .product-nav-item:hover .product-nav-hd {
    background-color: var(--blue);
  }
  .product-nav-item:hover .product-nav-hd p {
    color: #fff;
  }
  .product-nav-item:hover .product-nav-hd::after,
  .product-nav-item:hover .product-nav-hd::before {
    background-color: var(--blue);
  }
  .product-nav-item:hover .product-nav-hd .cb-icons-fold::after,
  .product-nav-item:hover .product-nav-hd .cb-icons-fold::before {
    background-color: #fff;
  }
}
.product-nav-item.current .product-nav-hd {
  background-color: var(--blue);
}
.product-nav-item.current .product-nav-hd::after,
.product-nav-item.current .product-nav-hd::before {
  height: 2px !important;
  background-color: var(--blue);
}
.product-nav-item.current .product-nav-hd .cb-icons-fold::after,
.product-nav-item.current .product-nav-hd .cb-icons-fold::before {
  background-color: #fff;
}
.product-nav-item.current .product-nav-hd p {
  color: #fff;
}
.product-nav-item.current .product-second {
  display: block;
}
.product-nav-item.active .cb-icons-fold::after {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.product-second {
  padding: 10px 0;
  background-color: #fff;
  display: none;
}
.product-second-link {
  width: 100%;
  height: 36px;
  display: flex;
  align-items: center;
  color: var(--color6, #666);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0 var(--padd-x);
}
@media screen and (min-width: 1200px) {
  .product-second-link:hover {
    background-color: #EBF2F8;
    color: var(--blue);
    font-weight: 700;
  }
}
.product-second-item.active .product-second-link {
  background-color: #EBF2F8;
  color: var(--blue);
  font-weight: 700;
}
.cb-icons-fold {
  width: 14px;
  height: 14px;
  position: relative;
  display: block;
  --weight: 2px;
}
.cb-icons-fold::after,
.cb-icons-fold::before {
  content: "";
  position: absolute;
  transition: all 0.5s;
  background-color: #222222;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.cb-icons-fold::after {
  width: var(--weight);
  height: 100%;
}
.cb-icons-fold::before {
  height: var(--weight);
  width: 100%;
}
.product-header {
  margin-bottom: 50px;
}
.product-header .title {
  color: var(--blue, #0258A8);
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 26px */
}
.product-header .text {
  margin-top: 15px;
}
.product-header .text p {
  color: var(--color4, #444);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 200% */
}
.product-link {
  display: block;
}
.product-link .img_box {
  padding-top: 64.70588235%;
  margin-bottom: 22px;
}
.product-link .tits {
  color: var(--color2, #222);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 145%;
  margin-bottom: 12px;
  text-align: center;
}
.product-link .mores {
  color: var(--color6, #666);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-align: center;
  transition: all 0.5s;
}
@media screen and (min-width: 1200px) {
  .product-link:hover .img_box img {
    transform: scale(1.06);
  }
  .product-link:hover .mores {
    color: var(--main-color);
  }
}
.product .mod_page {
  justify-content: flex-end;
}
/* bread */
.bread {
  padding: 16px 0;
  background-color: #F6F6F6;
  width: 100%;
  --text-color: #222222;
  --text-interval: 8px;
  --text-fontsize: 14px;
  --icon-fontsize: 18px;
  --hover-color: #0258A8;
}
.mod_bread {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.mod_bread_item {
  display: flex;
  align-items: center;
}
.mod_bread_link {
  display: flex;
  align-items: center;
}
.mod_bread_link span {
  color: var(--text-color);
  margin-right: 10px;
  font-size: var(--icon-fontsize);
}
.mod_bread_link .text {
  color: var(--text-color);
  font-size: var(--text-fontsize);
  transition: all 0.36s;
}
.mod_bread_item > span {
  margin: 0 var(--text-interval);
  display: inline-block;
  font-size: var(--text-fontsize);
  color: var(--text-color);
}
.mod_bread_item:last-child > span {
  display: none;
}
.mod_bread_link:hover .text {
  color: var(--hover-color) !important;
}
.mod_bread_link:hover span {
  color: var(--hover-color) !important;
}
/* bread-end */
.prodeta-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.prodeta-info .left {
  width: 54.28571428%;
}
.prodeta-info .right {
  width: 40%;
  padding-top: 20px;
}
.prodeta-info .right .title {
  color: var(--color2, #222);
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 28px;
}
.prodeta-info .right .describe {
  margin-bottom: 8rem;
}
.prodeta-info .right .describe .tits {
  color: var(--red, #E50110);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.prodeta-info .right .describe .texts {
  margin-top: 8px;
}
.prodeta-info .right .describe .texts p {
  color: var(--color4, #444);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 200% */
}
.prodeta-info .right .prodeta-share {
  display: flex;
  align-items: center;
  margin-bottom: 45px;
}
.prodeta-info .right .prodeta-share p {
  color: #222;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 5px;
}
.prodeta-info .right .inquire {
  cursor: pointer;
  display: flex;
  height: 50px;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: var(--blue);
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  transition: all 0.5s;
}
.prodeta-info .right .inquire:hover {
  background-color: var(--main-color);
}
.prodeta-bconts .img_box,
.prodeta-sconts .img_box {
  padding-top: 64.9122807%;
}
.prodeta-sconts {
  position: relative;
  cursor: pointer;
}
.prodeta-sconts::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 1px solid var(--blue);
  transition: all 0.5s;
  opacity: 0;
}
.prodeta-sconts > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 38px;
  z-index: 2;
}
@media screen and (min-width: 1200px) {
  .prodeta-sconts:hover::after {
    opacity: 1;
  }
}
.slick-current .prodeta-sconts::after {
  opacity: 1;
}
.prodeta-blist {
  margin-bottom: 12px;
}
.prodeta-slist {
  margin: 0 -6px;
}
.prodeta-sitem {
  padding: 0 6px;
}
.prodeta-nav {
  background-color: #F6F6F6;
  padding: 0 33px;
  margin-bottom: 50px;
  position: sticky;
  top: 100px;
  z-index: 3;
}
.prodeta-nav-list {
  display: flex;
}
.prodeta-nav-item {
  padding: 18px 0;
  color: var(--color2, #222);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  margin-right: 80px;
  cursor: pointer;
}
.prodeta-nav-item::after {
  content: "";
  position: absolute;
  width: calc(100% + 16px);
  height: 2px;
  background-color: var(--main-color);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.5s;
  width: 0;
}
.prodeta-nav-item:last-child {
  margin-right: 0;
}
.prodeta-nav-item:hover {
  color: var(--main-color);
  font-weight: 700;
}
.prodeta-nav-item:hover::after {
  width: calc(100% + 16px);
}
.prodeta-nav-item.active {
  color: var(--main-color);
  font-weight: 700;
}
.prodeta-nav-item.active::after {
  width: calc(100% + 16px);
}
.prodeta-dets {
  margin-bottom: 8rem;
}
.prodeta-dets .edit_active {
  margin-top: 20px;
}
.prodeta-dets .edit_active p {
  margin-bottom: 0;
  color: var(--color2, #222);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
}
.prodeta-tit {
  color: var(--color2, #222);
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.prodeta-data {
  margin-bottom: 8rem;
}
.prodeta-data .edit_active {
  margin-top: 25px;
}
.prodeta-data .edit_active p {
  margin-bottom: 0;
}
.prodeta-form {
  margin-bottom: 8rem;
}
.prodeta-form .prodeta-tit {
  margin-bottom: 25px;
}
.prodeta-form .mod_form {
  --form-margin: -8px;
  --form-padding: 8px;
  --form-item-botton: 16px;
  --form-item-br: 12px;
  --form-item-width: 50%;
  --form-item-bg: #F5F6F8;
  --form-item-height: 52px;
  --form-item-padding: 20px;
  --form-label-size: 15px;
  --form-color: #666666;
  --form-textarea-height: 180px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 var(--form-margin);
}
.prodeta-form .mod_form .mod_form_item {
  width: var(--form-item-width);
  padding: 0 var(--form-padding);
  margin-bottom: var(--form-item-botton);
}
.prodeta-form .mod_form .mod_form_item .conts {
  position: relative;
  background-color: var(--form-item-bg);
}
.prodeta-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);
}
.prodeta-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);
}
.prodeta-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);
}
.prodeta-form .mod_form .mod_form_item .conts.active label {
  top: 0 !important;
}
.prodeta-form .mod_form .mod_form_item.button .conts {
  background-color: transparent;
  text-align: left;
  border: none;
}
.prodeta-form .mod_form .mod_form_item.button {
  margin-bottom: 0;
}
.prodeta-form .mod_form .mod_form_item.textarea .conts label {
  top: 30px;
}
.prodeta-form .mod_form .mod_form_item.proname .conts {
  display: flex;
  align-items: center;
  background-color: var(--blue);
}
.prodeta-form .mod_form .mod_form_item.proname .conts label {
  position: static;
  flex-shrink: 0;
  transform: none;
  padding-left: var(--form-item-padding);
  margin-bottom: 0;
  color: #fff;
}
.prodeta-form .mod_form .mod_form_item.proname .conts input {
  width: 100%;
  padding-left: 5px;
  color: #fff;
}
.prodeta-form .mod_form .mod_form_item.block {
  width: 100%;
}
.prodeta-other-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
}
.prodeta-other-header .arrow {
  display: flex;
  align-items: center;
}
.prodeta-other-header .arrow .carter_prev {
  margin-right: 15px;
}
.prodeta-other-header .arrow .carter_prev,
.prodeta-other-header .arrow .carter_next {
  width: 42px;
  height: 42px;
}
.prodeta-other-header .arrow .carter_prev span,
.prodeta-other-header .arrow .carter_next span {
  font-size: 18px;
}
.prodeta-other-list {
  margin: 0 var(--flex-margin);
}
.prodeta-other-item {
  padding: 0 var(--flex-padding);
}
.client-friend {
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-bottom: 8rem;
}
.client-friend > img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: -1;
}
.client-friend-list {
  margin: 0 var(--flex-margin);
}
.client-friend-list .slick-slide > div:last-child .client-friend-item {
  margin-bottom: 0;
}
.client .slick-dots {
  margin-top: 25px;
  --margin-x: 12px;
}
.client .slick-dots li {
  transition: all 0.5s;
  width: 12px;
  height: 12px;
  background-color: rgba(2, 88, 168, 0.1);
}
.client .slick-dots li.slick-active {
  background-color: #0258a8 !important;
}
.client-friend-item {
  padding: 0 var(--flex-padding);
  margin-bottom: 30px;
}
.client-friend-conts {
  cursor: pointer;
  transition: all 0.5s;
}
.client-friend-conts .img_box {
  padding-top: 42.30769231%;
}
.client-friend .slick-list {
  padding: 20px 0;
}
.client .mod-content {
  margin-top: 3rem;
}
.client-friend-conts:hover {
  box-shadow: 0px 4px 10px 0px #0000000D;
}
.client-content {
  padding-top: 7.5rem;
}
.client-list {
  margin: 0 var(--flex-margin);
}
.client-list .slick-slide > div:last-child .client-item {
  margin-bottom: 0;
}
.client-item {
  padding: 0 var(--flex-padding);
  margin-bottom: 30px;
}
.client-link {
  cursor: pointer;
}
.client-link .img_box {
  padding-top: 64.4444444%;
}
@media screen and (min-width: 1200px) {
  .client-link:hover .img_box img {
    transform: scale(1.06);
  }
}
.video-content {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.video-content > img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: -1;
}
.video-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 var(--flex-margin) -30px;
}
.video-item {
  width: 33.33333%;
  padding: 0 var(--flex-padding);
  margin-bottom: 30px;
}
.video-cont {
  cursor: pointer;
}
.video-cont .img_box {
  padding-top: 62.22222222%;
  margin-bottom: 20px;
}
.video-cont .video-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 2;
  background: rgba(2, 88, 168, 0.6);
  transition: all 0.5s;
  opacity: 0;
}
.video-cont .video-hover img {
  width: 15.55555555%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.5s;
}
.video-cont .tits {
  transition: all 0.5s;
  color: var(--color2, #222);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 1200px) {
  .video-cont:hover .img_box img {
    transform: scale(1.06);
  }
  .video-cont:hover .video-hover {
    opacity: 1;
  }
  .video-cont:hover .video-hover img {
    transform: translate(-50%, -50%) scale(1);
  }
  .video-cont:hover .tits {
    color: var(--blue);
  }
}
.video {
  padding-bottom: 0;
}
.news-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-link .left {
  width: 480px;
  flex-shrink: 0;
}
.news-link .left .img_box {
  padding-top: 56.25%;
}
.news-link .right {
  width: calc(100% - 480px);
  padding-left: 4.6875vw;
}
.news-link .right .time {
  display: flex;
  align-items: center;
}
.news-link .right .time .date {
  color: var(--color6, #666);
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin-right: 12px;
  transition: all 0.5s;
}
.news-link .right .time .time-con {
  padding-left: 14px;
  position: relative;
}
.news-link .right .time .time-con::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 24px;
  background-color: #D9D9D9;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.news-link .right .time .time-con .mother,
.news-link .right .time .time-con .year {
  color: var(--color2, #222);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 16px */
  transition: all 0.5s;
}
.news-link .right .time .time-con .year {
  margin-top: 6px;
}
.news-link .right .tits {
  margin-top: 26px;
  color: var(--color2, #222);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.5s;
}
.news-link .right .texts {
  margin-top: 10px;
}
.news-link .right .texts p {
  color: var(--color6, #666);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 200% */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-link .right .mores {
  min-width: 150px;
  padding: 0 20px;
  height: 46px;
  border-radius: 46px;
  background-color: #F6F6F6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--color2, #222);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 40px;
  transition: all 0.5s;
}
.news-link:hover .left .img_box img {
  transform: scale(1.04);
}
.news-link:hover .right .time .date {
  color: var(--blue);
}
.news-link:hover .right .time .time-con .mother,
.news-link:hover .right .time .time-con .year {
  color: var(--color2, #222);
}
.news-link:hover .right .tits {
  color: var(--main-color);
  text-decoration: underline;
}
.news-link:hover .right .mores {
  background-color: var(--blue);
  color: #fff;
}
.news-item {
  margin-bottom: 30px;
}
.news-item:last-child {
  margin-bottom: 0;
}
.news-content {
  padding: 9rem 0 0;
}
.contact-content {
  position: relative;
  padding: 80px 0;
  z-index: 1;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 1920px;
}
.contact-content > img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: -1;
}
.contact-content .flex {
  display: flex;
  justify-content: space-between;
}
.contact-content .flex .left {
  width: 50%;
}
.contact-content .flex .right {
  width: 43.97163121%;
  padding-top: 6rem;
}
.contact-list {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.contact-item {
  margin-bottom: 22px;
  display: flex;
}
.contact-item .icons {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  position: relative;
  z-index: 1;
  align-items: center;
  justify-content: center;
  display: flex;
  margin-right: 20px;
  transition: all 0.5s;
  border: 1px solid transparent;
}
.contact-item .icons span {
  font-size: 28px;
  color: #000000;
}
.contact-item .icons img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: -1;
  transition: all 0.4s;
}
.contact-item .conts .key {
  color: var(--color6, #666);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 5px;
}
.contact-item .conts .val {
  margin-top: 10px;
}
.contact-item .conts .val p,
.contact-item .conts .val a {
  color: var(--color2, #222);
  font-family: "Microsoft YaHei UI";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 1200px) {
  .contact-item .conts .val a:hover {
    color: var(--blue);
  }
}
.conatact-qr {
  display: inline-block;
  margin-top: 40px;
  text-align: center;
}
.conatact-qr img {
  width: 148px;
}
.conatact-qr p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 12px;
}
.contact-item:hover .icons {
  border: 1px solid var(--blue);
  background-color: var(--blue);
}
.contact-item:hover .icons span {
  color: #fff;
}
.contact-item:hover .icons img {
  opacity: 0;
}
.contact-item:hover .conts .key {
  color: var(--color6, #666);
}
.contact-item:hover .conts .val a:hover {
  color: var(--blue);
}
.contact-content .mod_form {
  margin-top: 50px !important;
}
.contact-content .mod_form {
  --form-margin: 0px;
  --form-padding: 0px;
  --form-item-botton: 14px;
  --form-item-br: 12px;
  --form-item-width: 100%;
  --form-item-bg: rgba(255, 255, 255, 0.3);
  --form-item-height: 54px;
  --form-item-padding: 23px;
  --form-label-size: 14px;
  --form-color: #666;
  --form-textarea-height: 230px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 var(--form-margin);
}
.contact-content .mod_form .mod_form_item {
  width: var(--form-item-width);
  padding: 0 var(--form-padding);
  margin-bottom: var(--form-item-botton);
}
.contact-content .mod_form .mod_form_item .conts {
  position: relative;
  background-color: var(--form-item-bg);
  border: 1px solid #E5E5E5;
}
.contact-content .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);
}
.contact-content .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);
}
.contact-content .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);
}
.contact-content .mod_form .mod_form_item .conts button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  height: initial;
  padding: 6px 0;
  color: var(--main-color);
}
.contact-content .mod_form .mod_form_item .conts button p {
  color: var(--main-color);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 138.889%;
  text-transform: uppercase;
  margin-right: 10px;
}
.contact-content .mod_form .mod_form_item .conts button span {
  margin-left: 0px;
  font-size: 24px;
  color: var(--main-color);
}
.contact-content .mod_form .mod_form_item .conts button:hover p::after {
  width: 100%;
  right: initial;
  left: 0;
}
.contact-content .mod_form .mod_form_item .conts button:hover span {
  transform: scale(1.1) rotate(30deg);
}
.contact-content .mod_form .mod_form_item .conts.active label {
  top: 0 !important;
}
.contact-content .mod_form .mod_form_item.button .conts {
  background-color: transparent;
  text-align: left;
  border: none;
}
.contact-content .mod_form .mod_form_item.button {
  margin-bottom: 0;
}
.contact-content .mod_form .mod_form_item.textarea .conts label {
  top: 30px;
}
.contact-content .mod_form .mod_form_item.proname .conts {
  display: flex;
  align-items: center;
  background-color: #F4F4F4;
}
.contact-content .mod_form .mod_form_item.proname .conts label {
  position: static;
  flex-shrink: 0;
  transform: none;
  padding-left: var(--form-item-padding);
  margin-bottom: 0;
}
.contact-content .mod_form .mod_form_item.proname .conts input {
  width: 100%;
  padding-left: 5px;
}
.contact-content .mod_form .mod_form_item.block {
  width: 100%;
}
.prodeta-form .mod_form .mod_form_item .conts button,
.contact-content .mod_form .mod_form_item .conts button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  height: initial;
  padding: 6px 0;
  color: var(--main-color);
}
.prodeta-form .mod_form .mod_form_item .conts button p,
.contact-content .mod_form .mod_form_item .conts button p {
  color: var(--main-color);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 138.889%;
  text-transform: uppercase;
  margin-right: 10px;
}
.prodeta-form .mod_form .mod_form_item .conts button span,
.contact-content .mod_form .mod_form_item .conts button span {
  margin-left: 0px;
  font-size: 24px;
  color: var(--main-color);
}
.prodeta-form .mod_form .mod_form_item .conts button:hover p::after,
.contact-content .mod_form .mod_form_item .conts button:hover p::after {
  width: 100%;
  right: initial;
  left: 0;
}
.prodeta-form .mod_form .mod_form_item .conts button:hover span,
.contact-content .mod_form .mod_form_item .conts button:hover span {
  transform: scale(1.1) rotate(30deg);
}
.contact-map {
  max-width: 1920px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
.contact-map .imgs img {
  width: 1920px;
}
.contact-map .map-content {
  height: 45rem;
}
.contact {
  padding-bottom: 0 !important;
}
.download-item {
  margin-bottom: 10px;
  position: relative;
  background-color: #F6F6F6;
  padding: 16px 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.5s;
  cursor: pointer;
}
.download-item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
  top: 0;
  background-color: var(--main-color);
  opacity: 0;
  transition: all 0.5s;
}
.download-item .left {
  width: 70%;
}
.download-item .tits {
  color: var(--color2, #222);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 165%;
  transition: all 0.5s;
}
.download-item .infos {
  display: flex;
  display: none;
}
.download-item .infos .flexs {
  display: flex;
  padding-top: 10px;
}
.download-item .infos p {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  margin-right: 30px;
}
.download-item .download-link {
  display: block;
}
.download-item .download-link span {
  font-size: 36px;
  color: #D9D9D9;
}
.download-item:hover {
  background-color: #0258A8;
}
.download-item:hover .tits {
  color: #fff;
}
.download-item:hover .download-link span {
  color: #fff;
}
.download-item.active {
  background-color: #0258A8;
  padding: 38px 48px;
}
.download-item.active::after {
  opacity: 1;
}
.download-item.active .tits {
  color: #fff;
}
.download-item.active .download-link span {
  color: #fff;
  transform: scale(1.4);
}
.download-item:first-child .infos {
  display: block;
}
.download-item:last-child {
  margin-bottom: 0;
}
/* 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 */
.home_banner .swiper-container {
  width: 100%;
}
.home_banner .swiper-slide {
  overflow: hidden;
}
.home_banner .swiper-container {
  width: 100%;
}
.home_banner .swiper-slide {
  overflow: hidden;
}
.home_banner .slide-link {
  position: relative;
  display: block;
}
.home_banner .slide-link img {
  width: 100%;
}
.home_banner .slide-video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.home_banner .slide-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home_banner .swiper-pagination {
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  bottom: 37px;
  --wh: 12px;
  --interval: 5px;
}
.home_banner .swiper-pagination .swiper-pagination-bullet {
  width: 54px;
  height: 2px;
  background-color: #fff !important;
  opacity: 1 !important;
  margin: 0 var(--interval);
  border-radius: 0 !important;
}
.home_banner .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1 !important;
  background-color: var(--main-color) !important;
}
/* newdate */
.newdate_info_tit {
  margin-bottom: 20px;
  font-size: 30px;
  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_info li {
  list-style: inherit;
}
.news_info ol,
.news_info ul {
  padding-left: 1rem;
}
.news_primary {
  padding-top: 50px !important;
  padding-bottom: 100px !important;
}
.news_info h2 {
  font-size: 28px;
  line-height: 1.55;
  font-weight: bold;
  color: #222222;
  margin-bottom: 20px;
}
.news_info p {
  font-size: 16px;
  line-height: 1.8;
  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: var(--main-color);
}
.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: 28px;
  }
  .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: 26px;
  }
  .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: 25px !important;
    padding-bottom: 40px !important;
  }
}
/* newdate-end */
/* 搜索页 */
.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 ;
}
.sitemap_cont_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.sitemap_cont_item {
  width: 16.666666%;
  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_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;
  }
}
@media screen and (max-width: 768px) {
  .sitemap_cont {
    padding: 7rem 0 ;
  }
  .sitemap_cont_list {
    flex-direction: column;
  }
  .sitemap_cont_item {
    width: 100%;
    margin-bottom: 10px;
  }
  .sitemap_second_list {
    margin-top: 10px;
  }
}
/* sitemap-end */
.phlogo {
  display: none;
}
.footer-top {
  background-color: #0E2F50;
  padding-top: 7.3rem;
  padding-bottom: 8rem;
}
.footer-top .flex {
  display: flex;
  justify-content: space-between;
}
.footer-top .left {
  width: 380px;
}
.footer-top .left .text p {
  margin-bottom: 55px;
  color: #B1BFCD;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 185.714%;
}
.footer-top .center {
  max-width: 300px;
}
.footer-link {
  width: 83px;
  display: block;
  margin-bottom: 20px;
}
.footer-link img {
  width: 100%;
}
.footer-btn {
  position: relative;
  width: 160px;
  height: 48px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
.footer-btn p {
  color: #FFF;
  font-family: "Microsoft YaHei UI";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.footer-btn img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  transition: all 0.5s;
}
@media screen and (min-width: 1200px) {
  .footer-btn:hover {
    background-color: var(--main-color);
  }
  .footer-btn:hover img {
    opacity: 0;
  }
}
.footer-title {
  color: var(--white, #FFF);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.cfooter-center-list {
  margin-top: 35px;
}
.cfooter-center-list .item {
  display: flex;
  margin-bottom: 22px;
}
.cfooter-center-list .item .iconfont {
  font-size: 24px;
  color: #B1BFCD;
  margin-right: 15px;
}
.cfooter-center-list .item .conts .key {
  color: #B1BFCD;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 6px;
  margin-top: 2px;
}
.cfooter-center-list .item .conts .val p,
.cfooter-center-list .item .conts .val a {
  color: #B1BFCD;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (min-width: 1200px) {
  .cfooter-center-list .item .conts .val a:hover {
    color: #fff;
    text-decoration: underline;
  }
}
@media screen and (min-width: 1200px) {
  .cfooter-center-list .item:hover .iconfont {
    color: #fff;
  }
}
.cfooter-center-list .item:last-child {
  margin-bottom: 0;
}
.footer-product-list {
  margin-top: 35px;
}
.footer-product-list .item {
  margin-bottom: 5px;
}
.footer-product-list a {
  color: #B1BFCD;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.85;
  display: block;
  transform: translateX(-9px);
}
.footer-product-list a span {
  display: inline-block;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s;
}
@media screen and (min-width: 1200px) {
  .footer-product-list a:hover {
    color: #fff;
    text-decoration: underline;
    transform: translateX(0px);
  }
  .footer-product-list a:hover span {
    margin-left: 0px;
    opacity: 1;
    pointer-events: all;
  }
}
.footer-qr {
  margin-top: 34px;
  width: 114px;
  margin-bottom: 40px;
}
.footer-qr .imgs {
  width: 100%;
  padding: 7px;
  border-radius: 5px;
  background-color: #fff;
}
.footer-qr .texts {
  text-align: center;
  margin-top: 13px;
  color: #B1BFCD;
  font-family: "Microsoft YaHei UI";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer-share {
  display: flex;
}
.footer-share li {
  margin-right: 12px;
}
.footer-share li:last-child {
  margin-right: 0;
}
.footer-share a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  background-color: #0A2138;
}
@media screen and (min-width: 1200px) {
  .footer-share a:hover {
    color: #fff;
    background-color: var(--main-color);
  }
}
.footer-bottom {
  background-color: #0E2944;
  padding: 20px 0;
}
.footer-bottom .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-bottom .flex .left {
  display: flex;
}
.footer-bottom .flex .left p,
.footer-bottom .flex .left a {
  color: #8A97A4;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 10px;
}
.footer-bottom .flex .left a:hover {
  color: #fff;
}
.footer-bottom .flex .right {
  display: flex;
}
.footer-bottom .flex .right a {
  display: flex;
  align-items: center;
}
.footer-bottom .flex .right a span {
  color: #8A97A4;
  font-size: 20px;
  margin-right: 9px;
}
.footer-bottom .flex .right a p {
  color: #8A97A4;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  transition: all 0.5s;
  line-height: normal;
}
@media screen and (min-width: 1200px) {
  .footer-bottom .flex .right a:hover span {
    color: #fff;
  }
  .footer-bottom .flex .right a:hover p {
    color: #fff;
  }
}
.footer-bottom .flex .right .sitemap-link::after {
  content: "";
  width: 1px;
  height: 8px;
  background-color: #8A97A4;
  display: block;
  margin: 0 26px;
}
.privacy_cont {
  padding: 7rem 0 0;
}
.privacy_cont .title {
  margin-bottom: 3rem;
  font-size: 32px;
  font-weight: bold;
}
.privacy_cont .edit p {
  font-size: 16px;
  line-height: 32px;
  color: #333;
}
.ct_aside1 {
  position: fixed;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  z-index: 10;
  --item-wh: 40px;
  /* 个体宽高 */
  --item-bg: transparent;
  /* 个体背景色 */
  --item-hover-bg: #27509B;
  /* 个体背景色 */
  --item-margin-bottom: 8px;
  /* 个体间距 */
  --item-br: 3px;
  /* 个体圆角 */
  --item-fs: 24px;
  /* iconfont 图标大小 */
}
.ct_aside1_list {
  margin-bottom: 15px;
  transition: all 0.36s;
  padding: 8px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 3px;
}
.ct_aside1_item {
  margin-bottom: var(--item-margin-bottom);
  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: var(--item-bg);
  font-size: var(--item-fs);
  color: #fff;
  transition: all 0.36s;
}
.ct_aside1_item.active .ct_aside1_link {
  background-color: var(--item-hover-bg);
}
.ct_aside1_item:hover .ct_aside1_link {
  background-color: var(--item-hover-bg);
}
.ct_aside1_link,
.ct_aside1_switch {
  width: var(--item-wh);
  height: var(--item-wh);
  border-radius: var(--item-br);
}
.ct_aside1_switch {
  background-color: #27509B;
  position: relative;
  transition: all 0.5s;
  cursor: pointer;
  display: none;
  margin-left: auto;
  margin-right: auto;
}
.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(-90deg);
}
.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;
    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);
  }
}
.prodeta .product-link .tits,
.prodeta .product-link .mores {
  text-align: left;
}
.prodeta .product-link .tits {
  margin-bottom: 10px;
}
.mod_bread_link span {
  color: var(--blue);
}
.contact-item:hover .icons span,
.server-cont:hover .icons span {
  animation: carter_swing2 1s;
}
@keyframes carter_swing2 {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.bowen {
  position: relative;
  overflow: hidden;
}
.bowen::after {
  content: "";
  position: absolute;
  display: block;
  transition: all 0.6s;
  width: 100%;
  padding-top: 100%;
  height: 0;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media screen and (min-width: 1200px) {
  .bowen:hover::after {
    animation: bowen 0.75s;
  }
}
@keyframes bowen {
  0% {
    background: rgba(0, 0, 0, 0.5);
    transform: translateX(-50%) translateY(-50%) scale(0);
  }
  100% {
    background: transparent;
    transform: translateX(-50%) translateY(-50%) scale(1);
  }
}

.edit_active table{
    width: 100%;
}

.edit_active table tr{
    text-align: center;
}

.edit_active table tr:nth-child(1){
    background-color: #0258A8;
}

.edit_active table tr:nth-child(1) td,
.edit_active table tr:nth-child(1) th{
    color: #fff;
}

.edit_active table tr:nth-child(even){
    background-color: #F7FAFF;
}

.table-box{
    overflow: auto;
}

.news_info{
    text-align: center;
}

.product-link .img_box img{
    mix-blend-mode: multiply;
}

.product-link .img_box{
    background-color: #F1F2F6;
}


