.flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.header_23 {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px 0;
  z-index: 9990;
}

.header_23 .logo {
  height: 50px;
}

.header_23.fixed {
  box-shadow: 0 0 10px 10px rgba(100, 100, 100, 0.2);
}

.header_23 .out__con {
  justify-content: space-between;
}

.header_23 .gp_con_23 {
  margin-left: 30px;
  color: #1d4f91;
  text-align: right;
}

.header_23 .gp_con_23 h3 {
  font-size: 12px;
}

.header_23 .gp_con_23 p {
  margin-top: -3px;
  font-size: 18px;
}

.header_23 .lan_con_23 {
  border: 1px solid #ccc;
  border-radius: 2em;
  padding: 6px 15px;
  color: #1d4f91;
  position: relative;
  z-index: 1;
  cursor: pointer;
  margin-left: 20px;
}

.header_23 .lan_con_23:hover dl {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.header_23 .lan_con_23 span {
  font-size: 14px;
}

.header_23 .lan_con_23 span i {
  padding-left: 3px;
  font-size: 12px;
  font-style: normal;
}

.header_23 .lan_con_23 dl {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
  transform: translateY(3px);
}

.header_23 .lan_con_23 dl dd {
  padding-top: 5px;
}

.header_23 .lan_con_23 dl dd a {
  text-align: center;
  border: 1px solid #ccc;
  padding: 5px 15px;
  color: #1d4f91;
  transition: all 0.3s;
  display: block;
  border-radius: 2em;
}

.header_23 .lan_con_23 dl dd a:hover {
  background-color: #1d4f91;
  color: #fff;
  text-decoration: none;
}

.header_23 .search_btn_23 {
  border: 1px solid #ccc;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #1d4f91;
  transition: all .3s;
  border-radius: 50%;
  margin-left: 10px;
  font-size: 16px;
}

.header_23 .search_btn_23:hover {
  text-decoration: none;
  background-color: #1d4f91;
  color: #fff;
}

.nav_list_23 li {
  margin-left: 25px;
  position: relative;
  z-index: 1;
}

.nav_list_23 li:hover > a, .nav_list_23 li.acitve > a {
  text-decoration: none;
  color: #199ad6;
}

.nav_list_23 li:hover dl, .nav_list_23 li.acitve dl {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nav_list_23 li a {
  color: #1d4f91;
  font-size: 16px;
  transition: all .3s;
  font-weight: 700;
}

.nav_list_23 li dl {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -75px;
  right: 0;
  transition: all .3s;
  opacity: 0;
  visibility: hidden;
  transform: translateY(3px);
}

.nav_list_23 li dl dd {
  padding-top: 5px;
}

.nav_list_23 li dl dd a {
  display: block;
  border: 1px solid #ccc;
  border-radius: 2em;
  padding: 5px 15px;
  font-weight: normal;
  font-size: 14px;
  text-wrap: nowrap;
  width: 150px;
  text-align: center;
  transition: all .3s;
  background-color: #fff;
}

.nav_list_23 li dl dd a:hover {
  text-decoration: none;
  background-color: #1d4f91;
  color: #fff;
}

.footer_23 .footer_top {
  background-color: #f3f5f8;
  padding: 80px 0 100px;
}

.footer_23 .footer_top ul.flex {
  align-items: flex-start;
}

.footer_23 .footer_top ul.flex li {
  width: 20%;
  padding-right: 20px;
}

.footer_23 .footer_top ul.flex li h3 {
  margin-bottom: 15px;
}

.footer_23 .footer_top ul.flex li h3 a {
  font-size: 16px;
  color: #1d4f91;
}

.footer_23 .footer_top ul.flex li h3 a:hover {
  text-decoration: none;
  color: #199ad6;
}

.footer_23 .footer_top ul.flex li dl dd {
  line-height: 1.8;
}

.footer_23 .footer_top ul.flex li dl dd a {
  font-size: 14px;
  color: #333;
}

.footer_23 .footer_top ul.flex li dl dd a:hover {
  text-decoration: none;
  color: #1d4f91;
}

.footer_23 .footer_btm {
  background: url(/public/static/index/images/img23/f_bg.jpg) center no-repeat;
  background-size: cover;
  padding-top: 40px;
}

.footer_23 .footer_btm .con_list {
  justify-content: space-between;
  margin-bottom: 50px;
}

.footer_23 .footer_btm .con_list li {
  color: #fff;
}

.footer_23 .footer_btm .con_list li:nth-child(2) {
  text-align: right;
}

.footer_23 .footer_btm .con_list li h3 {
  font-size: 16px;
  margin-bottom: 15px;
}

.footer_23 .footer_btm .con_list li .ico_con div.block {
  margin-right: 5px;
  display: inline-block;
}

.footer_23 .footer_btm .con_list li .ico_con div.block p {
  color: #fff;
  text-align: center;
  padding-top: 5px;
}

.footer_23 .footer_btm .con_list li .ico_con img {
  border-radius: 10px;
  overflow: hidden;
  width: 100px;
  height: 100px;
}

.footer_23 .footer_btm .con_list li .ico_con a {
  vertical-align: middle;
  margin-right: 5px;
  display: inline-block;
  border-radius: 6px;
  border: 1px solid #fff;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  position: relative;
  z-index: 1;
}

.footer_23 .footer_btm .con_list li .ico_con a:hover {
  text-decoration: none;
  background-color: #fff;
  color: #1781bc;
}

.footer_23 .footer_btm .con_list li .ico_con a:hover img {
  opacity: 1;
  visibility: visible;
}

.footer_23 .footer_btm .con_list li .ico_con a img {
  width: 120px;
  padding: 10px;
  border-radius: 10px;
  background-color: #fff;
  position: absolute;
  bottom: 120%;
  left: 50%;
  margin-left: -55px;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}

.footer_23 .footer_btm .con_list li h6 {
  font-size: 30px;
}

.footer_23 .footer_btm .copyright {
  justify-content: space-between;
  padding-bottom: 40px;
}

.footer_23 .footer_btm .copyright p {
  color: #fff;
  font-size: 14px;
}

.footer_23 .footer_btm .copyright p a {
  color: #fff;
  display: inline-block;
  margin-left: 10px;
}

.footer_23 .footer_btm .copyright p a:hover {
  color: #fff;
}

.back_top {
  position: fixed;
  z-index: 9990;
  background-color: #fff;
  width: 40px;
  border-radius: 2rem;
  right: 10px;
  bottom: 10px;
  box-shadow: 0 0 10px 10px rgba(100, 100, 100, 0.2);
  padding: 10px 5px;
  text-align: center;
  transition: all .3s;
  opacity: 0;
  visibility: hidden;
}

.back_top.show {
  opacity: 1;
  visibility: visible;
}

.back_top:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1d4f91;
}

.back_top:hover i {
  background-color: #fff;
  color: #1d4f91;
}

.back_top i {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background-color: #1d4f91;
  color: #fff;
  margin-bottom: 10px;
  border-radius: 50%;
}

/*----------------------------------------*/
.index_kv__body_23 .kv_con_23 {
  display: block;
  text-decoration: none;
}

.index_kv__body_23 .kv_con_23 .kv {
  display: block;
  width: 100%;
}

.index_kv__body_23 .swiper {
  position: relative;
  z-index: 1;
}

.index_kv__body_23 .swiper-pagination span {
  width: 50px;
  height: 2px;
  border-radius: 0;
  background-color: #fff;
}

.index_kv__body_23 .fa_btn {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  top: 50%;
  position: absolute;
  z-index: 1000;
  margin-top: -23px;
}

.index_kv__body_23 .fa_btn:hover {
  background-color: #1d4f91;
}

.index_kv__body_23 .fa_btn.fa-arrow-left {
  left: 1%;
}

.index_kv__body_23 .fa_btn.fa-arrow-right {
  right: 1%;
}

.index_about__body_23 {
  background: url(/public/static/index/images/img23/about_bg.jpg) center no-repeat;
  background-size: cover;
  padding: 150px 0;
}

.index_about__body_23 .top_txt_con {
  width: 55%;
  color: #fff;
}

.index_about__body_23 .top_txt_con h3 {
  font-size: 32px;
  line-height: 1.5;
  margin-bottom: 40px;
}

.index_about__body_23 .top_txt_con p {
  border-left: 1px solid #fff;
  font-size: 16px;
  line-height: 1.5;
  padding: 0 0 40px 20px;
  width: 60%;
}

.index_about__body_23 .flex {
  justify-content: space-between;
  padding-top: 150px;
  align-items: flex-end;
}

.index_about__body_23 .video_con {
  position: relative;
  z-index: 1;
  cursor: pointer;
  width: 600px;
}

.index_about__body_23 .video_con:hover span {
  background-color: #fff;
  color: #1781bc;
}

.index_about__body_23 .video_con span {
  transition: all .3s;
  background-color: #1781bc;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.index_about__body_23 .video_con img, .index_about__body_23 .video_con video {
  width: 100%;
}

.page_btn_23 {
  padding: 10px 15px;
  border: 1px solid #fff;
  border-radius: 2em;
}

.page_btn_23:hover {
  background-color: #fff;
}

.page_btn_23:hover span {
  color: #1781bc;
}

.page_btn_23:hover i {
  background-color: #1781bc;
  color: #fff;
}

.page_btn_23 span, .page_btn_23 i {
  display: inline-block;
  vertical-align: middle;
}

.page_btn_23 span {
  font-size: 14px;
  color: #fff;
  padding-right: 10px;
}

.page_btn_23 i {
  border-radius: 50%;
  background-color: #fff;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #1781bc;
  font-size: 12px;
}

.index_news__body_23 {
  padding: 100px 0;
}

.title_23 {
  justify-content: space-between;
  margin-bottom: 50px;
}

.title_23 .tit {
  font-size: 36px;
  color: #333;
}

.title_23 .page_btn_23 {
  color: #333;
  border-color: #333;
}

.title_23 .page_btn_23:hover {
  background-color: #1781bc;
}

.title_23 .page_btn_23:hover span {
  color: #fff;
}

.title_23 .page_btn_23 span {
  color: #333;
}

.title_23 .page_btn_23 i {
  background-color: #1781bc;
  color: #fff;
}

.swiper_out {
  position: relative;
  z-index: 1;
}

.swiper_out .fa_btn {
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #199ad6;
  font-size: 12px;
  top: 50%;
  position: absolute;
  z-index: 1000;
  margin-top: -23px;
  box-shadow: 0 0 5px 5px rgba(100, 100, 100, 0.2);
}

.swiper_out .fa_btn:hover {
  background-color: #1d4f91;
  color: #fff;
}

.swiper_out .fa_btn.fa-arrow-left {
  left: -20px;
}

.swiper_out .fa_btn.fa-arrow-right {
  right: -13px;
}

.event_news_con_23 {
  height: 360px;
  text-decoration: none !important;
}

.event_news_con_23 h6 span {
  display: inline-block;
  background-color: #1781bc;
  color: #fff;
  padding: 5px 15px;
  font-size: 14px;
  border-radius: 2em;
}

.box_event_con_23 {
  overflow: hidden;
  display: block;
}

.box_event_con_23:hover img {
  transform: scale(1.03);
}

.box_event_con_23 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
  transition: all .3s;
}

