@charset "utf-8";
:root {
  --color: #ff471d;
  --vh: 100vh;
}
/* 开始 */
.g_title {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .g_title {
    flex-direction: column;
  }
}
.g_title h2 {
  line-height: 1.1;
  font-weight: bold;
}
@media (max-width: 767px) {
  .g_title h2 {
    margin-bottom: 0.3rem;
  }
}
.g_title .g_p {
  width: 49.39759036%;
}
@media (max-width: 767px) {
  .g_title .g_p {
    width: 100%;
  }
}
.joinon {
  padding: 1.15rem 0 1.5rem;
  background: #f8f8f8;
}
@media (max-width: 767px) {
  .joinon {
    padding: 1.2rem 0;
  }
}
.joinon .box {
  margin-top: 0.6rem;
}
.joinon .box img {
  border-radius: 0.12rem;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.jointw {
  padding: 1.5rem 0 1.6rem;
}
@media (max-width: 767px) {
  .jointw {
    padding: 1.2rem 0;
  }
}
.jointw .jointw_tit {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1260px) {
  .jointw .jointw_tit {
    flex-direction: column;
  }
}
.jointw .jointw_tit .titr {
  width: 80%;
}
@media (max-width: 1260px) {
  .jointw .jointw_tit .titr {
    width: 100%;
    margin-top: 0.4rem;
  }
}
.jointw .jointw_tit .titr .layui-form {
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 1260px) {
  .jointw .jointw_tit .titr .layui-form {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) {
  .jointw .jointw_tit .titr .layui-form {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .jointw .jointw_tit .titr .layui-form {
    justify-content: space-between;
  }
}
.jointw .jointw_tit .titr .layui-form .layui-input-block {
  margin: 0 0.2rem 0 0;
}
@media (max-width: 991px) {
  .jointw .jointw_tit .titr .layui-form .layui-input-block {
    margin-bottom: 0.2rem;
  }
}
@media (max-width: 767px) {
  .jointw .jointw_tit .titr .layui-form .layui-input-block {
    margin-right: 0;
    width: 48%;
  }
}
.jointw .jointw_tit .titr .layui-form .layui-input-block .layui-form-select .layui-input {
  min-width: 2.32rem;
  height: 0.5rem;
  border: 1px solid #cccccc;
  border-radius: 100px;
  padding: 0 0.24rem;
}
@media (max-width: 991px) {
  .jointw .jointw_tit .titr .layui-form .layui-input-block .layui-form-select .layui-input {
    height: 0.7rem;
  }
}
.jointw .jointw_tit .titr .layui-form .layui-input-block .layui-form-select .layui-edge {
  right: 0.24rem;
  background: url(../images/b.svg) no-repeat;
  background-size: contain;
  width: 12px;
  height: 7px;
  border: none;
  margin: 0;
  margin-top: -4px;
}
.jointw .jointw_tit .titr .layui-form .layui-input-block .layui-form-select dl dd.layui-this {
  background: #ff471d;
}
.jointw .jointw_tit .titr .layui-form .search_box {
  width: 4.4rem;
  height: 0.5rem;
  padding: 5px;
  border: 1px solid #cccccc;
  background: #fff;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 991px) {
  .jointw .jointw_tit .titr .layui-form .search_box {
    height: 0.7rem;
    width: 100%;
    order: -1;
    margin-bottom: 0.2rem;
  }
}
.jointw .jointw_tit .titr .layui-form .search_box::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../images/search.svg) no-repeat;
  background-size: contain;
  left: 0.18rem;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1260px) {
  .jointw .jointw_tit .titr .layui-form .search_box::after {
    width: 15px;
    height: 15px;
  }
}
@media (max-width: 767px) {
  .jointw .jointw_tit .titr .layui-form .search_box {
    height: 0.8rem;
  }
}
.jointw .jointw_tit .titr .layui-form .search_box input {
  padding: 0 0.3rem 0 0.52rem;
  width: 100%;
  color: #333;
}
.jointw .jointw_tit .titr .layui-form .search_box button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  min-width: 1.2rem;
  height: calc(0.5rem - 10px);
  background: #ff5a24;
  border-radius: 100px;
}
@media (max-width: 991px) {
  .jointw .jointw_tit .titr .layui-form .search_box button {
    height: calc(0.7rem - 10px);
    min-width: 1.6rem;
  }
}
@media (max-width: 767px) {
  .jointw .jointw_tit .titr .layui-form .search_box button {
    height: calc(0.8rem - 10px);
  }
}
@media (max-width: 767px) {
  .jointw .jointw_tit .titr .layui-form .search_box button {
    width: 0.3rem;
  }
}
.jointw .jointw_tit .titr .layui-form .search_box button p {
  font-weight: bold;
  color: #fff;
}
.jointw .box .bbox {
  margin-top: 0.54rem;
}
.jointw .box .bbox .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.2rem;
  border-radius: 6px;
  background: #f8f8f8;
  transition: all 0.4s;
  padding: 0.3rem 1.2rem 0.3rem 0.6rem;
}
@media (max-width: 991px) {
  .jointw .box .bbox .item {
    padding: 0.3rem 0.6rem;
  }
}
.jointw .box .bbox .item:hover {
  background: #ff471d;
}
.jointw .box .bbox .item:hover .gl h3 {
  color: #fff;
}
.jointw .box .bbox .item:hover svg path,
.jointw .box .bbox .item:hover img path {
  fill: #fff !important;
}
.jointw .box .bbox .item:hover .gr .g_lab .g_it p {
  color: #fff;
}
.jointw .box .bbox .item .gl h3 {
  font-weight: bold;
  transition: all 0.4s;
}
.jointw .box .bbox .item .gr {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .jointw .box .bbox .item .gr {
    width: 70%;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .jointw .box .bbox .item .gr {
    justify-content: flex-end;
  }
}
.jointw .box .bbox .item .gr .g_lab {
  margin-right: 1.3rem;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .jointw .box .bbox .item .gr .g_lab {
    flex-wrap: wrap;
    margin-right: 0.2rem;
  }
}
@media (max-width: 767px) {
  .jointw .box .bbox .item .gr .g_lab {
    display: none;
  }
}
.jointw .box .bbox .item .gr .g_lab .g_it {
  margin-left: 0.77rem;
  /* min-width: 115px; */
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .jointw .box .bbox .item .gr .g_lab .g_it {
    width: 50%;
    margin: 0.1rem 0;
  }
}
.jointw .box .bbox .item .gr .g_lab .g_it i {
  margin-right: 0.11rem;
  flex-shrink: 0;
  display: flex;
  width: 0.22rem;
  height: auto;
}
@media (max-width: 991px) {
  .jointw .box .bbox .item .gr .g_lab .g_it i {
    width: 0.34rem;
  }
}
.jointw .box .bbox .item .gr .g_lab .g_it i svg,
.jointw .box .bbox .item .gr .g_lab .g_it i img {
  width: 100%;
  height: auto;
}
.jointw .box .bbox .item .gr .g_lab .g_it i svg path,
.jointw .box .bbox .item .gr .g_lab .g_it i img path {
  transition: all 0.4s;
  fill: #ff471d;
}
.jointw .box .bbox .item .gr .g_lab .g_it p {
  transition: all 0.4s;
  color: #666;
}
.jointw .box .bbox .item .gr .g_svg {
  flex-shrink: 0;
  display: flex;
  width: 0.22rem;
  height: auto;
}
@media (max-width: 991px) {
  .jointw .box .bbox .item .gr .g_svg {
    width: 0.34rem;
  }
}
.jointw .box .bbox .item .gr .g_svg svg,
.jointw .box .bbox .item .gr .g_svg img {
  width: 100%;
  height: auto;
}
.jointw .box .bbox .item .gr .g_svg svg path,
.jointw .box .bbox .item .gr .g_svg img path {
  transition: all 0.4s;
  fill: #9e9e9e;
}
/* 职位详情页 */
.joininfoon {
  padding: 0.9rem 0 1.5rem;
}
.joininfoon .box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .joininfoon .box {
    flex-direction: column;
  }
}
.joininfoon .box .gl {
  position: sticky;
  position: -webkit-sticky;
  top: 100px;
  color: #fff;
  background: #ff5a24;
  width: 24.09638554%;
  padding: 0.1rem 0.3rem;
}
@media (max-width: 767px) {
  .joininfoon .box .gl {
    width: 100%;
    position: initial;
  }
}
.joininfoon .box .gl .item {
  position: relative;
  padding: 0.28rem 0 0.26rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.joininfoon .box .gl .item:last-child {
  border: none;
}
.joininfoon .box .gl .item:last-child i {
  display: none;
}
.joininfoon .box .gl .item i {
  position: absolute;
  width: 20px;
  height: 1px;
  bottom: -1px;
  left: 0;
  z-index: 1;
  background: #fff;
}
.joininfoon .box .gl .item .p1 {
  margin-bottom: 0.12rem;
  opacity: 0.8;
}
.joininfoon .box .gr {
  width: 73.4939759%;
  background: #f8f8f8;
  padding: 0.56rem 0.6rem 0.6rem;
}
@media (max-width: 767px) {
  .joininfoon .box .gr {
    width: 100%;
    margin-top: 0.5rem;
    padding: 0.5rem 0.3rem;
  }
}
.joininfoon .box .gr .public-content p {
  color: #666;
  line-height: 1.55;
}
.joininfoon .box .gr .public-btn {
  margin-top: 0.58rem;
}
.joininfotw {
  background: #f8f8f8;
  padding: 1.44rem 0 1.3rem;
}
.joininfotw .box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.15rem;
  margin-top: 0.54rem;
}
.joininfotw .box .item {
  width: 25%;
  margin-bottom: 0.3rem;
  padding: 0 0.15rem;
}
@media (max-width: 1260px) {
  .joininfotw .box .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .joininfotw .box .item {
    width: 100%;
  }
}
.joininfotw .box .item * {
  transition: all 0.4s;
}
.joininfotw .box .item .itembox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 0.45rem 0.4rem;
}
.joininfotw .box .item .itembox:hover {
  background: #ff5a24;
}
.joininfotw .box .item .itembox:hover .g_t .gtit h3 {
  color: #fff;
}
.joininfotw .box .item .itembox:hover .g_t .gtit p {
  color: rgba(255, 255, 255, 0.8);
}
.joininfotw .box .item .itembox:hover .g_t .txt .gli .p1 {
  color: rgba(255, 255, 255, 0.8);
}
.joininfotw .box .item .itembox:hover .g_t .txt .gli .p1:after {
  background: rgba(255, 255, 255, 0.8);
}
.joininfotw .box .item .itembox:hover .g_t .txt .gli .p2 {
  color: #fff;
}
.joininfotw .box .item .itembox:hover .g_more {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.joininfotw .box .item .itembox:hover .g_more span {
  color: #fff;
}
.joininfotw .box .item .itembox:hover .g_more i {
  /* transform: rotate(45deg); */
}
.joininfotw .box .item .itembox:hover .g_more i svg path {
  fill: #fff;
}
.joininfotw .box .item .itembox .g_t .gtit {
  margin-bottom: 0.5rem;
}
.joininfotw .box .item .itembox .g_t .gtit h3 {
  font-weight: bold;
  color: #222;
}
.joininfotw .box .item .itembox .g_t .gtit p {
  color: #999;
}
.joininfotw .box .item .itembox .g_t .txt .gli {
  margin-bottom: 0.12rem;
  display: flex;
}
.joininfotw .box .item .itembox .g_t .txt .gli .p1 {
  flex-shrink: 0;
  margin-right: 0.28rem;
  color: rgba(153, 153, 153, 0.8);
  display: block;
  position: relative;
  padding-left: 14px;
}
.joininfotw .box .item .itembox .g_t .txt .gli .p1:after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(34, 34, 34, 0.1);
  left: 0;
  top: 11px;
}
@media (max-width: 1580px) {
  .joininfotw .box .item .itembox .g_t .txt .gli .p1:after {
    top: 8px;
    width: 5px;
    height: 5px;
  }
}
.joininfotw .box .item .itembox .g_more {
  border-top: 1px solid #e8e8e8;
  padding-top: 0.25rem;
  margin-top: 0.44rem;
  display: flex;
  align-items: center;
  transition: all 0.4s;
}
.joininfotw .box .item .itembox .g_more span {
  color: #ff5a24;
  transition: all 0.4s;
  font-weight: bold;
}
.joininfotw .box .item .itembox .g_more i {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
  margin-left: 0.15rem;
}
.joininfotw .box .item .itembox .g_more i svg {
  width: 10px;
  height: 10px;
  transition: all 0.4s;
}
.joininfotw .box .item .itembox .g_more i svg path {
  fill: #ff5a24;
  transition: all 0.4s;
}
.public-windows99 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 9999;
  /* display: block !important; */
  display: none;
}
.public-windows99.shenqingggangwei .cn41 {
  margin-top: 0.24rem;
}
.public-windows99.shenqingggangwei .cn41 .pub_btn {
  transition: all 0.4s;
  height: 0.5rem;
  border-radius: 100px;
  border: 1px solid #e5e5e5;
  width: 100%;
}
@media (max-width: 767px) {
  .public-windows99.shenqingggangwei .cn41 .pub_btn {
    height: 0.7rem;
  }
}
.public-windows99.shenqingggangwei .cn41 .pub_btn:hover {
  border: 1px solid #ff471d;
  background-color: #ff471d;
}
.public-windows99.shenqingggangwei .cn41 .pub_btn:hover p {
  color: #Fff;
}
.public-windows99.shenqingggangwei .cn41 .pub_btn p {
  transition: all 0.5s;
  color: #222;
}
.public-windows99.shenqingggangwei .box10 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.public-windows99.shenqingggangwei .box10 .box2 {
  width: calc(50% - 0.1rem);
  margin-bottom: 0.16rem;
}
@media (max-width: 767px) {
  .public-windows99.shenqingggangwei .box10 .box2 {
    width: 100%;
  }
}
.public-windows99.shenqingggangwei .box10 .box2 .g_top {
  margin-bottom: 0.1rem;
  display: flex;
  align-items: center;
}
.public-windows99.shenqingggangwei .box10 .box2 .g_top span {
  color: #ff471d;
  margin-right: 0.06rem;
}
.public-windows99.shenqingggangwei .box10 .box2.box12 {
  width: 100%;
}
.public-windows99.shenqingggangwei .box10 .cn13 {
  margin-left: 0.12rem;
  font-size: 12px;
  color: #c7c5c5;
}
@media (max-width: 767px) {
  .public-windows99.shenqingggangwei .box10 .cn13 {
    display: none;
  }
}
.public-windows99.shenqingggangwei .box10 .box11 {
  margin-bottom: 0.16rem;
  width: 100%;
}
.public-windows99.shenqingggangwei .box10 .box11 .g_top {
  margin-bottom: 0.1rem;
}
.public-windows99.shenqingggangwei .box10 .box11 .g_fil {
  border: 1px solid #ededed;
  border-radius: 0.06rem;
  padding: 0.12rem 0.12rem 0.16rem 0.2rem;
}
.public-windows99.shenqingggangwei .box10 .box11 .box11_t {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.public-windows99.shenqingggangwei .box10 .box11 .box11_t .g_p .p1 {
  color: #000;
}
.public-windows99.shenqingggangwei .box10 .box11 .box11_t .g_p .p2 {
  color: #999;
}
.public-windows99.shenqingggangwei .box10 .box11 .box11_t .box11_inp {
  width: 1.2rem;
  cursor: pointer;
  position: relative;
}
@media (max-width: 767px) {
  .public-windows99.shenqingggangwei .box10 .box11 .box11_t .box11_inp {
    width: 1.6rem;
  }
}
.public-windows99.shenqingggangwei .box10 .box11 .box11_t .box11_inp input {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 3;
}
.public-windows99.shenqingggangwei .box10 .box11 .box11_b {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 0.6rem;
  padding: 0 0.3rem;
  margin-top: 0.08rem;
  padding: 6px;
  border-radius: 5px;
  background: #f5f6f9;
  position: relative;
}
@media (max-width: 767px) {
  .public-windows99.shenqingggangwei .box10 .box11 .box11_b {
    height: 0.9rem;
  }
}
.public-windows99.shenqingggangwei .box10 .box11 .box11_b .box11_b_con {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.08rem 0.09rem;
  width: 100%;
  height: 100%;
  background: #ffffff;
  border-radius: 5px;
  border: 1px dashed #dee2ed;
}
.public-windows99.shenqingggangwei .box10 .box11 .box11_b .g_p {
  display: flex;
  align-items: center;
}
.public-windows99.shenqingggangwei .box10 .box11 .box11_b .g_p i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.29rem;
  height: 0.3rem;
  margin-right: 0.12rem;
}
.public-windows99.shenqingggangwei .box10 .box11 .box11_b .g_p i svg,
.public-windows99.shenqingggangwei .box10 .box11 .box11_b .g_p i img {
  width: 100%;
  height: auto;
}
.public-windows99.shenqingggangwei .box10 .box11 .box11_b .g_p i svg path,
.public-windows99.shenqingggangwei .box10 .box11 .box11_b .g_p i img path {
  fill: #ff5c27;
}
.public-windows99.shenqingggangwei .box10 .box11 .box11_b .g_p p {
  color: #333;
}
.public-windows99.shenqingggangwei .box10 .box11 .box11_b .g_del {
  margin-left: 0.38rem;
  cursor: pointer;
  top: 0;
  right: 0;
  flex-shrink: 0;
  display: none;
}
.public-windows99.shenqingggangwei .box10 .box11 .box11_b i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  border-radius: 50%;
}
.public-windows99.shenqingggangwei .box10 .box11 .box11_b i svg,
.public-windows99.shenqingggangwei .box10 .box11 .box11_b i img {
  width: 100%;
  height: auto;
}
.public-windows99.shenqingggangwei .box10 .box11 .box11_b i svg path,
.public-windows99.shenqingggangwei .box10 .box11 .box11_b i img path {
  fill: #ff5c27;
}
.public-windows99.shenqingggangwei .box10 .box11 .cn4 {
  cursor: pointer;
  pointer-events: none;
  padding: 0 0.23rem;
  min-width: 1rem;
  height: 0.36rem;
  color: #fff;
  background: #ff5a24;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .public-windows99.shenqingggangwei .box10 .box11 .cn4 {
    height: 0.7rem;
    padding: 0 0.4rem;
    white-space: nowrap;
  }
}
.public-windows99.shenqingggangwei .box10 .box11 .box12 {
  width: 100%;
  border-radius: 6px;
  position: relative;
  padding: 0.28rem 0.2rem 0.24rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .public-windows99.shenqingggangwei .box10 .box11 .box12 {
    height: auto;
  }
}
.public-windows99 .g_pop {
  width: 9.4rem;
  border-radius: 0.12rem;
  background-color: #Fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0.68rem rgba(0, 0, 0, 0.58);
  padding: 0.55rem 0.58rem;
  overflow: auto;
  max-height: 94vh;
}
@media (max-width: 1580px) {
  .public-windows99 .g_pop {
    width: 11rem;
  }
}
@media (max-width: 991px) {
  .public-windows99 .g_pop {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .public-windows99 .g_pop {
    width: 90%;
  }
}
.public-windows99 .g_pop .cnclose {
  position: absolute;
  right: 0.6rem;
  top: 0.64rem;
  width: 22px;
  height: 22px;
  transform: rotate(45deg);
  transition: all 0.4s;
  cursor: pointer;
}
@media (max-width: 767px) {
  .public-windows99 .g_pop .cnclose {
    right: 0.36rem;
    top: 0.36rem;
    width: 22px;
    height: 22px;
  }
}
.public-windows99 .g_pop .cnclose span {
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #333333;
  transform: translate(-50%, -50%);
}
.public-windows99 .g_pop .cnclose span:nth-child(1) {
  width: 100%;
  height: 2px;
}
.public-windows99 .g_pop .cnclose span:nth-child(2) {
  width: 2px;
  height: 100%;
}
@media (max-width: 767px) {
  .public-windows99 .g_pop .cnclose span {
    background-color: #021e4a;
  }
}
.public-windows99 .g_pop .cnclose:hover {
  transform: rotate(-135deg);
}
.public-windows99 .box {
  width: 100%;
  height: 100%;
  overflow: auto;
}
@media (max-width: 991px) {
  .public-windows99 .box {
    padding: 0.5rem 0.3rem;
  }
}
.public-windows99 .box .cn1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0.35rem;
}
.public-windows99 .box .cn1 .cn2 {
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 0.06rem;
  background-color: #e5f4fb;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 0.2rem;
}
.public-windows99 .box .cn1 .cn2 img {
  width: 0.19rem;
}
.public-windows99 .box .cn1 .cn3 {
  font-weight: bold;
  color: #333333;
  line-height: 1.1;
}
.public-windows99 .box .cn1 .cn3a {
  text-align: left;
  width: 100%;
  display: block;
  margin-top: 0.1rem;
  color: #666;
}
.public-windows99 .box .cn1 .cn3a em {
  margin-left: 5px;
  font-style: normal;
  color: #ff471d;
  /* text-decoration: underline; */
}
.public-windows99 .box .box2 {
  width: 100%;
}
.public-windows99 .box .box2 .cn4 {
  color: #222222;
  line-height: 0.5rem;
}
@media (max-width: 991px) {
  .public-windows99 .box .box2 .cn4 {
    line-height: 0.6rem;
  }
}
.public-windows99 .box .box2 .cn4 .cn5 {
  color: #ff0000;
  margin-right: 5px;
}
.public-windows99 .box .box2 .cn6 {
  width: 100%;
}
.public-windows99 .box .box2 .cn6 input {
  padding: 0 0.18rem;
  width: 100%;
  line-height: 0.5rem;
  height: 0.52rem;
  border-radius: 0.06rem;
  border: 1px solid #e5e5e5;
  color: #999999;
  transition: all 0.4s;
}
.public-windows99 .box .box2 .cn6 input.on {
  border: 1px solid #ff0000;
}
@media (max-width: 991px) {
  .public-windows99 .box .box2 .cn6 input {
    line-height: 0.76rem;
    height: 0.76rem;
  }
}
.public-windows99 .box .box2 .cn6 input::placeholder {
  color: #b6b6b6;
}
.public-windows99 .box .box2 .cn6 textarea {
  padding: 0 0.2rem;
  width: 100%;
  line-height: 0.5rem;
  height: 1rem;
  border-radius: 0.06rem;
  border: 1px solid #e5e5e5;
  color: #999;
}
@media (max-width: 991px) {
  .public-windows99 .box .box2 .cn6 textarea {
    height: 1.6rem;
  }
}
.public-windows99 .box .box2 .cn6 textarea::placeholder {
  color: #999;
}
.public-windows99 .box .gyzm {
  display: flex;
  justify-content: space-between;
}
.public-windows99 .box .gyzm .gyzm_box {
  margin-left: 0.2rem;
  flex-shrink: 0;
  height: 0.52rem;
}
@media (max-width: 991px) {
  .public-windows99 .box .gyzm .gyzm_box {
    height: 0.76rem;
  }
}
.public-windows99 .box .gyzm .gyzm_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* 产品中心 */
.proon {
  padding: 1.2rem 0 1.6rem;
}
.proon .box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .proon .box {
    flex-direction: column;
  }
}
.proon .box .gl {
  width: 24.09638554%;
  position: sticky;
  position: -webkit-sticky;
  left: 0;
  top: 1rem;
}
@media (max-width: 767px) {
  .proon .box .gl {
    position: relative;
    top: 0;
    width: 100%;
  }
}
.proon .box .gl .search_box {
  width: 100%;
  height: 0.5rem;
  padding: 5px;
  border: 1px solid #cccccc;
  background: #fff;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 991px) {
  .proon .box .gl .search_box {
    height: 0.7rem;
    width: 100%;
    order: -1;
    margin-bottom: 0.2rem;
  }
}
.proon .box .gl .search_box::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../images/search.svg) no-repeat;
  background-size: contain;
  left: 0.18rem;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1260px) {
  .proon .box .gl .search_box::after {
    width: 15px;
    height: 15px;
  }
}
@media (max-width: 767px) {
  .proon .box .gl .search_box {
    height: 0.8rem;
  }
}
.proon .box .gl .search_box input {
  padding: 0 0.3rem 0 0.52rem;
  width: 100%;
  color: #333;
}
.proon .box .gl .search_box button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  min-width: 1.2rem;
  height: calc(0.5rem - 10px);
  background: #ff5a24;
  border-radius: 100px;
}
@media (max-width: 991px) {
  .proon .box .gl .search_box button {
    height: calc(0.7rem - 10px);
    min-width: 1.6rem;
  }
}
@media (max-width: 767px) {
  .proon .box .gl .search_box button {
    width: 0.3rem;
    height: calc(0.8rem - 10px);
  }
}
.proon .box .gl .search_box button p {
  font-weight: bold;
  color: #fff;
}
.proon .box .gl .g_filter {
  margin-top: 0.2rem;
  overflow: hidden;
  border-radius: 0.1rem;
  box-shadow: 0 0 0.27rem rgba(39, 39, 39, 0.04);
}
.proon .box .gl .g_filter .g_t {
  padding: 0.1rem 0.3rem;
  min-height: 0.8rem;
  display: flex;
  align-items: center;
  background: #ff5a24;
}
.proon .box .gl .g_filter .g_t p {
  color: #fff;
  font-weight: bold;
}
.proon .box .gl .g_filter ul {
  padding-bottom: 0.45rem;
  overflow: hidden;
  background: #fff;
}
.proon .box .gl .g_filter ul li {
  transition: all 0.4s;
}
.proon .box .gl .g_filter ul li:first-child .g_top .g_top_box {
  border: none;
}
.proon .box .gl .g_filter ul li:first-child .g_xia {
  /* display: block; */
}
.proon .box .gl .g_filter ul li.on .g_top {
  background: #ffeee9;
  border-color: #ff5a24;
}
.proon .box .gl .g_filter ul li.on .g_top .g_top_l p {
  color: #ff5a24;
}
.proon .box .gl .g_filter ul li.on .g_top .g_gb i {
  background: #ff5a24;
}
.proon .box .gl .g_filter ul li.on .g_top .g_gb .i2 {
  transform: translate(-50%, -50%) rotate(0deg);
}
.proon .box .gl .g_filter ul li .g_top {
  border-left: 0.03rem solid transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.27rem;
  height: 0.6rem;
  position: relative;
  cursor: pointer;
}
@media (max-width: 767px) {
  .proon .box .gl .g_filter ul li .g_top {
    height: 0.9rem;
  }
}
.proon .box .gl .g_filter ul li .g_top .g_top_box {
  height: 100%;
  border-top: 1px solid #e5e5e5;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.proon .box .gl .g_filter ul li .g_top .g_top_l {
  width: 80%;
}
.proon .box .gl .g_filter ul li .g_top .g_top_l p {
  color: #27253d;
  font-weight: bold;
}
.proon .box .gl .g_filter ul li .g_top .g_gb {
  margin-right: 6px;
  transition: 0.4s all;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.proon .box .gl .g_filter ul li .g_top .g_gb i {
  width: 12px;
  height: 2px;
  background: #999999;
  display: block;
  position: absolute;
  transition: all 0.4s;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .proon .box .gl .g_filter ul li .g_top .g_gb i {
    width: 9px;
    height: 1px;
  }
}
.proon .box .gl .g_filter ul li .g_top .g_gb .i2 {
  transform: translate(-50%, -50%) rotate(90deg);
}
.proon .box .gl .g_filter ul li .g_xia {
  padding: 0 0.3rem;
  display: none;
}
.proon .box .gl .g_filter ul li .g_xia .g_bjq {
  padding: 0.2rem 0;
}
.proon .box .gl .g_filter ul li .g_xia .g_bjq .atwo {
  border-radius: 0.05rem;
  padding: 0.12rem 0;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .proon .box .gl .g_filter ul li .g_xia .g_bjq .atwo {
    padding: 0.18rem 0;
  }
}
.proon .box .gl .g_filter ul li .g_xia .g_bjq .atwo.on .atwo_t p {
  color: #ff5a24;
}
.proon .box .gl .g_filter ul li .g_xia .g_bjq .atwo.on .atwo_t i svg {
  transform: rotate(90deg);
}
.proon .box .gl .g_filter ul li .g_xia .g_bjq .atwo.on .atwo_t i svg path {
  fill: #ff5a24;
}
.proon .box .gl .g_filter ul li .g_xia .g_bjq .atwo:hover {
  background: #fff;
}
.proon .box .gl .g_filter ul li .g_xia .g_bjq .atwo:hover p {
  color: #27253d;
}
.proon .box .gl .g_filter ul li .g_xia .g_bjq .atwo:hover i svg path {
  fill: #9366a6;
}
.proon .box .gl .g_filter ul li .g_xia .g_bjq .atwo .atwo_t {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.proon .box .gl .g_filter ul li .g_xia .g_bjq .atwo .atwo_t p {
  color: #222;
  transition: all 0.4s;
}
.proon .box .gl .g_filter ul li .g_xia .g_bjq .atwo .atwo_t i {
  flex-shrink: 0;
  display: flex;
  width: 6px;
  height: 11px;
}
.proon .box .gl .g_filter ul li .g_xia .g_bjq .atwo .atwo_t i svg,
.proon .box .gl .g_filter ul li .g_xia .g_bjq .atwo .atwo_t i img {
  transition: all 0.4s;
  width: 100%;
  height: auto;
}
.proon .box .gl .g_filter ul li .g_xia .g_bjq .atwo .atwo_t i svg path,
.proon .box .gl .g_filter ul li .g_xia .g_bjq .atwo .atwo_t i img path {
  transition: all 0.4s;
  fill: #999999;
}
.proon .box .gl .g_filter ul li .g_xia .g_bjq .atwo .athr {
  display: none;
  padding: 0.1rem 0.2rem 0;
}
.proon .box .gl .g_filter ul li .g_xia .g_bjq .atwo .athr a {
  display: block;
  transition: all 0.4s;
  color: #666;
  margin: 0.1rem 0;
}
.proon .box .gl .g_filter ul li .g_xia .g_bjq .atwo .athr a:hover {
  color: #ff5a24;
  text-decoration: underline;
}
.proon .box .gr {
  width: 71.08433735%;
}
@media (max-width: 767px) {
  .proon .box .gr {
    width: 100%;
  }
}
.proon .box .gr .gpro .basepage {
  margin-top: 0.32rem;
}
.gpro_box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.15rem;
}
.gpro_box.gpro_box2 .item {
  width: 25%;
}
@media (max-width: 991px) {
  .gpro_box.gpro_box2 .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .gpro_box.gpro_box2 .item {
    width: 50%;
  }
}
.gpro_box .item {
  width: 33.33%;
  margin-bottom: 0;
  padding: 0 0.15rem;
}
@media (max-width: 991px) {
  .gpro_box .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .gpro_box .item {
    width: 100%;
    margin-bottom: 0.3rem;
  }
}
.gpro_box .item .itembox {
  display: block;
  width: 100%;
  height: 100%;
}
.gpro_box .item .itembox:hover .public-img img {
  transform: scale(1.05);
}
.gpro_box .item .itembox:hover .txt h3 {
  color: #ff471d;
  /* text-decoration: underline; */
}
.gpro_box .item .itembox:hover .txt h3::after {
  opacity: 1;
}
.gpro_box .item .itembox .public-img {
  background: url(../images/product2.jpg) no-repeat;
  background-size: cover;
}
.gpro_box .item .itembox .public-img:before {
  padding-top: 109.91957105%;
}
.gpro_box .item .itembox .txt {
  text-align: center;
  padding: 0.24rem 0;
}
.gpro_box .item .itembox .txt h3 {
  display: inline-flex;
  transition: all 0.4s;
  font-weight: bold;
  position: relative;
}
.gpro_box .item .itembox .txt h3::after {
  content: '';
  position: absolute;
  bottom: 0.2em;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ff471d;
  transition: all 0.4s;
  opacity: 0;
}
/* 产品中心详情页 */
.proinfoon {
  position: relative;
  height: 200vh;
}
.proinfoon .proinfoon_t {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  margin-top: -0.9rem;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.proinfoon .proinfoon_t .imgbj {
  margin-bottom: 0.52rem;
}
.proinfoon .proinfoon_t .g_ind {
  bottom: 0.62rem;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.proinfoon .proinfoon_t .g_ind p {
  color: #999;
}
.proinfoon .proinfoon_t .g_ind i {
  animation: mov1 3s infinite ease-in-out;
  margin-top: 0.1rem;
  flex-shrink: 0;
  display: flex;
  width: 0.18rem;
  height: auto;
}
@media (max-width: 767px) {
  .proinfoon .proinfoon_t .g_ind i {
    width: 0.26rem;
  }
}
.proinfoon .proinfoon_t .g_ind i svg,
.proinfoon .proinfoon_t .g_ind i img {
  width: 100%;
  height: auto;
}
.proinfoon .proinfoon_t .g_ind i svg path,
.proinfoon .proinfoon_t .g_ind i img path {
  fill: #a3a3a3;
}
.proinfoon .proinfoon_b {
  opacity: 1;
  top: 0.9rem;
  position: sticky;
  position: -webkit-sticky;
  z-index: 10;
  margin-top: -100vh;
  /* background: #f8f8f8; */
}
.proinfoon .proinfoon_b .box {
  position: relative;
  min-height: calc(100vh - 0.9rem);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .proinfoon .proinfoon_b .box {
    flex-direction: column;
    justify-content: center;
  }
}
.proinfoon .proinfoon_b .box .gl {
  opacity: 0;
  transform: translate(0, 1rem);
  width: 33.73493976%;
}
@media (max-width: 991px) {
  .proinfoon .proinfoon_b .box .gl {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .proinfoon .proinfoon_b .box .gl {
    width: 100%;
  }
}
.proinfoon .proinfoon_b .box .gl .g_h2 {
  position: relative;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 0.36rem;
}
.proinfoon .proinfoon_b .box .gl .g_h2::after {
  content: '';
  position: absolute;
  width: 0.3rem;
  background: #ff5a24;
  height: 1px;
  left: 0;
  bottom: -1px;
}
.proinfoon .proinfoon_b .box .gl .g_h2 h2 {
  line-height: 1.2;
  font-weight: bold;
}
.proinfoon .proinfoon_b .box .gl .txt {
  padding: 0.32rem 0 0.6rem;
  border-bottom: 1px solid #e2e2e2;
}
.proinfoon .proinfoon_b .box .gl .txt p {
  color: #666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  height: 7.5em;
}
.proinfoon .proinfoon_b .box .gl .g_consu {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.6rem;
}
.proinfoon .proinfoon_b .box .gl .g_consu .public-btn a i {
  border-radius: 0;
  background-color: transparent;
  width: 0.18rem;
  height: 0.18rem;
}
.proinfoon .proinfoon_b .box .gl .g_consu .public-btn a i svg {
  width: 0.18rem;
  height: auto;
  transform: rotateZ(0deg);
}
.proinfoon .proinfoon_b .box .gl .g_consu .public-btn a i svg path {
  fill: #ff471d;
}
.proinfoon .proinfoon_b .box .gl .g_consu .public-btn a:hover i svg path {
  fill: #Fff;
}
.proinfoon .proinfoon_b .box .gl .g_consu .ga {
  height: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.24rem;
  background: #ff5a24;
  border-radius: 100px;
}
@media (max-width: 767px) {
  .proinfoon .proinfoon_b .box .gl .g_consu .ga {
    height: 0.7rem;
    padding: 0 0.4rem;
  }
}
.proinfoon .proinfoon_b .box .gl .g_consu .ga p {
  color: #fff;
  margin-right: 0.12rem;
}
.proinfoon .proinfoon_b .box .gl .g_consu .ga i {
  flex-shrink: 0;
  display: flex;
  width: 0.18rem;
  height: auto;
}
@media (max-width: 767px) {
  .proinfoon .proinfoon_b .box .gl .g_consu .ga i {
    width: 0.3rem;
  }
}
.proinfoon .proinfoon_b .box .gl .g_consu .ga i svg,
.proinfoon .proinfoon_b .box .gl .g_consu .ga i img {
  width: 100%;
  height: auto;
}
.proinfoon .proinfoon_b .box .gl .g_consu .ga i svg path,
.proinfoon .proinfoon_b .box .gl .g_consu .ga i img path {
  fill: #fff;
}
.proinfoon .proinfoon_b .box .gl .g_consu .g_consu_box {
  display: flex;
  flex-wrap: wrap;
}
.proinfoon .proinfoon_b .box .gl .g_consu .g_consu_box .gicon {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  border: 1px solid #cbcbcb;
  margin-left: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1260px) {
  .proinfoon .proinfoon_b .box .gl .g_consu .g_consu_box .gicon {
    width: 46px;
    height: 46px;
  }
}
.proinfoon .proinfoon_b .box .gl .g_consu .g_consu_box .gicon i {
  flex-shrink: 0;
  display: flex;
  width: 60%;
  height: auto;
}
.proinfoon .proinfoon_b .box .gl .g_consu .g_consu_box .gicon i svg,
.proinfoon .proinfoon_b .box .gl .g_consu .g_consu_box .gicon i img {
  width: 100%;
  height: auto;
}
.proinfoon .proinfoon_b .box .gl .g_consu .g_consu_box .gicon i svg path,
.proinfoon .proinfoon_b .box .gl .g_consu .g_consu_box .gicon i img path {
  fill: #999999;
}
.proinfoon .proinfoon_b .box .gr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 50%;
}
@media (max-width: 767px) {
  .proinfoon .proinfoon_b .box .gr {
    width: 100%;
  }
}
.proinfoon .proinfoon_b .box .gr .timg_box {
  width: 74.09638554%;
  position: relative;
  transform: translate(-3.2rem, -1.75rem);
}
@media (max-width: 991px) {
  .proinfoon .proinfoon_b .box .gr .timg_box {
    transform: translate(-2.4rem, -0.85rem);
  }
}
@media (max-width: 767px) {
  .proinfoon .proinfoon_b .box .gr .timg_box {
    transform: translate(0.6rem, -3.65rem);
  }
}
.proinfoon .proinfoon_b .box .gr .gallery-thumbs {
  margin: 0;
  /* opacity: 0; */
}
.proinfoon .proinfoon_b .box .gr .gallery-thumbs .public-img {
  border-radius: 0.1rem;
}
.proinfoon .proinfoon_b .box .gr .gallery-thumbs .public-img:before {
  padding-top: 109.91957105%;
}
.proinfoon .proinfoon_b .box .gr .gallery-thumbs .public-img img {
  object-fit: contain;
}
.proinfoon .proinfoon_b .box .gr .gallery-thumbs .g_qie .pub_prev {
  left: 0.2rem;
}
.proinfoon .proinfoon_b .box .gr .gallery-thumbs .g_qie .pub_next {
  right: 0.2rem;
}
.proinfoon .proinfoon_b .box .gr .gallery-top {
  width: 14.45783133%;
  height: 5rem;
  padding: 0.3rem 0;
  opacity: 0;
  margin: 0;
  transform: translate(0, 1rem);
}
@media (max-width: 1580px) {
  .proinfoon .proinfoon_b .box .gr .gallery-top {
    height: 6rem;
  }
}
@media (max-width: 1260px) {
  .proinfoon .proinfoon_b .box .gr .gallery-top {
    height: 4.2rem;
  }
}
@media (max-width: 991px) {
  .proinfoon .proinfoon_b .box .gr .gallery-top {
    height: 3.4rem;
  }
}
@media (max-width: 767px) {
  .proinfoon .proinfoon_b .box .gr .gallery-top {
    height: 4rem;
  }
}
.proinfoon .proinfoon_b .box .gr .gallery-top .swiper-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.proinfoon .proinfoon_b .box .gr .gallery-top .public-img {
  background: #fff;
  transition: all 0.4s;
  border: 2px solid #ededed;
  border-radius: 0.1rem;
}
.proinfoon .proinfoon_b .box .gr .gallery-top .public-img:before {
  padding-top: 100%;
}
.proinfoon .proinfoon_b .box .gr .gallery-top .swiper-slide-thumb-active .public-img {
  opacity: 1;
  border: 2px solid #ff471d;
}
@keyframes mov1 {
  0% {
    transform: translate3d(0px, 0, 0px);
  }
  50% {
    transform: translate3d(0px, 0.15rem, 0px);
  }
  100% {
    transform: translate3d(0px, 0, 0px);
  }
}
.prohot {
  padding: 1.46rem 0 1.3rem;
}
.prohot .gpro_box {
  margin-top: 0.54rem;
}
