﻿
:root {
  --color: #6388cf;
  --vh: 100vh;
}
/* 开始 */
.crumbs_box {
  background: #fdfdfd;
  padding: 0.12rem 0;
  border-top: 1px solid #eee;
}
.crumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.crumbs p {
  display: flex;
  align-items: center;
}
.crumbs p > a {
  margin-right: 0.16rem;
  color: #666;
}
@media (max-width: 767px) {
  .crumbs p > a {
    font-size: 14px;
    margin-bottom: 0.05rem;
  }
}
.crumbs p:last-child a {
  color: #6388cf;
}
.crumbs p:last-child svg,
.crumbs p:last-child i {
  display: none;
}
.crumbs p svg {
  width: 5px;
  height: auto;
  margin-right: 0.16rem;
}
.crumbs p svg path {
  fill: #666;
}
.crumbs p i {
  font-style: initial;
  opacity: 0.7;
  color: #fff;
  margin-right: 0.12rem;
}
.index-contact2 .cn1 {
  width: 100%;
  height: 100%;
  background: #f4f5f6;
}
.index-logo2 {
  background: #f4f5f6;
  padding: 0.75rem 0 0.4rem;
}
.index-logo2 .cn1 {
  position: relative;
  z-index: 10;
}
.index-logo2 .box1 {
  margin-top: -0.4rem;
}
.g_title h2 {
  line-height: 1.1;
  font-weight: bold;
}
.g_title p {
  margin-top: 0.35rem;
  color: #666;
}
.g_title2 {
  text-align: center;
}
.g_title2 p {
  margin-top: 0.18rem;
}
.g_title3 h2 {
  color: #fff;
}
.g_title3 p {
  color: rgba(255, 255, 255, 0.6);
}
.about_top {
  background: #f5f5f7;
  padding: 0.96rem 0 0;
}
.about_top .box {
  margin-top: 0.74rem;
}
@media (max-width: 991px) {
  .about_top .box {
    overflow: auto;
  }
}
.about_top .box .t_a {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media (max-width: 991px) {
  .about_top .box .t_a {
    white-space: nowrap;
    flex-wrap: initial;
  }
}
.about_top .box .t_a::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 4px;
  border-radius: 10px;
  left: 0;
  background: #eeeeee;
}
.about_top .box .t_a a {
  color: #333;
  padding-bottom: 0.26rem;
  margin-right: 1.04rem;
  transition: all 0.4s;
  position: relative;
}
.about_top .box .t_a a:last-child {
  margin-right: 0;
}
.about_top .box .t_a a.on {
  font-weight: bold;
  color: #6388cf;
}
.about_top .box .t_a a.on::after {
  background: #6388cf;
}
.about_top .box .t_a a::after {
  content: '';
  position: absolute;
  transition: all 0.4s;
  bottom: 0;
  width: calc(100% + 10px);
  height: 4px;
  border-radius: 10px;
  left: 0;
  background: transparent;
  z-index: 10;
}
.abo_js {
  padding: 0.8rem 0 0.6rem;
  background: #f5f5f7;
}
.abo_js .box {
  width: calc(100% + 0.2rem);
  margin: 0 0 0 -0.1rem;
  display: flex;
  flex-wrap: wrap;
}
.abo_js .box .item {
  background: #fff;
  border-radius: 0.2rem;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.03);
  width: calc((100% - 0.6rem)/3);
  padding: 0.34rem 0.3rem 0.3rem;
  margin: 0 0.1rem 0.2rem;
  display: flex;
}
@media (max-width: 991px) {
  .abo_js .box .item {
    align-items: center;
    width: calc((100% - 0.4rem)/2) !important;
  }
}
@media (max-width: 767px) {
  .abo_js .box .item {
    width: 100% !important;
  }
}
.abo_js .box .item:nth-child(1),
.abo_js .box .item:nth-child(2) {
  width: calc((100% - 0.4rem)/2);
}
.abo_js .box .item .g_svg {
  margin-right: 0.32rem;
  flex-shrink: 0;
  width: 1.87rem;
  height: auto;
  display: flex;
  align-items: center;
  position: relative;
}
.abo_js .box .item .g_svg .img1 {
  width: 100%;
  height: auto;
}
.abo_js .box .item .g_svg .img2 {
  position: absolute;
  width: auto;
  height: 0.64rem;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.abo_js .box .item .txt {
  width: 100%;
  padding: 0.45rem 0 0.1rem;
}
@media (max-width: 991px) {
  .abo_js .box .item .txt {
    padding: 0 0 0.1rem;
  }
}
.abo_js .box .item .txt h3 {
  font-weight: bold;
}
.abo_js .box .item .txt p {
  margin-top: 0.16rem;
}
@media (max-width: 1260px) {
  .abo_js .box .item .txt p br {
    display: none;
  }
}
.abo_tw {
  padding: 0.76rem 0 0;
}
.abo_tw .box {
  position: relative;
  margin-top: 1rem;
  overflow: hidden;
  height: 9.7rem;
}
.abo_tw .box.on video {
  border-radius: 0;
  transform: scale(1);
}
.abo_tw .box video {
  transition: all 1s;
  border-radius: 0.2rem;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(0.625);
}
@media (max-width: 767px) {
  .abo_tw .box video {
    display: none;
  }
}
.abo_tw .box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}
@media (max-width: 767px) {
  .abo_tw .box img {
    display: block;
  }
}
@media (max-width: 767px) {
  .abo_tw .box {
    height: 5rem;
  }
  .abo_tw .box video {
    border-radius: 0;
    transform: scale(1);
  }
}
/* 联系我们 */
.conon {
  padding: 0.62rem 0 0;
  background: #f5f5f7;
}
.conon .box {
  width: calc(100% + 0.2rem);
  margin: 0 0 0 -0.1rem;
  display: flex;
  flex-wrap: wrap;
}
.conon .box .item {
  background: #fff;
  border-radius: 0.2rem;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.03);
  padding: 0.6rem 0.3rem 0.56rem 0.4rem;
  margin: 0 0.1rem 0.2rem;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .conon .box .item {
    width: 100% !important;
  }
}
.conon .box .item.item1 {
  width: calc((100% - 0.4rem)/2);
}
@media (max-width: 991px) {
  .conon .box .item.item1 {
    width: calc(50% - 0.2rem);
  }
}
.conon .box .item.item2 {
  width: calc((100% - 0.8rem)/4);
}
@media (max-width: 991px) {
  .conon .box .item.item2 {
    width: calc(50% - 0.2rem);
  }
}
.conon .box .item.item3 {
  width: 31.49350649%;
}
@media (max-width: 991px) {
  .conon .box .item.item3 {
    width: 100%;
  }
}
.conon .box .item.item4 {
  width: 65.90909091%;
}
@media (max-width: 1260px) {
  .conon .box .item.item4 {
    width: 65.25974026%;
  }
}
@media (max-width: 991px) {
  .conon .box .item.item4 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .conon .box .item.item4 {
    flex-direction: column;
  }
}
.conon .box .item.item4 .gl {
  width: 26.32124352%;
  display: flex;
  align-items: flex-start;
  padding-right: 0.2rem;
}
@media (max-width: 767px) {
  .conon .box .item.item4 .gl {
    width: 100%;
  }
}
.conon .box .item.item4 .item4_box {
  width: 73.67875648%;
  display: flex;
}
@media (max-width: 767px) {
  .conon .box .item.item4 .item4_box {
    width: 100%;
    flex-wrap: wrap;
    margin-top: 0.3rem;
  }
}
.conon .box .item.item4 .item4_box .qr_box {
  width: calc(100%/3);
  padding-right: 0.2rem;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .conon .box .item.item4 .item4_box .qr_box {
    width: 50%;
    margin-bottom: 0.3rem;
  }
}
.conon .box .item.item4 .item4_box .qr_box .img {
  width: 0.94rem;
  height: auto;
}
@media (max-width: 767px) {
  .conon .box .item.item4 .item4_box .qr_box .img {
    width: 1.2rem;
  }
}
.conon .box .item.item4 .item4_box .qr_box .qr_txt {
  padding-left: 0.17rem;
}
.conon .box .item.item4 .item4_box .qr_box .qr_txt p {
  color: #666;
  margin: 0.03rem 0;
}
@media (max-width: 1260px) {
  .conon .box .item.item4 .item4_box .qr_box .qr_txt p {
    font-size: 12px;
  }
}
.conon .box .item .g_svg {
  margin-right: 0.2rem;
  flex-shrink: 0;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #6388cf;
}
@media (max-width: 767px) {
  .conon .box .item .g_svg {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.conon .box .item .g_svg img,
.conon .box .item .g_svg svg {
  width: auto;
  height: 0.2rem;
}
@media (max-width: 767px) {
  .conon .box .item .g_svg img,
  .conon .box .item .g_svg svg {
    height: 0.28rem;
  }
}
.conon .box .item .txt {
  width: 100%;
}
.conon .box .item .txt h3 {
  line-height: 1.4;
  font-weight: bold;
}
.conon .box .item .txt p {
  color: #666;
  margin-top: 0.1rem;
}
@media (max-width: 1260px) {
  .conon .box .item .txt p br {
    display: none;
  }
}
.contw {
  padding: 1.2rem 0 1.6rem;
  background: #f5f5f7;
}
.contw .box {
  background: #fff;
  border-radius: 0.3rem;
  padding: 1.3rem 0 1.4rem;
}
.contw .box .g_title {
  padding: 0 5%;
}
.contw .box form {
  padding: 0 3.5rem;
  margin-top: 0.74rem;
}
@media (max-width: 991px) {
  .contw .box form {
    padding: 0 0.5rem;
  }
}
.contw .box form .inp {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .contw .box form .inp {
    flex-direction: column;
  }
}
.contw .box form .inp .inp_txt p span {
  color: #f50000;
  margin-right: 3px;
}
.contw .box form .inp .inp_box {
  width: calc(50% - 0.1rem);
  margin-bottom: 0.16rem;
}
@media (max-width: 767px) {
  .contw .box form .inp .inp_box {
    width: 100%;
    margin-bottom: 0.26rem;
  }
}
.contw .box form .inp .inp_box input {
  margin-top: 0.12rem;
  width: 100%;
  height: 0.56rem;
  background: #f8f8f8;
  padding: 0 20px;
  border-radius: 56px;
}
@media (max-width: 767px) {
  .contw .box form .inp .inp_box input {
    height: 0.7rem;
  }
}
.contw .box form .inp2 .inp_box {
  width: 100%;
}
.contw .box form .inp_textarea .inp_box textarea {
  margin-top: 0.12rem;
  width: 100%;
  height: 1.12rem;
  background: #f8f8f8;
  padding: 20px;
  border-radius: 0.28rem;
}
@media (max-width: 767px) {
  .contw .box form .inp_textarea .inp_box textarea {
    height: 2.2rem;
  }
}
.contw .box form .b_lab {
  margin-top: 0.16rem;
}
.contw .box form .b_lab p {
  color: #999;
}
.contw .box form .b_lab p span {
  color: #009844;
}
.contw .box form .b_lab p a {
  color: #009844;
}
.contw .box form button {
  margin-top: 0.32rem;
  box-shadow: 0 0 0.3rem rgba(0, 166, 89, 0.3);
  width: 100%;
  height: 0.56rem;
  background: #6388cf;
  color: #fff;
  border-radius: 100px;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .contw .box form button {
    height: 0.8rem;
  }
}
.contw .box form button:hover {
  opacity: 0.8;
}
/* 新闻中心 */
.newson {
  background: #f5f5f7;
}
.newson .page {
  padding: 0.6rem 0 1.62rem;
}
.newson .g_t {
  padding-top: 0.3rem;
}
.newson .g_t .hot {
  border-radius: 0.25rem;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  box-shadow: 0px 5px 51px rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
  .newson .g_t .hot {
    flex-direction: column;
  }
}
.newson .g_t .hot:hover img {
  transform: scale(1.05);
}
.newson .g_t .hot .public-img {
  width: 50%;
}
@media (max-width: 767px) {
  .newson .g_t .hot .public-img {
    width: 100%;
  }
}
.newson .g_t .hot .public-img:before {
  padding-top: 81.57894737%;
}
.newson .g_t .hot .txt {
  background: #fff;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.12rem 0.6rem 0.8rem;
}
@media (max-width: 991px) {
  .newson .g_t .hot .txt {
    padding: 0.6rem 0.4rem;
  }
}
@media (max-width: 767px) {
  .newson .g_t .hot .txt {
    width: 100%;
  }
}
.newson .g_t .hot .txt .txt_box h3 {
  color: #333;
  font-weight: bold;
  line-height: 1.33;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.newson .g_t .hot .txt .txt_box p {
  color: #666;
  margin-top: 0.16rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.newson .g_t .hot .txt .public-btn1 {
  margin-top: 0.2rem;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .newson .g_t .hot .txt .public-btn1 {
    margin-top: 0.4rem;
  }
}
.news_box {
  margin-top: 0.6rem;
  display: flex;
  flex-wrap: wrap;
}
.news_box .item {
  width: calc((100% - 0.6rem)/3);
  margin: 0 0.3rem 0.38rem 0;
}
.news_box .item:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .news_box .item {
    width: 100%;
    margin: 0 0 0.6rem 0;
  }
}
.news_box .item .public-img {
  border-radius: 0.2rem;
}
.news_box .item .public-img:before {
  padding-top: 63.26530612%;
}
.news_box .item:hover img {
  transform: scale(1.05);
}
.news_box .item:hover .txt p {
  color: #6388cf;
}
.news_box .item:hover .txt svg path {
  fill: #6388cf;
}
.news_box .item .txt {
  margin-top: 0.26rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.news_box .item .txt p {
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.4s;
}
.news_box .item .txt svg {
  flex-shrink: 0;
  margin-left: 0.08rem;
}
.news_box .item .txt svg path {
  transition: all 0.4s;
  fill: #333;
}
.page {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page a {
  height: 0.48rem;
  min-width: 0.48rem;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: none;
  border-radius: 50%;
  border: 2px solid transparent;
  color: #666;
  cursor: pointer;
  position: relative;
}
@media (max-width: 767px) {
  .page a {
    height: 0.66rem;
    min-width: 0.66rem;
  }
}
.page a::after {
  content: '';
  position: absolute;
  bottom: 0.05rem;
  left: 50%;
  transform: translateX(-50%);
  width: 11px;
  height: 2px;
  background: transparent;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .page a {
    font-size: 0.28rem;
  }
}
.page a.prev {
  margin: 0 0.2rem;
  background: #ededed;
}
.page a.prev::after {
  display: none;
}
.page a.prev:hover {
  background: #6388cf;
}
.page a.prev img,
.page a.prev svg {
  transform: rotate(180deg);
}
.page a.next {
  margin: 0 0.2rem;
  background: #ededed;
}
.page a.next::after {
  display: none;
}
.page a.next:hover {
  background: #6388cf;
}
.page a:hover {
  color: #6388cf;
}
.page a:hover::after {
  background: #6388cf;
}
.page a:hover p {
  color: #fff;
}
.page a:hover svg path {
  fill: #fff;
}
.page a img,
.page a svg {
  width: 11px;
  height: auto;
}
@media (max-width: 767px) {
  .page a img,
  .page a svg {
    width: 8px;
  }
}
.page a .img2 {
  display: none;
}
.page a svg path {
  fill: #333;
}
.page .active {
  color: #6388cf;
}
.page .active::after {
  background: #6388cf;
}
.page .active p {
  color: #fff;
}
/* 新闻详情 */
.newinon {
  padding: 1rem 0 0.75rem;
  background: #f4f4f6;
}
.newinon .container {
  background: #fff;
  border-radius: 0.2rem;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.05);
}
.newinon .container .box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .newinon .container .box {
    flex-direction: column;
  }
}
.newinon .container .box .left {
  border-right: 1px solid #eee;
  padding: 0 0.6rem;
  width: 83.15789474%;
}
@media (max-width: 767px) {
  .newinon .container .box .left {
    width: 100%;
    border: none;
    padding: 0 0.4rem;
  }
}
.newinon .container .box .left .g_tit {
  border-bottom: 1px solid #eee;
  text-align: center;
  padding: 0.96rem 0.2rem 0.55rem;
}
@media (max-width: 767px) {
  .newinon .container .box .left .g_tit {
    padding: 0.4rem 0.2rem;
  }
}
.newinon .container .box .left .g_tit h1 {
  font-weight: bold;
}
.newinon .container .box .left .newinon_box {
  padding: 0.4rem 0 0.75rem;
}
.newinon .container .box .right {
  width: 16.84210526%;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  padding: 2.33rem 0.2rem 1.5rem;
}
@media (max-width: 767px) {
  .newinon .container .box .right {
    width: 100%;
    padding: 0.5rem 0.4rem;
  }
}
.g_pag {
  display: flex;
  justify-content: space-between;
  padding: 0.38rem 0;
  border-top: 1px solid #eee;
}
.g_pag .fh {
  display: flex;
  align-items: center;
  transition: all 0.4s;
}
.g_pag .fh:hover {
  opacity: 0.8;
}
.g_pag .fh p {
  color: #6388cf;
}
.g_pag .fh svg {
  width: 14px;
  height: 14px;
  margin-right: 0.1rem;
}
.g_pag .fh svg path {
  fill: #6388cf;
}
.g_pag .pag_l,
.g_pag .pag_r {
  display: flex;
  align-items: center;
  width: 40%;
}
@media (max-width: 767px) {
  .g_pag .pag_l,
  .g_pag .pag_r {
    width: 30%;
  }
}
.g_pag .pag_l:hover span,
.g_pag .pag_r:hover span {
  color: #6388cf;
}
.g_pag .pag_l:hover p,
.g_pag .pag_r:hover p {
  color: #6388cf;
  text-decoration: underline;
}
.g_pag .pag_l span,
.g_pag .pag_r span {
  flex-shrink: 0;
  color: #666;
}
.g_pag .pag_l p,
.g_pag .pag_r p {
  color: #000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.g_pag .pag_r {
  justify-content: flex-end;
}
.ins_det_fxr_box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .ins_det_fxr_box {
    flex-direction: row;
  }
}
.ins_det_fxr_box * {
  transition: all 0.6s;
}
.ins_det_fxr_box > p {
  font-weight: bold;
  margin-bottom: 0.18rem;
}
@media (max-width: 767px) {
  .ins_det_fxr_box > p {
    margin: 0 0.3rem 0 0;
  }
}
.ins_det_fxr_box .bshare-custom {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .ins_det_fxr_box .bshare-custom {
    flex-direction: row;
  }
}
.ins_det_fxr_box .bshare-custom a {
  width: 0.72rem;
  height: 0.72rem;
  padding: 0;
  border: 1px solid #eee;
  background: #fff;
  border-radius: 50%;
  margin: 0 0 0.1rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .ins_det_fxr_box .bshare-custom a {
    margin: 0 0.2rem 0 0;
  }
}
.ins_det_fxr_box .bshare-custom a:hover {
  background: #6388cf;
  opacity: 1;
}
.ins_det_fxr_box .bshare-custom a:hover svg path {
  fill: #fff;
}
.ins_det_fxr_box .bshare-custom a::before {
  content: '' !important;
}
@media (max-width: 767px) {
  .ins_det_fxr_box .bshare-custom a {
    width: 0.7rem;
    height: 0.7rem;
  }
}
.ins_det_fxr_box .bshare-custom a svg {
  width: 41.667%;
  height: auto;
  pointer-events: none;
}
.ins_det_fxr_box .bshare-custom a svg path {
  fill: #666;
  opacity: 1;
}
.social-share .icon-wechat .wechat-qrcode {
  top: 120% !important;
  left: 50%;
  transform: translateX(-50%);
}
.social-share .icon-wechat .wechat-qrcode:after {
  display: none !important;
}
.bsBox {
  box-sizing: initial;
}
.newintw {
  padding: 0 0 1.3rem;
  background: #f5f5f7;
}
@media (max-width: 767px) {
  .newintw {
    padding: 0 0 1rem;
  }
}
.newintw .news_box {
  margin-top: 0.38rem;
}
/* 硬件产品 */
.pro_box {
  background: #f7f9f8 url(../image/pro.png) no-repeat;
  background-position: top center;
}
.pro_top {
  background: none;
}
.pro_top .pro_top_box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .pro_top .pro_top_box {
    flex-direction: column;
  }
}
.pro_top .pro_top_box .pro_top_right {
  display: flex;
}
@media (max-width: 767px) {
  .pro_top .pro_top_box .pro_top_right {
    margin-top: 0.4rem;
    justify-content: center;
  }
}
.pro_top .pro_top_box .pro_top_right .item {
  margin-left: 0.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .pro_top .pro_top_box .pro_top_right .item {
    margin-left: 0.2rem;
  }
}
@media (max-width: 767px) {
  .pro_top .pro_top_box .pro_top_right .item {
    margin: 0;
    width: 25%;
    padding: 0 0.1rem;
  }
}
.pro_top .pro_top_box .pro_top_right .item:hover .g_svg,
.pro_top .pro_top_box .pro_top_right .item.on .g_svg {
  background: #6388cf;
  border-color: #6388cf;
}
.pro_top .pro_top_box .pro_top_right .item:hover .g_svg .g_svg_box,
.pro_top .pro_top_box .pro_top_right .item.on .g_svg .g_svg_box {
  border-color: #fff;
}
.pro_top .pro_top_box .pro_top_right .item:hover .g_svg .g_svg_box svg path,
.pro_top .pro_top_box .pro_top_right .item.on .g_svg .g_svg_box svg path {
  fill: #fff;
}
.pro_top .pro_top_box .pro_top_right .item:hover .txt p,
.pro_top .pro_top_box .pro_top_right .item.on .txt p {
  color: #6388cf;
}
.pro_top .pro_top_box .pro_top_right .item .g_svg {
  transition: all 0.4s;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  border: 1px solid #d8dfdc;
  padding: 0.05rem;
}
.pro_top .pro_top_box .pro_top_right .item .g_svg .g_svg_box {
  transition: all 0.4s;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px dashed #dcdfdd;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pro_top .pro_top_box .pro_top_right .item .g_svg .g_svg_box svg,
.pro_top .pro_top_box .pro_top_right .item .g_svg .g_svg_box img {
  height: 0.26rem;
}
.pro_top .pro_top_box .pro_top_right .item .g_svg .g_svg_box svg path,
.pro_top .pro_top_box .pro_top_right .item .g_svg .g_svg_box img path {
  transition: all 0.4s;
  fill: #999999;
}
.pro_top .pro_top_box .pro_top_right .item .txt {
  margin-top: 0.16rem;
}
.pro_top .pro_top_box .pro_top_right .item .txt p {
  color: #333;
  transition: all 0.4s;
}
.proon {
  padding: 0.4rem 0 0.65rem;
}
.proon .proon_t {
  margin-bottom: 0.4rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .proon .proon_t {
    flex-direction: column;
  }
}
.proon .proon_t .gl {
  width: 65.78947368%;
  position: relative;
}
@media (max-width: 767px) {
  .proon .proon_t .gl {
    width: 100%;
    margin-bottom: 0.4rem;
  }
}
.proon .proon_t .gl .imgbj {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.proon .proon_t .gl .imgbj img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.proon .proon_t .gl .gl_box {
  position: relative;
  z-index: 10;
  padding: 0.8rem 0.8rem 0.3rem;
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .proon .proon_t .gl .gl_box {
    padding: 0.4rem 0.4rem 0.3rem;
  }
}
.proon .proon_t .gl .gl_box .img {
  flex-shrink: 0;
  width: 2.79rem;
  height: auto;
}
@media (max-width: 767px) {
  .proon .proon_t .gl .gl_box .img {
    width: 2.2rem;
  }
}
.proon .proon_t .gl .gl_box .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.proon .proon_t .gl .gl_box .txt {
  padding: 1.1rem 0 0 0.45rem;
}
@media (max-width: 767px) {
  .proon .proon_t .gl .gl_box .txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0.5rem 0.2rem 0.5rem 0.4rem;
  }
}
.proon .proon_t .gl .gl_box .txt .txt_t h3 {
  line-height: 1.2;
  font-weight: bold;
  color: #333;
}
@media (max-width: 767px) {
  .proon .proon_t .gl .gl_box .txt .txt_t h3 {
    font-size: 0.32rem;
  }
}
.proon .proon_t .gl .gl_box .txt .txt_t p {
  color: #333;
  margin-top: 0.15rem;
}
@media (max-width: 767px) {
  .proon .proon_t .gl .gl_box .txt .txt_t p {
    font-size: 0.24rem;
  }
}
.proon .proon_t .gl .gl_box .txt .cn13 {
  display: flex;
  align-items: center;
  color: #6388cf;
  margin-top: 0.7rem;
}
@media (max-width: 767px) {
  .proon .proon_t .gl .gl_box .txt .cn13 {
    margin-top: 0.6rem;
  }
}
.proon .proon_t .gl .gl_box .txt .cn13 svg,
.proon .proon_t .gl .gl_box .txt .cn13 img {
  width: 0.16rem;
  height: 0.1rem;
  margin-left: 0.1rem;
  transition: all 0.5s;
}
.proon .proon_t .gl .gl_box .txt .cn13 svg path,
.proon .proon_t .gl .gl_box .txt .cn13 img path {
  fill: #6388cf;
}
.proon .proon_t .gl .gl_box .txt .cn13:hover img,
.proon .proon_t .gl .gl_box .txt .cn13:hover svg {
  transform: translateX(0.05rem);
}
.proon .proon_t .gr {
  width: 31.57894737%;
  position: relative;
}
@media (max-width: 767px) {
  .proon .proon_t .gr {
    width: 100%;
  }
}
.proon .proon_t .gr .imgbj {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.proon .proon_t .gr .imgbj img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.proon .proon_t .gr .gr_box {
  position: relative;
  z-index: 10;
  padding: 0.4rem 0.4rem 0.28rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
@media (max-width: 767px) {
  .proon .proon_t .gr .gr_box {
    padding: 0.6rem 0.4rem;
  }
}
.proon .proon_t .gr .gr_box .img {
  flex-shrink: 0;
  width: 3rem;
  max-width: 90%;
  height: auto;
}
.proon .proon_t .gr .gr_box .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.proon .proon_t .gr .gr_box .txt {
  text-align: center;
  margin-top: 0.18rem;
}
.proon .proon_t .gr .gr_box .txt h3 {
  line-height: 1.2;
  font-weight: bold;
  color: #333;
}
.proon_box {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.42rem;
}
.proon_box .item {
  border-radius: 0.2rem;
  background: #fff;
  width: calc((100% - 0.8rem)/3);
  margin: 0 0.4rem 0.4rem 0;
  position: relative;
  padding: 0.7rem 0.3rem 0.37rem;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  display: flex;
}
.proon_box .item:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .proon_box .item {
    width: 100%;
    margin: 0 0 0.4rem;
  }
}
.proon_box .item:hover .img img {
  transform: scale(0.9);
}
.proon_box .item:hover .txt .txt_t h3 {
  color: #6388cf;
}
.proon_box .item .g_lab {
  position: absolute;
  top: 0.4rem;
  right: 0.4rem;
}
.proon_box .item .g_lab .p_new {
  background: #e5f6ee;
  border: 1px solid #cbeddd;
  border-radius: 100px;
  color: #31b779;
  padding: 0 0.1rem;
  line-height: 1.3;
}
.proon_box .item .g_lab .p_hot {
  background: #ffebeb;
  border: 1px solid #ffcfcf;
  border-radius: 100px;
  color: #ff3f3f;
  padding: 0 0.1rem;
  line-height: 1.3;
}
.proon_box .item .img {
  height: 3.56rem;
  width: auto;
}
.proon_box .item .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.proon_box .item .txt {
  text-align: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  display: flex;
  margin-top: 0.37rem;
}
.proon_box .item .txt .txt_t h3 {
  font-weight: bold;
  color: #333;
}
.proon_box .item .txt .txt_t p {
  margin-top: 0.1rem;
  color: #666;
}
.proon_box .item .txt .textbutton {
  margin-top: 0.12rem;
  position: relative;
  right: 0;
  bottom: 0;
  background: none;
}
.proon_box .item .txt .textbutton svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: auto;
  transition: all 0.5s;
}
.proon_box .item .txt .textbutton svg path {
  fill: #6388cf;
}
.proon_box .item .txt .textbutton .arrow1 {
  left: 0;
  opacity: 0;
  top: 100%;
}
.proon_box .item:hover .textbutton {
  background: #6388cf;
}
.proon_box .item:hover .textbutton .arrow1 {
  left: 50%;
  top: 50%;
  opacity: 1;
}
.proon_box .item:hover .textbutton .arrow2 {
  opacity: 0;
  left: 100%;
  top: 0;
}
.proon_box .item:hover .textbutton svg path {
  fill: #fff;
}
.index-contact-pro .cn1 {
  background: #f7f9f8;
}
/* 案例中心 */
.caseon {
  background: #f5f5f7;
}
.caseon .page {
  padding: 0.6rem 0 0.3rem;
}
.caseon .g_t {
  padding-top: 0.3rem;
}
.caseon .g_t .hot {
  border-radius: 0.25rem;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  box-shadow: 0px 5px 51px rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
  .caseon .g_t .hot {
    flex-direction: column;
  }
}
.caseon .g_t .hot:hover img {
  transform: scale(1.05);
}
.caseon .g_t .hot .public-img {
  width: 50%;
}
@media (max-width: 767px) {
  .caseon .g_t .hot .public-img {
    width: 100%;
  }
}
.caseon .g_t .hot .public-img:before {
  padding-top: 81.57894737%;
}
.caseon .g_t .hot .txt {
  background: #fff;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.12rem 0.6rem 0.8rem;
}
@media (max-width: 991px) {
  .caseon .g_t .hot .txt {
    padding: 0.6rem 0.4rem;
  }
}
@media (max-width: 767px) {
  .caseon .g_t .hot .txt {
    width: 100%;
  }
}
.caseon .g_t .hot .txt .txt_t .txt_box h3 {
  color: #333;
  font-weight: bold;
  line-height: 1.33;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.caseon .g_t .hot .txt .txt_t .txt_box p {
  color: #666;
  margin-top: 0.16rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.caseon .g_t .hot .txt .txt_t .txt_lab {
  display: flex;
  flex-wrap: wrap;
  margin: 0.55rem 0 0 0.14rem;
}
.caseon .g_t .hot .txt .txt_t .txt_lab p {
  min-width: 2.5rem;
  padding-right: 0.2rem;
  margin-bottom: 0.15rem;
  transition: all 0.4s;
}
.caseon .g_t .hot .txt .txt_t .txt_lab p:hover {
  color: #6388cf;
  text-decoration: underline;
}
.caseon .g_t .hot .txt .public-btn1 {
  margin-top: 0.2rem;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .caseon .g_t .hot .txt .public-btn1 {
    margin-top: 0.4rem;
  }
}
.caseon .case_box {
  margin-top: 0.3rem;
}
.caseon .case_box .item {
  position: relative;
}
.caseon .case_box .item::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1rem;
  bottom: 0;
  left: 0;
  z-index: 5;
  background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  border-radius: 0.2rem;
}
.case_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.case_box .item {
  width: calc(50% - 0.15rem);
  margin: 0 0 0.3rem 0;
  position: relative;
}
@media (max-width: 767px) {
  .case_box .item {
    width: 100%;
    margin: 0 0 0.6rem 0;
  }
}
.case_box .item .public-img {
  border-radius: 0.2rem;
}
.case_box .item .public-img:before {
  padding-top: 63.26530612%;
}
.case_box .item:hover img {
  transform: scale(1.05);
}
.case_box .item:hover .txt .txt_t h3 {
  font-weight: bold;
  font-size: 0.22rem;
  color: #fff;
}
@media (max-width: 767px) {
  .case_box .item:hover .txt .txt_t h3 {
    font-size: 0.36rem;
  }
}
.case_box .item:hover .txt .txt_t svg {
  display: none;
}
.case_box .item:hover .txt .txt_p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 3em;
  margin-bottom: 0.1rem;
}
.case_box .item .txt {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0.28rem 0.3rem 0.12rem;
}
.case_box .item .txt .txt_t {
  display: flex;
  align-items: center;
}
.case_box .item .txt .txt_t h3 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #eef9f4;
}
.case_box .item .txt .txt_t svg {
  flex-shrink: 0;
  margin-left: 0.08rem;
}
.case_box .item .txt .txt_t svg path {
  transition: all 0.4s;
  fill: #fff;
}
.case_box .item .txt .txt_p {
  overflow: hidden;
  height: 0;
  transition: all 0.4s;
  margin-top: 0.12rem;
}
.case_box .item .txt .txt_p p {
  color: rgba(238, 249, 244, 0.6);
}
/* 技术中心 */
.tecon .tecon_t .hot {
  padding: 0.6rem;
  background: #fff;
}
@media (max-width: 767px) {
  .tecon .tecon_t .hot {
    padding: 0.4rem;
  }
}
.tecon .tecon_t .hot .public-img {
  border-radius: 0.1rem;
}
.tecon .tecon_t .hot .public-img:before {
  padding-top: 69.23076923%;
}
.tecon .tecon_t .hot .txt {
  padding: 0.54rem 0.6rem 0.35rem;
}
@media (max-width: 767px) {
  .tecon .tecon_t .hot .txt {
    padding: 0.4rem 0;
  }
}
/* 免责声明 */
.g-pri {
  background: #f7f9f8;
  padding: 1rem 0 1.35rem;
}
.g-pri .box .tit {
  margin-bottom: 0.35rem;
  text-align: center;
}
.g-pri .box .tit h2 {
  font-weight: bold;
  margin-bottom: 0.25rem;
}
.g-pri .box .tit .g-p {
  display: flex;
  justify-content: center;
}
.g-pri .box .tit .g-p p {
  color: #999;
  margin: 0 0.18rem;
}
.g-pri .box .public-content h3 {
  font-size: 24px;
}
.g-pri .box .public-content .p1 {
  display: block;
  position: relative;
  padding-left: 20px;
}
.g-pri .box .public-content .p1:after {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #000;
  left: 0;
  top: 12px;
}
@media (max-width: 1580px) {
  .g-pri .box .public-content .p1:after {
    top: 14px;
  }
}
.g-pri .box .public-content .g-pritxt .g-pritxt-box {
  display: flex;
}
@media (max-width: 767px) {
  .g-pri .box .public-content .g-pritxt .g-pritxt-box {
    flex-direction: column;
  }
}
.g-pri .box .public-content .g-pritxt .g-pritxt-box span {
  flex-shrink: 0;
  color: #222;
  display: block;
  position: relative;
  padding-left: 20px;
}
.g-pri .box .public-content .g-pritxt .g-pritxt-box span:after {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #000;
  left: 0;
  top: 12px;
}
@media (max-width: 1580px) {
  .g-pri .box .public-content .g-pritxt .g-pritxt-box span:after {
    top: 14px;
  }
}
.g-pri .box .public-content .g-pritxt .g-pritxt-box ul {
  padding: 0;
}
.g-pri .box .public-content .g-pritxt .g-pritxt-box ul li {
  list-style: none;
}
/* 网站地图 */
.g-mapon {
  padding: 1rem 0 2.7rem;
  background: #f7f9f8;
}
@media (max-width: 767px) {
  .g-mapon {
    padding: 1rem 0 ;
  }
}
.g-mapon .g-tit {
  text-align: center;
}
.g-mapon .g-tit h2 {
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 767px) {
  .g-mapon .g-tit h2 {
    font-size: 0.48rem;
  }
}
.g-mapon .box {
  display: flex;
  margin-top: 0.72rem;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .g-mapon .box {
    flex-direction: column;
  }
}
.g-mapon .box .item {
  display: flex;
  position: relative;
  flex-direction: column;
}
@media (max-width: 767px) {
  .g-mapon .box .item {
    margin-bottom: 0.3rem;
  }
}
.g-mapon .box .item a:hover {
  color: #6388cf !important;
}
.g-mapon .box .item .g-la {
  font-weight: bold;
  margin-bottom: 0.15rem;
  flex-shrink: 0;
  color: #231815;
}
@media (max-width: 767px) {
  .g-mapon .box .item .g-la {
    margin-bottom: 0.2rem;
    font-size: 0.32rem;
  }
}
.g-mapon .box .item .g-twa {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .g-mapon .box .item .g-twa {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.g-mapon .box .item .g-twa a {
  margin-bottom: 0.15rem;
  color: #666;
}
@media (max-width: 767px) {
  .g-mapon .box .item .g-twa a {
    margin: 0 0.4rem 0.2rem 0;
  }
}
/* Cookie */
#c-home-tips {
  display: none !important;
  position: fixed;
  z-index: 890;
  bottom: 0;
  left: 0;
  width: 100%;
  box-shadow: 0px 0 30px rgba(0, 0, 0, 0.05);
  background: #fff;
}
#c-home-tips .c-wrap {
  padding: 0.52rem 0 0.55rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  #c-home-tips .c-wrap {
    margin: 0 5%;
  }
}
@media (max-width: 767px) {
  #c-home-tips .c-wrap {
    flex-direction: column;
  }
}
#c-home-tips .c-wrap .c-left {
  width: 70%;
  text-align: left;
}
@media (max-width: 767px) {
  #c-home-tips .c-wrap .c-left {
    width: 100%;
    margin-bottom: 0.3rem;
  }
}
#c-home-tips .c-wrap .c-left h2 {
  margin-bottom: 0.14rem;
}
#c-home-tips .c-wrap .c-left p a {
  color: #6388cf;
}
#c-home-tips .c-wrap .c-left p a:hover {
  text-decoration: underline;
}
#c-home-tips .c-wrap .c-wrapr {
  width: 30%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  #c-home-tips .c-wrap .c-wrapr {
    width: 100%;
  }
}
#c-home-tips .c-wrap .c-wrapr a {
  line-height: 2.5;
  padding: 0 10px;
  margin-left: 10px;
  display: flex;
  align-items: center;
  font-weight: bold;
}
#c-home-tips .c-wrap .c-wrapr a:hover {
  text-decoration: underline;
}
#c-home-tips .c-wrap .c-wrapr .c-close {
  height: 0.56rem;
  padding: 0 0.4rem;
  min-width: auto;
}
@media (max-width: 767px) {
  #c-home-tips .c-wrap .c-wrapr .c-close {
    height: 0.7rem;
    padding: 0 0.6rem;
  }
}
#c-home-tips .c-wrap .c-wrapr .btn-n {
  background: none;
  box-shadow: none;
  color: #6388cf;
}
/* 导航下拉 */
#c-header .c-nav ul {
  border-radius: 0.2rem;
  padding: 0 0.2rem;
}
#c-header .c-nav ul li a {
  line-height: 0.66rem;
}
/* 留资弹窗 */
.curtain1 {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  /* display: none; */
}
.curtain1 .mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
}
.curtain1 .curtain_box {
  position: absolute;
  max-width: 90%;
  max-height: 90%;
  left: 50%;
  top: 50%;
  overflow: hidden;
  z-index: 10000;
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .curtain1 .curtain_box {
    width: 90%;
  }
}
.curtain1 .curtain_box .curtain_title {
  position: relative;
  padding: 0 30px;
  background: #1c4798;
}
.curtain1 .curtain_box .curtain_title .close_tc {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 60px;
  cursor: pointer;
  z-index: 10000;
}
.curtain1 .curtain_box .curtain_title .close_tc::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -10px;
  width: 20px;
  height: 2px;
  background: #999999;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.curtain1 .curtain_box .curtain_title .close_tc::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -10px;
  width: 20px;
  height: 2px;
  background: #999999;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.curtain1 .curtain_box .curtain_con {
  max-height: 90vh;
  overflow: auto;
}
.retpop {
  width: 10.94rem;
  background: #fff;
  border-radius: 0.2rem;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1580px) {
  .retpop {
    width: 13rem;
  }
}
@media (max-width: 991px) {
  .retpop {
    width: 100%;
  }
}
.retpop .gl {
  width: 34.27787934%;
  background: url(../image/retain.jpg) no-repeat;
  background-size: cover;
  border-radius: 0.2rem;
  padding: 0.54rem 0.4rem 0.4rem;
}
@media (max-width: 991px) {
  .retpop .gl {
    display: none;
  }
}
.retpop .gl .g_t a img,
.retpop .gl .g_t a svg {
  height: 0.44rem;
}
.retpop .gl .g_t p {
  margin-top: 0.2rem;
}
.retpop .gl .g_b {
  margin-top: 0.7rem;
}
.retpop .gl .g_b .tit {
  font-weight: bold;
}
.retpop .gl .g_b .txt {
  margin-top: 0.22rem;
}
.retpop .gl .g_b .txt .txt_box {
  margin-bottom: 0.16rem;
  display: flex;
  align-items: center;
}
.retpop .gl .g_b .txt .txt_box img,
.retpop .gl .g_b .txt .txt_box svg {
  margin-right: 0.1rem;
}
.retpop .gl .g_b .txt .txt_box img path,
.retpop .gl .g_b .txt .txt_box svg path {
  fill: #6388cf;
}
.retpop .gl .g_b .txt .txt_box p {
  color: #6388cf;
}
.retpop .gr {
  padding: 0.54rem 0.6rem 0.58rem;
  width: 65.72212066%;
}
@media (max-width: 991px) {
  .retpop .gr {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .retpop .gr {
    padding: 0.4rem;
  }
}
.retpop .gr .tit {
  margin-bottom: 0.35rem;
}
.retpop .gr .tit h2 {
  line-height: 1.2;
  font-weight: bold;
}
.retpop .gr .tit p {
  margin-top: 0.12rem;
  color: rgba(0, 0, 0, 0.6);
}
.retpop .gr form .inp {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .retpop .gr form .inp {
    flex-direction: column;
  }
}
.retpop .gr form .inp .inp_txt p span {
  color: #f50000;
  margin-right: 3px;
}
.retpop .gr form .inp .inp_box {
  width: calc(50% - 0.1rem);
  margin-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .retpop .gr form .inp .inp_box {
    width: 100%;
    margin-bottom: 0.26rem;
  }
}
.retpop .gr form .inp .inp_box input {
  width: 100%;
  height: 0.56rem;
  background: #f8f8f8;
  padding: 0 20px;
  border-radius: 56px;
}
@media (max-width: 767px) {
  .retpop .gr form .inp .inp_box input {
    height: 0.7rem;
  }
}
.retpop .gr form .inp .inp_box input::-webkit-input-placeholder {
  color: #999;
}
.retpop .gr form .inp2 .inp_box {
  width: 100%;
}
.retpop .gr form .inp_textarea .inp_box textarea {
  width: 100%;
  height: 1.5rem;
  background: #f8f8f8;
  padding: 20px;
  border-radius: 0.28rem;
}
@media (max-width: 767px) {
  .retpop .gr form .inp_textarea .inp_box textarea {
    height: 2.2rem;
    padding: 0.2rem 20px;
  }
}
.retpop .gr form .inp_textarea .inp_box textarea::-webkit-input-placeholder {
  color: #999;
}
.retpop .gr form .b_lab {
  margin-top: 0.16rem;
}
.retpop .gr form .b_lab p {
  color: #999;
}
.retpop .gr form .b_lab p span {
  color: #009844;
}
.retpop .gr form .b_lab p a {
  color: #009844;
}
.retpop .gr form button {
  margin-top: 0.32rem;
  box-shadow: 0 0 0.3rem rgba(0, 166, 89, 0.3);
  width: auto;
  height: 0.56rem;
  padding: 0 0.4rem;
  background: #6388cf;
  color: #fff;
  border-radius: 100px;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .retpop .gr form button {
    height: 0.8rem;
    padding: 0 0.6rem;
  }
}
.retpop .gr form button:hover {
  opacity: 0.8;
}
/* 案例详情 */
.caseintw {
  padding: 0 0 0.4rem;
  background: #f5f5f7;
}
@media (max-width: 767px) {
  .caseintw {
    padding: 0 0 1rem;
  }
}
.caseintw .proon_box {
  margin: 0.38rem 0 0;
}
.caseintw .case_box {
  margin: 0.38rem 0 0;
}
/* A级产品模板页 */
.temon_t {
  background: #292626;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 100;
}
.temon_t .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.temon_t .container .gl p {
  color: #fff;
}
.temon_t .container .gr {
  color: #fff;
  display: flex;
  align-items: center;
}
.temon_t .container .gr .la {
  display: flex;
  align-items: center;
}
.temon_t .container .gr .la a {
  height: 0.63rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.12rem;
  min-width: 0.88rem;
  margin-left: 0.1rem;
  position: relative;
}
.temon_t .container .gr .la a::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: transparent;
  bottom: 0;
  left: 0;
}
.temon_t .container .gr .la a.on {
  background: linear-gradient(to top, rgba(22, 150, 83, 0.15) 20.45%, hsla(0, 0%, 100%, 0));
}
.temon_t .container .gr .la a.on::after {
  background: #6388cf;
}
.temon_t .container .gr .ra {
  margin-left: 0.12rem;
}
.temon_t .container .gr .ra a {
  justify-content: center;
  display: flex;
  line-height: 0.36rem;
  border-radius: 0.3rem;
  background-color: #6388cf;
  color: #Fff;
  text-align: center;
  padding: 0 0.2rem;
  transition: all 0.4s;
}
.temon_box .container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .temon_box .container {
    flex-direction: column;
  }
}
.temon_box .container .gl {
  display: flex;
  flex-direction: column;
  padding: 1.84rem 0 0.6rem;
  width: 49.34210526%;
}
@media (max-width: 767px) {
  .temon_box .container .gl {
    width: 100%;
    padding: 0.84rem 0 0.8rem;
  }
}
.temon_box .container .gl .gl_t .txt h2 {
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
}
.temon_box .container .gl .gl_t .txt p {
  margin-top: 0.28rem;
  color: #fff;
}
.temon_box .container .gl .gl_t .gl_num {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.65rem;
}
.temon_box .container .gl .gl_t .gl_num .item {
  color: #6388cf;
  margin-right: 0.6rem;
}
@media (max-width: 767px) {
  .temon_box .container .gl .gl_t .gl_num .item {
    margin-bottom: 0.4rem;
  }
}
.temon_box .container .gl .gl_t .gl_num .item .item_t {
  display: flex;
}
.temon_box .container .gl .gl_t .gl_num .item .item_t p {
  line-height: 1.2;
  font-weight: bold;
}
.temon_box .container .gl .gl_t .gl_num .item .item_t span {
  margin-left: 0.07rem;
  font-weight: bold;
}
.temon_box .container .gl .gl_t .gl_num .item .item_b {
  margin-top: 0.08rem;
}
.temon_box .container .gl .gl_t .gl_num .item .item_b p {
  color: rgba(255, 255, 255, 0.6);
}
.temon_box .container .gl .gl_b {
  display: flex;
  flex-direction: column;
  margin-top: 1.15rem;
}
@media (max-width: 767px) {
  .temon_box .container .gl .gl_b {
    flex-direction: column-reverse;
    margin-top: 0.8rem;
  }
}
.temon_box .container .gl .gl_b .gl_swi {
  width: 4.76rem;
}
@media (max-width: 767px) {
  .temon_box .container .gl .gl_b .gl_swi {
    width: 100%;
  }
}
.temon_box .container .gl .gl_b .gl_swi .public-img {
  border-radius: 0.1rem;
  border: 1px solid #171a19;
  background: #0f1612;
}
.temon_box .container .gl .gl_b .gl_swi .swiper-slide {
  cursor: pointer;
}
.temon_box .container .gl .gl_b .gl_swi .swiper-slide-thumb-active .public-img {
  background: url(../image/protem3.jpg) no-repeat;
  background-size: cover;
}
.temon_box .container .gl .gl_b .g_fh {
  margin-top: 0.85rem;
}
@media (max-width: 767px) {
  .temon_box .container .gl .gl_b .g_fh {
    margin: 0 0 0.8rem;
  }
}
.temon_box .container .gl .gl_b .g_fh a {
  cursor: pointer;
  color: #999;
}
.temon_box .container .gl .gl_b .g_fh a:hover {
  text-decoration: underline;
}
.temon_box .container .gr {
  display: flex;
  align-items: flex-end;
  width: 50.65789474%;
}
@media (max-width: 767px) {
  .temon_box .container .gr {
    width: 100%;
  }
}
.temon_box .container .gr .img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.temon_box .container .gr .img img {
  height: 7.45rem;
  max-height: 100%;
}
@keyframes moveq {
  0% {
    transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
  }
  100% {
    transform: translate(-50%, -50%) scale(2);
    -webkit-transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}
.temBox {
  position: relative;
}
.temBox .temBox_l {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .temBox .temBox_l {
    display: none;
  }
}
.temBox .temBox_l .temBox_l_con {
  padding: 1.4rem 0.24rem 1rem;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
}
@media (max-width: 1260px) {
  .temBox .temBox_l .temBox_l_con {
    padding: 1.4rem 0.1rem 1rem;
  }
}
.temBox .temBox_l .temBox_l_con .temBox_l_item {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 0.15rem 0;
}
.temBox .temBox_l .temBox_l_con .temBox_l_item.on p {
  color: #6388cf;
}
.temBox .temBox_l .temBox_l_con .temBox_l_item.on .l_ring i {
  opacity: 1;
}
.temBox .temBox_l .temBox_l_con .temBox_l_item p {
  color: #999;
}
@media (max-width: 1260px) {
  .temBox .temBox_l .temBox_l_con .temBox_l_item p {
    width: 2em;
  }
}
.temBox .temBox_l .temBox_l_con .temBox_l_item .l_ring {
  position: relative;
  width: 5px;
  height: 5px;
  margin-right: 0.14rem;
}
@media (max-width: 1260px) {
  .temBox .temBox_l .temBox_l_con .temBox_l_item .l_ring {
    display: none;
  }
}
.temBox .temBox_l .temBox_l_con .temBox_l_item .l_ring i {
  opacity: 0;
  display: flex;
}
.temBox .temBox_l .temBox_l_con .temBox_l_item .l_ring .i1 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #6388cf;
  position: relative;
  z-index: 10;
}
.temBox .temBox_l .temBox_l_con .temBox_l_item .l_ring .i2 {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 48%;
  left: 48%;
  transform: translate(-50%, -50%);
  animation: moveq 3s infinite linear;
  -webkit-animation: moveq 3s infinite linear;
}
.temBox .temBox_l .temBox_l_con .temBox_l_item .l_ring .i3 {
  background: #6388cf;
  position: absolute;
  width: 10px;
  height: 1px;
  top: calc(50% - 1px);
  left: 50%;
}
.temtw {
  padding: 1.35rem 0 0;
  background: #040404;
  position: relative;
  overflow: hidden;
}
.temtw .temtw_ring {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 5.84rem;
  height: 5.84rem;
  pointer-events: none;
}
.temtw .temtw_ring i {
  border: 2px solid #037f44;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: inset 0 0 0.6rem 0 rgba(151, 249, 127, 0.2);
  display: block;
  opacity: 0.2;
}
.temtw .temtw_ring .i1 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: inset 0 0 0.6rem 0 rgba(151, 249, 127, 0.2);
  position: relative;
  z-index: 10;
  background: #040404;
}
.temtw .temtw_ring .i2 {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: moveq 3s infinite linear;
  -webkit-animation: moveq 3s infinite linear;
  z-index: 2;
}
.temtw .temtw_ring .i3 {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: moveq 3s infinite linear;
  -webkit-animation: moveq 3s infinite linear;
  z-index: 1;
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
}
.temtw .container {
  position: relative;
  z-index: 20;
  overflow: hidden;
}
.temtw .box {
  position: relative;
  margin-top: 1.35rem;
}
.temtw .box .temtw_txt {
  padding-bottom: 1.46rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .temtw .box .temtw_txt {
    padding-bottom: 0.8rem;
  }
}
.temtw .box .temtw_txt .item {
  width: 50%;
}
@media (max-width: 767px) {
  .temtw .box .temtw_txt .item {
    padding-right: 0.2rem;
  }
}
.temtw .box .temtw_txt .item:nth-child(2n) {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .temtw .box .temtw_txt .item:nth-child(2n) {
    justify-content: flex-start;
  }
}
.temtw .box .temtw_txt .item .item_box {
  width: 47.89473684%;
  padding: 0.4rem 0 0.36rem;
  transition: all 0.4s;
  border-bottom: 1px solid transparent;
}
@media (max-width: 1260px) {
  .temtw .box .temtw_txt .item .item_box {
    width: 55%;
  }
}
@media (max-width: 767px) {
  .temtw .box .temtw_txt .item .item_box {
    width: 100%;
  }
}
.temtw .box .temtw_txt .item .item_box:hover {
  border-bottom: 1px solid;
  border-image: linear-gradient(to right, #6388cf, rgba(255, 255, 255, 0)) 1;
  border-image-slice: 1;
}
.temtw .box .temtw_txt .item .item_box:hover .t_h3 h3 {
  color: #6388cf;
}
.temtw .box .temtw_txt .item .item_box:hover .txt p {
  color: #fff;
}
.temtw .box .temtw_txt .item .item_box .t_h3 {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .temtw .box .temtw_txt .item .item_box .t_h3 {
    align-items: flex-start;
  }
}
.temtw .box .temtw_txt .item .item_box .t_h3 span {
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  border: 1px solid #00994f;
  background: #006f38;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  margin-right: 0.12rem;
}
@media (max-width: 991px) {
  .temtw .box .temtw_txt .item .item_box .t_h3 span {
    font-size: 12px;
    width: 0.4rem;
    height: 0.4rem;
    flex-shrink: 0;
  }
}
.temtw .box .temtw_txt .item .item_box .t_h3 h3 {
  color: #fff;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .temtw .box .temtw_txt .item .item_box .t_h3 h3 {
    font-size: 0.28rem;
  }
}
.temtw .box .temtw_txt .item .item_box .txt {
  padding-left: 0.42rem;
}
@media (max-width: 991px) {
  .temtw .box .temtw_txt .item .item_box .txt {
    padding-left: 0.52rem;
  }
}
.temtw .box .temtw_txt .item .item_box .txt p {
  margin-top: 0.1rem;
  color: #999;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .temtw .box .temtw_txt .item .item_box .txt p {
    font-size: 0.24rem;
  }
}
.temtw .box .temtw_img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 7.03rem;
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .temtw .box .temtw_img {
    position: initial;
    transform: translateX(0%);
    margin: auto;
    width: 60%;
  }
}
.temtw .box .temtw_img img {
  max-height: 100%;
}
.temth {
  padding: 1.38rem 0 0;
  background: #040404;
}
.temth .timg {
  border-radius: 0.3rem;
  margin-top: 0.75rem;
  overflow: hidden;
}
.temth .box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 1.4rem;
}
@media (max-width: 991px) {
  .temth .box {
    flex-direction: column-reverse;
  }
}
.temth .box .gl {
  padding: 0.25rem 0.7rem 0 0;
  width: 38.15789474%;
}
@media (max-width: 991px) {
  .temth .box .gl {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .temth .box .gl {
    padding: 0.5rem 0 0 0;
  }
}
.temth .box .gl h3 {
  line-height: 1.66;
  font-weight: bold;
  color: #fff;
}
.temth .box .gl .temth_box {
  margin-top: 0.5rem;
}
.temth .box .gl .temth_box .item {
  margin-bottom: 0.1rem;
  position: relative;
}
.temth .box .gl .temth_box .item.on .txt h4 {
  font-size: 24px;
}
@media (max-width: 767px) {
  .temth .box .gl .temth_box .item.on .txt h4 {
    font-size: 0.32rem;
  }
}
.temth .box .gl .temth_box .item.on .txt p {
  color: #fff;
}
.temth .box .gl .temth_box .item.on .bjimg .img1 {
  display: none;
}
.temth .box .gl .temth_box .item.on .bjimg .img2 {
  display: block;
}
.temth .box .gl .temth_box .item .bjimg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.temth .box .gl .temth_box .item .bjimg img {
  width: 100%;
  height: 100%;
}
.temth .box .gl .temth_box .item .bjimg .img2 {
  display: none;
}
.temth .box .gl .temth_box .item .txt {
  position: relative;
  z-index: 10;
  padding: 0.26rem 0.3rem 0.28rem;
}
.temth .box .gl .temth_box .item .txt h4 {
  color: #fff;
}
.temth .box .gl .temth_box .item .txt p {
  margin-top: 0.06rem;
  color: #999;
  transition: all 0.4s;
}
.temth .box .gr {
  width: 61.84210526%;
  padding: 0.32rem;
  border-radius: 0.3rem;
  border: 1px solid #03502d;
  box-shadow: inset 0 0 30px 5px rgba(0, 166, 89, 0.28);
}
@media (max-width: 991px) {
  .temth .box .gr {
    width: 100%;
  }
}
.temth .box .gr .gr_box {
  border-radius: 0.16rem;
  overflow: hidden;
  position: relative;
  min-height: 4.94rem;
}
.temth .box .gr .gr_box img,
.temth .box .gr .gr_box video {
  position: absolute;
  top: 0;
  opacity: 0;
  transition: all 0.4s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.temth .box .gr .gr_box img.on,
.temth .box .gr .gr_box video.on {
  opacity: 1;
  position: relative;
}
.temfo {
  padding: 1.38rem 0 0;
  background: #040404;
}
.temfo .box {
  display: flex;
  justify-content: space-between;
  margin-top: 0.75rem;
}
@media (max-width: 991px) {
  .temfo .box {
    flex-wrap: wrap;
  }
}
.temfo .box .item {
  border-radius: 0.3rem;
  width: calc((100% - 0.6rem)/4);
  margin: 0 0.2rem 0.2rem 0;
  border: 1px solid #131614;
  position: relative;
}
.temfo .box .item:nth-child(4n) {
  margin-right: 0;
}
@media (max-width: 991px) {
  .temfo .box .item {
    width: calc(50% - 0.1rem);
    margin: 0 0 0.2rem 0;
  }
}
.temfo .box .item:hover::after {
  height: 100%;
  background: #0b7540;
  border: 1px solid #00b360;
}
.temfo .box .item:hover .img {
  background: none;
}
.temfo .box .item:hover .txt p {
  color: #fff;
}
.temfo .box .item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 2rem;
  width: 100%;
  background: #fff;
  border-radius: 0.2rem;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .temfo .box .item::after {
    height: 3rem;
  }
}
.temfo .box .item .img {
  position: relative;
  z-index: 10;
  height: 2rem;
  border-radius: 0.2rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .temfo .box .item .img {
    height: 3rem;
  }
}
.temfo .box .item .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.temfo .box .item .txt {
  position: relative;
  z-index: 10;
  padding: 0.36rem 0;
  text-align: center;
}
.temfo .box .item .txt h3 {
  color: #fff;
  font-weight: bold;
}
.temfo .box .item .txt p {
  margin-top: 0.06rem;
  color: #666;
}
.temfi {
  padding: 1.18rem 0 0;
  background: #040404;
}
.temfi .box {
  margin-top: 0.78rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.temfi .box .item {
  width: calc(50% - 0.15rem);
  position: relative;
  margin-bottom: 0.25rem;
  border-radius: 0.3rem;
  overflow: hidden;
  height: 2.92rem;
}
@media (min-width: 992px) {
  .temfi .box .item:hover {
    box-shadow: inset 0 0 3rem 5px #00391d;
    border: 1px solid #00b360;
  }
  .temfi .box .item:hover .img {
    border-radius: 0.3rem;
    width: 48.32214765%;
  }
  .temfi .box .item:hover .img::after {
    opacity: 0;
  }
  .temfi .box .item:hover .txt {
    width: 51.67785235%;
  }
  .temfi .box .item:hover .txt .g_svg {
    border: 1px solid #00994f;
    background: #006f38;
  }
  .temfi .box .item:hover .txt .txt_b p {
    color: #fff;
  }
}
@media (max-width: 767px) {
  .temfi .box .item {
    width: 100%;
    height: 3.4rem;
  }
}
.temfi .box .item .img {
  overflow: hidden;
  transition: all 0.4s;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.temfi .box .item .img::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10;
  transition: all 0.4s;
}
.temfi .box .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.temfi .box .item .txt {
  transition: all 0.4s;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
  padding: 0.1rem 0.5rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.temfi .box .item .txt .g_svg {
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 50%;
  background: #555a59;
}
@media (max-width: 767px) {
  .temfi .box .item .txt .g_svg {
    width: 0.7rem;
    height: 0.7rem;
  }
}
.temfi .box .item .txt .txt_b {
  margin-top: 0.36rem;
}
.temfi .box .item .txt .txt_b h3 {
  font-weight: bold;
  color: #fff;
}
.temfi .box .item .txt .txt_b p {
  margin-top: 0.08rem;
  color: #999;
}
.temfi2 {
  padding: 1.18rem 0 1.4rem;
  background: #040404;
}
.temfi2 .box {
  margin-top: 0.78rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}
.temfi2 .box .temfi2_vid {
  width: 100%;
}
.temfi2 .box .temfi2_vid .temfi2_vid_box {
  width: 100%;
  border-radius: 0.3rem;
  overflow: hidden;
  height: 8rem;
  opacity: 0;
  top: 0;
  transition: all 0.4s;
  position: absolute;
}
@media (max-width: 767px) {
  .temfi2 .box .temfi2_vid .temfi2_vid_box {
    height: 6rem;
  }
}
.temfi2 .box .temfi2_vid .temfi2_vid_box.on {
  position: relative;
  opacity: 1;
}
.temfi2 .box .temfi2_vid .temfi2_vid_box .temfi2_vid_img {
  height: 100%;
  position: relative;
}
.temfi2 .box .temfi2_vid .temfi2_vid_box .temfi2_vid_img img,
.temfi2 .box .temfi2_vid .temfi2_vid_box .temfi2_vid_img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.temfi2 .box .temfi2_vid .temfi2_vid_box .temfi2_vid_img video {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
}
.temfi2 .box .temfi2_vid .temfi2_vid_box .temfi2_vid_img::after {
  content: '';
  top: 0;
  left: 0;
  z-index: 10;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../image/protem20.png) no-repeat;
  background-position: bottom center;
}
.temfi2 .box .temfi2_vid .temfi2_vid_box .txt {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 10;
  top: 0;
  left: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .temfi2 .box .temfi2_vid .temfi2_vid_box .txt {
    padding: 0 0.4rem 1rem;
  }
}
.temfi2 .box .temfi2_vid .temfi2_vid_box .txt h3 {
  font-weight: bold;
  color: #fff;
}
.temfi2 .box .temfi2_vid .temfi2_vid_box .txt p {
  margin-top: 0.1rem;
  color: #fff;
}
.temfi2 .box .temfi2_nav {
  position: absolute;
  z-index: 20;
  bottom: 0.4rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
}
.temfi2 .box .temfi2_nav .temfi2_nav_box {
  cursor: pointer;
  overflow: hidden;
  width: 2.44rem;
  margin: 0 0.18rem;
  border-radius: 0.3rem;
  border: 1px solid #666;
  position: relative;
}
@media (max-width: 991px) {
  .temfi2 .box .temfi2_nav .temfi2_nav_box {
    width: 1.8rem;
  }
}
@media (max-width: 767px) {
  .temfi2 .box .temfi2_nav .temfi2_nav_box {
    width: 1rem;
    border-radius: 0.1rem;
    margin: 0 0.1rem;
  }
}
.temfi2 .box .temfi2_nav .temfi2_nav_box.on .txt {
  opacity: 0;
}
.temfi2 .box .temfi2_nav .temfi2_nav_box .public-img:before {
  padding-top: 60.24590164%;
}
.temfi2 .box .temfi2_nav .temfi2_nav_box .public-img > video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}
.temfi2 .box .temfi2_nav .temfi2_nav_box .txt {
  transition: all 0.4s;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.temfi2 .box .temfi2_nav .temfi2_nav_box .txt svg,
.temfi2 .box .temfi2_nav .temfi2_nav_box .txt img {
  width: 0.38rem;
  height: 0.38rem;
}
@media (max-width: 767px) {
  .temfi2 .box .temfi2_nav .temfi2_nav_box .txt svg,
  .temfi2 .box .temfi2_nav .temfi2_nav_box .txt img {
    display: none;
  }
}
.temfi2 .box .temfi2_nav .temfi2_nav_box .txt p {
  margin-top: 0.16rem;
  color: #fff;
}
@media (max-width: 767px) {
  .temfi2 .box .temfi2_nav .temfi2_nav_box .txt p {
    display: none;
  }
}
.temsi {
  background: #f4f5f6;
  padding: 1.36rem 0 0;
}
.temsi .box {
  margin-top: 0.75rem;
}
.temsi .box .box3 {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .temsi .box .box3 {
    justify-content: space-between;
  }
}
.temsi .box .box3 .box3a {
  width: 32.5%;
  margin-right: 1.25%;
  margin-top: 0.19rem;
  display: block;
  position: relative;
}
@media (max-width: 991px) {
  .temsi .box .box3 .box3a {
    width: 48%;
    margin-right: 0;
  }
}
.temsi .box .box3 .box3a:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 991px) {
  .temsi .box .box3 .box3a:nth-child(3n) {
    display: none;
  }
}
@media (max-width: 767px) {
  .temsi .box .box3 .box3a {
    width: 100% !important;
  }
}
.temsi .box .box3 .box3a .img {
  overflow: hidden;
  position: relative;
  width: 100%;
  border-radius: 0.3rem;
  height: 3.4rem;
}
@media (max-width: 991px) {
  .temsi .box .box3 .box3a .img {
    height: 4.6rem;
  }
}
.temsi .box .box3 .box3a .img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(0, 0, 0, 0.5); */
  opacity: 0;
  transition: all 0.5s;
  z-index: 2;
}
@media (max-width: 991px) {
  .temsi .box .box3 .box3a .img::after {
    opacity: 1;
  }
}
.temsi .box .box3 .box3a .img .yinying {
  height: 151%;
  top: initial;
  bottom: 0;
  opacity: 0;
}
.temsi .box .box3 .box3a .img img {
  position: absolute;
  transition: all 0.4s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.temsi .box .box3 .box3a .textbox {
  z-index: 4;
  position: absolute;
  left: 0.3rem;
  bottom: 0.3rem;
  width: 85.52631579%;
}
@media (max-width: 991px) {
  .temsi .box .box3 .box3a .textbox {
    width: 70%;
  }
}
.temsi .box .box3 .box3a .textbox .cn4 {
  color: #Fff;
  line-height: 1.55555556em;
}
.temsi .box .box3 .box3a:hover .img img {
  transform: scale(1.1);
}
.temsi .box .box3 .box3b {
  width: 66.25%;
  margin-right: 1.25%;
}
@media (max-width: 991px) {
  .temsi .box .box3 .box3b {
    width: 48%;
  }
}
.temsi .box .box3 .box3c {
  margin-right: 0;
}
.temse {
  padding: 1.38rem 0 0.6rem;
  background: #f4f5f6;
}
.temse .box {
  height: 6.54rem;
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.1);
  border-radius: 0.3rem;
}
@media (max-width: 767px) {
  .temse .box {
    height: auto;
    box-shadow: none;
  }
}
.temse .box .item {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0.3rem;
  height: 100%;
  width: 100%;
  transition: all 0.4s;
  transform: translateX(0);
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .temse .box .item {
    position: initial;
    margin-bottom: 0.4rem;
    transform: translateX(0) !important;
    background: #fff !important;
  }
}
.temse .box .item:nth-last-child(1) {
  background: #38b272;
  right: 0;
  z-index: 47;
}
.temse .box .item:nth-last-child(2) {
  background: #5cba83;
  right: 11.18421053%;
  z-index: 48;
}
.temse .box .item:nth-last-child(3) {
  background: #71c196;
  right: 22.36842105%;
  z-index: 49;
}
.temse .box .item:nth-last-child(4) {
  background: #9cdeba;
  right: 33.55263158%;
  z-index: 50;
}
.temse .box .item.on2 {
  transform: translate(-55%);
}
@media (min-width: 768px) {
  .temse .box .item.on {
    background: #fff;
  }
  .temse .box .item.on .item_xs {
    opacity: 0;
    pointer-events: none;
  }
  .temse .box .item.on .item_yc {
    opacity: 1;
  }
}
.temse .box .item .item_xs {
  transition: all 0.4s;
  position: absolute;
  width: 11.18421053%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 1.18rem 0.1rem 1rem;
  right: 0;
  top: 0;
}
@media (max-width: 767px) {
  .temse .box .item .item_xs {
    display: none;
  }
}
.temse .box .item .item_xs .txt {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.temse .box .item .item_xs .txt span {
  font-weight: 900;
}
.temse .box .item .item_xs .txt p {
  margin-top: 0.2rem;
  width: 1em;
  line-height: 1;
  font-weight: 900;
}
.temse .box .item .item_xs .g_svg {
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.temse .box .item .item_xs .g_svg svg path {
  fill: #6388cf;
}
.temse .box .item .item_yc {
  opacity: 0;
  transition: all 0.4s;
  width: 66.25%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  padding: 1rem 1.07rem;
}
@media (max-width: 991px) {
  .temse .box .item .item_yc {
    padding: 0.4rem 0.44rem;
  }
}
@media (max-width: 767px) {
  .temse .box .item .item_yc {
    opacity: 1 !important;
    width: 100%;
    flex-direction: column-reverse;
  }
}
.temse .box .item .item_yc .gl {
  width: 51.13924051%;
}
@media (max-width: 767px) {
  .temse .box .item .item_yc .gl {
    width: 100%;
  }
}
.temse .box .item .item_yc .gl h3 {
  font-weight: bold;
}
@media (max-width: 767px) {
  .temse .box .item .item_yc .gl h3 {
    display: none;
  }
}
.temse .box .item .item_yc .gl .txt {
  padding-right: 1.25rem;
  margin-top: 1.22rem;
}
@media (max-width: 991px) {
  .temse .box .item .item_yc .gl .txt {
    padding-right: 0.2rem;
  }
}
@media (max-width: 767px) {
  .temse .box .item .item_yc .gl .txt {
    margin-top: 0;
  }
}
.temse .box .item .item_yc .gl .txt span {
  font-weight: bold;
}
.temse .box .item .item_yc .gl .txt .p1 {
  margin-top: 0.1rem;
  font-weight: bold;
}
.temse .box .item .item_yc .gl .txt .p2 {
  margin-top: 0.1rem;
  color: #666;
}
.temse .box .item .item_yc .gr {
  height: 100%;
  width: 48.86075949%;
}
@media (max-width: 767px) {
  .temse .box .item .item_yc .gr {
    width: 100%;
    margin-bottom: 0.6rem;
  }
}
.temse .box .item .item_yc .gr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.g_sbkh {
  display: none;
}
@media (max-width: 767px) {
  .g_sbkh {
    display: block;
    margin-bottom: 0.5rem;
  }
}