.box_event_con_23 .txt_con {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 35px;
  color: #fff;
  overflow: hidden;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.2)) !important;
}

.box_event_con_23 .txt_con .btn_txt {
  position: absolute;
  left: 35px;
  bottom: 35px;
}

.box_event_con_23 .txt_con h5 {
  font-size: 50px;
}

.box_event_con_23 .txt_con p {
  font-size: 14px;
  margin-bottom: 20px;
}

.box_event_con_23 .txt_con h3 {
  font-size: 30px;
}

.box_news_con_23 {
  display: block;
  width: 100%;
  background: url(/public/static/index/images/img23/news_bg.jpg) center no-repeat;
  background-size: cover;
  padding: 35px;
}

.box_news_con_23 h3 {
  font-size: 24px;
  color: #333;
  line-height: 1.5;
}

.box_news_con_23 h6 {
  position: absolute;
  bottom: 35px;
  left: 35px;
  color: #6b6969;
  font-size: 14px;
}

.index_pro__body_23 {
  background-color: #1d4f91;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 100px 0;
  min-height: 800px;
  position: relative;
}

.index_pro__body_23 .mask {
  position: absolute;
  z-index: 1;
  background: url(/public/static/index/images/img23/mask.png) center no-repeat;
  background-size: 100% 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.index_pro__body_23 .container {
  position: relative;
  z-index: 10;
}

.index_pro__body_23 .tit_2line h6 {
  color: #fff;
}

.index_pro__body_23 .tit_2line h3 {
  color: #fff;
}

.index_pro__body_23 .tab_list {
  margin-bottom: 70px;
}

.index_pro__body_23 .tab_list li {
  width: calc(100% / 3 - 15px * 2 / 3);
  margin-right: 15px;
  justify-content: space-between;
  background-color: #fff;
  cursor: pointer;
  padding: 25px;
  transition: all .3s;
}

.index_pro__body_23 .tab_list li:nth-child(3n) {
  margin-right: 0;
}

.index_pro__body_23 .tab_list li:hover, .index_pro__body_23 .tab_list li.active {
  background: url(/public/static/index/images/img23/tab_bg.jpg) center no-repeat;
  background-size: cover;
}

.index_pro__body_23 .tab_list li:hover .txt, .index_pro__body_23 .tab_list li.active .txt {
  color: #fff;
}

.index_pro__body_23 .tab_list li:hover i, .index_pro__body_23 .tab_list li.active i {
  display: none;
}

.index_pro__body_23 .tab_list li:hover b, .index_pro__body_23 .tab_list li.active b {
  display: block;
}

.index_pro__body_23 .tab_list li .txt {
  width: 80%;
  color: #666;
}

.index_pro__body_23 .tab_list li .txt h3 {
  font-size: 18px;
  padding-bottom: 5px;
}

.index_pro__body_23 .tab_list li .txt p {
  font-size: 16px;
}

.index_pro__body_23 .tab_list li i, .index_pro__body_23 .tab_list li b {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 0 5px 5px rgba(100, 100, 100, 0.2);
  border-radius: 50%;
  color: #199ad6;
  font-size: 14px;
  font-style: normal;
}

.index_pro__body_23 .tab_list li b {
  background-color: #199ad6;
  color: #fff;
  display: none;
}

.index_pro__body_23 .pro_con_23 .con {
  display: none;
}

.index_pro__body_23 .pro_con_23 .flex {
  align-items: flex-start;
}

.index_pro__body_23 .pro_con_23 .txt_con {
  width: 45%;
  padding-right: 5%;
}

.index_pro__body_23 .pro_con_23 .txt_con h3 {
  font-size: 36px;
  color: #fff;
  margin-bottom: 20px;
}

.index_pro__body_23 .pro_con_23 .txt_con p {
  line-height: 1.6;
  font-size: 16px;
  color: #fff;
}

.index_pro__body_23 .pro_con_23 .txt_con h6 {
  margin-top: 40px;
}

.index_pro__body_23 .pro_con_23 .txt_con .page_btn_23 {
  border: 1px solid #fff;
}

.index_pro__body_23 .pro_con_23 .txt_con .page_btn_23:hover {
  background-color: #199ad6;
}

.index_pro__body_23 .pro_con_23 .txt_con .page_btn_23:hover span {
  color: #fff;
}

.index_pro__body_23 .pro_con_23 .txt_con .page_btn_23 span {
  color: #fff;
}

.index_pro__body_23 .pro_con_23 .txt_con .page_btn_23 i {
  background-color: #199ad6;
  color: #fff;
}

.index_pro__body_23 .pro_con_23 .img_con {
  width: 55%;
  margin-top: 40px;
}

.index_pro__body_23 .pro_con_23 .img_con img {
  display: block;
  width: 100%;
}

.tit_2line {
  margin-bottom: 60px;
  text-align: center;
}

.tit_2line h6 {
  color: #1d4f91;
  font-size: 20px;
  margin-bottom: 20px;
}

.tit_2line h3 {
  color: #333;
  font-size: 40px;
}

.index_solutions__body_23 {
  background-color: #fff;
  padding: 100px 0;
}

.index_solutions__body_23 ul.flex {
  align-items: stretch;
}

.index_solutions__body_23 ul.flex li {
  width: calc(60% - 20px);
  margin-right: 20px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.index_solutions__body_23 ul.flex li:nth-child(2) {
  width: 40%;
  margin-right: 0;
}

.index_solutions__body_23 ul.flex li:hover .bg {
  transform: scale(1.03);
}

.index_solutions__body_23 ul.flex li:hover .txt_con h6 {
  opacity: 1;
  visibility: visible;
}

.index_solutions__body_23 ul.flex li a.blank {
  display: block;
  text-decoration: none;
  height: 100%;
}

.index_solutions__body_23 ul.flex li .bg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s;
}

.index_solutions__body_23 ul.flex li .txt_con {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px;
}

.index_solutions__body_23 ul.flex li .txt_con h3, .index_solutions__body_23 ul.flex li .txt_con p, .index_solutions__body_23 ul.flex li .txt_con h6 {
  color: #fff;
}

.index_solutions__body_23 ul.flex li .txt_con .ico {
  display: block;
  height: 40px;
  margin-bottom: 10px;
}

.index_solutions__body_23 ul.flex li .txt_con h3 {
  font-size: 36px;
  margin-bottom: 20px;
}

.index_solutions__body_23 ul.flex li .txt_con p {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 20px;
  display: none;
}

.index_solutions__body_23 ul.flex li .txt_con h6 {
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}

.index_gg__body_23 .flex {
  align-items: stretch;
}

.index_gg__body_23 .img_con {
  width: 50%;
}

.index_gg__body_23 .img_con img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.index_gg__body_23 .txt_con {
  width: 50%;
  padding: 3%;
  background-color: #1d4f91;
  color: #fff;
  position: relative;
  z-index: 1;
}

.index_gg__body_23 .txt_con h5 {
  font-size: 20px;
  margin-bottom: 20px;
}

.index_gg__body_23 .txt_con h3 {
  font-size: 40px;
  margin-bottom: 40px;
}

.index_gg__body_23 .txt_con .right {
  position: absolute;
  right: 3%;
  bottom: 3%;
  text-align: right;
}

.index_gg__body_23 .txt_con .right h4 {
  font-size: 20px;
}

.index_gg__body_23 .txt_con .right p {
  font-size: 32px;
  font-weight: 700;
}

.index_zr__body_23 {
  background: url(/public/static/index/images/img23/zr_img.jpg) center no-repeat;
  background-size: cover;
  padding: 120px 0;
  color: #fff;
  text-align: center;
}

.index_zr__body_23 h5 {
  font-size: 20px;
  margin-bottom: 20px;
}

.index_zr__body_23 h3 {
  font-size: 40px;
  margin-bottom: 40px;
}

.mobile_nav_btn {
  font-size: 20px !important;
  display: none !important;
  color: #1d4f91;
}

.mobile_nav_btn:hover {
  color: #1d4f91;
  text-decoration: none;
}

.mobile_nav {
  position: fixed;
  z-index: 9991;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
  transform: translateX(100%);
}

.mobile_nav .close_btn {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #333;
  font-size: 24px;
  transition: all .3s;
}

.mobile_nav .close_btn:hover {
  text-decoration: none;
  color: #1d4f91;
}

.mobile_nav .con {
  width: 80%;
  margin-left: 20%;
  background-color: #fff;
  overflow: auto;
  overflow-x: hidden;
  padding: 50px 20px;
  height: 100%;
}

.mobile_nav.show {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.mobile_nav ul li h3 {
  border-bottom: 1px solid rgba(100, 100, 100, 0.3);
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mobile_nav ul li h3 i {
  color: #666;
  font-size: 16px;
}

.mobile_nav ul li a {
  font-size: 18px;
  color: #333;
}

.mobile_nav ul li a:hover, .mobile_nav ul li a.active {
  text-decoration: none;
  color: #398787;
}

.mobile_nav ul li dl {
  display: none;
  padding: 10px 30px;
}

.mobile_nav ul li dl dd {
  border-bottom: 1px solid rgba(100, 100, 100, 0.2);
  padding: 10px 0;
}

.mobile_nav ul li dl dd a {
  font-size: 16px;
}

@media only screen and (max-width: 992px) {
  .header_23 .logo {
    height: 50px;
  }
  .mobile_nav_btn {
    display: block !important;
  }
  .nav__con_23 {
    display: none;
  }
  .index_about__body_23, .index_news__body_23,
  .index_pro__body_23, .index_solutions__body_23,
  .index_zr__body_23 {
    padding: 50px 0;
  }
  .index_about__body_23 .top_txt_con {
    width: 100%;
  }
  .index_about__body_23 .flex {
    padding-top: 50px;
  }
  .tit_2line h3 {
    font-size: 32px;
  }
  .index_gg__body_23 .img_con img {
    height: 300px;
  }
  .index_gg__body_23 .txt_con h3 {
    font-size: 32px;
  }
  .index_zr__body_23 h3 {
    font-size: 32px;
  }
  .index_news__body_23 .swiper-backface-hidden .swiper-slide {
    width: 49% !important;
  }
}

.main {
  padding-bottom: 100px;
}

.faq__list_23 {
  border-top: 1px solid #e9e9e9;
  margin-bottom: 80px;
}

.faq__list_23 li {
  border-bottom: 1px solid #e9e9e9;
  padding: 15px 10px;
}

.faq__list_23 li a {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  text-decoration: none;
  width: 100%;
}

.faq__list_23 li a:hover p {
  color: #199ad6;
}

.faq__list_23 li p {
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  position: relative;
  padding-left: 10px;
  width: 80%;
}

.faq__list_23 li p::after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  background-color: #199ad6;
  border-radius: 50%;
  left: -15px;
  top: 10px;
}

.faq__list_23 li span {
  font-size: 16px;
  color: #999;
}

.pager_23 {
  text-align: center;
}

.pager_23 a {
  border-radius: 50%;
  margin: 0 2px;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #ededed;
  color: #333;
}

.pager_23 a:hover, .pager_23 a.active {
  text-decoration: none;
  background-color: #199ad6;
  color: #fff;
}

.details__body_23 .title {
  text-align: center;
  color: #333;
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 20px;
  padding: 0 5%;
}

.details__body_23 .date_con {
  text-align: center;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.details__body_23 .date_con span {
  padding: 0 10px;
  font-size: 16px;
  color: #999;
}

.details__body_23 .fckBody {
  margin-bottom: 70px;
}

.details__body_23 .fckBody p {
  font-size: 16px;
  line-height: 2;
  color: #333;
  text-indent: 32px;
  padding-bottom: 16px;
}

.details__body_23 .return_23 {
  text-align: center;
}

.details__body_23 .return_23 a {
  display: inline-block;
  background-color: #d4d4d4;
  padding: 10px 30px;
  color: #333;
  font-size: 14px;
  transition: all .3s;
  border-radius: 2em;
}

.details__body_23 .return_23 a i {
  color: #fff;
  padding-right: 10px;
}

.details__body_23 .return_23 a:hover {
  background-color: #1781bc;
  text-decoration: none;
  color: #fff;
}

.pop_mask {
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9900;
  display: none;
}

.pop_content {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9910;
}

.pop_content .content {
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  transform: translate(-50%, -50%);
}

.pop_content .content video {
  width: 100%;
  display: block;
}

.pop_content .content .close_btn {
  position: absolute;
  background-color: #fff;
  color: #333;
  width: 40px;
  height: 40px;
  line-height: 40px;
  right: -20px;
  top: -20px;
  text-align: center;
  font-size: 16px;
  border-radius: 50%;
}

.pop_content .content .close_btn:hover {
  text-decoration: none !important;
  color: #fff;
  background-color: #333;
}

@media only screen and (max-width: 992px) {
  .header_23 .logo {
    height: 50px;
  }
  .mobile_nav_btn {
    display: block !important;
  }
  .nav__con_23 {
    display: none;
  }
  .index_about__body_23, .index_news__body_23,
  .index_pro__body_23, .index_solutions__body_23,
  .index_zr__body_23 {
    padding: 50px 0;
  }
  .index_about__body_23 .top_txt_con {
    width: 100%;
  }
  .index_about__body_23 .flex {
    padding-top: 50px;
  }
  .tit_2line h3 {
    font-size: 32px;
  }
  .index_gg__body_23 .img_con img {
    height: 300px;
  }
  .index_gg__body_23 .txt_con h3 {
    font-size: 32px;
  }
  .index_zr__body_23 h3 {
    font-size: 32px;
  }
  .index_news__body_23 .swiper-backface-hidden .swiper-slide {
    width: 49% !important;
  }
}

@media only screen and (max-width: 992px) {
  .header_23 {
    padding: 10px 0;
  }
  .header_23 .logo {
    height: 30px;
  }
  body {
    padding-top: 50px;
  }
  .index_about__body_23 .top_txt_con h3 {
    font-size: 20px;
  }
  .index_about__body_23 .top_txt_con p {
    width: 100%;
    font-size: 14px;
  }
  .index_about__body_23 .video_con {
    margin-top: 30px;
    width: 100%;
  }
  .index_about__body_23 .video_con img {
    width: 100%;
  }
  .title_23 .tit {
    font-size: 20px;
  }
  .index_news__body_23 .swiper-backface-hidden .swiper-slide {
    width: 100% !important;
  }
  .tit_2line h3 {
    font-size: 20px;
  }
  .index_pro__body_23 .tab_list {
    margin-bottom: 30px;
  }
  .index_pro__body_23 .tab_list li {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .index_pro__body_23 .pro_con_23 .txt_con {
    width: 100%;
  }
  .index_pro__body_23 .pro_con_23 .img_con {
    width: 100%;
  }
  .index_solutions__body_23 ul.flex li {
    width: 100% !important;
    height: 300px;
    margin: 0 0 20px 0;
  }
  .index_solutions__body_23 ul.flex li .txt_con h3 {
    font-size: 20px;
  }
  .index_solutions__body_23 ul.flex li .txt_con .ico {
    height: 20px;
  }
  .index_gg__body_23 .img_con, .index_gg__body_23 .txt_con {
    width: 100%;
  }
  .index_gg__body_23 .txt_con {
    padding: 20px;
  }
  .index_gg__body_23 .txt_con h3 {
    font-size: 20px;
  }
  .index_gg__body_23 .txt_con .right p {
    font-size: 20px;
  }
  .index_gg__body_23 .txt_con h5 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .index_zr__body_23 h3 {
    font-size: 22px;
  }
  .footer_23 .footer_top {
    display: none;
  }
  .faq__list_23 li {
    padding: 15px 20px;
  }
  .faq__list_23 li p {
    width: 100%;
  }
  .faq__list_23 li p::after {
    left: -5px;
  }
  .faq__list_23 li span {
    margin: 10px 0 0 10px;
  }
  .details__body_23 .title {
    font-size: 18px;
  }
  .details__body_23 .date_con {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .details__body_23 .date_con span {
    font-size: 16px;
    display: block;
    margin: 0 auto 10px;
  }
  .index_news__body_23 .swiper-slide {
    width: 100% !important;
    margin-right: 0 !important;
  }
  .index_news__body_23 .swiper_out .fa_btn.fa-arrow-left {
    left: 0;
  }
  .index_news__body_23 .swiper_out .fa_btn.fa-arrow-right {
    right: 0;
  }
  .footer_23 .footer_btm .con_list li:nth-child(2) {
    width: 100%;
    text-align: left;
    padding-top: 20px;
  }
  .pop_content .content {
    width: 80%;
  }
}

.mobile_lan_bar {
  padding: 20px 0;
  text-align: center;
}

.mobile_lan_bar a {
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 2em;
  padding: 5px 15px;
  font-weight: normal;
  font-size: 14px;
  text-wrap: nowrap;
  width: 80px;
  margin: 0 10px;
  text-align: center;
  transition: all .3s;
  color: #fff;
  background-color: #1781bc;
}
<!--0.00028705596923828-->