@charset "utf-8";
/*公用*/
html {
  font-size: 19px;
}
html,
body {
  font-family: 'Open Sans', sans-serif;
  color: #212121;
  line-height: 1.6;
  /* -moz-user-select: none; */
  /*火狐*/
  /* -webkit-user-select: none; */
  /*webkit浏览器*/
  /* -ms-user-select: none; */
  /*IE10*/
  /* -khtml-user-select: none; */
  /*早期浏览器*/
  /* user-select: none; */
  background: #fff;
}
i {
  font-style: normal;
}
li {
  list-style: none;
}
label {
  font-weight: normal;
}
a {
  color: #212121;
  text-decoration: none;
}
a:hover {
  color: #212121;
  text-decoration: none;
}
.clearr {
  clear: both;
}
a:hover,
a:active,
a:visited,
a:focus {
  text-decoration: none;
}
img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  border: 0;
}
.imgs {
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}
.t1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.t2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.t3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.show_pc {
  display: block;
}
.show_pcm {
  display: block;
}
.show_wapm {
  display: none;
}
.show_wap {
  display: none;
}
.gy_box {
  width: 100%;
  box-sizing: border-box;
  padding: 0px 3%;
  margin: 0px auto;
}
.gybt4 {
  margin-bottom: 2.5rem;
}
.flexs {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.flexe {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.flexc {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.pc_head {
  position: fixed !important;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 1;
  z-index: 101;
  -moz-transition: top 0.2s ease-in 0.6s;
  -webkit-transition: top 0.2s ease-in 0.6s;
  filter: alpha(opacity=90);
  background: #fff;
}
.head_top_bd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 2.9375rem;
  height: 2.9375rem;
}
.head_top {
  height: 2.9375rem;
  border-bottom: 1px #eee solid;
}
.head_topl {
  flex: 1;
}
.head_topl span {
  font-size: 0.875rem;
  color: #11719F;
  margin-right: 15px;
}
.head_topl span a {
  color: #11719F;
}
.head_topl span a:hover {
  color: #E16A25;
}
.head_topl span i {
  font-size: 1rem;
}
.head_topr {
  align-items: flex-end;
  flex: 0 1 6.875rem;
}
.head_topr a {
  width: 6.25rem;
  height: 1.875rem;
  background: #E16A25;
  text-align: center;
  font-size: 0.875rem;
  border-radius: 5px;
  line-height: 1.875rem;
  display: block;
  color: #fff;
}
.head_top_lang {
  width: 110px;
  height: 28px;
  border: 1px #ccc solid;
  box-sizing: border-box;
  line-height: 28px;
  position: relative;
  color: #4a4a4a;
  font-size: 14px;
  background: #fff;
}
.lang_this {
  width: 100%;
  height: 100%;
  text-align: left;
  padding-left: 5px;
  cursor: pointer;
}
.head_top_lang i {
  position: absolute;
  color: #ccc;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.lang_list {
  position: absolute;
  width: 100%;
  top: 27px;
  left: -1px;
  z-index: 2;
  border: 1px #ccc solid;
  border-top: 0px #ccc solid;
  background: #fff;
  transition: all ease-in-out 0.5s;
  display: none;
}
.head_top_lang:hover .lang_list {
  display: block;
}
.lang_list a {
  display: block;
  line-height: 28px;
  padding-left: 5px;
  color: #4a4a4a;
  width: 100%;
  box-sizing: border-box;
  transition: all ease-in-out 0.5s;
}
.lang_list a:hover {
  background: #999;
  color: #fff;
}
.head_pc_nav {
  padding: 0.9375rem 0px 0px;
}
.pc_nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.pc_navl {
  flex: 0 1 18.25rem;
}
.pc_navr {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
}
.pc_navrt {
  width: 12.5rem;
  height: 1.875rem;
  border: 1px #ddd solid;
  border-radius: 4px;
  position: relative;
}
.pc_navrt input.pc_navrti {
  border: none;
  height: 1.875rem;
  width: 100%;
  box-sizing: border-box;
  padding-left: 15px;
  font-size: 0.875rem;
  color: #999;
}
.pc_navrt button.pc_navrtb {
  background: none;
  border: none;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  cursor: pointer;
  width: 2.1875rem;
  height: 2.1875rem;
}
.pc_navrt i {
  color: #11719F;
}
.pc_navrb {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 3.75rem;
}
.pc_navrb_item a.pc_navrb_itema {
  height: 3.75rem;
  display: block;
  line-height: 3.75rem;
  padding-left: 1.875rem;
  font-size: 1.125rem;
}
.pc_navrb_item a.active {
  color: #11719F;
}
.head_pc_nav {
  position: relative;
}
.iproduct_bd {
  position: absolute;
  width: 100%;
  z-index: 9999999;
  left: 0px;
  top: 6.6875rem;
  box-sizing: border-box;
  overflow: hidden;
  transition: all ease-in-out 0.5s;
  display: none;
}
.pc_navrb_item:hover a.pc_navrb_itema {
  color: #11719F;
}
.pc_navrb_items:hover .iproduct_bd {
  display: block;
}
.iproduct_box {
  width: 100%;
  background-color: rgba(17, 113, 159, 0.93);
  padding: 1.875rem 6rem 10px;
  box-sizing: border-box;
  overflow: hidden;
}
.iproduct_box * {
  color: #fff;
}
.iproduct_bd2 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.iproduct_bd2 li {
  flex: 0 1 12.5%;
}
.iproduct_bd2 li h4 {
  margin-bottom: 10px;
}
.iproduct_bd2 li h4:hover a {
  color: #00aeef;
}
.iproduct_bd3 li a:hover {
  color: #00aeef;
}
.iproduct_bd2 li h4 a {
  font-size: 1.125rem;
  line-height: 2.25rem;
}
.iproduct_bd3 li a {
  font-size: 0.8125rem;
}
.iproduct_list {
  background: #fff;
  border-bottom: 0.9375rem solid #00aeef;
}
.iproduct_list h5 {
  padding: 15px 0px;
  text-align: center;
  font-size: 0.9375rem;
  color: #fff;
  background: #00aeef;
}
.iproduct_list_box {
  width: 100%;
  box-sizing: border-box;
  padding: 1.875rem 5.625rem 2.5rem;
  overflow: hidden;
}
.iproduct_list_box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.iproduct_list_box li {
  flex: 0 1 12.5%;
  padding-right: 1.875rem;
  text-align: center;
}
.iproduct_list_box li .iproduct_listi {
  margin-bottom: 1.5625rem;
}
.iproduct_list_box li a {
  font-size: 0.8125rem;
}
.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 9.6875rem;
}
.banner .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  display: block;
}
.banner .swiper-container .swiper-wrapper .swiper-slide {
  overflow: hidden;
  position: relative;
}
.banner .swiper-container .swiper-wrapper .swiper-slide video {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  max-height: 100% !important;
  object-fit: cover;
}
.banner .swiper-container .swiper-wrapper .swiper-slide .text {
  position: absolute;
  width: 100%;
  top: 27%;
  left: 0;
  z-index: 3;
  text-align: center;
}
.banner .swiper-container .swiper-wrapper .swiper-slide .text2 {
  position: absolute;
  width: 100%;
  top: 7%;
  left: 0;
  z-index: 3;
  text-align: center;
}
.banner .swiper-container .swiper-wrapper .swiper-slide.sml_slidei a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.2);
  z-index: 100;
}
.banner .swiper-container .swiper-wrapper .swiper-slide.sml_slidei a img {
  width: 66px;
  height: 66px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.banner .swiper-container .swiper-wrapper .swiper-slide .text h2 {
  text-align: center;
  font-size: 2.625rem;
  color: #fff;
  position: relative;
  opacity: 0;
  transform: translateY(2rem);
  -ms-transform: translateY(2rem);
  -webkit-transform: translateY(2rem);
  transition: all 1s ease 0.5s;
  -webkit-transition: all 1s ease 0.5s;
  -moz-transition: all 1s ease 0.5s;
  -ms-transition: all 1s ease 0.5s;
  display: inline-block;
  font-weight: bolder;
}
.banner .swiper-container .swiper-wrapper .swiper-slide .text2 h5 {
  width: 13.75rem;
  height: 3rem;
  border: 1px #11719F solid;
  border-radius: 50px;
  text-align: center;
  line-height: 3.125rem;
  color: #11719F;
  font-size: 1.25rem;
  position: relative;
  opacity: 0;
  transform: translateY(2rem);
  -ms-transform: translateY(2rem);
  -webkit-transform: translateY(2rem);
  transition: all 1s ease 1s;
  -webkit-transition: all 1s ease 1s;
  -moz-transition: all 1s ease 1s;
  -ms-transition: all 1s ease 1s;
  margin: 1.2rem auto 0;
}
.banner .swiper-container .swiper-wrapper .swiper-slide .text3 {
  top: 20%;
  text-align: left;
}
.banner .swiper-container .swiper-wrapper .swiper-slide .text3 h5 {
  width: 13.75rem;
  height: 3rem;
  border: 1px #fff solid;
  border-radius: 50px;
  text-align: center;
  line-height: 3.125rem;
  color: #fff;
  font-size: 1.25rem;
  position: relative;
  opacity: 0;
  transform: translateY(2rem);
  -ms-transform: translateY(2rem);
  -webkit-transform: translateY(2rem);
  transition: all 1s ease 1.5s;
  -webkit-transition: all 1s ease 1.5s;
  -moz-transition: all 1s ease 1.5s;
  -ms-transition: all 1s ease 1.5s;
  margin: 1.2rem 0px 0px;
}
.banner .swiper-container .swiper-wrapper .swiper-slide .text p {
  margin-top: 1.2rem;
  text-align: center;
  font-size: 1.75rem;
  color: #fff;
  position: relative;
  opacity: 0;
  transform: translateY(2rem);
  -ms-transform: translateY(2rem);
  -webkit-transform: translateY(2rem);
  transition: all 1s ease 1s;
  -webkit-transition: all 1s ease 1s;
  -moz-transition: all 1s ease 1s;
  -ms-transition: all 1s ease 1s;
}
.banner .swiper-container .swiper-wrapper .swiper-slide .text3 p {
  text-align: left;
}
.banner .swiper-container .swiper-wrapper .swiper-slide .text.active h2 {
  transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  opacity: 1;
}
.banner .swiper-container .swiper-wrapper .swiper-slide .text.active p {
  transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  opacity: 1;
}
.banner .swiper-container .swiper-wrapper .swiper-slide .text2.active h5 {
  transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  opacity: 1;
}
.banner .swiper-container .swiper-wrapper .swiper-slide .text3.active h5 {
  transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  opacity: 1;
}
.banner .swiper-container .swiper-wrapper .swiper-slide .text2 h2 {
  color: #11719F;
}
.banner .swiper-container .swiper-wrapper .swiper-slide .text2 p {
  color: #11719F;
}
.banner .swiper-container .swiper-pagination-bullet {
  height: 0.125rem;
  width: 3.125rem;
}
.banner .swiper-container .swiper-pagination {
  text-align: left;
  padding-left: 12%;
  box-sizing: border-box;
  bottom: 5%;
}
.banner .swiper-container .swiper-pagination-bullet {
  background: #fff;
}
.banner .swiper-container .swiper-pagination-bullet-active {
  width: 3.125rem;
  background: #11719F;
}
.wap_banner {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 9.6875rem;
}
.wap_banner .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  display: block;
}
.wap_banner .swiper-container .swiper-wrapper .swiper-slide {
  overflow: hidden;
  position: relative;
}
.wap_banner .swiper-container .swiper-wrapper .swiper-slide .text {
  position: absolute;
  width: 100%;
  top: 27%;
  left: 0;
  z-index: 3;
  text-align: center;
}
.wap_banner .swiper-container .swiper-wrapper .swiper-slide .text2 {
  position: absolute;
  width: 100%;
  top: 7%;
  left: 0;
  z-index: 3;
  text-align: center;
}
.wap_banner .swiper-container .swiper-wrapper .swiper-slide.sml_slidei a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.2);
  z-index: 100;
}
.wap_banner .swiper-container .swiper-wrapper .swiper-slide.sml_slidei a img {
  width: 66px;
  height: 66px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.wap_banner .swiper-container .swiper-wrapper .swiper-slide .text h2 {
  text-align: center;
  font-size: 2.625rem;
  color: #fff;
  position: relative;
  opacity: 0;
  transform: translateY(2rem);
  -ms-transform: translateY(2rem);
  -webkit-transform: translateY(2rem);
  transition: all 1s ease 0.5s;
  -webkit-transition: all 1s ease 0.5s;
  -moz-transition: all 1s ease 0.5s;
  -ms-transition: all 1s ease 0.5s;
  display: inline-block;
  font-weight: bolder;
}
.wap_banner .swiper-container .swiper-wrapper .swiper-slide .text2 h5 {
  width: 13.75rem;
  height: 3rem;
  border: 1px #11719F solid;
  border-radius: 50px;
  text-align: center;
  line-height: 3.125rem;
  color: #11719F;
  font-size: 1.25rem;
  position: relative;
  opacity: 0;
  transform: translateY(2rem);
  -ms-transform: translateY(2rem);
  -webkit-transform: translateY(2rem);
  transition: all 1s ease 1s;
  -webkit-transition: all 1s ease 1s;
  -moz-transition: all 1s ease 1s;
  -ms-transition: all 1s ease 1s;
  margin: 1.2rem auto 0;
}
.wap_banner .swiper-container .swiper-wrapper .swiper-slide .text3 {
  top: 7%;
  text-align: center;
}
.wap_banner .swiper-container .swiper-wrapper .swiper-slide .text3 h5 {
  width: 13.75rem;
  height: 2.5rem;
  border: 1px #fff solid;
  border-radius: 50px;
  text-align: center;
  line-height: 2.625rem;
  color: #fff;
  font-size: 1.25rem;
  position: relative;
  opacity: 0;
  transform: translateY(2rem);
  -ms-transform: translateY(2rem);
  -webkit-transform: translateY(2rem);
  transition: all 1s ease 1.5s;
  -webkit-transition: all 1s ease 1.5s;
  -moz-transition: all 1s ease 1.5s;
  -ms-transition: all 1s ease 1.5s;
  margin: 1.2rem auto 0;
}
.wap_banner .swiper-container .swiper-wrapper .swiper-slide .text p {
  margin-top: 0.8rem;
  text-align: center;
  font-size: 1.75rem;
  color: #fff;
  position: relative;
  opacity: 0;
  transform: translateY(2rem);
  -ms-transform: translateY(2rem);
  -webkit-transform: translateY(2rem);
  transition: all 1s ease 1s;
  -webkit-transition: all 1s ease 1s;
  -moz-transition: all 1s ease 1s;
  -ms-transition: all 1s ease 1s;
}
.wap_banner .swiper-container .swiper-wrapper .swiper-slide .text3 p {
  text-align: center;
}
.wap_banner .swiper-container .swiper-wrapper .swiper-slide .text.active h2 {
  transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  opacity: 1;
}
.wap_banner .swiper-container .swiper-wrapper .swiper-slide .text.active p {
  transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  opacity: 1;
}
.wap_banner .swiper-container .swiper-wrapper .swiper-slide .text2.active h5 {
  transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  opacity: 1;
}
.wap_banner .swiper-container .swiper-wrapper .swiper-slide .text3.active h5 {
  transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  opacity: 1;
}
.wap_banner .swiper-container .swiper-wrapper .swiper-slide .text2 h2 {
  color: #11719F;
}
.wap_banner .swiper-container .swiper-wrapper .swiper-slide .text2 p {
  color: #11719F;
}
.wap_banner .swiper-container .swiper-pagination-bullet {
  height: 0.125rem;
  width: 3.125rem;
}
.wap_banner .swiper-container .swiper-pagination {
  text-align: left;
  padding-left: 12%;
  box-sizing: border-box;
  bottom: 5%;
}
.wap_banner .swiper-container .swiper-pagination-bullet {
  background: #fff;
}
.wap_banner .swiper-container .swiper-pagination-bullet-active {
  width: 3.125rem;
  background: #11719F;
}
#main {
  margin-top: 0rem;
}
.cate_bd {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding: 2% 2% 0px 2%;
}
.cate_item {
  flex: 0 1 32%;
  background: #f1f3f7;
  margin-bottom: 2%;
  padding: 1.875rem 0px 1.25rem 1.875rem;
  box-sizing: border-box;
}
.cate_item:nth-of-type(2) {
  margin: 0px 2% 2%;
}
.cate_item:nth-of-type(5) {
  margin: 0px 2% 2%;
}
.cate_item_bd {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  box-sizing: border-box;
  position: relative;
}
.cate_iteml {
  flex: 0 1 43%;
  height: 100%;
}
.cate_itemr {
  flex: 1;
  align-self: flex-end;
}
.cate_iteml h4 {
  font-weight: bold;
  font-family: Open Sans;
  font-size: 1.5rem;
  margin-bottom: 0.625rem;
}
.cate_iteml h4 a {
  color: #11719F;
}
.cate_iteml p {
  line-height: 1.9;
}
.cate_iteml p:last-child {
  margin-bottom: 30px;
}
.cate_iteml p a {
  color: #4a4a4a;
  font-size: 1rem;
}
.cate_iteml p a:hover {
  color: #E16A25;
}
.cate_item .more a {
  display: block;
  width: 7.5rem;
  height: 2.1875rem;
  text-align: center;
  line-height: 2.1875rem;
  color: #fff;
  font-size: 0.875rem;
  background: #11719F;
  position: absolute;
  left: 0px;
  bottom: 0px;
  border-radius: 3px;
  z-index: 3;
  transition: all 0.5 ease-in-out;
}
.cate_item .more a:hover {
  background: #E16A25;
}
.about {
  background: url(../about.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  padding: 3.75rem 0px;
  color: #fff;
  min-height: 28.125rem;
  overflow: hidden;
  box-sizing: border-box;
}
.about_box h2 {
  font-size: 1.875rem;
  text-align: center;
  margin-bottom: 3.125rem;
  font-weight: bold;
}
.about_box p {
  text-indent: 2em;
  font-size: 1rem;
  line-height: 2;
  margin-bottom: 0.625rem;
  text-align: justify;
}
.about_bot {
  display: flex;
  justify-content: center;
  align-items: center;
}
.about_bot_item {
  flex: 0 1 33.33%;
  text-align: center;
}
.about_bot_item h5 {
  font-size: 3.75rem;
  font-weight: bold;
}
.about_bot_item h6 {
  font-size: 1.5625rem;
  font-weight: bold;
}
.ywjs_item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.ywjs_iteml,
.ywjs_itemr {
  flex: 0 1 50%;
  box-sizing: border-box;
}
.ywjs_itemta {
  padding-left: 8%;
}
.ywjs_itemtb {
  padding-right: 8%;
}
.ywjs_itemt h3 {
  font-size: 1.75rem;
  color: #11719F;
  margin-bottom: 0.9375rem;
}
.ywjs_itemt h6 {
  font-size: 1rem;
  color: #666;
  text-align: justify;
  margin-bottom: 0.9375rem;
}
.ywjs_itemp p {
  font-size: 1rem;
  color: #666;
  line-height: 1.8;
}
.ywjs_itemps {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.ywjs_itemps p {
  flex: 0 1 50%;
}
.ywjs_itemps p.ywjs_itempsx {
  flex: 0 1 100%;
}
.yrzz_box .swiper-container {
  width: 100%;
  height: 100%;
}
.yrzz_box .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.yrzz_bd h3 {
  font-size: 2.5rem;
  color: #11719F;
  text-align: center;
  margin-bottom: 1.875rem;
}
.btn_lb {
  width: 2.625rem;
  height: 2.625rem;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  cursor: pointer;
}
.btn_next {
  right: 0px;
}
.btn_prev {
  left: 0px;
}
.btn_lb i {
  font-size: 2.5rem;
}
.spzs {
  background: #11719F;
  padding: 3.125rem 0px;
  overflow: hidden;
}
.spzs_con {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  overflow: hidden;
}
.spzs_conl {
  flex: 0 1 75%;
  overflow: hidden;
}
.spzs_conr {
  flex: 0 1 25%;
  padding: 0px 2%;
  overflow: hidden;
  box-sizing: border-box;
  border-right: 1px rgba(255, 255, 255, 0.3) solid;
}
.spzs_conlv video {
  width: 100%;
}
.spzs_conri {
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.spzs_conrii {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.spzs_conrii i {
  font-size: 2.5rem;
  color: rgba(255, 255, 255, 0.6);
}
.spzs_conrix {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(12, 12, 12, 0.4);
  display: none;
}
.spzs_conrix span {
  background: rgba(91, 107, 124, 0.5);
  text-align: center;
  color: #fff;
  padding: 0.3125rem 1.25rem;
  border-radius: 10px;
  font-size: 0.875rem;
}
.spzs_conriis {
  display: none;
}
.spzs_conrixs {
  display: flex;
}
.spzs_bd h2 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  text-align: center;
  color: #fff;
}
.khfk {
  background: #F7FBFF;
  padding: 2.5rem 0px;
}
.khfk_box h5 {
  font-size: 1rem;
  color: #4D4D4D;
  text-align: justify;
  margin-bottom: 0.9375rem;
}
.khfk_box h6 {
  font-size: 1rem;
  color: #4D4D4D;
  text-align: center;
  margin-bottom: 1.5625rem;
}
.khfk_item {
  background: #fff;
  box-shadow: 0px 2px 5px #f1f1f1;
  overflow: hidden;
  width: 25%;
  float: left;
  border-radius: 10px;
  width: 100%;
}
.khfk_item_bd {
  padding: 1.5625rem 1.5rem;
}
.khfk_itemi {
  text-align: center;
}
.khfk_itemt {
  text-align: center;
  margin: 0.625rem 0px;
  color: #666;
  padding-bottom: 0.625rem;
  border-bottom: 1px #eee dashed;
}
.khfk_itemp {
  /* text-align: justify; */
  color: #888;
}
.inews {
  background: #eee;
  padding: 2.5rem 0px;
}
.inews_box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.inews_boxl {
  flex: 0 1 44%;
  margin-right: 1%;
}
.inews_boxr {
  flex: 0 1 55%;
}
.inews_boxli img {
  width: 100%;
  display: block;
}
.inews_boxlb {
  background: #fff;
  box-shadow: 0px 2px 5px #f1f1f1;
  padding: 0.9375rem 0.9375rem 1.5625rem;
}
.inews_boxlbt {
  font-size: 1rem;
  color: #878787;
  margin-bottom: 0.625rem;
  padding-bottom: 0.3125rem;
  border-bottom: 1px #f2f2f2 dashed;
  font-weight: bold;
}
.inews_boxlbp {
  font-size: 0.875rem;
  color: #878787;
  line-height: 2;
}
.inews_boxr_item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0.8125rem;
}
.inews_boxr_item:nth-of-type(4) {
  margin-bottom: 0px;
}
.inews_boxr_iteml {
  flex: 0 1 50%;
  overflow: hidden;
}
.inews_boxr_iteml img {
  display: block;
  width: 100%;
}
.inews_boxr_itemr {
  flex: 0 1 50%;
  box-sizing: border-box;
  background: #fff;
  padding: 0.9375rem;
  box-shadow: 0px 2px 5px #f1f1f1;
}
.inews_boxr_itemrt {
  font-size: 1rem;
  color: #878787;
  font-weight: bold;
}
.inews_boxr_itemrp {
  font-size: 0.875rem;
  color: #878787;
  line-height: 2;
}
#footer {
  background: #11719F;
  padding: 2.5rem 0px 1.25rem;
}
.footer_bd {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 0.9375rem;
  margin-bottom: 0.9375rem;
  border-bottom: 1px rgba(153, 176, 208, 0.4) dashed;
}
.footerl {
  flex: 0 1 42%;
}
.footerm {
  flex: 0 1 33%;
}
.footerr {
  flex: 0 1 25%;
}
.footerx h4 {
  font-size: 1.125rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 1.25rem;
}
.footerl_bd {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.footerla {
  flex: 0 1 34%;
}
.footerlb {
  flex: 0 1 66%;
}
.footery a {
  display: block;
  font-size: 14px;
  line-height: 3;
  color: #99B0D0;
}
.footery a:hover {
  color: #E16A25;
}
.footerm_bd p {
  font-size: 14px;
  color: #99B0D0;
  line-height: 3;
}
.footerm_bd p a {
  font-size: 14px;
  color: #99B0D0;
}
.footerm_bd p a:hover {
  color: #E16A25;
}
.footerr_form_code {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.footerr_form_code input.inputcode {
  flex: 0 1 50%;
  margin-right: 5%;
}
.footerr_form_code .inputcodei {
  flex: 1;
  height: 42px;
}
.footerr_form_code .inputcodei img {
  height: 42px;
}
.footerr_form input {
  border: 1px rgba(153, 176, 208, 0.4) solid;
  background: #3083AB;
  height: 42px;
  line-height: 42px;
  padding: 5px 10px;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 20px;
  color: #fff;
  border-radius: 3px;
}
.footerr_form input::-webkit-input-placeholder {
  color: #99B0D0;
  font-size: 14px;
}
.footerr_form input:-moz-placeholder {
  color: #99B0D0;
  font-size: 14px;
}
.footerr_form input::-moz-placeholder {
  color: #99B0D0;
  font-size: 14px;
}
.footerr_form input:-ms-input-placeholder {
  color: #99B0D0;
  font-size: 14px;
}
.footerr_form textarea {
  border: 1px rgba(153, 176, 208, 0.4) solid;
  background: #3083AB;
  padding: 5px 10px;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 20px;
  color: #fff;
  border-radius: 3px;
}
.footerr_form textarea::-webkit-input-placeholder {
  color: #99B0D0;
  font-size: 14px;
}
.footerr_form textarea:-moz-placeholder {
  color: #99B0D0;
  font-size: 14px;
}
.footerr_form textarea::-moz-placeholder {
  color: #99B0D0;
  font-size: 14px;
}
.footerr_form textarea:-ms-input-placeholder {
  color: #99B0D0;
  font-size: 14px;
}
.lxwm_form_bt input {
  cursor: pointer;
  width: 100%;
  border: none;
  background: #1587BD;
  height: 42px;
  text-align: center;
  line-height: 42px;
  color: #fff;
  font-size: 16px;
}
.lxwm_form_bt input:hover {
  background: #E16A25;
}
.footer_bt {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer_btl {
  flex: 0 1 50%;
  color: #fff;
  font-size: 14px;
  color: #99B0D0;
}
.footer_btr {
  flex: 0 1 50%;
  text-align: right;
}
.footer_btr a {
  display: inline-block;
  width: 26px;
  height: 26px;
  color: #99B0D0;
  font-size: 18px;
}
.ny_banner {
  margin-top: 10.5rem;
  position: relative;
}
.ny_ban_make {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}
.ban_make_bd {
  width: 100%;
  height: 100%;
  position: relative;
}
.ny_ban_makex {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.ny_ban_makex h4 {
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: 0.9375rem;
}
.ny_ban_makex h5,
.ny_ban_makex h5 a {
  font-size: 14px;
  color: #fff;
}
#web {
  padding: 2.5rem 0px 3.75rem;
}
.web_bd {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.webl {
  flex: 0 1 26%;
  margin-right: 4%;
}
.webr {
  flex: 0 1 70%;
  overflow: hidden;
}
.left_nav h2 {
  font-size: 22px;
  background: #11719F;
  color: #fff;
  width: 100%;
  box-sizing: border-box;
  padding-left: 0.9375rem;
  height: 3.75rem;
  line-height: 3.75rem;
  margin-bottom: 5px;
  border-bottom: 1px #fff solid;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.left_nav h2 span {
  display: none;
}
.left_nav_box {
  width: 100%;
  box-sizing: border-box;
  border-left: 1px #eee solid;
  border-right: 1px #eee solid;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.5s;
}
.left_nav_box * {
  transition: all ease-in-out 0.5s;
}
.nav_item h3 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 3.125rem;
  width: 100%;
  box-sizing: border-box;
  padding-left: 0.9375rem;
  font-size: 0.875rem;
  border-top: 1px #fff solid;
  border-bottom: 1px #fff solid;
  background: #fff;
}
.nav_item h3 a {
  flex: 0 1 90%;
}
.nav_item h3 span {
  flex: 0 1 10%;
  text-align: right;
  cursor: pointer;
  padding-right: 4%;
  box-sizing: border-box;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav_itemy a {
  display: block;
  font-size: 14px;
  width: 100%;
  height: 2.1875rem;
  line-height: 2.1875rem;
  padding-left: 1.5625rem;
  box-sizing: border-box;
  background: #f1f1f1;
}
.nav_itemy a:hover {
  color: #11719F;
}
.nav_item:hover h3 a {
  color: #11719F;
}
.nav_item:hover span i {
  color: #11719F;
}
.nav_item .nav_itemy {
  display: none;
}
.nav_item .current {
  display: block;
}
.left_nav_box .activexx .nav_itemy {
  display: block;
}
.nav_itemy a.active {
  color: #11719F;
}
.currentxx h3 a {
  color: #11719F;
  font-weight: bold;
}
.currentxx h3 span i {
  color: #11719F;
  font-weight: bold;
}
.activexx h3 a {
  color: #11719F;
  font-weight: bold;
}
.activexx h3 span i {
  color: #11719F;
}
.nav_item:nth-of-type(1) .nav_itemy {
  display: block;
}
.left_other {
  width: 100%;
  box-sizing: border-box;
  border-left: 1px #eee solid;
  border-right: 1px #eee solid;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.5s;
  margin-top: 1.5625rem;
}
.left_other_box a {
  display: block;
  height: 3.125rem;
  width: 100%;
  box-sizing: border-box;
  padding-left: 0.9375rem;
  font-size: 0.875rem;
  border-top: 1px #fff solid;
  border-bottom: 1px #fff solid;
  background: #fff;
  line-height: 3.125rem;
}
.faq h2 {
  font-size: 2rem;
  color: #11719F;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.8em;
  text-align: center;
  margin-bottom: 1.25rem;
}
.faq_item {
  padding: 1.25rem 0px;
  border-top: 1px rgba(183, 183, 183, 0.5) solid;
}
.faq_item h5 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 2rem;
  font-size: 1rem;
  font-weight: bold;
}
.faq_item h5 span {
  margin-right: 1.875rem;
}
.faq_item h5 p {
  font-weight: bold;
}
.faq_item h6 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #4a4a4a;
  font-size: 14px;
}
.faq_item h6 span {
  margin-right: 1.875rem;
}
.lxwm_tit h5 {
  font-size: 2rem;
  color: #11719F;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.8em;
  text-align: center;
  margin-bottom: 1.25rem;
}
.lxwm_tit h6 {
  font-size: 14px;
  text-align: center;
  color: #595757;
  line-height: 2;
}
.lxwma {
  padding: 1.25rem 0px;
  border-top: 1px solid rgba(183, 183, 183, 0.5);
  border-bottom: 1px solid rgba(183, 183, 183, 0.5);
  margin-top: 2.5rem;
}
.lxwma_bd {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.lxwma_item {
  flex: 0 1 25%;
  text-align: center;
}
.lxwma_itemi {
  width: 3.75rem;
  height: 3.75rem;
  text-align: center;
  line-height: 3.75rem;
  background: #11719F;
  color: #fff;
  font-size: 1.875rem;
  border-radius: 100%;
  margin: 0px auto 1.25rem;
}
.lxwma_itemt {
  font-size: 1.25rem;
  color: #10191e;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 2;
}
.lxwm_map iframe {
  height: 450px;
}
.lxwmc {
  width: 100%;
  box-sizing: border-box;
  padding: 2.5rem 0.9375rem;
  background: #f1f3f7;
}
.lxwmc_item {
  flex: 0 1 100%;
}
.lxwmc_itemc {
  background: #fff;
  width: 100%;
  box-sizing: border-box;
  padding: 0.9375rem;
}
.lxwmc_itemc h5 {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 0.9375rem;
  color: #11719F;
}
.lxwmc_itemc h6 p {
  font-size: 14px;
  color: #4a4a4a;
}
.lxwmc_itemc h6 p span {
  font-weight: bold;
  line-height: 2;
}
.lxwmb h6 {
  font-size: 1.5rem;
  color: #11719F;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 2;
  margin-bottom: 0.9375rem;
}
.lxwmb_form_bd {
  flex-wrap: wrap;
}
.lxwmb_form {
  flex: 0 1 49%;
}
.lxwmb_form:nth-of-type(1) {
  margin-right: 2%;
}
.lxwmb_form:nth-of-type(3) {
  margin-right: 2%;
}
.lxwmb_forms {
  flex: 0 1 100%;
}
.lxwmb_form input {
  border: 1px #ccc solid;
  background: rgba(241, 243, 247, 0.6);
  height: 42px;
  line-height: 42px;
  padding: 5px 10px;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 20px;
  color: #10191e;
  border-radius: 3px;
}
.lxwmb_form input::-webkit-input-placeholder {
  color: #ccc;
  font-size: 14px;
}
.lxwmb_form input:-moz-placeholder {
  color: #ccc;
  font-size: 14px;
}
.lxwmb_form input::-moz-placeholder {
  color: #ccc;
  font-size: 14px;
}
.lxwmb_form input:-ms-input-placeholder {
  color: #ccc;
  font-size: 14px;
}
.lxwmb_form textarea {
  border: 1px #ccc solid;
  background: rgba(241, 243, 247, 0.6);
  padding: 5px 10px;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 20px;
  color: #10191e;
  border-radius: 3px;
}
.lxwmb_form textarea::-webkit-input-placeholder {
  color: #ccc;
  font-size: 14px;
}
.lxwmb_form textarea:-moz-placeholder {
  color: #ccc;
  font-size: 14px;
}
.lxwmb_form textarea::-moz-placeholder {
  color: #ccc;
  font-size: 14px;
}
.lxwmb_form textarea:-ms-input-placeholder {
  color: #ccc;
  font-size: 14px;
}
.lxwmb_formx input {
  width: 45%;
  float: left;
}
.lxwmb_formx .lxwmb_formxi {
  float: right;
  width: 50%;
  height: 42px;
}
.lxwmb_formx .lxwmb_formxi img {
  max-width: 100%;
  max-height: 42px;
}
.lxwmb_form_bts {
  width: 40%;
  margin: 0px auto;
  margin-top: 30px;
}
.lxwmb_form_bts input {
  cursor: pointer;
  width: 100%;
  border: none;
  background: #1587BD;
  height: 42px;
  text-align: center;
  line-height: 42px;
  color: #fff;
  font-size: 16px;
}
.lxwmb_form_code{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.lxwmb_form_code input.inputcode {
  flex: 0 1 65%;
  margin-right: 5%;
}
.lxwmb_form_code .inputcodei {
  flex: 1;
  height: 42px;
}
.lxwmb_form_code .inputcodei img {
  height: 42px;
}

.nabout_tit h5 {
  font-size: 1.75rem;
  color: #11719F;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 1.25rem;
}
.nabout_tit p {
  font-size: 16px;
  color: #2c2c2a;
  line-height: 2;
  text-align: justify;
}
.nabouta {
  padding: 1.25rem 0px;
  border-top: 1px solid rgba(183, 183, 183, 0.5);
  border-bottom: 1px solid rgba(183, 183, 183, 0.5);
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.nabouta_item {
  flex: 0 1 33.33%;
}
.nabouta_itemt {
  font-size: 2.625rem;
  color: #11719F;
  font-family: 'Oswald', sans-serif;
}
.nabouta_itemp {
  font-size: 16px;
  color: rgba(74, 74, 74, 0.59);
  font-family: 'Oswald', sans-serif;
}
.naboutb p {
  font-size: 16px;
  color: #2c2c2a;
  line-height: 2;
  text-align: justify;
  margin-bottom: 0.9375rem;
}
.naboutc {
  width: 100%;
}
.naboutcx {
  margin-bottom: 1.875rem;
}
.naboutcx h6 {
  font-size: 20px;
  color: #11719F;
  font-weight: 700;
  line-height: 2;
}
.new_item {
  width: 100%;
  box-shadow: 0 1px 10px #eee;
  padding: 2.2%;
  background-color: #ffffff;
  margin-bottom: 18px;
  box-sizing: border-box;
}
.new_itemc {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.new_itemi {
  flex: 0 1 204px;
  margin-right: 1.875rem;
}
.new_itemi img {
  width: 204px;
  height: 130px;
}
.new_itemt {
  flex: 1;
}
.new_itemt h5 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 0.625rem;
  transition: all 0.4s ease-in;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* -webkit-line-clamp: 1; */
  -webkit-box-orient: vertical;
}
.new_item:hover .new_itemt h5 {
  padding-left: 0.9375rem;
}
.new_itemt p {
  font-size: 14px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.new_itemt h6 {
  font-size: 12px;
  color: #999;
  margin-top: 0.625rem;
}
.web_img_ym {
  background: #fff;
  padding: 15px 15px 15px 0px;
  margin-top: 5px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.web_img_ym li span {
  display: block;
  border: 1px #f1f1f1 solid;
  padding: 0.25rem 0.625rem;
  margin-right: 0.375rem;
  color: #6e6e6e;
}
.web_img_ym li span.current {
  background: #11719F;
  color: #fff;
}
.web_img_ym li a {
  display: block;
  border: 1px #f1f1f1 solid;
  padding: 0.25rem 0.625rem;
  margin-right: 0.375rem;
  color: #6e6e6e;
}
.web_img_ym li.active a {
  background: #11719F;
  color: #fff;
}
.web_img_ym li a:hover {
  background: #11719F;
  color: #fff;
}
.show_news_tit {
  margin-bottom: 1.5625rem;
}
.show_news_tit h1 {
  font-size: 1.625rem;
  color: #333;
  font-weight: bold;
  text-align: center;
  padding-bottom: 0.625rem;
  margin-bottom: 0.625rem;
  border-bottom: 1px #f1f1f1 dashed;
}
.show_news_tit p {
  font-size: 14px;
  text-align: center;
  color: #999;
}
.show_news_box {
  padding: 1.5625rem 0.9375rem;
  margin-bottom: 0.9375rem;
  border: 1px #f1f1f1 dashed;
}
.show_news_box img {
  max-width: 100%;
}
.show_newsx p {
  flex: 0 1 50%;
  font-size: 14px;
  color: #999;
}
.show_newsx p:nth-of-type(2) {
  text-align: right;
}
.show_newsx p a {
  color: #999;
}
.down_item {
  cursor: pointer;
}
.down_itemf {
  font-size: 1.25rem;
  margin-bottom: 0.9375rem;
}
.down_itemfa {
  flex: 0 1 70%;
  font-weight: bold;
  color: #000;
  transition: all ease-in-out 0.5s;
}
.down_itemfb {
  flex: 0 1 30%;
  text-align: right;
}
.down_itemfb i {
  color: #11719F;
}
.down_itemt {
  font-size: 14px;
  color: #999;
}
.down_item:hover .down_itemfa {
  padding-left: 0.625rem;
}
.pro_box {
  flex-wrap: wrap;
}
.pro_bd {
  padding: 1.25rem 0px;
}
.pro_boxt {
  padding-bottom: 0.9375rem;
  border-bottom: 1px #ddd dashed;
  margin-bottom: 0.9375rem;
}
.pro_boxt h6 {
  font-size: 1.875rem;
  margin-bottom: 1.25rem;
}
.pro_boxt p {
  font-size: 14px;
  text-align: justify;
}
.pro_item {
  flex: 0 1 31.33%;
  margin: 0px 1% 0.9375rem;
  padding: 0 0rem 1.25rem;
  overflow: hidden;
  box-sizing: border-box;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.pro_itemi {
  width: 100%;
  overflow: hidden;
}
.pro_itemi a .pro_itemib {
  display: none;
}
.pro_itemi a:hover .pro_itemia {
  display: none;
}
.pro_itemi a:hover .pro_itemib {
  display: block;
}
.pro_itemt {
  font-size: 14px;
  color: #2c2c2a;
  text-align: center;
  margin: 0.9375rem 0px;
  height: 2.5rem;
  padding: 0px 0.9375rem;
  box-sizing: border-box;
}
.pro_itemr {
  text-align: center;
}
.pro_itemr a {
  display: inline-block;
  padding: 0.3125rem 0.625rem;
  background: #11719F;
  color: #fff;
  text-align: center;
  font-size: 14px;
  margin: 0px auto;
  border-radius: 4px;
}
.show_pro_bd {
  border-bottom: 1px #ddd dashed;
  padding-bottom: 0.9375rem;
  margin-bottom: 0.9375rem;
}
.show_prol {
  flex: 0 1 400px;
  margin-right: 1.5625rem;
  box-sizing: border-box;
}
.show_prold {
  width: 100%;
  height: 400px;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px #f1f1f1 solid;
}
.show_prol img.zoomimg {
  height: 400px;
}
.show_pror {
  flex: 1;
  padding: 1.5625rem 0.9375rem;
  border-left: 1px #ddd dashed;
}
.show_prols {
  margin-top: 10px;
  overflow: hidden;
  padding: 0.1875rem;
  border: 1px #f1f1f1 solid;
  background: #fff;
  width: 400px;
}
.show_prolsi {
  border: 1px #f1f1f1 solid;
  background: #fff;
  cursor: pointer;
}
.show_prolsi img {
  width: 100%;
  height: 100%;
}
.show_prols .swiper-container {
  width: 100%;
  height: 100%;
}
.show_prols .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  box-sizing: border-box;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.show_prols .swiper-slide.active {
  border: 1px #11719F solid;
}
.show_prols .btn_lb {
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  cursor: pointer;
}
.show_prols .btn_lb i {
  font-size: 30px;
}
.show_prols .btn_lb.hide {
  display: none;
}
.MagicZoomBigImageCont {
  width: 400px;
  height: 400px;
  top: 0px;
  left: 0px;
}
.show_pror_bd h1 {
  font-size: 1.25rem;
  color: #11719F;
  font-weight: bold;
  text-align: center;
}
.show_pror_code {
  padding: 1.5625rem 0px;
  text-align: left;
  margin: 1.25rem auto;
  border-top: 1px #f1f1f1 solid;
  border-bottom: 1px #f1f1f1 solid;
}
.show_pror_code p {
  color: #999;
  font-size: 14px;
}
.shop_itemr_num {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0px 15px;
}
.shop_itemr_numl {
  flex: 0 1 42px;
  margin-right: 10px;
}
.shop_itemr_numr {
  flex: 0 1 140px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.shop_itemr_numrl {
  flex: 0 1 35px;
  height: 35px;
  border: 1px #eee solid;
  text-align: center;
  line-height: 35px;
  font-size: 25px;
  cursor: pointer;
  background: #fff;
}
.shop_itemr_numrm {
  flex: 0 1 35px;
  height: 35px;
  border-top: 1px #eee solid;
  text-align: center;
  border-bottom: 1px #eee solid;
  line-height: 35px;
  font-size: 18px;
  background: #fff;
}
.shop_itemr_numrr {
  flex: 0 1 35px;
  height: 35px;
  border: 1px #eee solid;
  text-align: center;
  line-height: 35px;
  font-size: 25px;
  cursor: pointer;
  background: #fff;
}
.shop_itemrp {
  line-height: 30px;
}
.shop_itemrp #nums {
  color: #f00;
}
.shop_itemr_bt {
  width: 120px;
  height: 40px;
  display: block;
  text-align: center;
  line-height: 40px;
  background: #f00;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 15px;
}
#nums_m {
  border: none;
  outline: none;
  width: 60px;
  text-align: center;
}
.show_pror_tj {
  padding: 0.5rem 0.625rem;
  background: #11719F;
  color: #fff;
  text-align: center;
  font-size: 14px;
  margin: 0px auto;
  border-radius: 4px;
  cursor: pointer;
  margin-bottom: 15px;
}
.show_pro_cont_bd {
  padding: 1.5625rem 0.9375rem;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.show_pro_cont_tit {
  background: #11719F;
  color: #fff;
  padding: 10px 15px;
}
.show_pro_imgs {
  width: 100%;
}
.pro_boxt p span {
  color: #11719F;
}
.rfq_bd_table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 0.9375rem;
  margin-top: 2.1875rem;
}
.rfq_bd_table th,
.rfq_bd_table td {
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 5px;
}
.rfq_bd_table th {
  background-color: #11719F;
  text-align: center;
  color: #fff;
  border: 1px solid #ddd;
  padding: 0.5rem 0.3125rem;
  font-size: 14px;
}
.numl {
  flex: 0 1 34px;
  height: 34px;
  border: 1px #eee solid;
  text-align: center;
  line-height: 34px;
  font-size: 25px;
  cursor: pointer;
  background: #fff;
  box-sizing: border-box;
}
.numr {
  flex: 0 1 34px;
  height: 34px;
  border: 1px #eee solid;
  text-align: center;
  line-height: 34px;
  font-size: 25px;
  cursor: pointer;
  background: #fff;
  box-sizing: border-box;
}
.rfq_bd_table input.rfqi {
  border: 1px solid #eee;
  padding: 5px;
  width: 30px;
  text-align: center;
  border-left: none;
  border-right: none;
}
#goTop {
  position: fixed;
  right: 0px;
  bottom: 10%;
  width: 40px;
  height: 40px;
  background: #E16A25;
  line-height: 40px;
  text-align: center;
  z-index: 999999;
  cursor: pointer;
}
#goTop i {
  font-size: 20px;
  color: #fff;
}
/* logo_icon */
.yrzz_logo_box .swiper-container {
  width: 100%;
  height: 100%;
}

.yrzz_logo_box .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
}
.yrzz_logo_box .swiper-slide h6{
  font-size: 16px;
  margin-top: 35px;
}
/* 统一滚动条样式 */
::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  background-color: #F5F5F5;
}
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 0px;
  background-color: #fff;
}
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
  width: 0px;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #0059AC;
}
