@charset "utf-8";
:root {
  --color: #003686;
  --vh: 100vh;
  --hm2width: 8.95rem;
}
.g_xs {
  display: block;
}
.g_yc {
  display: none;
}
@media (max-width: 767px) {
  .g_xs {
    display: none;
  }
  .g_yc {
    display: block;
  }
}
a:hover {
  color: #000;
}
/* 开始 */
/* 产品中心 */
.crumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.26rem 0;
}
.crumbs p {
  display: flex;
  align-items: center;
}
.crumbs p > a {
  margin-right: 0.18rem;
  color: #666;
}
@media (max-width: 767px) {
  .crumbs p > a {
    font-size: 14px;
    margin-bottom: 0.05rem;
  }
}
.crumbs p:last-child a {
  color: #003686;
}
.crumbs p:last-child svg,
.crumbs p:last-child i {
  display: none;
}
.crumbs p svg {
  width: 5px;
  height: auto;
  margin-right: 0.18rem;
}
.crumbs p svg path {
  fill: #666;
}
.crumbs p i {
  font-style: initial;
  opacity: 0.7;
  color: #fff;
  margin-right: 0.14rem;
}
.crumbs2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.crumbs3 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.crumbs3 p > a {
  color: rgba(255, 255, 255, 0.5);
}
.crumbs3 p svg path {
  fill: rgba(255, 255, 255, 0.5);
}
.crumbs3 p:last-child a {
  color: #fff;
}
.proon {
  padding: 0.4rem 0 0.6rem;
}
.proon .box .proon_tit {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.proon .box .proon_tit .gl h1,
.proon .box .proon_tit .gl h2 {
  line-height: 1.2;
  color: #003686;
  font-weight: bold;
}
.proon .box .proon_tit .gl p {
  margin-top: 0.14rem;
}
.proon .box .proon_tit .gr {
  display: flex;
}
.proon .box .proon_tit .gr .swiper-button-prev,
.proon .box .proon_tit .gr .swiper-button-next {
  position: initial;
  margin-left: 0.1rem;
}
@media (max-width: 767px) {
  .proon .box .proon_tit .gr .swiper-button-prev,
  .proon .box .proon_tit .gr .swiper-button-next {
    width: 0.7rem;
    height: 0.7rem;
  }
}
.proon .box .proon_swi {
  margin-top: 0.56rem;
}
.proon .box .proon_swi .swiper-container {
  padding-right: 1px;
}
@media (max-width: 767px) {
  .proon .box .proon_swi .swiper-container {
    padding-right: 2px;
  }
}
.proon .box .proon_swi .on .proon_swi_box {
  background: #f5f5f5;
}
.proon .box .proon_swi .on .proon_swi_box .public-img .img1 {
  opacity: 0;
}
.proon .box .proon_swi .on .proon_swi_box .public-img .img2 {
  opacity: 1;
}
.proon .box .proon_swi .swiper-slide:hover .proon_swi_box {
  background: #f5f5f5;
}
.proon .box .proon_swi .swiper-slide:hover .proon_swi_box .public-img .img1 {
  opacity: 0;
}
.proon .box .proon_swi .swiper-slide:hover .proon_swi_box .public-img .img2 {
  opacity: 1;
}
.proon .box .proon_swi .swiper-slide:last-child .proon_swi_box {
  border-right: 1px solid #e6e6e6;
}
.proon .box .proon_swi .proon_swi_box {
  transition: all 0.4s;
  padding: 0.58rem 0 0.56rem;
  border: 1px solid #e6e6e6;
  border-right: none;
}
.proon .box .proon_swi .proon_swi_box .public-img {
  margin: 0 1.24rem;
}
@media (max-width: 1199px) {
  .proon .box .proon_swi .proon_swi_box .public-img {
    margin: 0 0.74rem;
  }
}
@media (max-width: 767px) {
  .proon .box .proon_swi .proon_swi_box .public-img {
    margin: 0 0.4rem;
  }
}
.proon .box .proon_swi .proon_swi_box .public-img:before {
  padding-top: 60.81081081%;
}
.proon .box .proon_swi .proon_swi_box .public-img .img2 {
  opacity: 0;
}
.proon .box .proon_swi .proon_swi_box .txt {
  margin-top: 0.48rem;
  text-align: center;
  padding: 0 0.2rem;
}
.proon .box .proon_swi .proon_swi_box .txt h3 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.protw {
  padding: 0 0 1.2rem;
}
.protw_box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.25rem;
}
.protw_box .item {
  width: calc(1/3*100%);
  margin-bottom: 0.5rem;
  padding: 0 0.25rem;
}
@media (max-width: 991px) {
  .protw_box .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .protw_box .item {
    width: 100%;
  }
}
.protw_box .item .itembox {
  padding: 0.56rem 0 0;
  border: 1px solid #e6e6e6;
  background: url(../images/products5.png) no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .protw_box .item .itembox:hover .txt {
    transform: translateY(-42px);
  }
  .protw_box .item .itembox:hover .txt .g_more {
    opacity: 1;
  }
}
.protw_box .item .itembox .public-img {
  overflow: initial;
  width: 53%;
}
@media (max-width: 767px) {
  .protw_box .item .itembox .public-img {
    width: 70%;
  }
}
.protw_box .item .itembox .public-img img {
  /* box-shadow: 0 0.25rem 0.25rem rgba(135,135,135,0.25); */
  object-fit: contain;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.protw_box .item .itembox .txt {
  transition: all 0.4s;
  position: relative;
  text-align: center;
  padding: 0.38rem 0;
}
.protw_box .item .itembox .txt .txt_t h3 {
  font-weight: bold;
}
.protw_box .item .itembox .txt .txt_t p {
  color: #666;
  margin-top: 0.12rem;
}
.protw_box .item .itembox .txt .g_more {
  bottom: 0;
  opacity: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  transition: all 0.4s;
  overflow: hidden;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .protw_box .item .itembox .txt .g_more {
    bottom: -12px;
  }
}
.protw_box .item .itembox .txt .g_more p {
  white-space: nowrap;
  color: #003686;
}
.protw_box .item .itembox .txt .g_more p svg path,
.protw_box .item .itembox .txt .g_more p img path {
  fill: #003686;
}
/* 产品详情 */
.pinfoon {
  height: 8.7rem;
}
@media (max-width: 991px) {
  .pinfoon {
    height: auto;
  }
}
.pinfoon .container {
  position: relative;
  height: 100%;
}
@media (max-width: 991px) {
  .pinfoon .container {
    height: auto;
  }
}
.pinfoon .box {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .pinfoon .box {
    flex-direction: column;
    justify-content: center;
    padding: 1rem 0 ;
  }
}
@media (max-width: 767px) {
  .pinfoon .box {
    padding: 1.8rem 0 1rem;
  }
}
.pinfoon .box .gl {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56.25%;
}
@media (max-width: 991px) {
  .pinfoon .box .gl {
    width: 100%;
    margin-bottom: 0.4rem;
  }
}
.pinfoon .box .gl .img {
  height: 6rem;
  margin-right: 0.94rem;
  width: 58.88888889%;
}
@media (max-width: 991px) {
  .pinfoon .box .gl .img {
    height: 5rem;
    display: flex;
    align-items: center;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .pinfoon .box .gl .img {
    height: 4rem;
  }
}
.pinfoon .box .gl .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  /* box-shadow: 0 0.25rem 0.25rem rgba(135,135,135,0.35); */
}
.pinfoon .box .gr {
  width: 43.75%;
}
@media (max-width: 991px) {
  .pinfoon .box .gr {
    width: 100%;
  }
}
.pinfoon .box .gr .txt {
  padding-right: 1.9rem;
}
.pinfoon .box .gr .txt h1 {
  color: #003686;
  font-weight: bold;
  margin-bottom: 0.1rem;
}
.pinfoon .box .gr .txt p {
  margin-top: 0.26rem;
  color: #666;
}
.pinfoon .box .gr .g_a {
  display: flex;
  margin-top: 0.56rem;
}
.pinfoon .box .gr .g_a .public-btnbox {
  margin-right: 0.2rem;
}
.public-btnbox2 .public-btn {
  background: #003686;
}
.public-btnbox2 .public-btn:hover {
  opacity: 0.8;
}
.public-btnbox2 .public-btn .pbcn1 {
  color: #fff;
}
.public-btnbox2 .public-btn svg path,
.public-btnbox2 .public-btn svg rect {
  fill: #fff !important;
}
.public-btnbox2 .public-btn svg circle {
  stroke: #fff !important;
}
.pinfotw {
  padding: 1.2rem 0;
}
.pinfotw .box .gl .pinfotw_on {
  margin-bottom: 0.85rem;
}
.pinfotw .box .gl .pinfotw_on .pinfotw_ct_box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.15rem;
}
.pinfotw .box .gl .pinfotw_on .pinfotw_ct_box .item {
  width: calc(1/3*100%);
  margin-bottom: 0.3rem;
  padding: 0 0.15rem;
}
.pinfotw .box .gl .pinfotw_on .pinfotw_ct_box .item:nth-child(6n) .itembox,
.pinfotw .box .gl .pinfotw_on .pinfotw_ct_box .item:nth-child(6n - 1) .itembox,
.pinfotw .box .gl .pinfotw_on .pinfotw_ct_box .item:nth-child(6n - 2) .itembox {
  background: #f5f5f5;
}
@media (max-width: 991px) {
  .pinfotw .box .gl .pinfotw_on .pinfotw_ct_box .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .pinfotw .box .gl .pinfotw_on .pinfotw_ct_box .item {
    width: 100%;
  }
}
.pinfotw .box .gl .pinfotw_on .pinfotw_ct_box .item .itembox {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 1rem;
  padding: 0.14rem 0.2rem;
  background: #ecf0f6;
}
.pinfotw .box .gl .pinfotw_on .pinfotw_ct_box .item .itembox p {
  color: #666;
}
.pinfotw .box .gl .pinfotw_tw {
  margin-bottom: 1.2rem;
}
.pinfotw .box .gl .pinfotw_tw .pinfotw_tw_box .item {
  margin-bottom: 0.2rem;
  display: flex;
  align-items: center;
}
.pinfotw .box .gl .pinfotw_tw .pinfotw_tw_box .item span {
  margin-right: 0.2rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: #003686;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex-shrink: 0;
}
.pinfotw .box .gl .pinfotw_tw .pinfotw_tw_box .item p {
  color: #666;
}
.pinfotw .box .gl .pinfotw_th {
  margin-bottom: 1.2rem;
}
.pinfotw .box .gl .pinfotw_th .pinfotw_th_box .img {
  cursor: pointer;
  margin-bottom: 0.6rem;
}
.pinfotw .box .gl .pinfotw_th .pinfotw_th_box .pinfotw_th_data .item {
  display: flex;
  justify-content: space-between;
}
.pinfotw .box .gl .pinfotw_th .pinfotw_th_box .pinfotw_th_data .item .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 19.04761905%;
  padding: 0.18rem 0;
  border-bottom: 1px solid #e6e6e6;
}
.pinfotw .box .gl .pinfotw_th .pinfotw_th_box .pinfotw_th_data .item .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 79.04761905%;
  padding: 0.18rem 0;
  border-bottom: 1px solid #e6e6e6;
}
.pinfotw .box .gl .pinfotw_th .pinfotw_th_box .pinfotw_th_data .item .right p {
  color: #666;
}
.ginfo_box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .ginfo_box {
    flex-direction: column;
  }
}
.ginfo_box .gl {
  width: 65.625%;
}
@media (max-width: 991px) {
  .ginfo_box .gl {
    width: 100%;
  }
}
.ginfo_box .gl .ginfo_tit {
  margin-bottom: 0.26rem;
}
.ginfo_box .gl .ginfo_tit h2 {
  line-height: 1.2;
  padding-left: 20px;
  position: relative;
}
.ginfo_box .gl .ginfo_tit h2::after {
  content: '';
  position: absolute;
  width: 4px;
  background: #003686;
  height: 1em;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ginfo_box .gl .ginfo_gui {
  background: #003686;
  padding: 0.6rem 0.2rem;
  text-align: center;
}
.ginfo_box .gl .ginfo_gui h2 {
  color: #fff;
}
.ginfo_box .gl .ginfo_gui .public-btnbox {
  margin-top: 0.25rem;
}
.ginfo_box .gl .ginfo_gui .public-btnbox .public-btn {
  border: 1px solid #fff;
}
.ginfo_box .gl .ginfo_gui .public-btnbox .public-btn:hover {
  border-color: #fff;
  background-color: #003686;
  /* .img1{
					        .cls-10{
					            stroke: @color1;
					        }
					        .cls-20, .cls-30 {
					            fill:@color1;
					        }
					    }
					    .img2{
					        .cls-11 {
					            fill: none;
					            stroke: @color1;
					            stroke-width: 1px;
					        }
					        .cls-21 {
					            fill: @color1;
					            fill-rule: evenodd;
					        }
					    }
					    .pbcn1{
					        color: @color1;
					    } */
}
.ginfo_box .gr {
  position: sticky;
  position: -webkit-sticky;
  top: 20px;
  width: 28.125%;
  border: 1px solid #e6e6e6;
  padding: 0 0.4rem;
}
@media (max-width: 991px) {
  .ginfo_box .gr {
    width: 100%;
    position: initial;
    margin-top: 1rem;
  }
}
.ginfo_box .gr > div {
  padding: 0.4rem 0;
  border-bottom: 1px solid #e6e6e6;
}
.ginfo_box .gr > div:last-child {
  border: none;
}
.ginfo_box .gr > div h2 {
  margin-bottom: 0.26rem;
}
.ginfo_box .gr .gr_scheme .gr_scheme_box .gr_scheme_it {
  color: #000;
  margin-bottom: 0.3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ginfo_box .gr .gr_scheme .gr_scheme_box .gr_scheme_it:last-child {
  margin-bottom: 0;
}
.ginfo_box .gr .gr_scheme .gr_scheme_box .gr_scheme_it:hover .public-img img {
  transform: scale(1.05);
}
.ginfo_box .gr .gr_scheme .gr_scheme_box .gr_scheme_it:hover .txt h3 {
  color: #003686 !important;
}
.ginfo_box .gr .gr_scheme .gr_scheme_box .gr_scheme_it .public-img {
  width: 54.05405405%;
}
.ginfo_box .gr .gr_scheme .gr_scheme_box .gr_scheme_it .public-img:before {
  padding-top: 60%;
}
.ginfo_box .gr .gr_scheme .gr_scheme_box .gr_scheme_it .txt {
  width: 40.54054054%;
}
.ginfo_box .gr .gr_scheme .gr_scheme_box .gr_scheme_it .txt h3 {
  padding-bottom: 0.1rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ginfo_box .gr .gr_scheme .gr_scheme_box .gr_scheme_it .txt .pcn4 {
  margin-top: 0.12rem;
}
.ginfo_box .gr .gr_scheme .gr_scheme_box .gr_scheme_it .txt .g_lab {
  margin: 0 0 0.1rem;
  display: flex;
  flex-wrap: wrap;
}
.ginfo_box .gr .gr_scheme .gr_scheme_box .gr_scheme_it .txt .g_lab span {
  padding: 0.06rem 0.16rem;
  background: #f5f5f5;
  color: #666;
  font-size: 12px;
  margin: 0 0.1rem 0.05rem 0;
}
@media (max-width: 1580px) {
  .ginfo_box .gr .gr_scheme .gr_scheme_box .gr_scheme_it .txt .g_lab span {
    font-size: 10px;
  }
}
.ginfo_box .gr .gr_scheme .gr_scheme_box .gr_scheme_it .txt .g_lab span:last-child {
  margin-right: 0;
}
.ginfo_box .gr .gr_scheme .gr_scheme_box .gr_scheme_it .txt .g_lab span:hover {
  color: #003686;
}
.ginfo_box .gr .gr_scheme .gr_scheme_box .gr_scheme_it2 .txt .g_p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #666;
}
.ginfo_box .gr .gr_scheme .gr_scheme_box .gr_scheme_it2 .img {
  background: url(../images/solution10.jpg) no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.45rem;
  border: 1px solid #e6e6e6;
  width: 54.05405405%;
  min-height: 1.2rem;
}
@media (max-width: 1580px) {
  .ginfo_box .gr .gr_scheme .gr_scheme_box .gr_scheme_it2 .img {
    min-height: 1.6rem;
  }
}
@media (max-width: 1199px) {
  .ginfo_box .gr .gr_scheme .gr_scheme_box .gr_scheme_it2 .img {
    min-height: 1.2rem;
    padding: 0 0.2rem;
  }
}
@media (max-width: 767px) {
  .ginfo_box .gr .gr_scheme .gr_scheme_box .gr_scheme_it2 .img {
    min-height: 1.2rem;
    padding: 0 0.4rem;
  }
}
.ginfo_box .gr .gr_scheme .gr_scheme_box .gr_scheme_it2 .img .public-img {
  width: 100%;
  overflow: initial;
}
.ginfo_box .gr .gr_scheme .gr_scheme_box .gr_scheme_it2 .img .public-img:before {
  padding-top: 60%;
}
@media (max-width: 767px) {
  .ginfo_box .gr .gr_scheme .gr_scheme_box .gr_scheme_it2 .img .public-img:before {
    padding-top: 100%;
  }
}
.ginfo_box .gr .gr_scheme .gr_scheme_box .gr_scheme_it2 .img .public-img img {
  /* box-shadow: 0 0.25rem 0.25rem rgba(135,135,135,0.25); */
  object-fit: contain;
  /* height: auto; */
  top: 50%;
  transform: translateY(-50%);
}
.pinfo_rec {
  padding: 0 0 0.7rem;
}
.pinfo_rec .protw_box {
  margin-top: 0.55rem;
}
.sub_banner {
  height: 5.7rem;
  width: 100%;
  position: relative;
}
.sub_banner .mob_pc {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sub_banner .mob_pc img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sub_banner .sub_banner_txt {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
}
.sub_banner .sub_banner_txt .container {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}
.sub_banner .sub_banner_txt .container .ban_l {
  width: 100%;
}
.sub_banner .sub_banner_txt .container .ban_l .tit h1 {
  font-weight: bold;
}
.sub_banner .sub_banner_txt .container .ban_l .tit span {
  line-height: 1.3;
  font-weight: bold;
}
.sub_banner .sub_banner_txt .container .ban_l .sub_banner_p {
  margin-top: 0.6rem;
}
.sub_banner .sub_banner_txt .container .ban_l .sub_banner_p p {
  opacity: 0.6;
}
.dowon {
  padding: 1.4rem 0 1.2rem;
}
@media (max-width: 767px) {
  .dowon {
    padding: 1.1rem 0;
  }
}
.dowon .box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .dowon .box {
    flex-direction: column;
  }
}
.dowon .box .gl {
  position: sticky;
  position: -webkit-sticky;
  top: 100px;
  width: 28.125%;
  border: 1px solid #e6e6e6;
  padding: 0.36rem 0.4rem 0;
  max-height: 82vh;
  overflow: auto;
}
@media (max-width: 991px) {
  .dowon .box .gl {
    width: 100%;
    max-height: initial;
  }
}
.dowon .box .gl .gl_tit {
  margin-bottom: 0.35rem;
}
.dowon .box .gl .gl_tit .gmun span {
  color: #003686;
}
.dowon .box .gl .gl_tit .gl_tit_box {
  margin-top: 0.18rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .dowon .box .gl .gl_tit .gl_tit_box {
    flex-direction: column;
  }
}
.dowon .box .gl .gl_tit .gl_tit_box .left {
  flex-wrap: wrap;
  display: flex;
}
@media (max-width: 1199px) {
  .dowon .box .gl .gl_tit .gl_tit_box .left {
    margin-bottom: 0.2rem;
  }
}
.dowon .box .gl .gl_tit .gl_tit_box .left .down_git {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #e6e6e6;
  margin: 0 0.1rem 0.05rem 0;
  padding: 5px 0.1rem 5px 0.2rem;
}
.dowon .box .gl .gl_tit .gl_tit_box .left .down_git p {
  color: #666;
}
.dowon .box .gl .gl_tit .gl_tit_box .left .down_git i {
  margin-left: 0.22rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8px;
  height: auto;
  color: #003686;
}
@media (max-width: 1199px) {
  .dowon .box .gl .gl_tit .gl_tit_box .left .down_git i {
    width: 6px;
  }
}
@media (max-width: 767px) {
  .dowon .box .gl .gl_tit .gl_tit_box .left .down_git i {
    width: 5px;
  }
}
.dowon .box .gl .gl_tit .gl_tit_box .left .down_git i svg,
.dowon .box .gl .gl_tit .gl_tit_box .left .down_git i img {
  width: 100%;
  height: auto;
}
.dowon .box .gl .gl_tit .gl_tit_box .left .down_git i svg path,
.dowon .box .gl .gl_tit .gl_tit_box .left .down_git i img path {
  fill: #747474;
}
.dowon .box .gl .gl_tit .gl_tit_box .right {
  flex-shrink: 0;
  margin-top: 5px;
  display: flex;
  align-items: center;
  position: relative;
}
.dowon .box .gl .gl_tit .gl_tit_box .right::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #003686;
  bottom: 0;
  left: 0;
}
.dowon .box .gl .gl_tit .gl_tit_box .right p {
  color: #003686;
}
.dowon .box .gl .gl_tit .gl_tit_box .right i {
  margin-left: 0.1rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: auto;
  color: #003686;
}
@media (max-width: 1199px) {
  .dowon .box .gl .gl_tit .gl_tit_box .right i {
    width: 0.22rem;
  }
}
@media (max-width: 767px) {
  .dowon .box .gl .gl_tit .gl_tit_box .right i {
    width: 0.26rem;
  }
}
.dowon .box .gl .gl_tit .gl_tit_box .right i svg,
.dowon .box .gl .gl_tit .gl_tit_box .right i img {
  width: 100%;
  height: auto;
}
.dowon .box .gl .gl_tit .gl_tit_box .right i svg path,
.dowon .box .gl .gl_tit .gl_tit_box .right i img path {
  fill: #003686;
}
.dowon .box .gr {
  width: 65.625%;
}
@media (max-width: 991px) {
  .dowon .box .gr {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.dowon .box .gr .gr_box .item {
  color: #000;
  margin-bottom: 0.3rem;
  background: #f5f5f5;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0.3rem;
}
.dowon .box .gr .gr_box .item:hover .right i {
  background: #003686;
  border-color: #003686;
}
.dowon .box .gr .gr_box .item:hover .right i svg path {
  fill: #fff;
}
.dowon .box .gr .gr_box .item .left {
  width: 80%;
  align-items: flex-start;
  display: flex;
}
.dowon .box .gr .gr_box .item .left i {
  margin-right: 0.24rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.28rem;
  height: auto;
  color: #003686;
}
@media (max-width: 1199px) {
  .dowon .box .gr .gr_box .item .left i {
    width: 0.32rem;
  }
}
@media (max-width: 767px) {
  .dowon .box .gr .gr_box .item .left i {
    width: 0.4rem;
  }
}
.dowon .box .gr .gr_box .item .left i svg,
.dowon .box .gr .gr_box .item .left i img {
  width: 100%;
  height: auto;
}
.dowon .box .gr .gr_box .item .left i svg path,
.dowon .box .gr .gr_box .item .left i img path {
  fill: #666;
}
.dowon .box .gr .gr_box .item .left .txt h3 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1;
  margin-bottom: 0.15rem;
}
.dowon .box .gr .gr_box .item .left .txt .g_lab {
  display: flex;
  flex-wrap: wrap;
}
.dowon .box .gr .gr_box .item .left .txt .g_lab span {
  line-height: 1;
  margin-right: 0.1rem;
  padding-right: 0.1rem;
  border-right: 1px solid #666;
  color: #666;
}
.dowon .box .gr .gr_box .item .left .txt .g_lab span:last-child {
  border: none;
}
.dowon .box .gr .gr_box .item .right i {
  transition: all 0.4s;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #e6e6e6;
  width: 0.5rem;
  height: 0.5rem;
  color: #003686;
}
@media (max-width: 767px) {
  .dowon .box .gr .gr_box .item .right i {
    width: 0.7rem;
    height: 0.7rem;
  }
}
.dowon .box .gr .gr_box .item .right i svg,
.dowon .box .gr .gr_box .item .right i img {
  width: 36%;
  height: auto;
}
.dowon .box .gr .gr_box .item .right i svg path,
.dowon .box .gr .gr_box .item .right i img path {
  transition: all 0.4s;
  fill: #666;
}
.g_sort {
  margin-top: 0.24rem;
}
.g_sort .item {
  margin-bottom: 0.34rem;
  transition: all 0.4s;
}
.g_sort .item:first-child .g_xia {
  /* display: block; */
}
.g_sort .item.on .g_top .g_gb .i2 {
  transform: translate(-50%, -50%) rotate(90deg);
}
.g_sort .item .g_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.18rem 0;
  position: relative;
  cursor: pointer;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
@media (max-width: 767px) {
  .g_sort .item .g_top {
    padding-bottom: 0.12rem;
  }
}
.g_sort .item .g_top .g_top_l {
  width: 80%;
}
.g_sort .item .g_top .g_top_l p {
  color: #27253d;
}
.g_sort .item .g_top .g_gb {
  margin-right: 5px;
  position: relative;
  transition: 0.4s all;
  display: flex;
  align-items: center;
  justify-content: center;
}
.g_sort .item .g_top .g_gb i {
  width: 10px;
  height: 2px;
  background: #999;
  display: block;
  position: absolute;
  transition: all 0.4s;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .g_sort .item .g_top .g_gb i {
    width: 8px;
    height: 1px;
  }
}
.g_sort .item .g_top .g_gb .i2 {
  transform: translate(-50%, -50%) rotate(0deg);
}
.g_sort .item .g_xia {
  margin-top: 0.2rem;
  /* display: none; */
}
.g_sort .item .g_xia .g_bjq .atwo {
  cursor: pointer;
  border-radius: 0.05rem;
  display: flex;
  margin-bottom: 0.16rem;
  justify-content: flex-start;
  align-items: center;
  transition: all 0.4s;
}
.g_sort .item .g_xia .g_bjq .atwo:last-child {
  margin-bottom: 0;
}
.g_sort .item .g_xia .g_bjq .atwo.on p {
  color: #003686;
}
.g_sort .item .g_xia .g_bjq .atwo.on i {
  background: #003686;
}
.g_sort .item .g_xia .g_bjq .atwo p {
  color: #666;
}
.g_sort .item .g_xia .g_bjq .atwo i {
  margin-right: 0.12rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e6e6e6;
  width: 16px;
  height: 16px;
  color: transparent;
}
.g_sort .item .g_xia .g_bjq .atwo i svg,
.g_sort .item .g_xia .g_bjq .atwo i img {
  width: 7px;
  height: auto;
}
.g_sort .item .g_xia .g_bjq .atwo i svg path,
.g_sort .item .g_xia .g_bjq .atwo i img path {
  fill: #ffffff;
  filter: none;
}
.page {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.6rem;
}
.page a {
  height: 0.56rem;
  width: 0.56rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: none;
  border: 1px solid #e9e9e9;
  color: #999;
  cursor: pointer;
}
@media (max-width: 767px) {
  .page a {
    font-size: 0.28rem;
    height: 0.7rem;
    min-width: 0.7rem;
  }
}
.page a.prev img,
.page a.prev svg {
  transform: rotate(180deg);
}
.page a:hover {
  color: #fff;
  border-color: #003686;
  background: #003686;
}
.page a:hover p {
  color: #fff;
}
.page a:hover svg path {
  fill: #fff;
}
.page a img,
.page a svg {
  width: 8px;
  height: auto;
}
@media (max-width: 767px) {
  .page a img,
  .page a svg {
    width: 6px;
  }
}
.page a .img2 {
  display: none;
}
.page a svg path {
  fill: #999999;
}
.page .a_frla {
  width: 1rem;
  color: #999;
}
@media (max-width: 767px) {
  .page .a_frla {
    display: none;
  }
}
.page .prev,
.page .next {
  width: 1rem;
  color: #999;
}
@media (max-width: 767px) {
  .page .prev,
  .page .next {
    width: auto;
    padding: 0 0.2rem;
  }
}
.page .active {
  color: #fff;
  border-color: #003686;
  background: #003686;
}
.page .active p {
  color: #fff;
}
.page > p {
  color: #999;
  margin: 0 0.1rem;
}
@media (max-width: 767px) {
  .page > p {
    display: none;
  }
}
.page input {
  margin: 0 0.1rem;
  border: 1px solid #999999;
  width: 0.5rem;
  height: 0.5rem;
  text-align: center;
}
@media (max-width: 767px) {
  .page input {
    display: none;
  }
}
/* 公司简介 */
.abo_banner {
  height: 8.7rem;
}
.abo_banner .sub_banner_txt .container .ban_l {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.abo_banner .sub_banner_txt .container .ban_l .vid_on {
  margin-bottom: 0.4rem;
  cursor: pointer;
}
.aboon {
  padding: 1.15rem 0;
}
.aboon .box {
  margin-top: 0.58rem;
}
.aboon .box .aboon_t {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .aboon .box .aboon_t {
    flex-direction: column-reverse;
  }
}
.aboon .box .aboon_t .gl {
  width: 50%;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .aboon .box .aboon_t .gl {
    width: 100%;
    padding: 0;
  }
}
.aboon .box .aboon_t .gl .item {
  position: relative;
  padding-bottom: 0.48rem;
  margin-bottom: 0.48rem;
  border-bottom: 1px solid #e6e6e6;
}
.aboon .box .aboon_t .gl .item:last-child {
  margin-bottom: 0;
}
.aboon .box .aboon_t .gl .item:hover::after,
.aboon .box .aboon_t .gl .item.on::after {
  width: 100%;
}
.aboon .box .aboon_t .gl .item:hover h3,
.aboon .box .aboon_t .gl .item.on h3 {
  color: #003686;
}
.aboon .box .aboon_t .gl .item:hover p,
.aboon .box .aboon_t .gl .item.on p {
  color: #000;
}
.aboon .box .aboon_t .gl .item::after {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  background: #003686;
  transition: all 0.4s;
}
.aboon .box .aboon_t .gl .item h3 {
  margin-bottom: 0.21rem;
  line-height: 1.1;
  transition: all 0.4s;
}
.aboon .box .aboon_t .gl .item p {
  color: #666;
  transition: all 0.4s;
}
.aboon .box .aboon_t .gr {
  width: 50%;
}
@media (max-width: 991px) {
  .aboon .box .aboon_t .gr {
    width: 100%;
    margin-bottom: 0.6rem;
  }
}
.aboon .box .aboon_t .gr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}
.aboon .box .aboon_t .gr img:first-child {
  display: block;
}
.aboon .box .aboon_b {
  background: #f5f5f5;
  display: flex;
  margin-top: 0.6rem;
  border: 1px solid #e6e6e6;
}
@media (max-width: 991px) {
  .aboon .box .aboon_b {
    flex-wrap: wrap;
  }
}
.aboon .box .aboon_b .item {
  width: 25%;
  display: flex;
  flex-direction: column;
  padding: 0.78rem 0.4rem;
  border-right: 1px solid #e6e6e6;
}
@media (max-width: 991px) {
  .aboon .box .aboon_b .item {
    width: 50%;
    border: none;
  }
}
.aboon .box .aboon_b .item:last-child {
  border-right: none;
}
.aboon .box .aboon_b .item .item_t {
  color: #003686;
  align-items: flex-end;
  display: flex;
}
.aboon .box .aboon_b .item .item_t p {
  line-height: 0.8;
  font-weight: bold;
}
.aboon .box .aboon_b .item .item_t span {
  margin: 0 0 0.07rem 0.07rem;
  font-weight: bold;
  line-height: 1;
}
.aboon .box .aboon_b .item .item_b {
  margin-top: 0.28rem;
}
@media (max-width: 991px) {
  .aboon .box .aboon_b .item .item_b p br {
    display: none;
  }
}
.abotw {
  padding: 0 0 0.8rem;
}
.abotw .box {
  margin-top: 0.58rem;
  display: flex;
  flex-wrap: wrap;
}
.abotw .box .item {
  overflow: hidden;
  width: calc((100% - 2.8rem)/8);
  margin: 0 0.4rem 0.4rem 0;
  border: 1px solid #e9e9e9;
  box-shadow: 0 0 0.1rem rgba(4, 0, 0, 0.05);
  border-radius: 50%;
  /* @media @max-xs{
				width: calc((100% - 0.4rem)/2);
				&:nth-child(2n){
					margin-right: 0;
				}
			} */
}
@media (max-width: 991px) {
  .abotw .box .item {
    width: calc((100% - 1.2rem)/4);
  }
  .abotw .box .item:nth-child(4n) {
    margin-right: 0;
  }
}
.abotw .box .item:nth-child(8n) {
  margin-right: 0;
}
.abotw .box .item .public-img img {
  object-fit: contain;
}
/* 创始人 */
.fouon {
  padding: 1.2rem 0;
}
.fouon .box {
  padding: 0.95rem 1rem 0;
  box-shadow: 0 0 0.1rem rgba(4, 0, 0, 0.05);
}
@media (max-width: 991px) {
  .fouon .box {
    padding: 0.95rem 0.5rem 0;
  }
}
@media (max-width: 767px) {
  .fouon .box {
    padding: 0.5rem 0.4rem 0;
  }
}
.fouon .box .txt .txt_t {
  margin-bottom: 0.34rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.fouon .box .txt .txt_t p {
  line-height: 1.2;
}
.fouon .box .txt .txt_t img {
  flex-shrink: 0;
  width: 0.4rem;
  height: auto;
}
.fouon .box .txt .g_p p {
  margin-bottom: 0.35rem;
  line-height: 1.66666667;
  color: #666;
}
.fouon .box .fouon_name {
  padding: 0 0 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.fouon .box .fouon_name .img1 {
  width: 100%;
  transform: rotateY(180deg);
}
.fouon .box .fouon_name .img2 {
  width: 1.2rem;
  height: auto;
}
.foutw {
  padding: 0 0 1.15rem;
}
.foutw .box {
  display: flex;
  margin-top: 0.56rem;
}
@media (max-width: 991px) {
  .foutw .box {
    flex-direction: column-reverse;
  }
}
.foutw .box .gl {
  width: 50%;
  border: 1px solid #e6e6e6;
  padding: 0.76rem 0.8rem 0.35rem;
}
@media (max-width: 1199px) {
  .foutw .box .gl {
    padding: 0.76rem 0.2rem 0.35rem;
  }
}
@media (max-width: 991px) {
  .foutw .box .gl {
    width: 100%;
    padding: 0.46rem 0.4rem 0.35rem;
  }
}
.foutw .box .gl .item {
  padding-bottom: 0.3rem;
  position: relative;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .foutw .box .gl .item {
    flex-direction: column;
  }
}
.foutw .box .gl .item:last-child::after {
  display: none;
}
.foutw .box .gl .item::after {
  content: '';
  position: absolute;
  width: 2px;
  height: calc(100% - 5px);
  background: #e6e6e6;
  left: 7px;
  top: 13px;
  z-index: -1;
}
.foutw .box .gl .item .year {
  flex-shrink: 0;
  width: 35.625%;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .foutw .box .gl .item .year {
    width: 40.625%;
  }
}
@media (max-width: 767px) {
  .foutw .box .gl .item .year {
    width: 100%;
  }
}
.foutw .box .gl .item .year i {
  margin-right: 0.18rem;
  border: 3px solid #fff;
  width: 16px;
  height: 16px;
  background: #003686;
  display: block;
  border-radius: 50%;
  flex-shrink: 0;
}
.foutw .box .gl .item .year p {
  color: #003686;
}
@media (max-width: 767px) {
  .foutw .box .gl .item .txt {
    margin-top: 0.1rem;
    padding-left: calc(16px + 0.18rem);
  }
}
.foutw .box .gl .item .txt p {
  margin-bottom: 5px;
}
.foutw .box .gr {
  width: 50%;
}
@media (max-width: 991px) {
  .foutw .box .gr {
    width: 100%;
  }
}
.foutw .box .gr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fouth {
  padding: 0 0 1.2rem;
}
.fouth .box {
  margin-top: 0.05rem;
}
/* 研发创新 */
.rdon_nav {
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  position: sticky;
  position: -webkit-sticky;
  height: 0.8rem;
  top: 0.9rem;
  transition: all 0.4s;
  background-color: rgba(255, 255, 255, 0.89);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  z-index: 50;
}
@media screen and (max-width: 991px) {
  .rdon_nav {
    top: 1.2rem;
    display: none;
  }
}
.rdon_nav i {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  background: #003686;
  left: 0;
  bottom: 0;
}
.rdon_nav .rdon_nav_box {
  width: 100%;
  display: flex;
  position: relative;
}
.rdon_nav .rdon_nav_box a {
  width: 50%;
  padding: 0.1rem 0.3rem;
  display: inline-flex;
  align-items: center;
  border-right: 1px solid #e6e6e6;
  position: relative;
}
.rdon_nav .rdon_nav_box a::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  background: #003686;
  bottom: 0;
  left: 0;
}
.rdon_nav .rdon_nav_box a:last-child {
  border-right: none;
}
.rdon_nav .rdon_nav_box a:hover {
  color: #003686;
}
.rdon_nav .rdon_nav_box a.on {
  color: #003686;
}
.rdon_nav .rdon_nav_box a.on::after {
  width: 100%;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .rdon_nav .rdon_nav_box a {
    font-size: 10px;
    padding: 0.05rem 0.1rem;
  }
}
.rdon_box .rdon_it:nth-child(2n) .rdtw {
  flex-direction: row-reverse;
}
.rdon_box .rdtw {
  display: flex;
  margin-top: 1.2rem;
}
@media (max-width: 767px) {
  .rdon_box .rdtw {
    flex-direction: column-reverse !important;
    margin-top: 0.5rem;
  }
}
.rdon_box .rdtw .gl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.4rem 0.8rem;
  width: 50%;
  border: 1px solid #e6e6e6;
}
@media (max-width: 767px) {
  .rdon_box .rdtw .gl {
    width: 100%;
    padding: 0.4rem;
  }
}
.rdon_box .rdtw .gl h2 {
  font-weight: bold;
  color: #003686;
}
.rdon_box .rdtw .gl p {
  margin-top: 0.3rem;
  color: #666;
}
.rdon_box .rdtw .gr {
  width: 50%;
}
@media (max-width: 767px) {
  .rdon_box .rdtw .gr {
    width: 100%;
  }
}
.rdon_box .rdtw .gr .public-img:before {
  padding-top: 67.5%;
}
.rdon_box .rdth {
  padding: 1.15rem 0 0;
}
.rdon_box .rdth .box {
  margin-top: 0.55rem;
}
.rdon_box .rdth .box .rdth_nav {
  display: flex;
  justify-content: center;
}
.rdon_box .rdth .box .rdth_nav a {
  text-align: center;
  transition: all 0.4s;
  cursor: pointer;
  color: #666666;
  position: relative;
  padding-bottom: 0.1rem;
  margin: 0 0.4rem;
}
@media (max-width: 767px) {
  .rdon_box .rdth .box .rdth_nav a {
    margin: 0 0.2rem;
  }
}
.rdon_box .rdth .box .rdth_nav a::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  background: transparent;
  transition: all 0.4s;
}
.rdon_box .rdth .box .rdth_nav a.on {
  color: #003686;
}
.rdon_box .rdth .box .rdth_nav a.on::after {
  background: #003686;
}
.rdon_box .rdth .box .rdth_box {
  margin-top: 0.4rem;
}
.rdon_box .rdth .box .rdth_box .rdth_it .rdth_swi .swiper {
  height: calc(640px + 1.1rem);
  padding-bottom: 1.1rem;
}
@media (max-width: 1199px) {
  .rdon_box .rdth .box .rdth_box .rdth_it .rdth_swi .swiper {
    height: calc(440px + 1.1rem);
  }
}
@media (max-width: 991px) {
  .rdon_box .rdth .box .rdth_box .rdth_it .rdth_swi .swiper {
    height: calc(620px + 1.1rem);
  }
}
@media (max-width: 767px) {
  .rdon_box .rdth .box .rdth_box .rdth_it .rdth_swi .swiper {
    height: auto;
    padding-right: 1px;
    padding-bottom: 0;
  }
}
.rdon_box .rdth .box .rdth_box .rdth_it .rdth_swi .swiper .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (max-width: 767px) {
  .rdon_box .rdth .box .rdth_box .rdth_it .rdth_swi .swiper .swiper-wrapper {
    flex-wrap: initial;
    flex-direction: row;
  }
}
.rdon_box .rdth .box .rdth_box .rdth_it .rdth_swi .swiper .swi_b {
  margin-top: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rdon_box .rdth .box .rdth_box .rdth_it .rdth_swi .swiper .swi_b .swip2_pag {
  position: initial;
  width: 91.875%;
  background: #e6e6e6;
  height: 2px;
}
.rdon_box .rdth .box .rdth_box .rdth_it .rdth_swi .swiper .swi_b .swip2_pag .swiper-pagination-progressbar-fill {
  background: #003686;
}
.rdon_box .rdth .box .rdth_box .rdth_it .rdth_swi .swiper .swi_b .g_qie {
  display: flex;
}
.rdon_box .rdth .box .rdth_box .rdth_it .rdth_swi .swiper .swi_b .g_qie .swiper-button-prev,
.rdon_box .rdth .box .rdth_box .rdth_it .rdth_swi .swiper .swi_b .g_qie .swiper-button-next {
  position: initial;
  margin-left: 0.1rem;
}
@media (max-width: 767px) {
  .rdon_box .rdth .box .rdth_box .rdth_it .rdth_swi .swiper .swi_b .g_qie .swiper-button-prev,
  .rdon_box .rdth .box .rdth_box .rdth_it .rdth_swi .swiper .swi_b .g_qie .swiper-button-next {
    width: 0.7rem;
    height: 0.7rem;
  }
}
.rdon_box .rdth .box .rdth_box .rdth_it .rdth_swi .rdth_swi_box {
  border: 1px solid #e6e6e6;
  height: 300px;
  display: flex;
}
@media (max-width: 1199px) {
  .rdon_box .rdth .box .rdth_box .rdth_it .rdth_swi .rdth_swi_box {
    height: 200px;
  }
}
@media (max-width: 991px) {
  .rdon_box .rdth .box .rdth_box .rdth_it .rdth_swi .rdth_swi_box {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .rdon_box .rdth .box .rdth_box .rdth_it .rdth_swi .rdth_swi_box {
    height: auto;
    flex-direction: column;
  }
}
.rdon_box .rdth .box .rdth_box .rdth_it .rdth_swi .rdth_swi_box:hover .public-img img {
  transform: scale(1.05);
}
.rdon_box .rdth .box .rdth_box .rdth_it .rdth_swi .rdth_swi_box:hover h3 {
  color: #003686 !important;
}
.rdon_box .rdth .box .rdth_box .rdth_it .rdth_swi .rdth_swi_box .gl {
  background: #f5f5f5;
  width: 38.46153846%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .rdon_box .rdth .box .rdth_box .rdth_it .rdth_swi .rdth_swi_box .gl {
    width: 100%;
    padding: 0.5rem 1rem;
  }
}
.rdon_box .rdth .box .rdth_box .rdth_it .rdth_swi .rdth_swi_box .gl .public-img {
  padding: 0 0.53rem;
  width: 100%;
}
@media (max-width: 767px) {
  .rdon_box .rdth .box .rdth_box .rdth_it .rdth_swi .rdth_swi_box .gl .public-img {
    padding: 0;
  }
}
.rdon_box .rdth .box .rdth_box .rdth_it .rdth_swi .rdth_swi_box .gl .public-img img {
  object-fit: contain;
}
.rdon_box .rdth .box .rdth_box .rdth_it .rdth_swi .rdth_swi_box .gr {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.2rem 0.6rem;
  width: 61.53846154%;
  border-left: 1px solid #e6e6e6;
}
@media (max-width: 767px) {
  .rdon_box .rdth .box .rdth_box .rdth_it .rdth_swi .rdth_swi_box .gr {
    width: 100%;
    padding: 0.4rem;
  }
}
.rdon_box .rdth .box .rdth_box .rdth_it .rdth_swi .rdth_swi_box .gr h3 {
  transition: all 0.4s;
}
.rdon_box .rdth .box .rdth_box .rdth_it .rdth_swi .rdth_swi_box .gr p {
  margin-top: 0.05rem;
}
.rdon_box .rdfo {
  padding: 1.2rem 0;
}
.rdon_box .rdfo .box {
  position: relative;
}
.rdon_box .rdfo .box .public-img:before {
  padding-top: 40%;
}
.rdon_box .rdfo .box .txt {
  padding: 0 0.8rem;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .rdon_box .rdfo .box .txt {
    position: initial;
    height: auto;
    padding: 0.4rem 0;
  }
}
.rdon_box .rdfo .box .txt h2 {
  color: #003686;
  font-weight: bold;
}
.rdon_box .rdfo .box .txt .g_p {
  margin-top: 0.3rem;
}
.rdon_box .rdfo .box .txt .g_p p {
  color: #333;
  margin-bottom: 0.04rem;
}
.sticky_top {
  top: 0 !important;
}
/* 我们的使命 */
.mison {
  padding: 1.15rem 0 0;
}
.mison .box {
  margin-top: 0.56rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .mison .box .swiper {
    padding: 0 0 1rem;
  }
}
@media (max-width: 767px) {
  .mison .box .swiper {
    padding-right: 1px;
  }
}
.mison .box .swiper .mison_box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .mison .box .swiper .mison_box {
    flex-direction: column;
  }
}
.mison .box .swiper .mison_box .gl {
  width: 50%;
}
@media (max-width: 1199px) {
  .mison .box .swiper .mison_box .gl {
    width: 100%;
  }
}
.mison .box .swiper .mison_box .gl .public-img:before {
  padding-top: 67.5%;
}
.mison .box .swiper .mison_box .gr {
  width: 50%;
  border: 1px solid #e6e6e6;
  padding: 0.72rem 0.8rem 0;
}
@media (max-width: 1199px) {
  .mison .box .swiper .mison_box .gr {
    width: 100%;
    padding: 0.4rem;
  }
}
.mison .box .swiper .mison_box .gr .txt h3 {
  margin-bottom: 0.25rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mison .box .swiper .mison_box .gr .txt p {
  color: #666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 4.5em;
}
.mison .box .swiper .mison_box .gr .g_num {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0.46rem;
  border-bottom: 1px solid #e6e6e6;
  margin-top: 0.32rem;
}
.mison .box .swiper .mison_box .gr .g_num .g_num_it {
  margin-right: 0.6rem;
}
@media (max-width: 767px) {
  .mison .box .swiper .mison_box .gr .g_num .g_num_it {
    margin-bottom: 0.4rem;
  }
}
.mison .box .swiper .mison_box .gr .g_num .g_num_it span {
  color: #003686;
  line-height: 1;
}
.mison .box .swiper .mison_box .gr .g_num .g_num_it p {
  margin-top: 0.12rem;
}
.mison .box .swiper .mison_pn {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding-bottom: 0.8rem;
  z-index: 10;
}
@media (max-width: 1199px) {
  .mison .box .swiper .mison_pn {
    bottom: 0;
    padding: 0;
  }
}
.mison .box .swiper .mison_pn .mison_pn_box {
  padding-left: 0.8rem;
  width: 50%;
  display: flex;
}
@media (max-width: 1199px) {
  .mison .box .swiper .mison_pn .mison_pn_box {
    width: 100%;
    padding: 0;
    justify-content: center;
  }
}
.mison .box .swiper .mison_pn .swiper-button-prev,
.mison .box .swiper .mison_pn .swiper-button-next {
  position: initial;
  margin-right: 0.1rem;
}
@media (max-width: 767px) {
  .mison .box .swiper .mison_pn .swiper-button-prev,
  .mison .box .swiper .mison_pn .swiper-button-next {
    width: 0.7rem;
    height: 0.7rem;
  }
}
.mistw {
  padding: 1.15rem 0 0;
}
.mistw .box {
  margin-top: 0.56rem;
}
@media (max-width: 767px) {
  .mistw .box .swiper {
    padding-right: 1px;
  }
}
.mistw .box .mistw_swi:hover .public-img img {
  transform: scale(1.05);
}
.mistw .box .mistw_swi:hover .txt h3 {
  color: #003686 !important;
}
.mistw .box .mistw_swi .public-img:before {
  padding-top: 96%;
}
.mistw .box .mistw_swi .txt {
  border: 1px solid #e6e6e6;
  padding: 0.36rem 0.4rem;
}
.mistw .box .swi_b {
  margin-top: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mistw .box .swi_b .swip2_pag {
  position: initial;
  width: 91.875%;
  background: #e6e6e6;
  height: 2px;
}
.mistw .box .swi_b .swip2_pag .swiper-pagination-progressbar-fill {
  background: #003686;
}
.mistw .box .swi_b .g_qie {
  display: flex;
}
.mistw .box .swi_b .g_qie .swiper-button-prev,
.mistw .box .swi_b .g_qie .swiper-button-next {
  position: initial;
  margin-left: 0.1rem;
}
@media (max-width: 767px) {
  .mistw .box .swi_b .g_qie .swiper-button-prev,
  .mistw .box .swi_b .g_qie .swiper-button-next {
    width: 0.7rem;
    height: 0.7rem;
  }
}
.misth {
  padding: 1.15rem 0 0;
}
.misth .box {
  margin-top: 0.56rem;
}
.misth .box .mistw_swi .public-img:before {
  padding-top: 40%;
}
.misth .box .mistw_swi .txt {
  padding: 0.32rem 1.4rem 0.12rem 0;
}
.misth .box .swi_b {
  position: absolute;
  right: 0;
  bottom: 0;
}
.misth .box .swi_b .g_qie {
  display: flex;
}
.misth .box .swi_b .swiper-button-prev,
.misth .box .swi_b .swiper-button-next {
  position: initial;
  margin-left: 0.1rem;
}
@media (max-width: 767px) {
  .misth .box .swi_b .swiper-button-prev,
  .misth .box .swi_b .swiper-button-next {
    width: 0.7rem;
    height: 0.7rem;
  }
}
.misfo {
  padding: 1.2rem 0;
}
.misfo .box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .misfo .box {
    flex-direction: column-reverse;
  }
}
.misfo .box .gl {
  width: 50%;
  padding: 0.2rem 0.8rem;
  display: flex;
  align-items: center;
  border: 1px solid #e6e6e6;
}
@media (max-width: 991px) {
  .misfo .box .gl {
    padding: 0.4rem;
  }
}
@media (max-width: 767px) {
  .misfo .box .gl {
    width: 100%;
  }
}
.misfo .box .gl h2 {
  font-weight: bold;
  color: #003686;
  line-height: 115%;
}
@media (max-width: 991px) {
  .misfo .box .gl h2 br {
    display: none;
  }
}
.misfo .box .gr {
  width: 50%;
}
@media (max-width: 767px) {
  .misfo .box .gr {
    width: 100%;
  }
}
.misfo .box .gr .public-img:before {
  padding-top: 67.5%;
}
/* 发展历程 */
.devon {
  padding: 1.2rem 0;
}
.devon .box {
  position: relative;
}
.devon .box .item {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
@media (max-width: 767px) {
  .devon .box .item {
    justify-content: flex-end !important;
  }
}
.devon .box .item.on .bbox .i2 {
  height: 100%;
}
.devon .box .item.on .bbox .year {
  background: #003686;
}
.devon .box .item.on .bbox .year .img .img1 {
  display: none;
}
.devon .box .item.on .bbox .year .img .img2 {
  display: block;
}
.devon .box .item.on .bbox .txt span {
  color: #003686;
}
@media (min-width: 768px) {
  .devon .box .item:nth-child(2n) {
    justify-content: flex-start;
  }
  .devon .box .item:nth-child(2n) .bbox .g_itbox {
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .devon .box .item:nth-child(2n) .bbox i {
    left: auto;
    right: -2px;
  }
  .devon .box .item:nth-child(2n) .bbox .year {
    margin: 0 0 0 0.2rem;
    transform: translateX(50%);
  }
}
.devon .box .item:last-child .bbox i {
  display: none;
}
.devon .box .item .bbox {
  z-index: 10;
  display: flex;
  width: 50%;
  position: relative;
  padding-bottom: 1.2rem;
}
@media (max-width: 767px) {
  .devon .box .item .bbox {
    width: 90%;
  }
}
.devon .box .item .bbox > i {
  position: absolute;
  width: 4px;
  height: 100%;
  left: -2px;
  top: 0;
  display: block;
  background: #e6e6e6;
}
.devon .box .item .bbox .i2 {
  transition: all 0.2s;
  height: 0;
  background: #003686;
}
.devon .box .item .bbox .g_itbox {
  width: 100%;
  display: flex;
}
.devon .box .item .bbox .year {
  flex-shrink: 0;
  margin-right: 0.2rem;
  position: relative;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background: #e6e6e6;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .devon .box .item .bbox .year {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0;
  }
}
.devon .box .item .bbox .year .img {
  z-index: 10;
  position: absolute;
  width: 1.18rem;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.devon .box .item .bbox .year .img .img2 {
  display: none;
}
.devon .box .item .bbox .year p {
  color: #fff;
}
.devon .box .item .bbox .txt {
  padding: 0.3rem 0 0;
}
.devon .box .item .bbox .txt span {
  transition: all 0.4s;
  display: block;
  line-height: 1.1;
  font-weight: bold;
}
.devon .box .item .bbox .txt .g_p {
  color: #666;
  margin-top: 0.14rem;
}
/* 解决方案 */
.solon {
  padding: 1.2rem 0;
}
.solon .solon_tit {
  padding-bottom: 0.56rem;
  border-bottom: 1px solid #E6E6E6;
}
.solon .solon_tit .solon_a {
  display: flex;
}
@media (max-width: 1199px) {
  .solon .solon_tit .solon_a {
    overflow: auto;
    justify-content: flex-start;
  }
}
.solon .solon_tit .solon_a a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 1.4rem;
  height: 0.5rem;
  border: 1px solid #e6e6e6;
  margin: 0 0.2rem 0 0;
  padding: 0 0.2rem;
  color: #595757;
  transition: all 0.4s;
  position: relative;
}
@media (max-width: 1199px) {
  .solon .solon_tit .solon_a a {
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .solon .solon_tit .solon_a a {
    height: 0.6rem;
  }
}
.solon .solon_tit .solon_a a.on,
.solon .solon_tit .solon_a a:hover {
  color: #fff;
  background: #003686;
}
.solon .solon_tit .g_p {
  margin-top: 0.28rem;
  color: #666666;
}
.public-news-list2 .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.public-news-list2 .swiper-wrapper .swiper-slide {
  margin-top: 0.4rem;
  width: calc((100% - 0.4rem) / 2);
}
@media (max-width: 767px) {
  .public-news-list2 .swiper-wrapper .swiper-slide {
    width: 100%;
  }
}
.public-news-list2 .swiper-wrapper .swiper-slide .pimg::before {
  padding-top: 58.97435897%;
}
.public-news-list2 .swiper-wrapper .swiper-slide .ptext {
  padding: 0.45rem 0.5rem;
  border: solid 1px #e6e6e6;
}
.public-news-list2 .swiper-wrapper .swiper-slide .ptext .pcn1 {
  color: #000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.public-news-list2 .swiper-wrapper .swiper-slide .ptext .pcn2 {
  margin-top: 0.16rem;
  color: #666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.375em;
  height: 2.75em;
}
.public-news-list2 .swiper-wrapper .swiper-slide .ptext .pcn3 {
  width: 100%;
  height: 1px;
  margin-top: 0.3rem;
  background-color: #e6e6e6;
  position: relative;
}
.public-news-list2 .swiper-wrapper .swiper-slide .ptext .pcn3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #003686;
  transition: all 0.5s;
}
.public-news-list2 .swiper-wrapper .swiper-slide .ptext .pcn4 {
  margin-top: 0.4rem;
}
.public-news-list2 .swiper-wrapper .swiper-slide .ptext .g_lab {
  margin: 0.26rem 0 0;
  display: flex;
  flex-wrap: wrap;
}
.public-news-list2 .swiper-wrapper .swiper-slide .ptext .g_lab span {
  padding: 0.06rem 0.16rem;
  background: #f5f5f5;
  color: #666;
  font-size: 12px;
  margin: 0 0.1rem 0.05rem 0;
}
@media (max-width: 1580px) {
  .public-news-list2 .swiper-wrapper .swiper-slide .ptext .g_lab span {
    font-size: 10px;
  }
}
.public-news-list2 .swiper-wrapper .swiper-slide .ptext .g_lab span:last-child {
  margin-right: 0;
}
.public-news-list2 .swiper-wrapper .swiper-slide .ptext .g_lab span:hover {
  color: #003686;
}
.public-news-list2 .swiper-wrapper .swiper-slide:hover .pimg img {
  transform: scale(1.05);
}
.public-news-list2 .swiper-wrapper .swiper-slide:hover .ptext .pcn1 {
  color: #003686;
}
.public-news-list2 .swiper-wrapper .swiper-slide:hover .ptext .pcn3::before {
  width: 100%;
}
.public-news-list2 .swiper-wrapper .swiper-slide:hover .ptext .pcn4 {
  color: #003686;
}
.public-news-list2 .swiper-wrapper .swiper-slide:hover .ptext .pcn4 svg path {
  fill: #003686;
}
.public-news-list2-two .swiper-wrapper .swiper-slide {
  width: calc((100% - 1rem) / 3);
}
@media (max-width: 991px) {
  .public-news-list2-two .swiper-wrapper .swiper-slide {
    margin-right: 0;
    width: calc(50% - 0.25rem);
  }
}
@media (max-width: 767px) {
  .public-news-list2-two .swiper-wrapper .swiper-slide {
    width: 100%;
  }
}
.public-news-list2-two .swiper-wrapper .swiper-slide:nth-child(3n) {
  margin-right: 0;
}
.public-news-list2-two .swiper-wrapper .swiper-slide:nth-child(4) {
  display: none;
}
@media (max-width: 991px) {
  .public-news-list2-two .swiper-wrapper .swiper-slide:nth-child(4) {
    display: block;
  }
}
.g_more {
  margin-top: 0.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.g_more .g_i {
  display: flex;
  justify-content: center;
}
.g_more .g_i i {
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  display: block;
  background: #003686;
  margin: 0 5px;
}
@media (max-width: 767px) {
  .g_more .g_i i {
    width: 0.16rem;
    height: 0.16rem;
  }
}
.g_more .g_i .i2 {
  opacity: 0.5;
}
.g_more .g_i .i3 {
  opacity: 0.2;
}
.g_more p {
  margin-top: 0.2rem;
  color: #003686;
}
/* 方案详情 */
.pinfotw2 {
  padding: 0.4rem 0 1.2rem;
}
.pinfotw2 .sinfo_tit {
  margin-bottom: 1.2rem;
  background: #ecf0f6;
  padding: 0.9rem 0.46rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  text-align: center;
}
.pinfotw2 .sinfo_tit img {
  flex-shrink: 0;
  width: 0.48rem;
  height: auto;
  opacity: 0.1;
}
.pinfotw2 .sinfo_tit h1 {
  color: #003686;
  padding: 0 0.2rem;
}
.sinfoon .g_p {
  margin-bottom: 0.28rem;
}
.sinfoon .g_p p {
  color: #666;
}
.sinfoon .g_img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .sinfoon .g_img {
    flex-direction: column;
  }
}
.sinfoon .g_img > .public-img {
  margin-bottom: 0.45rem;
  width: calc(50% - 0.25rem);
}
@media (max-width: 767px) {
  .sinfoon .g_img > .public-img {
    width: 100%;
  }
}
.sinfoon .g_img > .public-img:before {
  padding-top: 60%;
}
.sinfotw .item {
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .sinfotw .item {
    width: 100%;
  }
}
.sinfotw .item .itembox {
  border: 1px solid #e6e6e6;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  min-height: 3rem;
}
@media (max-width: 767px) {
  .sinfotw .item .itembox {
    flex-direction: column;
  }
}
.sinfotw .item .itembox:hover .public-img img {
  transform: translateY(-50%) scale(1.05) !important;
}
.sinfotw .item .itembox:hover .txt h3 {
  color: #003686 !important;
}
.sinfotw .item .itembox .img {
  background: url(../images/solution10.jpg) no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.15rem;
  border-right: 1px solid #e6e6e6;
  width: 47.61904762%;
}
@media (max-width: 767px) {
  .sinfotw .item .itembox .img {
    width: 100%;
    padding: 0.5rem 1rem;
  }
}
.sinfotw .item .itembox .img .public-img {
  width: 100%;
  overflow: initial;
}
.sinfotw .item .itembox .img .public-img:before {
  padding-top: 60%;
}
@media (max-width: 767px) {
  .sinfotw .item .itembox .img .public-img:before {
    padding-top: 100%;
  }
}
.sinfotw .item .itembox .img .public-img img {
  /* box-shadow: 0 0.25rem 0.25rem rgba(135,135,135,0.25); */
  object-fit: contain;
  /* height: auto; */
  top: 50%;
  transform: translateY(-50%);
}
.sinfotw .item .itembox .txt {
  width: 52.38095238%;
  transition: all 0.4s;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0.3rem 0.8rem;
}
@media (max-width: 767px) {
  .sinfotw .item .itembox .txt {
    width: 100%;
    padding: 0.4rem;
  }
}
.sinfotw .item .itembox .txt .txt_t h3 {
  font-weight: bold;
}
.sinfotw .item .itembox .txt .txt_t p {
  color: #666;
  margin-top: 0.12rem;
}
.sinfotw .item .itembox .txt .g_more {
  transition: all 0.4s;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  margin-top: 0.2rem;
}
.sinfotw .item .itembox .txt .g_more p {
  margin-top: 0;
  white-space: nowrap;
  color: #000;
}
.sinfotw .item .itembox .txt .g_more p svg path,
.sinfotw .item .itembox .txt .g_more p img path {
  fill: #000;
}
.sol_hot {
  padding: 0 0 1.2rem;
}
/* 应用案例 */
.caseon .swiper-wrapper {
  margin-top: -0.4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.caseon .swiper-wrapper .swiper-slide {
  margin-top: 0.4rem;
  width: calc((100% - 0.4rem) / 2);
}
@media (max-width: 767px) {
  .caseon .swiper-wrapper .swiper-slide {
    width: 100%;
  }
}
.caseon .swiper-wrapper .swiper-slide .pimg::before {
  padding-top: 60%;
}
.caseon .swiper-wrapper .swiper-slide .ptext {
  padding: 0.45rem 0.5rem;
  border: solid 1px #e6e6e6;
}
.caseon .swiper-wrapper .swiper-slide .ptext .pcn1 {
  color: #000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.caseon .swiper-wrapper .swiper-slide .ptext .pcn2 {
  margin-top: 0.16rem;
  color: #666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.375em;
  height: 2.75em;
}
.caseon .swiper-wrapper .swiper-slide .ptext .pcn3 {
  width: 100%;
  height: 1px;
  margin-top: 0.25rem;
  background-color: #e6e6e6;
  position: relative;
}
.caseon .swiper-wrapper .swiper-slide .ptext .pcn3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #003686;
  transition: all 0.5s;
}
.caseon .swiper-wrapper .swiper-slide .ptext .pcn4 {
  margin-top: 0.4rem;
}
.caseon .swiper-wrapper .swiper-slide .ptext .g_lab {
  margin: 0.26rem 0 0;
  display: flex;
  flex-wrap: wrap;
}
.caseon .swiper-wrapper .swiper-slide .ptext .g_lab span {
  padding: 0.06rem 0.16rem;
  background: #f5f5f5;
  color: #666;
  font-size: 12px;
  margin: 0 0.1rem 0.05rem 0;
}
@media (max-width: 1580px) {
  .caseon .swiper-wrapper .swiper-slide .ptext .g_lab span {
    font-size: 10px;
  }
}
.caseon .swiper-wrapper .swiper-slide .ptext .g_lab span:last-child {
  margin-right: 0;
}
.caseon .swiper-wrapper .swiper-slide .ptext .g_lab span:hover {
  color: #003686;
}
.caseon .swiper-wrapper .swiper-slide:hover .pimg img {
  transform: scale(1.05);
}
.caseon .swiper-wrapper .swiper-slide:hover .ptext .pcn1 {
  color: #003686;
}
.caseon .swiper-wrapper .swiper-slide:hover .ptext .pcn3::before {
  width: 100%;
}
.caseon .swiper-wrapper .swiper-slide:hover .ptext .pcn4 {
  color: #003686;
}
.caseon .swiper-wrapper .swiper-slide:hover .ptext .pcn4 svg path {
  fill: #003686;
}
/* 案例详情 */
.cinfoon {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cinfoon .item {
  background: #f5f5f5;
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.3rem;
  width: calc(50% - 0.15rem);
  padding: 0.4rem 0.5rem 0.32rem 0.4rem;
}
.cinfoon .item:nth-child(2n) {
  background: #ecf0f6;
}
@media (max-width: 767px) {
  .cinfoon .item {
    width: 100%;
  }
}
.cinfoon .item .g_l {
  margin-right: 0.2rem;
  flex-shrink: 0;
}
.cinfoon .item .g_l i {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  width: 0.3rem;
  height: auto;
  color: #999;
}
@media (max-width: 1580px) {
  .cinfoon .item .g_l i {
    margin-top: 0.05rem;
  }
}
@media (max-width: 1199px) {
  .cinfoon .item .g_l i {
    width: 0.22rem;
    margin-top: 2px;
  }
}
@media (max-width: 991px) {
  .cinfoon .item .g_l i {
    width: 0.32rem;
  }
}
.cinfoon .item .g_l i svg,
.cinfoon .item .g_l i img {
  width: 100%;
  height: auto;
}
.cinfoon .item .g_l i svg path,
.cinfoon .item .g_l i img path {
  fill: #999;
}
.cinfoon .item .g_r h3 {
  margin-bottom: 0.25rem;
  line-height: 1.25;
}
.cinfoon .item .g_r p {
  color: #666;
}
.cinfotw .item {
  border: 1px solid #e6e6e6;
  background: none !important;
}
.cinfoth {
  box-shadow: 0 0 0.1rem rgba(4, 0, 0, 0.1);
  padding: 0.56rem 0.6rem 0.4rem;
}
.cinfoth .cinfoth_t {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 0.25rem;
}
.cinfoth .cinfoth_t img {
  margin-left: 0.45rem;
  margin-top: 0.05rem;
  flex-shrink: 0;
  width: 0.34rem;
  height: auto;
}
.cinfoth .cinfoth_b i {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  color: #003686;
}
@media (max-width: 1199px) {
  .cinfoth .cinfoth_b i {
    width: 0.22rem;
  }
}
@media (max-width: 767px) {
  .cinfoth .cinfoth_b i {
    width: 0.26rem;
  }
}
.cinfoth .cinfoth_b i svg,
.cinfoth .cinfoth_b i img {
  width: 100%;
  height: auto;
}
.cinfoth .cinfoth_b i svg path,
.cinfoth .cinfoth_b i img path {
  fill: #003686;
}
.cinfoth .cinfoth_b .cinfoth_box {
  margin-top: 0.3rem;
  display: flex;
  flex-wrap: wrap;
}
.cinfoth .cinfoth_b .cinfoth_box .item {
  padding: 0 0.2rem 0.2rem 0;
  width: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .cinfoth .cinfoth_b .cinfoth_box .item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cinfoth .cinfoth_b .cinfoth_box .item {
    width: 100%;
  }
}
.cinfoth .cinfoth_b .cinfoth_box .item .public-img {
  margin-right: 0.3rem;
  border-radius: 50%;
  border: 1px solid #e6e6e6;
  width: 1.2rem;
}
@media (max-width: 767px) {
  .cinfoth .cinfoth_b .cinfoth_box .item .public-img {
    width: 1.4rem;
  }
}
.cinfofo {
  display: flex;
  justify-content: space-between;
  height: 480px;
  width: 100%;
}
@media (max-width: 1580px) {
  .cinfofo {
    height: 420px;
  }
}
@media (max-width: 1199px) {
  .cinfofo {
    height: 320px;
  }
}
@media (max-width: 767px) {
  .cinfofo {
    height: auto;
    flex-direction: column;
  }
}
.cinfofo .gallery-thumbs {
  margin: 0;
  width: 76.19047619%;
}
@media (max-width: 767px) {
  .cinfofo .gallery-thumbs {
    width: 100%;
  }
}
.cinfofo .gallery-thumbs .public-img {
  height: 100%;
}
.cinfofo .gallery-thumbs .public-img:before {
  padding-top: 60%;
}
.cinfofo .gallery-thumbs .g_qie .pub_prev {
  left: 0.2rem;
}
.cinfofo .gallery-thumbs .g_qie .pub_next {
  right: 0.2rem;
}
.cinfofo .gallery-top {
  height: 100%;
  width: 19.04761905%;
  margin: 0;
}
@media (max-width: 767px) {
  .cinfofo .gallery-top {
    width: 100%;
    margin-top: 0.4rem;
  }
}
@media (max-width: 767px) {
  .cinfofo .gallery-top .img {
    border: 1px solid transparent;
  }
}
.cinfofo .gallery-top .img .public-img:before {
  padding-top: 60%;
}
.cinfofo .gallery-top .swiper-slide {
  height: auto;
}
.cinfofo .gallery-top .swiper-slide-thumb-active .img {
  padding: 2px;
  border: 2px solid #003686;
}
@media (max-width: 767px) {
  .cinfofo .gallery-top .swiper-slide-thumb-active .img {
    padding: 0;
    border: 1px solid #003686;
  }
}
/* 新闻中心 */
.newon {
  padding: 0.5rem 0 0.6rem;
}
.newon .box {
  margin-top: 0.56rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .newon .box .swiper {
    padding: 0 0 1rem;
  }
}
@media (max-width: 767px) {
  .newon .box .swiper {
    padding-right: 1px;
  }
}
.newon .box .swiper .mison_box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .newon .box .swiper .mison_box {
    flex-direction: column;
  }
}
.newon .box .swiper .mison_box .gl {
  width: 50%;
}
@media (max-width: 1199px) {
  .newon .box .swiper .mison_box .gl {
    width: 100%;
  }
}
.newon .box .swiper .mison_box .gl .public-img:before {
  padding-top: 60%;
}
.newon .box .swiper .mison_box .gr {
  width: 50%;
  border: 1px solid #e6e6e6;
  padding: 0.72rem 0.8rem 0;
}
@media (max-width: 1199px) {
  .newon .box .swiper .mison_box .gr {
    width: 100%;
    padding: 0.4rem;
  }
}
.newon .box .swiper .mison_box .gr .txt span {
  display: block;
  margin-bottom: 0.24rem;
  color: #999;
}
.newon .box .swiper .mison_box .gr .txt h3 {
  line-height: 1.2;
  margin-bottom: 0.42rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 2.4em;
}
.newon .box .swiper .mison_box .gr .g_a {
  padding-bottom: 0.36rem;
  border-bottom: 1px solid #E6E6E6;
}
.newon .box .swiper .mison_pn {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding-bottom: 0.8rem;
  z-index: 10;
}
@media (max-width: 1199px) {
  .newon .box .swiper .mison_pn {
    bottom: 0;
    padding: 0;
  }
}
.newon .box .swiper .mison_pn .mison_pn_box {
  padding-left: 0.8rem;
  width: 50%;
  display: flex;
}
@media (max-width: 1199px) {
  .newon .box .swiper .mison_pn .mison_pn_box {
    width: 100%;
    padding: 0;
    justify-content: center;
  }
}
.newon .box .swiper .mison_pn .swiper-button-prev,
.newon .box .swiper .mison_pn .swiper-button-next {
  position: initial;
  margin-right: 0.1rem;
}
@media (max-width: 767px) {
  .newon .box .swiper .mison_pn .swiper-button-prev,
  .newon .box .swiper .mison_pn .swiper-button-next {
    width: 0.7rem;
    height: 0.7rem;
  }
}
.g_tit_fil {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .g_tit_fil {
    flex-direction: column;
    align-items: flex-start;
  }
}
.g_tit_fil .newtw_filter {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 1199px) {
  .g_tit_fil .newtw_filter {
    flex-wrap: wrap;
    overflow: auto;
    justify-content: flex-start;
  }
}
@media (max-width: 991px) {
  .g_tit_fil .newtw_filter {
    margin-bottom: 0.4rem;
  }
}
.g_tit_fil .newtw_filter a {
  display: inline-flex;
  align-items: center;
  margin: 0 0.78rem 0 0;
  padding: 0 0 0.1rem 0;
  color: #666;
  transition: all 0.4s;
  position: relative;
}
@media (max-width: 1199px) {
  .g_tit_fil .newtw_filter a {
    white-space: nowrap;
    margin: 0 0.3rem 0.1rem 0;
  }
}
.g_tit_fil .newtw_filter a.on {
  color: #003686;
}
.g_tit_fil .newtw_filter a.on::after {
  opacity: 1;
}
.g_tit_fil .newtw_filter a::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  opacity: 0;
  transition: all 0.4s;
  width: 100%;
  height: 2px;
  background: #003686;
}
@media (max-width: 1199px) {
  .g_tit_fil .newtw_filter a::after {
    bottom: 0;
  }
}
@media (max-width: 991px) {
  .g_tit_fil form {
    width: 100%;
  }
}
.g_tit_fil form .search_box {
  width: 5rem;
  height: 0.5rem;
  background: #fff;
  border: 1px solid #E6E6E6;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .g_tit_fil form .search_box {
    width: 100%;
    height: 0.65rem;
  }
}
@media (max-width: 767px) {
  .g_tit_fil form .search_box {
    height: 0.8rem;
  }
}
.g_tit_fil form .search_box input {
  padding: 0 0.2rem;
  width: 100%;
  color: #333;
}
.g_tit_fil form .search_box button {
  display: inline-flex;
  flex-shrink: 0;
  margin-right: 0.2rem;
  width: 0.2rem;
  height: auto;
}
@media (max-width: 767px) {
  .g_tit_fil form .search_box button {
    width: 0.3rem;
  }
}
.g_tit_fil form .search_box button svg {
  width: 100%;
  height: auto;
}
.g_tit_fil form .search_box button svg path {
  fill: #000;
}
.newtw {
  padding-bottom: 1.2rem;
}
.newtw .g_tit {
  position: relative;
  z-index: 10;
}
.newtw .g_tit .filter {
  margin-top: 0.6rem;
}
.newtw .g_tit .filter .g_a {
  display: flex;
  justify-content: center;
}
.newtw .g_tit .filter .g_a a {
  display: inline-flex;
  align-items: center;
  padding: 0 0.22rem;
  background: #f5f5f5;
  color: #666;
  margin: 0 0.1rem;
  height: 0.4rem;
}
@media (max-width: 991px) {
  .newtw .g_tit .filter .g_a a {
    height: 0.6rem;
  }
}
@media (max-width: 767px) {
  .newtw .g_tit .filter .g_a a {
    height: 0.7rem;
    padding: 0 0.3rem;
  }
}
.newtw .g_tit .filter .g_a a:hover {
  color: #003686;
}
.newtw .g_tit .filter .g_a a.on {
  background: #003686;
  color: #fff;
}
.newtw .g_tit .filter .g_p {
  text-align: center;
  margin: 0.26rem 0 0;
}
.newtw .g_tit .filter .g_p p {
  color: #666;
}
.newtw .g_tit .filter .g_p p span {
  color: #003686;
}
.newtw .box {
  margin-top: -0.35rem;
}
.public-news-list-block .swiper-wrapper .swiper-slide {
  display: block !important;
}
/* 标签列表 */
.nlabon {
  padding: 0.5rem 0 1.2rem;
}
.nlabtw {
  padding: 0 0 1.2rem;
}
.nlabtw .box .filter {
  margin-top: 0.6rem;
}
.nlabtw .box .filter .g_a {
  display: flex;
  justify-content: center;
}
.nlabtw .box .filter .g_a a {
  display: inline-flex;
  align-items: center;
  padding: 0 0.22rem;
  background: #f5f5f5;
  color: #666;
  margin: 0 0.1rem;
  height: 0.4rem;
}
@media (max-width: 991px) {
  .nlabtw .box .filter .g_a a {
    height: 0.6rem;
  }
}
@media (max-width: 767px) {
  .nlabtw .box .filter .g_a a {
    height: 0.7rem;
    padding: 0 0.3rem;
  }
}
.nlabtw .box .filter .g_a a:hover {
  color: #003686;
}
.nlabtw .box .filter .g_a a.on {
  background: #003686;
  color: #fff;
}
/* 新闻详情 */
.ninfoon {
  background: #f5f5f5;
}
.ninfoon .g_tit {
  padding: 0.48rem 0 0.78rem;
}
.ninfoon .g_tit h1 {
  text-align: center;
}
.ninfoon .g_tit .g_lab {
  margin-top: 0.3rem;
  display: flex;
  justify-content: center;
}
.ninfoon .g_tit .g_lab .g_lab_it {
  display: flex;
  align-items: center;
  margin: 0 0.2rem;
}
@media (max-width: 991px) {
  .ninfoon .g_tit .g_lab .g_lab_it {
    flex-wrap: wrap;
    margin: 0 0.2rem 0.1rem;
  }
}
.ninfoon .g_tit .g_lab .g_lab_it i {
  margin-right: 0.14rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.16rem;
  height: auto;
  color: #003686;
}
@media (max-width: 1199px) {
  .ninfoon .g_tit .g_lab .g_lab_it i {
    width: 0.22rem;
  }
}
@media (max-width: 767px) {
  .ninfoon .g_tit .g_lab .g_lab_it i {
    width: 0.26rem;
  }
}
.ninfoon .g_tit .g_lab .g_lab_it i svg,
.ninfoon .g_tit .g_lab .g_lab_it i img {
  width: 100%;
  height: auto;
}
.ninfoon .g_tit .g_lab .g_lab_it i svg path,
.ninfoon .g_tit .g_lab .g_lab_it i img path {
  fill: #6a6a6a;
}
.ninfoon .g_tit .g_lab .g_lab_it p {
  color: #666;
}
.ninfotw {
  padding: 1.15rem 0 1.2rem;
}
.ninfotw .box {
  padding: 0 2rem 1.2rem;
  border-bottom: 1px solid #E6E6E6;
}
@media (max-width: 991px) {
  .ninfotw .box {
    padding: 0 0 1.2rem;
  }
}
.ninfotw .box .g_fx {
  margin-top: 0.3rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .ninfotw .box .g_fx {
    flex-direction: column;
    margin-top: 1rem;
  }
}
.ninfotw .box .g_fx .g_a {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .ninfotw .box .g_fx .g_a {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
.ninfotw .box .g_fx .g_a a {
  display: inline-flex;
  align-items: center;
  padding: 0 0.22rem;
  background: #f5f5f5;
  color: #666;
  margin: 0 0.2rem 0 0;
  height: 0.4rem;
}
@media (max-width: 991px) {
  .ninfotw .box .g_fx .g_a a {
    height: 0.6rem;
  }
}
@media (max-width: 767px) {
  .ninfotw .box .g_fx .g_a a {
    height: 0.7rem;
    padding: 0 0.3rem;
  }
}
.ninfotw .box .g_fx .g_a a:hover {
  color: #003686;
}
.ninfotw .box .g_fx .g_a a.on {
  background: #003686;
  color: #fff;
}
.ins_det_fxr_box {
  display: flex;
  align-items: center;
}
.ins_det_fxr_box * {
  transition: all 0.6s;
}
.ins_det_fxr_box > p {
  margin-right: 0;
}
.ins_det_fxr_box .bshare-custom {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ins_det_fxr_box .bshare-custom a {
  width: 0.18rem;
  height: 0.18rem;
  padding: 0;
  background: none;
  border-radius: 50%;
  margin: 0 0 0 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .ins_det_fxr_box .bshare-custom a {
    width: 0.28rem;
    height: 0.28rem;
  }
}
.ins_det_fxr_box .bshare-custom a:hover {
  background: none;
  opacity: 1;
}
.ins_det_fxr_box .bshare-custom a:hover svg path {
  fill: #003686;
}
.ins_det_fxr_box .bshare-custom a::before {
  content: '' !important;
}
@media (max-width: 767px) {
  .ins_det_fxr_box .bshare-custom a {
    width: 0.4rem;
    height: 0.4rem;
  }
}
.ins_det_fxr_box .bshare-custom a svg {
  width: 100%;
  height: auto;
  pointer-events: none;
}
.ins_det_fxr_box .bshare-custom a svg path {
  fill: #999999;
  opacity: 1;
}
.social-share .icon-wechat .wechat-qrcode {
  top: 120% !important;
  left: 50% !important;
  transform: translateX(-50%);
}
.social-share .icon-wechat .wechat-qrcode:after {
  display: none !important;
}
.bsBox {
  box-sizing: initial;
}
@media (max-width: 767px) {
  .social-share .icon-wechat .wechat-qrcode {
    transform: translateX(-33%);
  }
}
.g_pag {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 0.58rem;
  border-top: 1px solid #e1e1e1;
  margin-top: 0.6rem;
}
@media (max-width: 767px) {
  .g_pag {
    flex-direction: column;
  }
}
.g_pag .gl {
  width: 70%;
}
@media (max-width: 767px) {
  .g_pag .gl {
    width: 100%;
    margin-bottom: 0.4rem;
  }
}
.g_pag .pag_l,
.g_pag .pag_r {
  display: flex;
  align-items: center;
  width: 100%;
}
.g_pag .pag_l:hover span,
.g_pag .pag_r:hover span {
  color: #003686;
}
.g_pag .pag_l:hover p,
.g_pag .pag_r:hover p {
  color: #003686;
}
.g_pag .pag_l span,
.g_pag .pag_r span {
  flex-shrink: 0;
  color: #666;
  transition: all 0.4s;
}
.g_pag .pag_l p,
.g_pag .pag_r p {
  transition: all 0.4s;
  width: 100%;
  color: #666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* 联系我们 */
.conon {
  padding: 1.2rem 0 0;
}
.conon .g_t {
  padding-bottom: 1.2rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .conon .g_t {
    flex-direction: column-reverse;
  }
}
.conon .g_t .gl {
  width: 50%;
  border: 1px solid #E6E6E6;
  padding: 0.75rem 1.5rem 0.48rem 0.8rem;
}
@media (max-width: 991px) {
  .conon .g_t .gl {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .conon .g_t .gl {
    padding: 0.4rem;
  }
}
.conon .g_t .gl h2 {
  font-weight: bold;
  color: #003686;
  margin-bottom: 0.4rem;
  line-height: 1.2;
}
.conon .g_t .gr {
  width: 50%;
}
@media (max-width: 991px) {
  .conon .g_t .gr {
    width: 100%;
  }
}
.conon .g_t .gr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.conon .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .conon .box {
    flex-direction: column;
  }
}
.conon .box .item {
  margin-bottom: 1.15rem;
  width: calc(50% - 0.5rem);
}
@media (max-width: 767px) {
  .conon .box .item {
    width: 100%;
  }
}
.conon .box .item h3 {
  padding-bottom: 0.36rem;
  border-bottom: 1px solid #E6E6E6;
}
.conon_box .conon_it {
  display: flex;
  margin-top: 0.4rem;
}
.conon_box .conon_it i {
  margin-right: 0.2rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.6rem;
  height: 0.6rem;
  background: #003686;
  border-radius: 50%;
  color: #003686;
}
@media (max-width: 767px) {
  .conon_box .conon_it i {
    width: 0.9rem;
    height: 0.9rem;
  }
}
.conon_box .conon_it i svg,
.conon_box .conon_it i img {
  width: calc(22/60*100%);
  height: auto;
}
.conon_box .conon_it i svg path,
.conon_box .conon_it i img path {
  fill: #fff;
}
.conon_box .conon_it .txt span {
  color: #003686;
  font-weight: bold;
}
.contw {
  background: #f5f5f5;
  padding: 1.15rem 0 0.95rem;
}
.contw .g_labg {
  margin-top: 0.26rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contw .g_labg i {
  margin-right: 0.1rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.18rem;
  height: auto;
  color: #003686;
}
@media (max-width: 1199px) {
  .contw .g_labg i {
    width: 0.22rem;
  }
}
@media (max-width: 767px) {
  .contw .g_labg i {
    width: 0.26rem;
  }
}
.contw .g_labg i svg,
.contw .g_labg i img {
  width: 100%;
  height: auto;
}
.contw .g_labg i svg path,
.contw .g_labg i img path {
  fill: #003686;
}
.contw .box {
  margin-top: 0.58rem;
}
.contw .box form {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .contw .box form {
    flex-direction: column;
  }
}
.contw .box form .gl {
  width: calc(50% - 0.2rem);
}
@media (max-width: 991px) {
  .contw .box form .gl {
    width: 100%;
  }
}
.contw .box form .gr {
  width: calc(50% - 0.2rem);
}
@media (max-width: 991px) {
  .contw .box form .gr {
    width: 100%;
  }
}
.contw .box form .inp_box {
  width: 100%;
  margin-bottom: 0.28rem;
}
@media (max-width: 767px) {
  .contw .box form .inp_box {
    margin-bottom: 0.4rem;
  }
}
.contw .box form .inp_box .inp_txt {
  margin-bottom: 0.18rem;
}
.contw .box form .inp_box .inp_txt p {
  font-weight: bold;
}
.contw .box form .inp_box .inp_txt p span {
  color: #c00000;
}
.contw .box form .inp_box input {
  padding: 0 0.2rem;
  width: 100%;
  height: 0.5rem;
  background: #fff;
  border: 1px solid #E6E6E6;
}
@media (max-width: 767px) {
  .contw .box form .inp_box input {
    height: 0.8rem;
  }
}
.contw .box form .inp_box .sot_select_nr .sel_text_x {
  height: 0.5rem;
}
@media (max-width: 767px) {
  .contw .box form .inp_box .sot_select_nr .sel_text_x {
    height: 0.8rem;
  }
}
.contw .box form .inptext {
  margin-bottom: 0.16rem;
}
.contw .box form .inptext textarea {
  border: 1px solid #E6E6E6;
  background: #fff;
  width: 100%;
  height: 1.7rem;
  padding: 0.13rem 0.18rem;
}
@media (max-width: 767px) {
  .contw .box form .inptext textarea {
    height: 2.2rem;
  }
}
.contw .box form .g_lab {
  padding-right: 0.45rem;
  margin-bottom: 0.15rem;
  line-height: 1.3;
  color: #666;
}
@media (max-width: 767px) {
  .contw .box form .g_lab {
    margin-bottom: 0.4rem;
  }
}
.contw .box form .g_lab label {
  display: flex;
  align-items: flex-start;
}
.contw .box form .g_lab label.on i {
  background: #003686;
  color: #003686;
  border-color: #003686;
}
.contw .box form .g_lab i {
  margin-top: 0;
  flex-shrink: 0;
  transition: all 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E6E6E6;
  width: 16px;
  height: 16px;
  color: transparent;
  margin-top: 2px;
  margin-right: 0.14rem;
}
@media (max-width: 1580px) {
  .contw .box form .g_lab i {
    width: 14px;
    height: 14px;
  }
}
.contw .box form .g_lab i svg,
.contw .box form .g_lab i img {
  width: 7px;
  height: auto;
}
.contw .box form .g_lab i svg path,
.contw .box form .g_lab i img path {
  fill: #f5f5f5;
  filter: none;
}
.contw .box form .g_lab a {
  color: #003686;
}
.layui-form {
  display: flex;
  flex-wrap: wrap;
}
.layui-form .layui-input-block {
  width: 100%;
  margin: 0;
}
.layui-form .layui-input-block .layui-form-select dl {
  top: 100%;
  bottom: auto;
}
.layui-form .layui-input-block .layui-form-select dl dd.layui-this {
  background: #003686;
  color: #fff;
}
.layui-form .layui-input-block .layui-form-select .layui-input {
  height: 0.5rem;
  border: 1px solid #E6E6E6;
  color: #444;
  padding: 0 0.2rem;
}
@media (max-width: 767px) {
  .layui-form .layui-input-block .layui-form-select .layui-input {
    height: 0.8rem;
  }
}
.layui-form .layui-input-block .layui-form-select .layui-edge {
  right: 0.24rem;
  background: url(../images/b.png) no-repeat;
  background-size: contain;
  width: 7px;
  height: 5px;
  border: none;
  margin: 0;
  margin-top: 0;
}
.conth {
  padding: 1.2rem 0;
}
.conth .g_labg {
  margin: 0.26rem 0 0.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.conth .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 0.6rem;
  border-top: 1px solid #E6E6E6;
}
.conth .box .cn1 {
  width: 0.6rem;
  height: 0.6rem;
  background-color: #f5f5f5;
  transition: all 0.4s;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  margin: 0 0.1rem;
}
@media (max-width: 767px) {
  .conth .box .cn1 {
    width: 0.76rem;
    height: 0.76rem;
  }
}
.conth .box .cn1 .img {
  width: 40%;
  height: auto;
  display: flex;
  align-items: center;
}
.conth .box .cn1 .img svg,
.conth .box .cn1 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.conth .box .cn1 .img svg path,
.conth .box .cn1 .img img path {
  fill: #999;
  opacity: 1;
  stroke: none;
  transition: all 0.5s;
}
.conth .box .cn1 .cn2 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100%;
  transition: all 0.5s;
  padding-bottom: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}
.conth .box .cn1 .cn2 .cn3 {
  box-shadow: 0 0 10px #ccc;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.conth .box .cn1 .cn2 img {
  max-width: initial;
  width: 90%;
  height: 90%;
  object-fit: cover;
}
.conth .box .cn1:hover {
  background-color: #003686;
}
.conth .box .cn1:hover .img svg path {
  fill: #Fff;
}
.conth .box .cn1:hover .cn2 {
  opacity: 1;
  visibility: visible;
}
/* 加入我们 */
.joinon {
  padding: 1.2rem 0;
}
.joinon .box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .joinon .box {
    flex-direction: column-reverse;
  }
}
.joinon .box .gl {
  width: 50%;
  padding: 0.3rem 0.8rem;
  border: 1px solid #E6E6E6;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .joinon .box .gl {
    width: 100%;
    padding: 0.4rem;
  }
}
.joinon .box .gl h2 {
  font-weight: bold;
  color: #003686;
  margin-bottom: 0.1rem;
}
.joinon .box .gl .g_p {
  color: #666666;
}
.joinon .box .gl .g_p p {
  margin-top: 0.2rem;
}
.joinon .box .gr {
  width: 50%;
}
@media (max-width: 991px) {
  .joinon .box .gr {
    width: 100%;
  }
}
.joinon .box .gr .public-img:before {
  padding-top: 67.5%;
}
.jointw {
  background: #f5f5f5;
  padding: 1.15rem 0 1.2rem;
}
.jointw .box {
  margin-top: 0.56rem;
}
.jointw .box .swiper {
  padding-right: 1px;
}
@media (max-width: 767px) {
  .jointw .box .swiper {
    padding-right: 1px;
  }
}
.jointw .box .jointw_swi {
  border: 1px solid #e6e6e6;
  border-right: none;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.7rem 0.38rem 0.78rem;
}
.jointw .box .jointw_swi:hover .public-img img {
  transform: scale(1.05);
}
.jointw .box .jointw_swi:hover .txt h3 {
  color: #003686 !important;
}
.jointw .box .jointw_swi .img {
  margin-bottom: 0.24rem;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  background: #e5ebf3;
  padding: 0.1rem;
}
.jointw .box .jointw_swi .img .img_box {
  background: #003686;
  border-radius: 50%;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.jointw .box .jointw_swi .img .img_box i {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.42rem;
  height: auto;
  color: #003686;
}
@media (max-width: 1199px) {
  .jointw .box .jointw_swi .img .img_box i {
    width: 0.32rem;
  }
}
@media (max-width: 767px) {
  .jointw .box .jointw_swi .img .img_box i {
    width: 0.26rem;
  }
}
.jointw .box .jointw_swi .img .img_box i svg,
.jointw .box .jointw_swi .img .img_box i img {
  width: 100%;
  height: auto;
}
.jointw .box .jointw_swi .img .img_box i svg path,
.jointw .box .jointw_swi .img .img_box i img path {
  fill: #fff;
}
.jointw .box .jointw_swi .txt {
  text-align: center;
}
.jointw .box .jointw_swi .txt h3 {
  margin-bottom: 0.22rem;
  font-weight: bold;
  transition: all 0.4s;
}
.jointw .box .jointw_swi .txt p {
  color: #666;
}
.jointw .box .swi_b {
  margin-top: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.jointw .box .swi_b .swip2_pag {
  position: initial;
  width: 91.875%;
  background: #e6e6e6;
  height: 2px;
}
.jointw .box .swi_b .swip2_pag .swiper-pagination-progressbar-fill {
  background: #003686;
}
.jointw .box .swi_b .g_qie {
  display: flex;
}
.jointw .box .swi_b .g_qie .swiper-button-prev,
.jointw .box .swi_b .g_qie .swiper-button-next {
  position: initial;
  background: #e6e6e6;
  margin-left: 0.1rem;
}
.jointw .box .swi_b .g_qie .swiper-button-prev:hover,
.jointw .box .swi_b .g_qie .swiper-button-next:hover {
  background: #003686;
}
@media (max-width: 767px) {
  .jointw .box .swi_b .g_qie .swiper-button-prev,
  .jointw .box .swi_b .g_qie .swiper-button-next {
    width: 0.7rem;
    height: 0.7rem;
  }
}
.g_labg2 {
  margin: 0.24rem 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.jointh {
  padding: 1.2rem 0;
}
.jointh .box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .jointh .box {
    flex-direction: column;
  }
}
.jointh .box .swiper {
  width: 50%;
}
@media (max-width: 991px) {
  .jointh .box .swiper {
    width: 100%;
  }
}
.jointh .box .swiper .public-img:hover img {
  transform: scale(1.05);
}
.jointh .box .swiper .public-img:before {
  padding-top: 67.5%;
}
.jointh .box .swiper .swi_b .swiper-button-prev {
  left: 0.1rem;
  top: 50%;
  transform: translateY(-50%);
}
.jointh .box .swiper .swi_b .swiper-button-next {
  right: 0.1rem;
  top: 50%;
  transform: translateY(-50%);
}
.jointh .box .txt {
  width: 50%;
  padding: 0.3rem 0.8rem;
  border: 1px solid #E6E6E6;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .jointh .box .txt {
    width: 100%;
    padding: 0.4rem;
  }
}
.jointh .box .txt h2 {
  font-weight: bold;
  color: #003686;
  margin-bottom: 0.1rem;
}
.jointh .box .txt .g_p {
  color: #666666;
}
.jointh .box .txt .g_p p {
  margin-top: 0.2rem;
}
.joinfo {
  background: #f5f5f5;
  padding: 1.2rem 0;
}
.joinfo .box {
  display: flex;
  margin-top: 0.55rem;
}
@media (max-width: 767px) {
  .joinfo .box {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.joinfo .box .item {
  width: 25%;
}
@media (max-width: 767px) {
  .joinfo .box .item {
    width: 48%;
    margin-bottom: 0.2rem;
  }
}
.joinfo .box .item .txt {
  margin-top: 0.35rem;
}
.joinfi {
  overflow: hidden;
  padding: 1.2rem 0;
}
.joinfi .box .swiper-slide-shadow-left {
  display: none;
}
.joinfi .box .swiper-slide-shadow-right {
  display: none;
}
.joinfi .box #carousel {
  position: relative;
  width: 100%;
  margin: 0 auto;
  margin-top: 0.55rem;
}
.joinfi .box #carousel .swiper {
  overflow: initial;
}
.joinfi .box #carousel .swiper .swiper-slide {
  margin: 0 0.2rem;
  transition: all 0.4s;
  width: 560px;
  background: #fff;
  /* box-shadow: 0 8px 20px #ddd; */
  padding: 0.3rem 0.3rem 0;
  border: 1px solid transparent;
}
@media (max-width: 767px) {
  .joinfi .box #carousel .swiper .swiper-slide {
    width: 90%;
  }
}
.joinfi .box #carousel .swiper .swiper-slide .public-img:before {
  padding-top: 60%;
}
.joinfi .box #carousel .swiper .swiper-slide img {
  display: block;
  width: 100%;
}
.joinfi .box #carousel .swiper .swiper-slide .txt {
  display: flex;
  align-items: center;
  height: 0.9rem;
}
.joinfi .box #carousel .swiper .swiper-slide .txt h3 {
  transition: all 0.4s;
  opacity: 0;
  display: flex;
  align-items: center;
  padding-top: 0;
  margin: 0;
}
.joinfi .box #carousel .swiper .swiper-slide-active {
  border: 1px solid #E6E6E6;
}
.joinfi .box #carousel .swiper .swiper-slide-active .txt h3 {
  opacity: 1;
}
.joinfi .box #carousel .swi_b {
  position: absolute;
  bottom: 0.2rem;
  width: calc(560px + 1.4rem);
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.joinfi .box #carousel .swi_b .g_qie {
  display: flex;
  justify-content: space-between;
}
.joinfi .box #carousel .swiper-button-prev,
.joinfi .box #carousel .swiper-button-next {
  position: initial;
}
@media (max-width: 767px) {
  .joinfi .box #carousel .swiper-button-prev,
  .joinfi .box #carousel .swiper-button-next {
    width: 0.7rem;
    height: 0.7rem;
  }
}
.joinsi {
  padding: 1.2rem 0;
  background: #f5f5f5;
}
.joinsi .box {
  overflow: hidden;
}
.joinsi .box .joinsi_box {
  padding-bottom: 0.7rem;
  width: 62.5%;
  margin: auto;
  margin-top: 0.55rem;
  position: relative;
}
@media (max-width: 767px) {
  .joinsi .box .joinsi_box {
    width: 90%;
    padding-bottom: 1rem;
  }
}
.joinsi .box .joinsi_box .swiper {
  overflow: initial;
}
@media (max-width: 767px) {
  .joinsi .box .joinsi_box .swiper .swiper-slide {
    transform: scale(0.8);
  }
}
.joinsi .box .joinsi_box .swiper .swiper-slide .joinsi_con {
  transition: all 0.4s;
  transform: scale(0.5);
}
.joinsi .box .joinsi_box .swiper .swiper-slide-active .joinsi_con {
  transform: scale(1);
}
.joinsi .box .joinsi_box .swiper .swiper-slide-active .joinsi_con .txt {
  opacity: 1;
}
.joinsi .box .joinsi_box .swiper .joinsi_con {
  position: relative;
}
.joinsi .box .joinsi_box .swiper .joinsi_con .public-img:before {
  padding-top: 60%;
}
.joinsi .box .joinsi_box .swiper .joinsi_con .txt {
  opacity: 0;
  position: absolute;
  top: 100%;
  margin-top: 0.2rem;
  height: 0.5rem;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .joinsi .box .joinsi_box .swiper .joinsi_con .txt {
    margin-top: 0.3rem;
    height: 0.7rem;
  }
}
.joinsi .box .joinsi_box .swi_b {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
}
.joinsi .box .joinsi_box .swi_b .g_qie {
  display: flex;
  justify-content: space-between;
}
.joinsi .box .joinsi_box .swiper-button-prev,
.joinsi .box .joinsi_box .swiper-button-next {
  position: initial;
  background: #e6e6e6;
  margin-left: 0.1rem;
}
.joinsi .box .joinsi_box .swiper-button-prev:hover,
.joinsi .box .joinsi_box .swiper-button-next:hover {
  background: #003686;
}
@media (max-width: 767px) {
  .joinsi .box .joinsi_box .swiper-button-prev,
  .joinsi .box .joinsi_box .swiper-button-next {
    width: 0.7rem;
    height: 0.7rem;
  }
}
.joinse {
  padding: 1.2rem 0;
}
.joinse .box .joinse_box {
  width: 62.5%;
  margin: auto;
  margin-top: 0.55rem;
}
@media (max-width: 1199px) {
  .joinse .box .joinse_box {
    width: 100%;
  }
}
.joinse .box .joinse_box .public-btnbox {
  margin-top: 0.6rem;
}
.joinse_con .item {
  margin-bottom: 0.3rem;
  display: block;
  padding: 0.26rem 0.3rem;
  background: #f5f5f5;
}
.joinse_con .item .txt h3 {
  margin-bottom: 0.14rem;
}
.joinse_con .item .txt .g_lab {
  display: flex;
  flex-wrap: wrap;
  color: #666;
}
.joinse_con .item .txt .g_lab span {
  line-height: 1;
  padding-right: 0.12rem;
  margin: 0 0.12rem 0.1rem 0;
  border-right: 1px solid #7e7e7e;
}
.joinse_con .item .txt .g_lab span:last-child {
  border: none;
}
.joinse_con .item .pcn4 {
  margin-top: 0.15rem;
}
/* 职位列表 */
.jliston {
  padding: 0.5rem 0 1.2rem;
}
.jlisttw {
  padding: 0 0 1.2rem;
}
.jlisttw .box {
  display: flex;
  justify-content: center;
  margin-top: 0.5rem;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .jlisttw .box {
    justify-content: space-between;
  }
}
.jlisttw .box .public-img {
  margin: 0 0.15rem;
  padding: 5px;
  border: 1px solid #e6e6e6;
  width: 160px;
}
@media (max-width: 767px) {
  .jlisttw .box .public-img {
    width: 48%;
    margin: 0 0 0.4rem;
  }
}
/* 职位详情 */
.jinfoon {
  padding: 0.5rem 0 1.2rem;
}
.jinfoon .box {
  padding: 0 3rem;
}
@media (max-width: 1199px) {
  .jinfoon .box {
    padding: 0;
  }
}
.jinfoon .box .jinfoon_tit {
  text-align: center;
}
.jinfoon .box .jinfoon_tit h1 {
  margin-bottom: 0.12rem;
  font-weight: bold;
}
.jinfoon .box .jinfoon_tit .g_lab {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  color: #666;
}
.jinfoon .box .jinfoon_tit .g_lab span {
  line-height: 1;
  padding-right: 0.12rem;
  margin: 0 0.12rem 0.1rem 0;
  border-right: 1px solid #7e7e7e;
}
.jinfoon .box .jinfoon_tit .g_lab span:last-child {
  border: none;
}
.jinfoon .box .bbox {
  margin-top: 0.65rem;
}
.jinfoon .box .bbox .item {
  padding: 0.55rem 0;
  border-top: 1px solid #E6E6E6;
}
.jinfoon .box .bbox .item h3 {
  color: #000;
  font-weight: bold;
}
.jinfoon .box .bbox .item p {
  color: #666;
}
.jinfoon .box .public-btnbox {
  display: inline-flex;
}
.jinfotw {
  padding: 0 0 1.2rem;
}
.jinfotw .box {
  margin-top: 0.16rem;
}
.jinfotw .box .jinfotw_con .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.jinfotw .box .jinfotw_con .swiper-wrapper .swiper-slide {
  padding: 0.4rem;
  margin-top: 0.4rem;
  border: solid 1px #e6e6e6;
  width: calc((100% - 1.2rem) / 4);
}
@media (max-width: 991px) {
  .jinfotw .box .jinfotw_con .swiper-wrapper .swiper-slide {
    width: calc((100% - 0.4rem) / 2);
  }
}
@media (max-width: 767px) {
  .jinfotw .box .jinfotw_con .swiper-wrapper .swiper-slide {
    width: 100%;
  }
}
.jinfotw .box .jinfotw_con .swiper-wrapper .swiper-slide .g_t h3 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 0.25rem;
  font-weight: bold;
}
.jinfotw .box .jinfotw_con .swiper-wrapper .swiper-slide .g_t .txt p {
  color: #666;
  margin-bottom: 0.05rem;
}
.jinfotw .box .jinfotw_con .swiper-wrapper .swiper-slide .ptext .pcn1 {
  color: #000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.jinfotw .box .jinfotw_con .swiper-wrapper .swiper-slide .ptext .pcn2 {
  margin-top: 0.16rem;
  color: #666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.375em;
  height: 2.75em;
}
.jinfotw .box .jinfotw_con .swiper-wrapper .swiper-slide .ptext .pcn3 {
  width: 100%;
  height: 1px;
  margin-top: 0.3rem;
  background-color: #e6e6e6;
  position: relative;
}
.jinfotw .box .jinfotw_con .swiper-wrapper .swiper-slide .ptext .pcn3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #003686;
  transition: all 0.5s;
}
.jinfotw .box .jinfotw_con .swiper-wrapper .swiper-slide .ptext .pcn4 {
  margin-top: 0.4rem;
}
.jinfotw .box .jinfotw_con .swiper-wrapper .swiper-slide .ptext .g_lab {
  margin: 0.26rem 0 0;
  display: flex;
  flex-wrap: wrap;
}
.jinfotw .box .jinfotw_con .swiper-wrapper .swiper-slide .ptext .g_lab span {
  padding: 0.06rem 0.16rem;
  background: #f5f5f5;
  color: #666;
  font-size: 12px;
  margin: 0 0.1rem 0.05rem 0;
}
@media (max-width: 1580px) {
  .jinfotw .box .jinfotw_con .swiper-wrapper .swiper-slide .ptext .g_lab span {
    font-size: 10px;
  }
}
.jinfotw .box .jinfotw_con .swiper-wrapper .swiper-slide .ptext .g_lab span:last-child {
  margin-right: 0;
}
.jinfotw .box .jinfotw_con .swiper-wrapper .swiper-slide .ptext .g_lab span:hover {
  color: #003686;
}
.jinfotw .box .jinfotw_con .swiper-wrapper .swiper-slide:hover .pimg img {
  transform: scale(1.05);
}
.jinfotw .box .jinfotw_con .swiper-wrapper .swiper-slide:hover .ptext .pcn1 {
  color: #003686;
}
.jinfotw .box .jinfotw_con .swiper-wrapper .swiper-slide:hover .ptext .pcn3::before {
  width: 100%;
}
.jinfotw .box .jinfotw_con .swiper-wrapper .swiper-slide:hover .ptext .pcn4 {
  color: #003686;
}
.jinfotw .box .jinfotw_con .swiper-wrapper .swiper-slide:hover .ptext .pcn4 svg path {
  fill: #003686;
}
.public-windows99 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  /* display: block !important; */
  display: none;
}
.public-windows99.shenqingggangwei .cn41 {
  margin-top: 0.2rem;
}
.public-windows99.shenqingggangwei .cn41 .public-btnbox {
  margin-top: -1px;
}
.public-windows99.shenqingggangwei .box10 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.public-windows99.shenqingggangwei .box10 .box2 {
  width: calc(50% - 0.2rem);
  margin-bottom: 0.2rem;
}
@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: #c00000;
}
.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 {
  width: 100%;
  border: 1px solid #ededed;
  padding: 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: #666;
}
.public-windows99.shenqingggangwei .box10 .box11 .box11_t .box11_inp {
  border: none;
  margin-bottom: -1px;
  transform: translate(0px, 0px);
  position: relative;
}
.public-windows99.shenqingggangwei .box10 .box11 .box11_t .box11_inp input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
}
.public-windows99.shenqingggangwei .box10 .box11 .box11_b {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 0.6rem;
  min-width: 2rem;
  padding: 0 0.3rem;
  margin-top: 0.15rem;
  border: none;
  border-radius: 5px;
  background: #f5f5f5;
  position: relative;
}
.public-windows99.shenqingggangwei .box10 .box11 .box11_b p {
  color: #000;
}
.public-windows99.shenqingggangwei .box10 .box11 .box11_b .g_del {
  cursor: pointer;
  top: 8px;
  right: 8px;
  position: absolute;
  flex-shrink: 0;
  display: none;
  width: 10px;
  height: 10px;
}
.public-windows99.shenqingggangwei .box10 .box11 .box11_b i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.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: #666;
}
.public-windows99.shenqingggangwei .box10 .box11 .cn4 {
  padding: 0 0.23rem;
  min-width: 1rem;
  height: 0.4rem;
  color: #003686;
  background: #edf0f7;
  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: 8.6rem;
  background-color: #Fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  /* transform: translateY(-50%); */
  box-shadow: 0 0 0.68rem rgba(0, 0, 0, 0.28);
  padding: 0.4rem;
  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.2rem;
  top: 0.2rem;
  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: #999999;
  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;
  padding: 1px;
}
@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;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 0.15rem;
}
.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: #003686;
  line-height: 1.1;
}
.public-windows99 .box .cn1 .cn3a {
  text-align: left;
  width: 100%;
  display: block;
  margin-top: 0.15rem;
}
.public-windows99 .box .cn1 .cn3a em {
  margin-left: 5px;
  font-style: normal;
  color: #003686;
  /* text-decoration: underline; */
}
.public-windows99 .box .g_box2 {
  border: 1px solid #ededed;
  padding: 0.2rem 0.2rem 0.3rem;
  width: 100%;
  margin-top: 0.2rem;
}
.public-windows99 .box .g_box2 input {
  padding: 0 0.2rem;
  width: 100%;
  line-height: 0.5rem;
  height: 0.5rem;
  background-color: #f5f5f7;
  border: 1px solid #E6E6E6;
  color: #999999;
}
@media (max-width: 767px) {
  .public-windows99 .box .g_box2 input {
    height: 0.8rem;
  }
}
.public-windows99 .box .g_box2 .p1 {
  color: #000;
}
.public-windows99 .box .g_box2 .p2 {
  color: #666;
  margin: 3px 0 0.16rem;
}
.public-windows99 .box .g_box2 .p2 span {
  color: #003686;
}
.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.on input,
.public-windows99 .box .box2 .cn6.on textarea {
  border: 1px solid #003686;
}
.public-windows99 .box .box2 .cn6.on input::placeholder,
.public-windows99 .box .box2 .cn6.on textarea::placeholder {
  color: #003686;
}
.public-windows99 .box .box2 .cn6 input {
  padding: 0 0.18rem;
  width: 100%;
  line-height: 0.5rem;
  height: 0.52rem;
  border: 1px solid #ededed;
  color: #999999;
}
@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: #666;
}
.public-windows99 .box .box2 .cn6 textarea {
  padding: 0 0.2rem;
  width: 100%;
  height: 0.5rem;
  line-height: 0.5rem;
  height: 1.3rem;
  background-color: #fafafa;
  border-radius: 6px;
  border: 1px solid #f2f2f2;
  color: #999;
}
@media (max-width: 991px) {
  .public-windows99 .box .box2 .cn6 textarea {
    line-height: 0.76rem;
    height: 0.76rem;
  }
}
.public-windows99 .box .box2 .cn6 textarea::placeholder {
  color: #999;
}
/* 网站地图 */
.site {
  padding: 0.5rem 0 0;
}
.site .box {
  padding: 0.55rem 0 1.45rem;
}
.site .f_cont {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.site .f_cont .item {
  padding-right: 0.16rem;
}
@media (max-width: 767px) {
  .site .f_cont .item {
    width: 100%;
    margin-bottom: 0.56rem;
  }
  .site .f_cont .item:last-child {
    margin-bottom: 0;
  }
}
.site .f_cont .item .f_tit {
  display: block;
  color: #000;
}
.site .f_cont .item .f_tit:hover {
  text-decoration: underline;
}
.site .f_cont .item .f_jut {
  width: 100%;
  padding-top: 0.24rem;
}
@media (max-width: 767px) {
  .site .f_cont .item .f_jut {
    display: flex;
    flex-wrap: wrap;
  }
}
.site .f_cont .item .f_jut a {
  display: block;
  width: 100%;
  color: #666;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .site .f_cont .item .f_jut a {
    width: auto;
    margin-right: 0.5rem;
  }
}
.site .f_cont .item .f_jut a:hover {
  text-decoration: underline;
}
.site .f_cont .item .f_jut a:last-child {
  margin-bottom: 0;
}
/* 隐私政策 */
.g-pri {
  padding: 0.5rem 0 1.2rem;
}
.g-pri .box .tit {
  margin-bottom: 0.35rem;
  text-align: center;
}
.g-pri .box .tit h2 {
  font-weight: bold;
  margin-bottom: 0.35rem;
}
.g-pri .box .tit .g-p {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #E6E6E6;
  margin-top: 0.25rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.g-pri .box .tit .g-p p {
  color: #999;
  margin: 0 0.18rem 0.1rem;
}
.g-pri .box .public-content h3 {
  color: #000;
  font-size: 24px;
}
.g-pri .box .public-content p a {
  color: #003686;
}
.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;
}
/* 404 */
.notbox404 {
  padding: 0.5rem 0 1.2rem;
}
.notbox404 .notbox404_box {
  text-align: center;
  width: 90%;
  margin: auto;
}
.notbox404 .notbox404_box > img {
  margin-bottom: 0.75rem;
  width: 6rem;
}
@media (max-width: 991px) {
  .notbox404 .notbox404_box > img {
    width: 90%;
  }
}
.notbox404 .notbox404_box .notbox404_con .txt {
  margin: 0.25rem 0 0.6rem;
}
.notbox404 .notbox404_box .notbox404_con .txt span {
  color: #003686;
}
/* 搜索结果 */
.seaon {
  padding: 0.5rem 0 0.8rem;
}
.seaon .box .g_num {
  margin-top: 0.25rem;
  text-align: center;
}
.seaon .box .g_num span {
  color: #003686;
}
.seaon .box .g_tit_fil {
  padding: 0.6rem 0;
}
.seaon .box .g_tit_fil2 {
  justify-content: center;
}
.seaon .box .seaon_not {
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
}
.seaon .box .seaon_not img {
  width: 3.26rem;
  height: auto;
}
@media (max-width: 991px) {
  .seaon .box .seaon_not img {
    width: 90%;
    margin: auto;
  }
}
.seaon .box .seaon_not p {
  margin-top: 0.28rem;
  color: #666;
}
.seaon .box .bbox .seaon_tit {
  margin-bottom: 0.28rem;
  display: flex;
  justify-content: space-between;
}
.seaon .box .bbox .seaon_tit .gl {
  display: flex;
}
.seaon .box .bbox .seaon_tit .gl h2 {
  line-height: 1;
  padding-left: 0.2rem;
  border-left: 4px solid #003686;
}
.seaon .box .bbox .seaon_tit .gl span {
  line-height: 1;
  color: #003686;
  margin-left: 0.1rem;
}
.seaon .box .bbox .public-news-list2 {
  padding-bottom: 0.2rem;
}
.seaon .box .bbox .public-news-list2 .swiper-wrapper .swiper-slide {
  margin: 0 0 0.4rem;
}
.seaon .box .bbox .public-news-list .swiper-wrapper .swiper-slide {
  margin-bottom: 0.5rem;
  margin-top: 0;
}
.swiper-button-lock {
  display: none !important;
}
.joinfotw2 {
  background: #f5f5f5;
  padding: 1.15rem 0;
}
.joinfotw2 .swi_b {
  margin-top: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.joinfotw2 .swi_b .swip2_pag {
  position: initial;
  width: 91.875%;
  background: #e6e6e6;
  height: 2px;
}
.joinfotw2 .swi_b .swip2_pag .swiper-pagination-progressbar-fill {
  background: #003686;
}
.joinfotw2 .swi_b .g_qie {
  display: flex;
}
.joinfotw2 .swi_b .g_qie .swiper-button-prev,
.joinfotw2 .swi_b .g_qie .swiper-button-next {
  position: initial;
  margin-left: 0.1rem;
  background: #e6e6e6;
}
.joinfotw2 .swi_b .g_qie .swiper-button-prev:hover,
.joinfotw2 .swi_b .g_qie .swiper-button-next:hover {
  background: #003686;
}
@media (max-width: 767px) {
  .joinfotw2 .swi_b .g_qie .swiper-button-prev,
  .joinfotw2 .swi_b .g_qie .swiper-button-next {
    width: 0.7rem;
    height: 0.7rem;
  }
}
@media (max-width: 767px) {
  .joinfotw {
    padding: 0 5%;
  }
}
.joinfotw .box {
  overflow: hidden;
  margin-top: 0.56rem;
  padding-right: calc((100vw - 1600px)/2);
}
.joinfotw .box .swiper {
  overflow: initial;
}
@media (max-width: 767px) {
  .joinfotw .box .swiper {
    padding-right: 1px;
  }
}
.joinfotw .box .mistw_swi:hover .public-img img {
  transform: scale(1.05);
}
.joinfotw .box .mistw_swi:hover .txt h3 {
  color: #003686 !important;
}
.joinfotw .box .mistw_swi .public-img:before {
  padding-top: 60%;
}
.joinfotw .box .mistw_swi .txt {
  background: #fff;
  padding: 0.36rem 0.4rem 0.75rem;
}
.joinfotw .box .mistw_swi .txt h3 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.joinfotw .box .mistw_swi .txt p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 4.5em;
  color: #666;
  margin-top: 0.18rem;
}
#hi-img-pop .img {
  position: fixed;
  left: 50%;
  top: 50%;
  max-width: 90%;
  max-height: 85%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15.5rem;
  height: 7.9rem;
  overflow: hidden;
}
#hi-img-pop .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#hi-img-pop .hi-close {
  top: 95%;
}
@media (max-width: 767px) {
  #hi-img-pop .hi-close {
    top: 90%;
  }
}
#c-header .c-nav li .pro_nav3 .newnav .gr .right h4 {
  line-height: 1.5;
  margin-top: -3px;
}
