@charset "utf-8";
:root {
  --color: #0F53E4;
  --color2: #1be3e5;
  --color3: #237fa3;
  --vh: 100vh;
  --grdcolor: #252821;
  --grdcolor2: #b6baae;
  --left: 0;
  --top: 0;
  --y: 0;
}
/*字体*/
/* @font-face {
	font-family: "Fontke";
	src: url("Fontke.woff2") format("woff2"),
		 url("Fontke.woff") format("woff"),
		 url("Fontke.ttf") format("truetype"),
		 url("Fontke.eot") format("embedded-opentype"),
		 url("Fontke.svg") format("svg"),
		 url("Fontke.otf") format("opentype");
} */
.g_xs {
  display: block;
}
.g_yc {
  display: none;
}
@media (max-width: 767px) {
  .g_xs {
    display: none;
  }
  .g_yc {
    display: block;
  }
}
.font-b {
  font-weight: bold;
}
.font-m {
  font-weight: 500;
}
.font-r {
  font-weight: 400;
}
.font-l {
  font-weight: 300;
}
/* 产品分类 */
.sub_banner {
  overflow: hidden;
  height: 4rem;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .sub_banner {
    height: 6rem;
  }
}
.sub_banner .mob_pc {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sub_banner .mob_pc .g_img {
  width: 100%;
  height: 100%;
}
.sub_banner .mob_pc .g_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sub_banner .mob_pc .g_video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.sub_banner .sub_banner_txt {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
}
.sub_banner .sub_banner_txt::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 4.4rem;
  top: calc(276/400*100%);
  left: 0;
  background: url(../images/product2.png) no-repeat;
  pointer-events: none;
}
.sub_banner .sub_banner_txt .container {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
}
.sub_banner .sub_banner_txt .container .ban_l {
  width: 50%;
}
@media (max-width: 767px) {
  .sub_banner .sub_banner_txt .container .ban_l {
    width: 100%;
  }
}
.sub_banner .sub_banner_txt .container .ban_l .tit {
  margin-top: 0.28rem;
}
.sub_banner .sub_banner_txt .container .ban_l .tit h2 {
  font-weight: bold;
  line-height: 1.2;
}
.sub_banner .sub_banner_txt .container .ban_l .sub_banner_p {
  margin-top: 0.24rem;
}
.pub_btn {
  background: var(--color);
  display: -webkit-inline-flex;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 126px;
  color: #fff;
  cursor: pointer;
  min-width: 100px;
  transition: all 0.4s;
  padding: 8px 15px;
}
.pub_btn:hover {
  opacity: 0.8;
}
.gpub_title h2 {
  font-weight: bold;
  line-height: 1.2;
}
@media (max-width: 1199px) {
  .gpub_title h2 br {
    display: none;
  }
}
.gpub_title p {
  line-height: 1.5;
  margin-top: 0.35rem;
  padding-right: 1.5rem;
}
@media (max-width: 1199px) {
  .gpub_title p {
    padding: 0;
  }
}
.g_puba {
  background: var(--color);
  display: -webkit-inline-flex;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 26px;
  color: #fff;
  cursor: pointer;
  min-width: 125px;
  transition: all 0.4s;
  padding: 11px 0.28rem 11px 0.32rem;
}
@media (max-width: 1580px) {
  .g_puba {
    padding: 8px 0.28rem 8px 0.32rem;
    min-width: 110px;
  }
}
@media (max-width: 767px) {
  .g_puba {
    padding: 6px 0.36rem 6px 0.46rem;
    min-width: 1.6rem;
  }
}
.g_puba .f_ico {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.2rem;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 1580px) {
  .g_puba .f_ico {
    margin-left: 12px;
  }
}
.g_puba .f_ico img,
.g_puba .f_ico svg {
  width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.g_puba:hover {
  opacity: 0.8;
}
.hi-nav1 {
  overflow: hidden;
}
@media (max-width: 767px) {
  .hi-nav1 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .hi-nav1 .swiper {
    padding-bottom: 10px;
  }
}
.hi-nav1 .swiper .swiper-slide {
  width: auto;
}
.hi-nav1 .swiper .swiper-slide:last-child {
  margin-right: 0;
}
.hi-nav1 .swiper .swiper-slide .c-text {
  position: relative;
  transition: all 0.4s;
  display: -webkit-inline-flex;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  color: #000;
  cursor: pointer;
  min-width: 100px;
  padding: 0 0.39rem;
  height: 60px;
}
@media (max-width: 767px) {
  .hi-nav1 .swiper .swiper-slide .c-text {
    height: 40px;
  }
}
.hi-nav1 .swiper .swiper-slide.on .c-text,
.hi-nav1 .swiper .swiper-slide:hover .c-text {
  background: var(--color);
  color: #fff;
}
.hi-nav1 .swiper .swiper-scrollbar {
  left: 0;
  bottom: 0;
  width: 100%;
  background: #eee;
  border-radius: 0;
}
.hi-nav1 .swiper .swiper-scrollbar .swiper-scrollbar-drag {
  border-radius: 0;
  background: var(--color);
}
.gpub_nav {
  margin-top: 0.52rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 100px;
  border: 1px solid #E4E4E4;
  background: #F5F5F5;
  padding: 0.08rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .gpub_nav {
    flex-direction: column;
    background: none;
    border: none;
    border-radius: 0;
    padding: 0;
    align-items: flex-start;
  }
}
.gpub_nav form {
  flex-shrink: 0;
  margin-left: 0.3rem;
}
@media (max-width: 767px) {
  .gpub_nav form {
    margin: 0;
    width: 100%;
    margin-top: 0.3rem;
  }
}
.gpub_nav form .search_box {
  width: 3.25rem;
  height: 60px;
  background: #fff;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1580px) {
  .gpub_nav form .search_box {
    height: 50px;
  }
}
@media (max-width: 767px) {
  .gpub_nav form .search_box {
    height: 0.8rem;
    width: 100%;
    background: #F5F5F5;
  }
}
.gpub_nav form .search_box input {
  padding: 0 0.3rem;
  width: 100%;
  color: #333;
}
.gpub_nav form .search_box input::-webkit-input-placeholder {
  color: #000;
}
.gpub_nav form .search_box button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: var(--color);
  border-radius: 50%;
  height: 60px;
  width: 60px;
}
@media (max-width: 1580px) {
  .gpub_nav form .search_box button {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .gpub_nav form .search_box button {
    height: 0.7rem;
    width: 0.7rem;
  }
}
.gpub_nav form .search_box button svg {
  width: 28%;
  height: auto;
}
.gpub_nav form .search_box button svg path,
.gpub_nav form .search_box button svg circle {
  stroke: #fff;
}
.pron {
  padding: 0.88rem 0 1.55rem;
}
.pron .gpub_title {
  margin-bottom: 0.52rem;
}
.pron .gpub_nav {
  overflow: hidden;
  margin-top: 0;
}
.gpub_pro_box {
  margin-top: 0.52rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media (max-width: 991px) {
  .gpub_pro_box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .gpub_pro_box {
    gap: 10px;
  }
}
.gpub_pro_box .item {
  border: 6px solid transparent;
  background: #F5F5F5;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .gpub_pro_box .item {
    border: 2px solid transparent;
  }
}
.gpub_pro_box .item:hover {
  border: 6px solid var(--color);
  box-shadow: 0 12px 27px rgba(0, 0, 0, 0.1), 0 50px 50px rgba(0, 0, 0, 0.09), 0 112px 67px rgba(0, 0, 0, 0.05), 0 200px 80px rgba(0, 0, 0, 0.01);
}
@media (max-width: 767px) {
  .gpub_pro_box .item:hover {
    border: 2px solid var(--color);
  }
}
.gpub_pro_box .item .public-img:before {
  padding-top: 80%;
}
.gpub_pro_box .item .txt {
  text-align: center;
  padding: 0.22rem 0.3rem 0.42rem;
}
.gpub_pro_box .item .txt .txt_box h3 {
  line-height: 1;
  font-size: 20px;
}
@media (max-width: 1199px) {
  .gpub_pro_box .item .txt .txt_box h3 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .gpub_pro_box .item .txt .txt_box h3 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .gpub_pro_box .item .txt .txt_box h3 {
    line-height: 1.2;
  }
  .gpub_pro_box .item .txt .txt_box h3 br {
    display: none;
  }
}
.gpub_pro_box .item .more {
  margin-top: 0.26rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gpub_pro_box .item .more:hover i {
  transform: translateX(5px);
}
.gpub_pro_box .item .more p {
  color: #666;
}
.gpub_pro_box .item .more i {
  margin-top: 2px;
  margin-left: 0.1rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4px;
  height: auto;
  transition: all 0.4s;
}
@media (max-width: 1199px) {
  .gpub_pro_box .item .more i {
    width: 3px;
  }
}
.gpub_pro_box .item .more i svg,
.gpub_pro_box .item .more i img {
  width: 100%;
  height: auto;
  display: none;
}
.gpub_pro_box .item .more i svg path,
.gpub_pro_box .item .more i img path {
  stroke: #666;
}
.gpub_pro_box2 {
  margin-top: 0.52rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.55rem 20px;
}
@media (max-width: 991px) {
  .gpub_pro_box2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .gpub_pro_box2 {
    gap: 10px;
  }
}
.gpub_pro_box2 .item {
  transition: all 1.4s;
}
.gpub_pro_box2 .item:hover {
  background: var(--color);
}
.gpub_pro_box2 .item:hover .public-img img {
  transform: scale(1.05);
}
.gpub_pro_box2 .item:hover .txt h3,
.gpub_pro_box2 .item:hover .txt p {
  color: #fff;
}
.gpub_pro_box2 .item .public-img {
  border-radius: 0.11rem;
}
.gpub_pro_box2 .item .public-img:before {
  padding-top: 63.44086022%;
}
.gpub_pro_box2 .item .txt {
  padding: 0.3rem 0.2rem 0.2rem;
}
.gpub_pro_box2 .item .txt h3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  transition: all 0.4s;
  font-weight: bold;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .gpub_pro_box2 .item .txt h3 {
    line-height: 1.2;
  }
  .gpub_pro_box2 .item .txt h3 br {
    display: none;
  }
}
.gpub_pro_box2 .item .txt p {
  letter-spacing: -0.32px;
  color: #666;
  line-height: 1.25;
  margin-top: 0.3rem;
}
.gpub_pro_box2 .item .more {
  margin-top: 0.26rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gpub_pro_box2 .item .more:hover i {
  transform: translateX(5px);
}
.gpub_pro_box2 .item .more p {
  color: #666;
}
.gpub_pro_box2 .item .more i {
  margin-top: 2px;
  margin-left: 0.1rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4px;
  height: auto;
  transition: all 0.4s;
}
@media (max-width: 1199px) {
  .gpub_pro_box2 .item .more i {
    width: 3px;
  }
}
.gpub_pro_box2 .item .more i svg,
.gpub_pro_box2 .item .more i img {
  width: 100%;
  height: auto;
}
.gpub_pro_box2 .item .more i svg path,
.gpub_pro_box2 .item .more i img path {
  stroke: #666;
}
.g_page {
  margin-top: 1.02rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.g_page a {
  height: 0.4rem;
  width: 0.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.15rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: none;
  border-radius: 50%;
  border: 1px solid transparent;
  color: #000;
  cursor: pointer;
}
@media (max-width: 767px) {
  .g_page a {
    font-size: 0.28rem;
    height: 0.7rem;
    min-width: 0.7rem;
  }
}
.g_page a.prev img,
.g_page a.prev svg {
  transform: rotate(180deg);
}
.g_page a.next,
.g_page a.prev {
  background: #F5F5F5;
}
.g_page a:hover {
  background: var(--color);
  color: #fff;
  border: 1px solid var(--color);
}
.g_page a:hover p {
  color: #fff;
}
.g_page a:hover svg path {
  stroke: #fff;
}
.g_page a img,
.g_page a svg {
  width: 5px;
  height: auto;
}
@media (max-width: 1580px) {
  .g_page a img,
  .g_page a svg {
    width: 4px;
  }
}
.g_page a .img2 {
  display: none;
}
.g_page a svg path {
  stroke: #000;
}
.g_page .active {
  background: var(--color);
  color: #fff;
  border: 1px solid var(--color);
}
.g_page .active p {
  color: #fff;
}
.g_page > p {
  color: #999;
  margin: 0 0.1rem;
}
@media (max-width: 767px) {
  .g_page > p {
    display: none;
  }
}
.g_page input {
  margin: 0 0.1rem;
  border: 1px solid #999999;
  width: 0.5rem;
  height: 0.5rem;
  text-align: center;
}
@media (max-width: 767px) {
  .g_page input {
    display: none;
  }
}
/* 合作伙伴 */
.par_banner {
  height: 5.7rem;
}
@media (max-width: 767px) {
  .par_banner {
    height: 8rem;
  }
}
.par_banner .sub_banner_txt .container {
  padding-top: 1.58rem;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .par_banner .sub_banner_txt .container {
    padding-top: 1.9rem;
  }
}
.paron {
  padding-bottom: 1.22rem;
  position: relative;
  z-index: 10;
  margin-top: -0.5rem;
}
.paron .box {
  margin-top: 0.6rem;
}
.paron .box img {
  width: 100%;
  border-radius: 0.2rem;
}
.paron .gpub_title p {
  padding: 0;
}
.partw {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.partw .box {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .partw .box {
    flex-direction: column-reverse;
    padding: 1rem 0;
    border: none;
  }
}
.partw .box .gl {
  width: 49.92937853%;
  padding: 0.2rem 1.32rem 0.2rem 1rem;
}
@media (max-width: 1199px) {
  .partw .box .gl {
    padding: 0.2rem 0.4rem 0.2rem 0.5rem;
  }
}
@media (max-width: 767px) {
  .partw .box .gl {
    width: 100%;
    padding: 0;
    margin-top: 0.4rem;
  }
}
.partw .box .gl .txt {
  margin-top: 0.65rem;
}
.partw .box .gl .txt p {
  margin-top: 0.36rem;
  color: #666;
  line-height: 1.5;
}
.partw .box .gr {
  width: 45.6920904%;
}
@media (max-width: 767px) {
  .partw .box .gr {
    width: 100%;
  }
}
.partw .box .gr .public-img {
  border-radius: 0.34rem;
}
.partw .box .gr .public-img:before {
  padding-top: 119.62905719%;
}
.parth {
  padding: 2.08rem 0 1.7rem;
  background: url(../images/partner4.png) no-repeat;
  background-size: 110% auto;
  background-position: center top;
}
@media (max-width: 767px) {
  .parth {
    padding: 1.4rem 0;
  }
}
.parth .box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .parth .box {
    flex-direction: column;
  }
}
.parth .box .gl {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 33.1920904%;
}
@media (max-width: 767px) {
  .parth .box .gl {
    width: 100%;
  }
}
.parth .box .gl .gb {
  margin-top: 0.4rem;
}
.parth .box .gl .gb .txt .p1 {
  color: var(--color);
}
.parth .box .gl .gb .txt .p2 {
  color: #666;
  margin-top: 0.26rem;
}
.parth .box .gl .gb .g_puba {
  margin-top: 0.52rem;
}
.parth .box .gr {
  width: 50.14124294%;
}
@media (max-width: 767px) {
  .parth .box .gr {
    width: 100%;
    margin-top: 0.6rem;
  }
}
.parth .box .gr .item {
  overflow: hidden;
  border-radius: 0.2rem;
  position: relative;
  margin-bottom: 0.33rem;
}
.parth .box .gr .item:last-child {
  margin-bottom: 0;
}
.parth .box .gr .item:hover .txt {
  background: rgba(15, 83, 228, 0.8);
}
.parth .box .gr .item:hover .txt h3 {
  color: #fff;
}
.parth .box .gr .item .public-img:before {
  padding-top: 20.84507042%;
}
@media (max-width: 1199px) {
  .parth .box .gr .item .public-img:before {
    padding-top: 30.98591549%;
  }
}
.parth .box .gr .item .txt {
  transition: all 0.4s;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  padding: 0.2rem 0.56rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.parth .box .gr .item .txt h3 {
  transition: all 0.4s;
  text-align: left;
}
/* OEM3.0 */
.oemon {
  margin-top: -0.2rem;
  position: relative;
  z-index: 10;
}
.oemon .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .oemon .box {
    flex-direction: column;
  }
}
.oemon .box .public-img {
  border-radius: 0.25rem;
  width: 45.6920904%;
}
@media (max-width: 767px) {
  .oemon .box .public-img {
    width: 100%;
  }
}
.oemon .box .public-img:before {
  padding-top: 52.55023184%;
}
.oemon .box .txt {
  width: 43.92655367%;
}
@media (max-width: 767px) {
  .oemon .box .txt {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.oemon .box .txt h2 {
  font-weight: bold;
}
.oemon .box .txt p {
  margin-top: 0.45rem;
  line-height: 1.62;
  text-align: justify;
}
/* 联系我们 */
.con_banner .sub_banner_txt::after {
  background: url(../images/contact5.png) no-repeat;
  pointer-events: none;
  height: 2.4rem;
}
.conon {
  padding: 1.22rem 0 1.29rem;
  background: #F5F5F5;
}
.conon .gt {
  border-radius: 0.2rem;
  border: 1px solid #DADADA;
  background: #FFF;
  padding: 0.99rem 0.6rem 1.04rem;
}
@media (max-width: 767px) {
  .conon .gt {
    padding: 0.4rem;
  }
}
.conon .gt .gpub_title {
  text-align: center;
}
.conon .gt .gpub_title p {
  margin-top: 0.24rem;
  padding: 0;
  color: #666;
}
.conon .gt form {
  margin-top: 0.35rem;
}
.conon .gt form .inp {
  display: flex;
  justify-content: space-between;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.38rem 0.3rem;
}
@media (max-width: 991px) {
  .conon .gt form .inp {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .conon .gt form .inp {
    grid-template-columns: repeat(1, 1fr);
  }
}
.conon .gt form .inp .inp_box {
  width: 100%;
}
.conon .gt form .inp .inp_box .inp_txt {
  display: flex;
  margin-bottom: 0.14rem;
}
.conon .gt form .inp .inp_box .inp_txt p {
  display: inline-flex;
  align-items: flex-start;
  line-height: 1.28;
  color: #999;
  font-weight: bold;
}
.conon .gt form .inp .inp_box .inp_txt p span {
  color: #F40000;
  line-height: 1;
}
.conon .gt form .inp .inp_box input {
  padding: 0 0.15rem;
  width: 100%;
  height: 0.56rem;
  border-radius: 0.08rem;
  border: 1px solid #DADADA;
  background: #F5F5F5;
}
@media (max-width: 767px) {
  .conon .gt form .inp .inp_box input {
    height: 0.8rem;
  }
}
.conon .gt form .inp .inp_box .sot_select_nr .sel_text_x {
  height: 0.5rem;
}
@media (max-width: 767px) {
  .conon .gt form .inp .inp_box .sot_select_nr .sel_text_x {
    height: 0.8rem;
  }
}
.conon .gt form .inp .mes_box {
  grid-column: span 2 / span 2;
}
@media (max-width: 767px) {
  .conon .gt form .inp .mes_box {
    grid-column: span 1 / span 1;
  }
}
.conon .gt form .inp2 .inp_box {
  width: 100%;
}
.conon .gt form .g_tj {
  display: flex;
  align-items: center;
  margin-top: 0.54rem;
}
@media (max-width: 767px) {
  .conon .gt form .g_tj {
    flex-direction: column;
  }
}
.conon .gt form .g_tj .g_lab {
  margin-left: 0.3rem;
  color: #999999;
  /* a{
						color: #000;
						text-decoration: underline;
					} */
}
@media (max-width: 767px) {
  .conon .gt form .g_tj .g_lab {
    margin: 0.3rem 0 0;
  }
}
.conon .gt form .g_tj .g_lab label {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .conon .gt form .g_tj .g_lab label {
    align-items: flex-start;
  }
}
.conon .gt form .g_tj .g_lab label.on i {
  color: var(--color);
}
.conon .gt form .g_tj .g_lab label.on i::after {
  opacity: 1;
}
.conon .gt form .g_tj .g_lab i {
  margin-top: 0;
  flex-shrink: 0;
  transition: all 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 17px;
  height: 17px;
  color: transparent;
  margin-right: 0.12rem;
  border-radius: 4px;
  border: 1px solid rgba(216, 212, 212, 0.8);
}
@media (max-width: 767px) {
  .conon .gt form .g_tj .g_lab i {
    width: 16px;
    height: 16px;
    margin-top: 2px;
  }
}
.conon .gt form .g_tj .g_lab i::after {
  content: '';
  width: 58.82352941%;
  height: 58.82352941%;
  background: var(--color);
  border-radius: 0.03rem;
  opacity: 0;
  transition: all 0.4s;
}
.conon .gt form .g_tj .g_lab i svg,
.conon .gt form .g_tj .g_lab i img {
  opacity: 0;
  width: 8px;
  height: auto;
}
.conon .gt form .g_tj .g_lab i svg path,
.conon .gt form .g_tj .g_lab i img path {
  filter: none;
}
@media (max-width: 767px) {
  .conon .gt form .g_tj .g_lab p {
    font-size: 12px;
  }
}
.conon .gt form .g_tj .pub_btn {
  border-radius: 0.08rem;
  width: calc((100% - 0.6rem)/3);
  height: 0.57rem;
  padding: 0 0.65rem;
}
@media (max-width: 767px) {
  .conon .gt form .g_tj .pub_btn {
    height: 0.8rem;
    width: 100%;
  }
}
.conon .gt form .inptext .inp_box textarea {
  border: 1px solid #eeeeee;
  border-radius: 0.1rem;
  width: 100%;
  height: 1.02rem;
  padding: 0.13rem 0.18rem;
}
@media (max-width: 767px) {
  .conon .gt form .inptext .inp_box textarea {
    height: 2.2rem;
  }
}
.conon .gb {
  margin-top: 0.91rem;
  display: flex;
  justify-content: space-between;
  border-radius: 0.2rem;
  /* overflow: hidden; */
}
@media (max-width: 767px) {
  .conon .gb {
    flex-direction: column;
  }
}
.conon .gb .gl {
  width: 50%;
}
@media (max-width: 767px) {
  .conon .gb .gl {
    width: 100%;
  }
}
.conon .gb .gl img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.conon .gb .gr {
  width: 50%;
  background: #fff;
  padding: 0.77rem 0.93rem 0.69rem 0.68rem;
}
@media (max-width: 767px) {
  .conon .gb .gr {
    width: 100%;
    padding: 0.4rem;
  }
}
.conon .gb .gr .g_add {
  padding: 0.36rem 0;
  border-bottom: 1px dashed #ccc;
}
.conon .gb .gr .g_add:first-child {
  padding-top: 0;
}
.conon .gb .gr .g_add:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.conon .gb .gr .g_add .ptit {
  color: #666;
}
.conon .gb .gr .g_add .txt {
  margin-top: 0.16rem;
}
.conon .gb .gr .g_add1 .txt p {
  color: var(--color);
  line-height: 0.8;
}
.conon .gb .gr .g_add3 .txt {
  margin-top: 0.3rem;
  display: flex;
  flex-wrap: wrap;
}
.conon .gb .gr .g_add3 .txt .g_li {
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 0.04rem;
  background: var(--color);
  margin-right: 0.08rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  position: relative;
}
@media (max-width: 767px) {
  .conon .gb .gr .g_add3 .txt .g_li {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.conon .gb .gr .g_add3 .txt .g_li:hover {
  background: rgba(15, 83, 228, 0.8);
}
.conon .gb .gr .g_add3 .txt .g_li:hover .g_ewm {
  opacity: 1;
  pointer-events: initial;
  top: calc(100% + 0.2rem);
}
.conon .gb .gr .g_add3 .txt .g_li > img,
.conon .gb .gr .g_add3 .txt .g_li > svg {
  color: #fff;
  max-width: 47.22222222%;
  max-height: 47.22222222%;
}
.conon .gb .gr .g_add3 .txt .g_li .g_ewm {
  width: 140px;
  height: 140px;
  position: absolute;
  top: calc(100% + 0.4rem);
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  opacity: 0;
  transition: all 0.4s;
}
.conon .gb .gr .g_add3 .txt .g_li .g_ewm img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.g_qie .pub_nav {
  width: 0.38rem;
  height: 0.38rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #E0E0E0;
  top: 50%;
  transform: translateY(0%);
  position: initial;
  z-index: 10;
  cursor: pointer;
  transition: all 0.4s;
}
.g_qie .pub_nav:after {
  display: none;
}
@media (max-width: 991px) {
  .g_qie .pub_nav {
    display: none;
  }
}
.g_qie .pub_nav:hover {
  background: var(--color);
}
.g_qie .pub_nav:hover svg {
  color: #fff;
}
.g_qie .pub_nav:hover svg path {
  stroke: #fff;
}
.g_qie .pub_nav svg {
  width: 14%;
  height: auto;
}
.g_qie .pub_nav svg path {
  stroke: #000;
  opacity: 1;
  transition: all 0.4s;
}
.g_qie .pub_prev {
  left: -0.8rem;
}
@media (max-width: 1199px) {
  .g_qie .pub_prev {
    left: -0.6rem;
  }
}
.g_qie .pub_prev svg {
  transform: rotate(180deg);
}
.g_qie .pub_next {
  right: -0.8rem;
}
@media (max-width: 1199px) {
  .g_qie .pub_next {
    right: -0.6rem;
  }
}
.g_qie.g_qie2 {
  display: flex;
}
.g_qie.g_qie2 .pub_nav {
  position: initial;
  transform: translateY(0%);
  margin-left: 0.17rem;
}
.contw {
  overflow: hidden;
  padding: 1.46rem 0 1.96rem;
}
@media (max-width: 767px) {
  .contw {
    padding: 1.2rem 0;
  }
}
.contw .swiper-fade .swiper-slide {
  pointer-events: auto;
}
.contw .container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 1580px) {
  .contw .container {
    align-items: center;
  }
}
@media (max-width: 767px) {
  .contw .container {
    flex-direction: column;
  }
}
.contw .container .gl {
  width: 34.25141243%;
}
@media (max-width: 767px) {
  .contw .container .gl {
    width: 100%;
  }
}
.contw .container .gl .gpub_title_box {
  padding-bottom: 0.2rem;
  min-height: 2rem;
}
@media (max-width: 767px) {
  .contw .container .gl .gpub_title_box {
    padding-bottom: 0.3rem;
    min-height: initial;
  }
}
.contw .container .gl .gpub_title_box .gpub_title {
  display: none;
}
.contw .container .gl .gpub_title_box .gpub_title.on {
  display: block;
}
.contw .container .gl .swip2_pag {
  margin-bottom: 0.37rem;
  background: #E6E6E6;
  height: 1px;
  position: initial;
}
.contw .container .gl .txt .txt_li {
  display: none;
}
.contw .container .gl .txt .txt_li.on {
  display: block;
}
.contw .container .gl .txt .txt_li .txt_box {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  height: 9em;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .contw .container .gl .txt .txt_li .txt_box {
    height: auto;
  }
}
.contw .container .gl .txt .txt_li .g_email {
  margin-top: 0.2rem;
  display: flex;
  align-items: center;
}
.contw .container .gl .txt .txt_li .g_email i {
  margin-right: 0.08rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: auto;
  color: var(--color);
}
@media (max-width: 1199px) {
  .contw .container .gl .txt .txt_li .g_email i {
    width: 15px;
  }
}
@media (max-width: 767px) {
  .contw .container .gl .txt .txt_li .g_email i {
    width: 12px;
  }
}
.contw .container .gl .txt .txt_li .g_email i svg,
.contw .container .gl .txt .txt_li .g_email i img {
  width: 100%;
  height: auto;
}
.contw .container .gl .txt .txt_li .g_email i svg path,
.contw .container .gl .txt .txt_li .g_email i img path {
  fill: var(--color);
}
.contw .container .gl .txt .txt_li .g_email p {
  color: var(--color);
  text-decoration: underline;
}
.contw .container .gl .g_qie {
  margin-top: 1.14rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .contw .container .gl .g_qie {
    margin-top: 0.4rem;
  }
}
.contw .container .gl .g_qie .g_lab .gpagination {
  display: flex;
  align-items: flex-end;
}
.contw .container .gl .g_qie .g_lab .gpagination .gnum1 {
  margin-right: 5px;
  line-height: 1;
  font-weight: bold;
}
.contw .container .gl .g_qie .g_lab .gpagination .gline {
  margin-right: 5px;
  color: #ccc;
  line-height: 1;
  font-size: 12px;
  margin-bottom: 2px;
}
.contw .container .gl .g_qie .g_lab .gpagination .gnum2 {
  color: #ccc;
  line-height: 1;
}
.contw .container .gl .g_qie .g_qie_box {
  display: flex;
  align-items: center;
}
.contw .container .gl .g_qie .g_qie_box .pub_nav {
  margin-left: 0.07rem;
}
.contw .container .gr {
  width: 38.55932203%;
}
@media (max-width: 767px) {
  .contw .container .gr {
    width: 70%;
    margin-top: 0.5rem;
  }
}
.contw .container .gr .swiper {
  overflow: initial;
}
.contw .container .gr .swiper .swiper-slide {
  opacity: 0.5 !important;
}
.contw .container .gr .swiper .swiper-slide .routw_swi {
  transition: all 0.4s;
  border-radius: 0.2rem;
  overflow: hidden;
}
.contw .container .gr .swiper .swiper-slide .routw_swi .public-img:before {
  padding-top: 127.28937729%;
}
.contw .container .gr .swiper .swiper-slide-active {
  opacity: 1 !important;
}
/* 场景详情页 */
.per_banner {
  height: 5rem;
}
@media (max-width: 767px) {
  .per_banner {
    height: 7.6rem;
  }
}
.per_banner .sub_banner_txt::after {
  display: none;
}
.per_banner .sub_banner_txt .container .ban_l .tit {
  margin-top: 0;
}
.per_banner .breadbox {
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 10;
  top: 0;
}
.peron {
  padding: 1.13rem 0 1.24rem;
}
.peron .gt {
  display: flex;
  flex-direction: column;
}
.peron .gt .g_p {
  padding-right: 1.8rem;
  line-height: 1.66;
}
@media (max-width: 991px) {
  .peron .gt .g_p {
    padding: 0;
  }
}
.peron .gt .g_p p {
  display: initial;
  background: #999 -webkit-linear-gradient(left, #000, #000) no-repeat 0 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-size: 0 100%;
}
.peron .gt .pub_btn {
  margin-top: 0.35rem;
  align-self: flex-end;
  padding: 0.2rem 0.25rem;
}
.peron .box {
  margin-top: 0.41rem;
  border-top: 1px solid #D9D9D9;
}
.peron .box .g_li {
  border-bottom: 1px solid #D9D9D9;
}
.peron .box .g_li:first-child .g_xia {
  display: block;
}
.peron .box .g_li.on {
  border-bottom: 1px solid transparent;
}
.peron .box .g_li.on .g_top .g_top_l p {
  color: var(--color);
}
.peron .box .g_li.on .g_top .g_gb {
  background: var(--color);
}
.peron .box .g_li.on .g_top .g_gb img,
.peron .box .g_li.on .g_top .g_gb svg {
  transform: rotate(180deg);
}
.peron .box .g_li.on .g_top .g_gb img path,
.peron .box .g_li.on .g_top .g_gb svg path {
  stroke: #fff;
}
.peron .box .g_li .g_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.35rem 0;
  position: relative;
  cursor: pointer;
}
.peron .box .g_li .g_top .g_top_l {
  width: 80%;
}
.peron .box .g_li .g_top .g_top_l p {
  transition: 0.4s all;
  display: block;
  position: relative;
  padding-left: 0.3rem;
}
.peron .box .g_li .g_top .g_top_l p:after {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--color);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1580px) {
  .peron .box .g_li .g_top .g_top_l p:after {
    width: 5px;
    height: 5px;
  }
}
.peron .box .g_li .g_top .g_gb {
  position: relative;
  transition: 0.4s all;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.2rem;
  width: 0.43rem;
  height: 0.43rem;
  flex-shrink: 0;
  background: #E6E6E6;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .peron .box .g_li .g_top .g_gb {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.peron .box .g_li .g_top .g_gb img,
.peron .box .g_li .g_top .g_gb svg {
  transition: all 0.4s;
  width: 23.25581395%;
  height: auto;
}
.peron .box .g_li .g_xia {
  display: none;
}
.peron .box .g_li .g_xia .g_bjq {
  position: relative;
  background: #EDF3FE;
  padding: 0.45rem 0.27rem 0.4rem 0.36rem;
}
.peron .box .g_li .g_xia .g_bjq::after {
  content: " ";
  display: inline-block;
  height: 10px;
  width: 16px;
  position: absolute;
  top: -10px;
  left: 0;
  margin-top: 0;
  background: #EDF3FE;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
}
.peron .box .g_li .g_xia .g_bjq p {
  color: #565555;
  line-height: 1.75;
}
.pertw {
  background: #F5F5F5;
  padding: 1.2rem 0 0;
}
.pertw .gpub_title {
  text-align: center;
}
.pertw .gpub_title p {
  margin-top: 0.28rem;
  padding: 0;
}
.pertw .cont {
  padding: 0.62rem 0 1.6rem;
}
.pertw .public-prev,
.pertw .public-next {
  display: none;
}
.search_nav {
  background: #F5F5F5;
}
.search_nav .container {
  padding: 0.07rem 0;
}
.search_nav .hi-nav1 {
  display: flex;
  justify-content: flex-end;
}
.search_nav .hi-nav1 .swiper {
  margin: 0;
}
.search_nav .hi-nav1 .swiper .swiper-slide .c-text {
  height: 40px;
}
.g_search {
  padding: 0.73rem 0 1.37rem;
}
.g_search .g_title {
  display: flex;
  align-items: flex-end;
}
.g_search .g_title .p2 {
  color: var(--color);
}
.g_search .g_title span {
  line-height: 1;
  color: var(--color);
  margin: 0 0.06rem;
}
.g_search .gpub_pro_box {
  margin-top: 0.73rem;
}
.not_search {
  background: url(../images/gsearch.png) no-repeat;
  background-position: bottom center;
  background-size: cover;
  text-align: center;
  padding: 2rem 0 3rem;
}
.not_search .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.not_search .search_box {
  width: 3.25rem;
  height: 53px;
  padding: 3px;
  border: 1px solid #D8D8D8;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1580px) {
  .not_search .search_box {
    height: 45px;
  }
}
@media (max-width: 767px) {
  .not_search .search_box {
    padding: 2px;
    height: 40px;
    width: 100%;
    background: #F5F5F5;
  }
}
.not_search .search_box input {
  padding: 0 0.18rem;
  width: 100%;
  color: #333;
}
.not_search .search_box input::-webkit-input-placeholder {
  color: #999;
}
.not_search .search_box button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: var(--color);
  border-radius: 50%;
  height: 47px;
  width: 47px;
}
@media (max-width: 1580px) {
  .not_search .search_box button {
    width: 39px;
    height: 39px;
  }
}
@media (max-width: 767px) {
  .not_search .search_box button {
    height: 36px;
    width: 36px;
  }
}
.not_search .search_box button svg {
  width: 28%;
  height: auto;
}
.not_search .search_box button svg path,
.not_search .search_box button svg circle {
  stroke: #fff;
}
.not_search .p1 {
  margin-top: 0.5rem;
}
