@charset "utf-8";
body {
  padding-top: 100px;
}
.other_banner {
  width: 100%;
  position: relative;
  overflow: hidden;
  /* Chrome, Safari, Opera */
}
.other_banner img {
  width: 100%;
  height: auto;
  animation: magicada 12s ease-in-out 0s 1 alternate forwards;
  animation-iteraction-count: 1;
}
@-webkit-keyframes magicada {
  0% {
    -webkit-transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: scale(1.1, 1.1);
  }
}
.other_banner .banner_text {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.other_banner .banner_text .safe_width_1 {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  letter-spacing: 2px;
  padding-top: 7%;
}
.other_banner .banner_text .safe_width_1 p {
  font-size: 36px;
  color: #fff;
  line-height: 38px;
  font-weight: bold;
  position: relative;
  padding-bottom: 16px;
}
.other_banner .banner_text .safe_width_1 p::after {
  content: '';
  width: 50px;
  height: 4px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.other_banner .banner_text .safe_width_1 span {
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  margin-top: 16px;
  color: #fff;
}
.otherNav_box {
  width: 100%;
  position: relative;
}
.other_nav {
  width: 100%;
  position: absolute;
  left: 0;
  top: -58px;
  z-index: 2;
  overflow: hidden;
  height: 140px;
}
.other_nav .o_nav_head {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 120px;
  background: #fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 75, 158, 0.13);
  border-radius: 10px;
  padding: 0 2.8% 0 0;
  letter-spacing: 1.5px;
}
.other_nav .o_nav_head .other_switch {
  width: calc(60%);
  display: flex;
  justify-content: left;
  align-items: center;
}
.other_nav .o_nav_head .other_switch li {
  line-height: 24px;
  text-align: center;
  border-right: 1px solid #004b9e;
  padding: 0 4%;
}
.other_nav .o_nav_head .other_switch li:last-child {
  border-right: 0;
}
.other_nav .o_nav_head .other_switch li a {
  display: inline-block;
  line-height: 24px;
  margin: 0;
  font-size: 18px;
  color: #000000;
  font-weight: bold;
}
.other_nav .o_nav_head .other_switch li a:hover {
  color: #004b9e;
}
.other_nav .o_nav_head .other_switch li.active a {
  color: #004b9e;
}
.other_nav .cur_page ul {
  display: flex;
  justify-content: left;
  align-items: center;
}
.other_nav .cur_page ul li {
  font-size: 14px;
  color: #000;
  padding-left: 24px;
  position: relative;
}
.other_nav .cur_page ul li::after {
  content: '>';
  font-size: 14px;
  color: #000;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 6px;
}
.other_nav .cur_page ul li:nth-child(1) {
  padding-left: 26px;
}
.other_nav .cur_page ul li:nth-child(1)::after {
  content: '';
  width: 22px;
  height: 22px;
  background: url(../images/other/dw_home.png) no-repeat center center;
  background-size: 100% auto;
  left: 0;
  top: 50%;
  margin-top: -11px;
}
.other_nav .cur_page ul li:nth-child(3) {
  max-width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.other_conent {
  width: 100%;
  padding: 140px 0 60px 0;
}
.other_conent .other_tap {
  display: none;
  width: 100%;
}
/*妗堜緥灞曠ず*/
.case_pic_list {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-wrap: wrap;
}
.case_pic_list .case_p_item {
  display: inline-block;
  width: 31.5%;
  margin-right: 2.75%;
  position: relative;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 50px;
}
.case_pic_list .case_p_item:nth-child(3n) {
  margin-right: 0;
}
.case_pic_list .case_p_item img {
  display: inline-block;
  width: 100%;
  /*height: auto;*/
  aspect-ratio: 400/480;
  object-fit: cover;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.case_pic_list .case_p_item .case_p_desc {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 6.8% 8%;
  background: url(../images/other/case/text_zz.png) no-repeat center bottom;
  background-size: 100% auto;
  letter-spacing: 2px;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.case_pic_list .case_p_item .case_p_desc h5 {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 22px;
  font-weight: bold;
  line-height: 24px;
}
.case_pic_list .case_p_item .case_p_desc span {
  display: inline-block;
  margin: 16px 0 14px 0;
  width: 50px;
  height: 4px;
  background: #fff;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.case_pic_list .case_p_item .case_p_desc p {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.case_pic_list .case_p_item:hover img {
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
  transform: scale(1.06);
}
.case_pic_list .case_p_item:hover .case_p_desc span {
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
  width: 100%;
}
.case_text_list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background: url(../images/other/case/fg_bj.png) repeat-y center top;
  background-size: auto 140px;
  margin-bottom: 50px;
}
.case_text_list a {
  display: inline-block;
  width: 50%;
  line-height: 70px;
  padding: 0 44px 0 68px;
  position: relative;
  font-size: 16px;
  color: #010101;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
  letter-spacing: 2px;
}
.case_text_list a:hover {
  color: #004b9e;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
  padding-left: 74px;
}
.case_text_list a::before {
  content: '鈼?;
  font-size: 22px;
  line-height: 70px;
  color: #004b9e;
  position: absolute;
  left: 40px;
  top: 0;
}
/*鏂伴椈璧勮*/
.news_list {
  width: 100%;
  padding-bottom: 40px;
}
.news_list .news_a {
  display: inline-block;
  width: 100%;
  padding: 3.5% 0;
  background: #fff;
  position: relative;
}
.news_list .news_a::before {
  content: '';
  height: 100%;
  width: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: #004b9e;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.news_list .news_a:nth-child(2n) {
  background: #f9f9f9;
}
.news_list .news_a:hover::before {
  width: 100%;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.news_list .news_a:hover .safe_width_1 .news_left img {
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
  transform: scale(1.06);
}
.news_list .news_a:hover .safe_width_1 .news_right div {
  color: #fff;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.news_list .news_a:hover .safe_width_1 .news_right h5 {
  color: #fff;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.news_list .news_a:hover .safe_width_1 .news_right p {
  color: #fff;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.news_list .news_a:hover .safe_width_1 .news_right span {
  color: #fff;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
  padding-left: 6px;
}
.news_list .news_a .safe_width_1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.news_list .news_a .news_left {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 39.7%;
  z-index: 2;
  overflow: hidden;
}
.news_list .news_a .news_left img {
  display: inline-block;
  width: 100%;
  /*height: auto;*/
  aspect-ratio: 3/2;
  object-fit: cover;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.news_list .news_a .news_right {
  width: 57%;
  letter-spacing: 1.5px;
  z-index: 2;
}
.news_list .news_a .news_right div {
  color: #004b9e;
  font-size: 14px;
  line-height: 16px;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.news_list .news_a .news_right h5 {
  font-size: 24px;
  color: #000000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 30px;
  margin: 18px 0;
  font-weight: bold;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.news_list .news_a .news_right p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  color: #666666;
  margin-bottom: 48px;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.news_list .news_a .news_right span {
  display: inline-block;
  font-size: 14px;
  color: #004b9e;
  line-height: 16px;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
/*鏂伴椈璇︽儏*/
.details_box {
  width: 100%;
  padding-bottom: 40px;
  letter-spacing: 1.5px;
  /*妗堜緥灞曠ず璇︽儏椤?*/
}
.details_box .d_head {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #cfcfcf;
}
.details_box .d_head h5 {
  width: 100%;
  text-align: center;
  line-height: 32px;
  font-size: 24px;
  color: #000;
  margin-bottom: 36px;
}
.details_box .d_head p {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  margin-bottom: 16px;
}
.details_box .d_head p span {
  margin: 0 2%;
}
.details_box .d_desc {
  width: 100%;
  padding: 50px 0 0px 0;
}
.details_box .d_desc img {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 100%;
}
.details_box .d_desc .down_a {
  width: 100%;
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.details_box .d_desc .down_a a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-left: 10px;
  padding-right: 10px;
}
.details_box .d_desc .down_a a img {
  display: inline-block;
  width: auto;
  height: auto;
}
.details_box .d_desc .down_a a span {
  font-size: 14px;
  color: #004b9e;
  line-height: 16px;
  margin-top: 12px;
  text-decoration: underline;
}
.details_box .d_desc_pic {
  width: 100%;
  margin: 56px 0 70px 0;
  padding: 46px 11%;
  border-radius: 10px;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  text-align: center;
  box-shadow: 0 4px 16px rgba(0, 75, 158, 0.13);
}
.details_box .d_img_pic {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.details_box .d_img_pic img {
  width: calc(50% - 16px);
  display: inline-block;
  height: auto;
  margin-bottom: 50px;
}
.details_box .o_modal {
  width: 100%;
  letter-spacing: 1.5px;
}
.details_box .o_modal h5 {
  display: inline-block;
  width: 100%;
  padding-left: 16px;
  font-size: 30px;
  color: #000;
  line-height: 40px;
  border-left: 5px solid #004b9e;
  margin: 20px 0 50px 0;
}
.details_box .o_modal .o_details_pic {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
}
.details_box .o_modal .o_details_pic img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.details_box .o_modal .tx_box {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-wrap: wrap;
}
.details_box .o_modal .tx_box .tx_item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  width: 13%;
  margin-right: 4.4%;
}
.details_box .o_modal .tx_box .tx_item:nth-child(6n) {
  margin-right: 0;
}
.details_box .o_modal .tx_box .tx_item img {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 100%;
}
.details_box .o_modal .tx_box .tx_item .t_icon {
  margin-bottom: 6px;
  webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
  transition: all 1.2s ease;
  -webkit-transform: all 1.2s ease;
}
.details_box .o_modal .tx_box .tx_item .t_icon:hover {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  transform: rotateY(360deg);
  transition: all 1.2s ease;
  -webkit-transform: all 1.2s ease;
}
.details_box .o_modal .tx_box .tx_item p {
  text-align: center;
  font-size: 22px;
  line-height: 24px;
  margin: 16px 0 12px 0;
  display: inline-block;
  color: #004b9e;
  letter-spacing: 4px;
}
.details_box .o_modal .tx_box .tx_item ul {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 170px;
  flex-direction: column;
  padding: 20px 0;
}
.details_box .o_modal .tx_box .tx_item ul li {
  display: inline-block;
  width: 100%;
  padding: 5px;
  line-height: 24px;
  margin-bottom: 16px;
  text-align: center;
  border: 1px dashed #004b9e;
  font-size: 16px;
  color: #333;
}
.details_box .o_modal .tx_box .tx_item ul li:hover {
  background: #004b9e;
  color: #fff;
}
.d_oper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #cfcfcf;
  margin-top: 50px;
  padding-top: 26px;
  flex-wrap: wrap;
}
.d_oper .d_btn {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.d_oper .d_btn a {
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  max-width: 40%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.d_oper .d_btn a:hover {
  color: #004b9e;
}
.d_oper .return_a {
  margin-top: 36px;
  display: inline-block;
  background: #004b9e;
  color: #fff;
  text-align: center;
  text-decoration: none;
  width: 150px;
  line-height: 50px;
  font-size: 18px;
}
.d_oper .return_a:hover {
  opacity: 0.9;
}
.d_head_pic {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.d_head_pic h5 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #000000;
  line-height: 38px;
}
.d_head_pic span {
  display: inline-block;
  width: 50px;
  height: 4px;
  background: #004b9e;
  margin-top: 16px;
}
.d_oper_pic {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
}
.d_oper_pic .return_a {
  display: inline-block;
  background: #004b9e;
  color: #fff;
  text-align: center;
  text-decoration: none;
  width: 150px;
  line-height: 50px;
  font-size: 18px;
}
.d_oper_pic .return_a:hover {
  opacity: 0.9;
}
/*浜у搧涓績*/
.prod_list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.prod_list > .software-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.prod_list > .software-list > .software-list__item {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  border: 1px solid #999;
  border-radius: 4px;
  padding: 20px 35px 10px;
}
.prod_list > .software-list  .software-list__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.prod_list > .software-list  .software-list__row > h1 {
  font-size: 24px;
  font-weight: 500;
}
.prod_list > .software-list  .software-list__row > a {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background-color: #004b9e;
  padding: 10px 20px;
}
.prod_list > .software-list  .software-list__row > span {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5)
}
.prod_list .prod_item {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  width: calc(48.5%);
  margin-bottom: 50px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 6px 24px rgba(0, 75, 158, 0.13);
}
.prod_list .prod_item:hover .prod_img img {
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
  transform: scale(1.06);
}
.prod_list .prod_item:hover .prod_text .go_icon {
  background: url(../images/other/prod/xq_hicon.png) no-repeat center center;
}
.prod_list .prod_item:hover .prod_text .video_play_icon {
  background: url(../images/other/prod/play_hicon.png) no-repeat center center;
}
.prod_list .prod_item .prod_img {
  width: 100%;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.prod_list .prod_item .prod_img img {
  display: inline-block;
  width: 100%;
  /*height: auto;*/
  aspect-ratio: 760/450;
  object-fit: cover;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.prod_list .prod_item .prod_text {
  width: 100%;
  padding: 26px 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.prod_list .prod_item .prod_text .p_text_l {
  width: calc(100% - 80px);
  letter-spacing: 1.5px;
  display: inline-block;
}
.prod_list .prod_item .prod_text h5 {
  width: 100%;
  display: inline-block;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 22px;
  line-height: 36px;
  color: #000000;
}
.prod_list .prod_item .prod_text p {
  display: inline-block;
  text-align: left;
  width: 100%;
  height: 48px;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  margin-top: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.prod_list .prod_item .prod_text .go_icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(../images/other/prod/xq_icon.png) no-repeat center center;
  background-size: 100% auto;
}
.prod_list .prod_item .prod_text .video_play_icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(../images/other/prod/play_icon.png) no-repeat center center;
  background-size: 100% auto;
}
/*浜у搧璇︽儏*/
.prodDetails_con {
  width: 100%;
  letter-spacing: 1.5px;
}
.prodDetails_con .prod_top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.prodDetails_con .prod_top .details_left {
  width: 44.9%;
}
.prodDetails_con .prod_top .details_left .prod_lunbo {
  width: 100%;
}
.prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case {
  width: 100%;
  position: relative;
}
.prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case .swiper {
  width: 100%;
}
.prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case .swiper .swiper-slide {
  width: 100%;
}
.prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case .swiper .swiper-slide img {
  display: inline-block;
  width: 100%;
  height: auto;
}
.prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case .case_sl {
  width: calc(100%);
  margin-top: 20px;
}
.prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case .case_sl .swiper {
  width: 100%;
  height: auto;
}
.prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case .case_sl .swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  overflow: hidden;
}
.prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case .case_sl .swiper .swiper-slide.swiper-slide-thumb-active {
  border: 1px solid #004b9e;
}
.prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case .case_sl .swiper .swiper-slide img {
  display: inline-block;
  width: 100%;
  height: auto;
}
.prodDetails_con .prod_top .details_right {
  width: calc(100% - 49%);
}
.prodDetails_con .prod_top .details_right .head_text {
  word-break: break-all;
  width: 100%;
  font-size: 60px;
  color: #004b9e;
  font-weight: bold;
  line-height: 66px;
  text-align: left;
  margin: 0px 0 5% 0;
  position: relative;
  padding-bottom: 4%;
}
.prodDetails_con .prod_top .details_right .head_text::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 4px;
  background: #004b9e;
  display: inline-block;
}
.prodDetails_con .prod_top .details_right .head_desc {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  text-align: left;
  margin-bottom: 7%;
}
.prodDetails_con .prod_top .details_right .prod_icon {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-wrap: wrap;
}
.prodDetails_con .prod_top .details_right .prod_icon .icon_i {
  display: flex;
  justify-content: left;
  align-items: center;
  width: 33.33%;
  margin-bottom: 6.5%;
}
.prodDetails_con .prod_top .details_right .prod_icon .icon_i img {
  display: inline-block;
  width: 46px;
  height: auto;
  margin-right: 10px;
}
.prodDetails_con .prod_top .details_right .prod_icon .icon_i span {
  font-size: 16px;
  line-height: 24px;
  color: #000;
}
.prodDetails_con .prod_top .details_right .zx_btn {
  display: inline-block;
  width: 150px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #004b9e;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
}
.prodDetails_con .prod_top .details_right .zx_btn:hover {
  opacity: 0.9;
}
.prodDetails_con .prod_bottom {
  width: 100%;
  margin-top: 100px;
}
.prodDetails_con .prod_bottom .c_switch {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f3f3f3;
  height: 50px;
}
.prodDetails_con .prod_bottom .c_switch li {
  cursor: pointer;
  display: inline-block;
  line-height: 50px;
  font-weight: bold;
  font-size: 18px;
  color: #000;
  width: 50%;
  text-align: center;
}
.prodDetails_con .prod_bottom .soft_download {
  margin-top: 60px;
  width: 50%;
  justify-content: space-between;
  align-items: center;
  height: 50px;
}
.prodDetails_con .prod_bottom .soft_download li {
  cursor: pointer;
  display: inline-block;
  line-height: 50px;
  font-weight: bold;
  font-size: 18px;
  color: #000;
  width: 100%;
  text-align: left;
}
.prodDetails_con .prod_bottom .soft_download li:before {
  display:inline-block;
  content: "";
  margin-left: 15px;
  width: 8px;
  height: 8px;
  border: 2px solid darkblue;
  border-radius: 10px;
}
.prodDetails_con .prod_bottom .soft_download li:nth-child(odd) {
  background: #f3f3f3;
}
.prodDetails_con .prod_bottom .c_switch li:hover {
  color: #004b9e;
}
.prodDetails_con .prod_bottom .c_switch li.active {
  background: #004b9e;
  color: #fff;
}
.prodDetails_con .prod_bottom .c_switch li.active:hover {
  color: #fff;
}
.prodDetails_con .prod_bottom .c_con {
  display: inline-block;
  width: 100%;
}
.prodDetails_con .prod_bottom .c_con .c_tap {
  display: none;
  width: 100%;
}
.prodDetails_con .prod_bottom .c_con .c_tap img {
  display: inline-block;
  width: auto;
  max-width: 100%;
  height: auto;
}
/*瑙ｅ喅鏂规*/
.plan_list {
  width: 100%;
  margin-top: -4.5%;
}
.plan_list a {
  display: inline-block;
  width: 100%;
  background: #fff;
  -webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
  padding: 4.5% 0;
}
.plan_list a .safe_width_1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.plan_list a .fa_img {
  width: 50%;
  overflow: hidden;
}
.plan_list a .fa_img img {
  width: 100%;
  /*height: auto;*/
  aspect-ratio: 5/3;
  object-fit: cover;
  -webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.plan_list a .fa_img:hover img {
  -webkit-transition: all 0.4s ease-in-out 0.1s;
  transform: scale(1.06);
  transition: all 0.4s ease-in-out 0.1s;
}
.plan_list a .fa_text_con {
  width: calc(42.4%);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  letter-spacing: 1.5px;
}
.plan_list a .fa_text_con h5 {
  font-size: 30px;
  color: #333333;
  width: 100%;
  line-height: 36px;
  padding-bottom: 5%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
.plan_list a .fa_text_con h5:after {
  content: '';
  display: inline-block;
  width: 50px;
  height: 4px;
  background: #004b9e;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transition: all 0.4s ease-in-out 0.1s;
  /* transform: scale(1.06); */
  transition: all 0.4s ease-in-out 0.1s;
}
.plan_list a .fa_text_con p {
  font-size: 14px;
  line-height: 30px;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-top: 3.5%;
}
.plan_list a .fa_text_con span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 50px;
  background: #004b9e;
  font-size: 16px;
  color: #fff;
  margin-top: 8%;
  border-radius: 25px;
  cursor: pointer;
}
.plan_list a .fa_text_con span i {
  margin-left: 4px;
  font-style: normal;
  -webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.plan_list a .fa_text_con:hover h5::after {
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.plan_list a .fa_text_con:hover span i {
  margin-left: 8px;
  -webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.plan_list a:nth-child(2n) {
  background: #f5f5f5;
}
/*鎷涘晢鍔犵洘*/
.job_box {
  width: 100%;
  background: url(../images/other/job/zm_bj.png) no-repeat center 100px;
  background-size: auto auto;
  letter-spacing: 1.5px;
}
.job_box .job_head_b {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 90px 0 0 0;
}
.job_box .job_head_b h5 {
  display: inline-block;
  text-align: center;
  font-size: 48px;
  color: #004b9e;
  font-weight: bold;
  line-height: 50px;
}
.job_box .job_head_b p {
  display: inline-block;
  text-align: center;
  font-size: 24px;
  color: #000;
  line-height: 36px;
  margin-top: 32px;
}
.job_box .job_desc {
  width: 100%;
  margin-top: 40px;
  color: #000;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
}
.job_box .why_desc {
  width: 100%;
  padding: 66px 0 90px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.job_box .why_desc .why_item {
  width: 22%;
  max-width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f3f3f3;
  padding: 30px 10px 12px 10px;
  border-radius: 5px;
  flex-direction: column;
}
.job_box .why_desc .why_item span {
  font-size: 60px;
  color: #004b9e;
  font-weight: bold;
  line-height: 60px;
}
.job_box .why_desc .why_item p {
  margin-top: 10px;
  display: inline-block;
  text-align: center;
  font-size: 24px;
  line-height: 36px;
  color: #000;
  font-weight: bold;
  min-height: 72px;
}
.job_box .why_desc .why_item:nth-child(4n) {
  margin-right: 0;
}
.job_box .why_desc .why_item:hover {
  background: #004b9e;
}
.job_box .why_desc .why_item:hover span {
  color: #fff;
}
.job_box .why_desc .why_item:hover p {
  color: #fff;
}
.job_box .apply_list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 50px;
  font-family: "Noto Sans SC";
}
.job_box .apply_list .apply_item {
  width: 33.33%;
  margin-bottom: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.job_box .apply_list .apply_item label {
  display: inline-block;
  width: 100px;
  font-size: 16px;
  line-height: 50px;
  color: #000;
  text-align: center;
  font-weight: normal;
}
.job_box .apply_list .apply_item label i {
  color: #ff0000;
  margin-right: 4px;
}
.job_box .apply_list .apply_item .c_input {
  background: #f7f7f7;
  display: inline-block;
  width: calc(100% - 100px);
  line-height: 50px;
  border: none;
  border-radius: 0;
  font-size: 16px;
  padding: 0 20px;
  outline: none;
  color: #000;
  letter-spacing: 1.5px;
}
.job_box .apply_list .apply_item .c_input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #c6c6c6;
}
.job_box .apply_list .apply_item .c_input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #c6c6c6;
}
.job_box .apply_list .apply_item .c_input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #c6c6c6;
}
.job_box .apply_list .apply_item .c_input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #c6c6c6;
}
.job_box .apply_list .apply_item .c_input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #c6c6c6;
}
.job_box .apply_list .apply_item .city_box {
  width: calc(100% - 100px);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.job_box .apply_list .apply_item .city_box .c_input {
  width: 31.5%;
}
.job_box .apply_list .apply_item .city_box select {
  width: 31.5%;
  display: inline-block;
  height: 50px;
  border: none;
  border-radius: 0;
  font-size: 16px;
  padding: 0 0 0 20px;
  outline: none;
  color: #000;
  letter-spacing: 1.5px;
}
.job_box .apply_list .apply_submit {
  width: 100%;
  text-align: center;
}
.job_box .apply_list .apply_submit a {
  display: inline-block;
  margin-top: 30px;
  width: 200px;
  line-height: 60px;
  font-size: 20px;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  background: #004b9e;
  text-decoration: none;
  letter-spacing: 1.5px;
}
.job_box .apply_list .apply_submit a:hover {
  opacity: 0.9;
}
@media screen and (max-width: 1366px) {
  .other_nav .o_nav_head {
    padding: 0 20px 0 20px;
  }
  .other_nav .o_nav_head .other_switch li {
    padding: 0 30px;
  }
  .other_conent {
    padding: 120px 0 60px 0;
  }
  /*妗堜緥灞曠ず*/
  .case_pic_list .case_p_item {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1280px) {
  .other_banner .banner_text .safe_width_1 {
    padding-top: 5%;
  }
  .other_banner .banner_text .safe_width_1 p {
    font-size: 30px;
    line-height: 32px;
  }
  .other_banner .banner_text .safe_width_1 p::after {
    height: 2px;
  }
  .other_banner .banner_text .safe_width_1 span {
    font-size: 14px;
    line-height: 18px;
  }
  .other_nav {
    height: 120px;
  }
  .other_nav .o_nav_head {
    height: 100px;
  }
  .other_nav .o_nav_head .other_switch {
    width: 100%;
  }
  .other_nav .o_nav_head .other_switch li {
    padding: 0 25px;
    font-size: 16px;
  }
  .cur_page {
    display: none;
  }
  .other_conent {
    padding: 90px 0 50px 0;
  }
  /*鏂伴椈璇︽儏*/
  .details_box .o_modal .tx_box .tx_item img {
    width: auto;
    height: auto;
    max-width: unset;
  }
  .details_box .o_modal .tx_box .tx_item .t_icon {
    width: 80%;
  }
  .details_box .o_modal .tx_box .tx_item .t_line {
    width: 96%;
  }
  .details_box .o_modal .tx_box .tx_item p {
    font-size: 18px;
    line-height: 20px;
    margin: 12px 0 8px 0;
  }
  .details_box .o_modal .tx_box .tx_item ul {
    max-width: 170px;
    padding: 16px 0;
  }
  .details_box .o_modal .tx_box .tx_item ul li {
    line-height: 22px;
    margin-bottom: 14px;
    font-size: 14px;
  }
  /*妗堜緥灞曠ず*/
  .case_pic_list .case_p_item {
    margin-bottom: 30px;
  }
  /*浜у搧璇︽儏*/
  .prodDetails_con .prod_top .details_right .head_text {
    font-size: 46px;
    line-height: 52px;
    margin: 0px 0 5% 0;
    padding-bottom: 3%;
  }
  .prodDetails_con .prod_top .details_right .head_text::after {
    width: 40px;
    height: 2px;
  }
  .prodDetails_con .prod_top .details_right .head_desc {
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 5%;
  }
  .prodDetails_con .prod_top .details_right .prod_icon .icon_i {
    margin-bottom: 5%;
  }
  .prodDetails_con .prod_top .details_right .prod_icon .icon_i img {
    width: 34px;
    margin-right: 8px;
  }
  .prodDetails_con .prod_top .details_right .prod_icon .icon_i span {
    font-size: 14px;
    line-height: 20px;
  }
  .prodDetails_con .prod_top .details_right .zx_btn {
    width: 142px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
  }
  .prodDetails_con .prod_bottom {
    margin-top: 60px;
  }
  .prodDetails_con .prod_bottom .c_switch {
    height: 44px;
  }
  .prodDetails_con .prod_bottom .c_switch li {
    line-height: 44px;
    font-size: 16px;
  }
  /*鎷涘晢鍔犵洘*/
  .job_box .job_head_b {
    padding: 70px 0 0 0;
  }
  .job_box .job_head_b h5 {
    font-size: 40px;
    line-height: 42px;
  }
  .job_box .job_head_b p {
    font-size: 20px;
    line-height: 32px;
    margin-top: 28px;
  }
  .job_box .job_desc {
    margin-top: 34px;
    font-size: 13px;
    line-height: 32px;
  }
  .job_box .why_desc {
    padding: 56px 0 80px 0;
  }
  .job_box .why_desc .why_item span {
    font-size: 48px;
    line-height: 48px;
  }
  .job_box .why_desc .why_item p {
    margin-top: 8px;
    font-size: 17px;
    line-height: 30px;
    min-height: 60px;
  }
  .job_box .apply_list {
    margin-top: 40px;
  }
  .job_box .apply_list .apply_item {
    margin-bottom: 24px;
  }
  .job_box .apply_list .apply_item label {
    width: 86px;
    font-size: 14px;
    line-height: 44px;
  }
  .job_box .apply_list .apply_item .c_input {
    width: calc(100% - 86px);
    line-height: 44px;
    font-size: 14px;
    padding: 0 15px;
  }
  .job_box .apply_list .apply_item .city_box {
    width: calc(100% - 86px);
  }
  .job_box .apply_list .apply_item .city_box select {
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    padding: 0 0 0 15px;
  }
  .job_box .apply_list .apply_submit a {
    margin-top: 24px;
    width: 150px;
    line-height: 50px;
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  /*鏂伴椈璧勮*/
  .news_body .safe_width_1 {
    width: 100%;
    display: inline-block;
  }
  .news_body .safe_width_1 .other_conent {
    width: calc(100%);
  }
  .news_body .safe_width_1 .teamwork_icon {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 2.5rem;
  }
  .other_banner .banner_text .safe_width_1 {
    letter-spacing: 0.02rem;
  }
  .other_banner .banner_text .safe_width_1 p {
    font-size: 1rem;
    line-height: 1.2rem;
    padding-bottom: 0.4rem;
  }
  .other_banner .banner_text .safe_width_1 p::after {
    width: 1.2rem;
    height: 0.1rem;
  }
  .other_banner .banner_text .safe_width_1 span {
    margin-top: 0.3rem;
    font-size: 0.6rem;
    line-height: 0.8rem;
  }
  .other_nav {
    width: 100%;
    background: #f5f5f5;
    position: unset;
    height: unset;
  }
  .other_nav .safe_width_1 {
    padding: 0;
  }
  .other_nav .o_nav_head {
    background: unset;
    box-shadow: unset;
    border-radius: 0;
    align-items: center;
    height: unset;
    padding: 0 0 0.6rem 0;
  }
  .other_nav .o_nav_head .other_switch {
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 0.65rem;
  }
  .other_nav .o_nav_head .other_switch li {
    line-height: 1.6rem;
    padding: 0;
    margin-right: 0.5rem;
    margin-top: 0.6rem;
    border: none;
  }
  .other_nav .o_nav_head .other_switch li a {
    font-size: 0.6rem;
    line-height: 1.6rem;
    padding: 0 0.65rem;
    border-radius: 0.1rem;
    background: #fff;
  }
  .other_nav .o_nav_head .other_switch li.active a {
    background: #004b9e;
    color: #fff;
  }
  .other_nav .cur_page {
    display: none;
  }
  .other_conent {
    padding: 1.2rem 0 1.75rem 0;
  }
  /*妗堜緥灞曠ず*/
  .case_pic_list {
    justify-content: space-between;
  }
  .case_pic_list .case_p_item {
    display: inline-block;
    width: calc(50% - 0.25rem);
    margin-right: 0;
    border-radius: 0.2rem;
    margin-bottom: 0.6rem;
  }
  .case_pic_list .case_p_item:nth-child(3n) {
    margin-right: 0;
  }
  .case_pic_list .case_p_item .case_p_desc {
    padding: 0.75rem 0.65rem;
    letter-spacing: 0.02rem;
  }
  .case_pic_list .case_p_item .case_p_desc h5 {
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .case_pic_list .case_p_item .case_p_desc span {
    margin: 0.4rem 0 0.35rem 0;
    width: 1.2rem;
    height: 0.1rem;
  }
  .case_pic_list .case_p_item .case_p_desc p {
    font-size: 0.55rem;
    line-height: 0.8rem;
  }
  .case_text_list {
    flex-direction: column;
    background: unset;
    margin-bottom: 0.6rem;
  }
  .case_text_list a {
    width: 100%;
    line-height: 2.2rem;
    padding: 0 0.85rem 0 1.4rem;
    font-size: 0.6rem;
    letter-spacing: 0.02rem;
    background: #f3f3f3;
  }
  .case_text_list a:nth-child(2n) {
    background: #fff;
  }
  .case_text_list a:hover {
    padding-left: 1.4rem;
  }
  .case_text_list a::before {
    font-size: 0.4rem;
    line-height: 2.2rem;
    left: 0.7rem;
  }
  /*鏂伴椈璧勮*/
  .news_list {
    padding-bottom: 0rem;
  }
  .news_list .news_a {
    padding: 0 0.65rem 0.3rem 0.65rem;
    background: #fff !important;
    margin-bottom: 0.65rem;
  }
  .news_list .news_a::before {
    content: none;
  }
  .news_list .news_a .safe_width_1 {
    flex-direction: column;
    padding: 0 0 0.65rem 0;
    border-bottom: 0.025rem solid #f2f2f2;
  }
  .news_list .news_a .news_left {
    width: 100%;
    height: auto;
    overflow: visible;
  }
  .news_list .news_a .news_left img {
    display: inline-block;
    width: 100%;
    height: auto;
  }
  .news_list .news_a .news_right {
    width: calc(100%);
    letter-spacing: 0.05rem;
  }
  .news_list .news_a .news_right div {
    font-size: 0.55rem;
    line-height: 0.6rem;
    margin-top: 0.6rem;
  }
  .news_list .news_a .news_right h5 {
    font-size: 0.8rem;
    -webkit-line-clamp: 1;
    height: 1rem;
    line-height: 1rem;
    margin: 0.4rem 0 0.5rem 0;
  }
  .news_list .news_a .news_right p {
    font-size: 0.55rem;
    line-height: 1rem;
    height: 2rem;
    margin-bottom: 0;
  }
  .news_list .news_a .news_right span {
    display: none;
  }
  /*鏂伴椈璇︽儏*/
  .details_box {
    padding-bottom: 0px;
    letter-spacing: 0.02rem;
    /*妗堜緥灞曠ず璇︽儏椤?*/
  }
  .details_box .d_head {
    border-bottom: 0.025rem solid #cfcfcf;
  }
  .details_box .d_head h5 {
    text-align: center;
    line-height: 1.2rem;
    font-size: 0.85rem;
    margin-bottom: 0.8rem;
  }
  .details_box .d_head p {
    justify-content: center;
    font-size: 0.6rem;
    line-height: 0.8rem;
    margin-bottom: 0.6rem;
  }
  .details_box .d_head p span {
    margin: 0 0.3rem 0 0;
  }
  .details_box .d_head p span:last-child {
    margin-right: 0;
  }
  .details_box .d_desc {
    padding: 1.25rem 0 0px 0;
  }
  .details_box .d_desc .down_a {
    width: 100%;
    margin-top: 1rem;
    justify-content: left;
  }
  .details_box .d_desc .down_a a {
    display: flex;
    justify-content: left;
    align-items: center;
    flex-direction: unset;
  }
  .details_box .d_desc .down_a a img {
    width: 0.9rem;
    height: auto;
  }
  .details_box .d_desc .down_a a span {
    font-size: 0.55rem;
    line-height: 0.9rem;
    margin-top: 0;
    margin-left: 0.4rem;
  }
  .details_box .d_desc_pic {
    margin: 1rem 0 1.35rem 0;
    padding: 1rem 0.75rem;
    border-radius: 0.25rem;
    font-size: 0.6rem;
    line-height: 1rem;
  }
  .details_box .d_img_pic img {
    width: calc(50% - 0.3rem);
    margin-bottom: 0.6rem;
  }
  .details_box .o_modal h5 {
    font-size: 0.85rem;
    padding-left: 0.8rem;
    line-height: 1rem;
    border-width: 0.1rem;
    margin: 0.25rem 0 1.2rem 0;
  }
  .details_box .o_modal .tx_box .tx_item {
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 0.6rem;
  }
  .details_box .o_modal .tx_box .tx_item:nth-child(6n) {
    margin-right: 3.5%;
  }
  .details_box .o_modal .tx_box .tx_item:nth-child(3n) {
    margin-right: 0;
  }
  .details_box .o_modal .tx_box .tx_item .t_icon {
    width: 60%;
    margin-bottom: 0.2rem;
  }
  .details_box .o_modal .tx_box .tx_item .t_line {
    width: 96%;
  }
  .details_box .o_modal .tx_box .tx_item p {
    font-size: 0.8rem;
    line-height: 1rem;
    margin: 0.3rem 0 0.2rem 0;
  }
  .details_box .o_modal .tx_box .tx_item ul {
    max-width: 100%;
    padding: 0.4rem 0;
  }
  .details_box .o_modal .tx_box .tx_item ul li {
    padding: 0.2rem;
    line-height: 1.4rem;
    margin-bottom: 0.35rem;
    font-size: 0.6rem;
  }
  .details_box .o_modal .o_details_pic {
    padding: 0.2rem 0 0.7rem 0;
  }
  .d_oper {
    border-top: 0.025rem solid #cfcfcf;
    margin-top: 1.25rem;
    padding-top: 0.8rem;
  }
  .d_oper .d_btn {
    width: 100%;
    flex-direction: column;
  }
  .d_oper .d_btn a {
    font-size: 0.55rem;
    line-height: 0.8rem;
    max-width: 100%;
    width: 100%;
    margin-bottom: 0.45rem;
  }
  .d_oper .return_a {
    margin-top: 0.8rem;
    width: 100%;
    line-height: 1.8rem;
    font-size: 0.6rem;
  }
  .d_head_pic h5 {
    font-size: 0.85rem;
    line-height: 1.2rem;
  }
  .d_head_pic span {
    width: 1.2rem;
    height: 0.1rem;
    margin-top: 0.45rem;
  }
  .d_oper_pic {
    padding-top: 1rem;
  }
  .d_oper_pic .return_a {
    width: 100%;
    line-height: 1.8rem;
    font-size: 0.6rem;
  }
  /*浜у搧涓績*/
  .prod_list {
    flex-direction: column;
  }
  .prod_list .prod_item {
    width: calc(100%);
    margin-bottom: 0.65rem;
    border-radius: 0.25rem;
    box-shadow: 0 0.15rem 0.6rem rgba(0, 75, 158, 0.13);
  }
  .prod_list .prod_item .prod_img {
    border-radius: 0.25rem 0.25rem 0 0;
  }
  .prod_list .prod_item .prod_text {
    width: 100%;
    padding: 0.65rem 0.65rem 0.8rem 0.65rem;
    flex-direction: column;
  }
  .prod_list .prod_item .prod_text .p_text_l {
    width: calc(100%);
    letter-spacing: 0.02rem;
  }
  .prod_list .prod_item .prod_text h5 {
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .prod_list .prod_item .prod_text p {
    font-size: 0.55rem;
    line-height: 0.8rem;
    height: 1.6rem;
    margin-top: 0.2rem;
  }
  .prod_list .prod_item .prod_text .go_icon {
    display: none;
  }
  .prod_list .prod_item .prod_text .video_play_icon {
    display: none;
  }
  /*浜у搧璇︽儏*/
  .prodDetails_con .prod_top {
    flex-direction: column;
  }
  .prodDetails_con .prod_top .details_left {
    width: 100%;
  }
  .prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case .case_sl {
    margin-top: 0.5rem;
  }
  .prodDetails_con .prod_top .details_right {
    width: 100%;
    padding-top: 1rem;
  }
  .prodDetails_con .prod_top .details_right .head_text {
    font-size: 1rem;
    line-height: 1.2rem;
    margin: 0px 0 0.6rem 0;
    padding-bottom: 0.4rem;
  }
  .prodDetails_con .prod_top .details_right .head_text::after {
    width: 1.2rem;
    height: 0.1rem;
  }
  .prodDetails_con .prod_top .details_right .head_desc {
    font-size: 0.6rem;
    line-height: 0.9rem;
    margin-bottom: 0.8rem;
  }
  .prodDetails_con .prod_top .details_right .prod_icon {
    margin-bottom: 0.4rem;
  }
  .prodDetails_con .prod_top .details_right .prod_icon .icon_i {
    margin-bottom: 0.6rem;
    width: 50%;
  }
  .prodDetails_con .prod_top .details_right .prod_icon .icon_i img {
    width: 1rem;
    margin-right: 0.25rem;
  }
  .prodDetails_con .prod_top .details_right .prod_icon .icon_i span {
    font-size: 0.6rem;
    line-height: 1rem;
  }
  .prodDetails_con .prod_top .details_right .zx_btn {
    width: 100%;
    line-height: 1.8rem;
    font-size: 0.6rem;
  }
  .prodDetails_con .prod_bottom {
    margin-top: 1.6rem;
  }
  .prodDetails_con .prod_bottom .c_switch {
    height: 2rem;
  }
  .prodDetails_con .prod_bottom .c_switch li {
    line-height: 2rem;
    font-size: 0.7rem;
  }
  /*瑙ｅ喅鏂规*/
  .plan_list {
    margin-top: 0;
  }
  .plan_list a {
    padding: 0 0.65rem;
    margin-bottom: 0.8rem;
  }
  .plan_list a .safe_width_1 {
    padding: 0 0 0.65rem 0;
    flex-direction: column;
    border-bottom: 0.05rem solid #f0f0f0;
  }
  .plan_list a .fa_img {
    width: 100%;
  }
  .plan_list a .fa_text_con {
    width: calc(100%);
    letter-spacing: 0.02rem;
    padding-top: 0.5rem;
  }
  .plan_list a .fa_text_con h5 {
    font-size: 0.8rem;
    line-height: 1.2rem;
    padding-bottom: 0.3rem;
    font-weight: bold;
  }
  .plan_list a .fa_text_con h5:after {
    width: 1.2rem;
    height: 0.1rem;
  }
  .plan_list a .fa_text_con p {
    font-size: 0.55rem;
    line-height: 0.9rem;
    -webkit-line-clamp: 2;
    margin-top: 0.3rem;
  }
  .plan_list a .fa_text_con span {
    display: none;
  }
  .plan_list a:nth-child(2n) {
    background: #fff;
  }
  /*鎷涘晢鍔犵洘*/
  .job_box {
    background-size: 100% auto;
    letter-spacing: 0.02rem;
    background-position: center 1.6rem;
  }
  .job_box .job_head_b {
    padding: 1.2rem 0 0 0;
  }
  .job_box .job_head_b h5 {
    font-size: 1rem;
    line-height: 1.1rem;
  }
  .job_box .job_head_b p {
    font-size: 0.7rem;
    line-height: 1rem;
    margin-top: 0.75rem;
  }
  .job_box .job_desc {
    margin-top: 0.8rem;
    font-size: 0.55rem;
    line-height: 0.85rem;
  }
  .job_box .why_desc {
    padding: 1.25rem 0;
  }
  .job_box .why_desc .why_item {
    width: calc(48.5%);
    margin-bottom: 0.65rem;
    padding: 0.7rem 0.5rem 0.6rem 0.5rem;
  }
  .job_box .why_desc .why_item span {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }
  .job_box .why_desc .why_item p {
    margin-top: 0.4rem;
    font-size: 0.6rem;
    line-height: 0.8rem;
    min-height: 1.6rem;
  }
  .job_box .apply_list {
    margin-top: 1rem;
  }
  .job_box .apply_list .apply_item {
    margin-bottom: 0.6rem;
    width: 100%;
    flex-direction: column;
  }
  .job_box .apply_list .apply_item label {
    width: 100%;
    font-size: 0.55rem;
    line-height: 1rem;
    text-align: left;
    font-weight: bold;
    margin-bottom: 0.2rem;
  }
  .job_box .apply_list .apply_item label i {
    margin-right: 0.3rem;
  }
  .job_box .apply_list .apply_item .c_input {
    width: calc(100%);
    line-height: 1.6rem;
    font-size: 0.6rem;
    padding: 0 0.6rem;
  }
  .job_box .apply_list .apply_item .city_box {
    width: calc(100%);
    flex-direction: column;
  }
  .job_box .apply_list .apply_item .city_box select {
    width: 100%;
    height: 1.6rem;
    line-height: 1.6rem;
    margin-bottom: 0.6rem;
    font-size: 0.6rem;
    padding: 0 0 0 0.6rem;
  }
  .job_box .apply_list .apply_item .city_box .c_input {
    width: 100%;
    margin-bottom: 0.6rem;
  }
  .job_box .apply_list .apply_submit a {
    margin-top: 0.6rem;
    width: 100%;
    line-height: 1.8rem;
    font-size: 0.6rem;
  }
}
select {
  /*Chrome鍜孎irefox閲岄潰鐨勮竟妗嗘槸涓嶄竴鏍风殑锛屾墍浠ュ鍐欎簡涓€涓?/
  border: none;
  /*寰堝叧閿細灏嗛粯璁ょ殑select閫夋嫨妗嗘牱寮忔竻闄?/
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  /*鍦ㄩ€夋嫨妗嗙殑鏈€鍙充晶涓棿鏄剧ず灏忕澶村浘鐗?/
  background: url("../images/select2.png") no-repeat scroll 96% center #f7f7f7;
  /*涓轰笅鎷夊皬绠ご鐣欏嚭涓€鐐逛綅缃紝閬垮厤琚枃瀛楄鐩?/
  padding-right: 40px !important;
  background-size: 18px auto;
}
/*娓呴櫎ie鐨勯粯璁ら€夋嫨妗嗘牱寮忔竻闄わ紝闅愯棌涓嬫媺绠ご*/
select::-ms-expand {
  display: none;
}
@media screen and (max-width: 767px) {
  select {
    background: url("../images/select2.png") no-repeat scroll 96% center #f7f7f7;
    /*涓轰笅鎷夊皬绠ご鐣欏嚭涓€鐐逛綅缃紝閬垮厤琚枃瀛楄鐩?/
    padding-right: 1.4rem !important;
    background-size: 0.5rem auto;
  }
}
