/* #region  初始化 */
* {
  margin: 0;
  padding: 0;
}

* {
  font-family: text;
}
a {
  text-decoration: none;
  color: #000000;
  display: block;
}
div,
a {
  box-sizing: border-box;
}
input {
  border: none;
  outline: none;
}
li {
  list-style: none;
}
.clearfloat {
  zoom: 1;
}

.clearfloat:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.flex_row {
  display: flex;
}
.flex_col {
  display: flex;
  flex-direction: column;
}
.flex_center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex_space_between {
  display: flex;
  justify-content: space-between;
}

.position_center-x {
  left: 50%;
  transform: translate(-50%);
}
.position_center-y {
  top: 50%;
  transform: translateY(-50%);
}
.cursor {
  cursor: pointer;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
img {
  display: block;

  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}

.textone {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.texttwo {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* #endregion */

/* #region  首页*/
.width {
  width: 1200px;
  margin: 0 auto;
}
.header {
  border-bottom: 1px solid #eee;
}
.header .width {
  display: flex;
  align-items: center;
}
.logo {
  width: 20.33%;
}
.logo img {
  width: 100%;
}
.header_right {
  flex: 1;
  padding-top: 0.7rem;
}
.search {
  width: 12rem;
  display: flex;
  align-items: center;
  margin-left: auto;
  border: 1px solid #bfbfbf;
  border-radius: 30px;
  background: #eeeeee;
  padding-left: 0.7rem;
  height: 1.7rem;
}
.search button {
  height: 100%;
  padding: 0 0.8rem;
  display: flex;
  align-items: center;
  outline: none;
  cursor: pointer;
  background: none;
  border: none;
}
.search button img {
  width: 0.8rem;
}
.search input {
  flex: 1;
  height: 100%;
  background: none;
  font-size: 0.7rem;
  color: #333;
  overflow: hidden;
}

.nav {
  display: flex;
  justify-content: flex-end;
  margin-top: 0.6rem;
}

.nav_item {
  position: relative;
  margin-left: 3rem;
}

.nav_href {
  font-size: 0.9rem;
  color: #121212;
  transition: 0.2s;
  position: relative;
  padding: 0.7rem 0;
}
.nav_href:hover {
  color: #004193;
}
.nav_href img {
  width: 0.75rem;
  display: none;
  position: absolute;
  left: 115%;
  top: 50%;
  transform: translateY(-50%);
}

.nav_selectp {
  display: none;
  position: absolute;
  /* top: 37px; */
  top: 100%;
  left: -1.5rem;
  z-index: 50;
  transform: translateY(1px);
}

.nav_select {
  display: flex;
  background: #fff;
  align-items: center;
  padding: 1.3rem 1rem;
}

.navs_left {
  min-width: 7.3rem;
  font-size: 0.9rem;
  color: #121212;
  margin-right: 1.2rem;
  border-right: 1px solid #b5b5b5;
  padding-right: 0.5rem;
}

.navs_list {
  margin-bottom: 1.3rem;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: 0.2s;
}

.navs_list:last-of-type {
  margin-bottom: 0;
}

.navs_list span {
  display: block;
  width: 0;
  height: 0;
  border: 0.35rem solid transparent;
  border-left: 0.45rem solid #121212;
  position: relative;
  top: 1px;
  margin-right: 0.1rem;
  transition: 0.2s;
}

.navs_hover {
  color: #004193;
}

.navs_hover span {
  border-left-color: #004193;
}

.navs_right a {
  position: relative;
}
.navs_right a img {
  width: 13.6rem;
  height: 6.3rem;
  object-fit: cover;
  object-position: center;
}
.navs_right a div {
  position: absolute;
  bottom: 0.4rem;
  right: 0.6rem;
  color: #fff;
  font-size: 0.7rem;
}
.navs_right {
  display: none;
}
.navs_show {
  display: block;
}
.banner {
  width: 100%;
}
.banner img {
  width: 100%;
}
.banner .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}
.banner .swiper-pagination-bullet-active {
  background: #0652bb;
}
.banner
  .swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 1.1rem;
}
.banner .swiper-container-horizontal > .swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
  bottom: 1.8rem;
}

.index_about {
  position: relative;
}

.index_about .width {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 10;
}
.iabout_img {
  width: 47.66%;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.53);
  margin-bottom: auto;
}

.iabout_img img {
  width: 100%;
}

.index_about {
  margin-top: 3rem;
}

.iabout_title {
  display: flex;
  align-items: center;
  color: #094e98;
}
.ibtitle_left {
  font-size: 3.6rem;
  font-weight: 600;
}

.ibtitle_right {
  margin-left: 0.16rem;
}

.ibtitle_right div {
  font-size: 1.6rem;
  color: #191919;
  font-weight: 600;
}

.ibtitle_right span {
  display: block;
  font-size: 1rem;
  color: #094e98;
}

.iabout_text {
  font-size: 0.8rem;
  color: #1a1a1a;
  line-height: 2.3rem;
  margin-top: 1.4rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.iabout_btn {
  font-size: 0.8rem;
  color: #1a1a1a;
  margin-top: 1.3rem;
  width: 7rem;
  height: 1.8rem;
  border-radius: 0.5rem;
  border: 1px solid #b5b5b5;
  background: #f6f6f6;
  color: #1a1a1a;
  font-size: 0.8rem;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}
.iabout_btn:hover {
  color: #004193;
}

.iabout_bottom .width div,
.iabout_right {
  width: 49.33%;
  overflow: hidden;
}

.iabout_bottom {
  width: 100%;
  height: 7rem;
  background: url(../images/iabout_bg.png) no-repeat;
  background-size: 1920px 100%;
  background-position: center;
  position: absolute;
  bottom: -1.7rem;
  left: 0;
  z-index: 1;

  font-size: 1.8rem;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
}
.iabout_bottom .width {
  height: 93%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.index_products {
  margin-top: 1.7rem;
}

.index_title {
  padding: 3.1rem 0 2.1rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ititle_hr {
  display: flex;
  align-items: center;
  margin: 0 1.5rem;
}

.ititle_hr span {
  display: block;
  width: 8rem;
  border-bottom: 1px solid #7f7f7f;
}

.ititle_hr div {
  width: 9px;
  height: 9px;
  background: #7f7f7f;
  border-radius: 50%;
}

.ititle_txt {
  text-align: center;
}

.ititle_txt span {
  display: block;
  font-size: 1.6rem;
  color: #111111;
}

.ititle_txt div {
  font-size: 1rem;
  color: #094e98;
  margin-top: 0.4rem;
}

.products_tab {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: .3rem;
}

.products_tab a {
  margin: 0 0.36rem .7rem .36rem;
  width: 9rem;
  height: 3.3rem;
  cursor: pointer;
  font-size: .9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eee;
  color: #094e98;
  transition: 0.3s;
}
.products_tab a:hover,
.products_tab .products_choose {
  background: #094e98;
  color: #fff;
}

.products_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2.8rem;
}

.products_item {
  width: 23.33%;
  margin-right: 2.226%;
  border: 1px solid #dcdcdc;
  position: relative;
  overflow: hidden;
  margin-bottom: 1.4rem;
}
.products_item:nth-of-type(4n + 4) {
  margin-right: 0;
}
.products_item img {
  width: 100%;
}

.products_popup {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  padding: 0 0.5rem;
  color: #fff;
  bottom: -100%;
  transform: translateY(-2.25rem);
  transition: 0.6s;
}

.products_t1 {
  font-size: 0.8rem;
  height: 2.25rem;
  line-height: 2.25rem;
  width: 100%;
  text-align: center;
  transition: 0.5s;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.products_popup2 {
  flex-direction: column;
  justify-content: center;
  height: 100%;
  transform: translateY(-100%);
}

.products_popup2 .products_t1 {
  font-size: 0.9rem;
}

.products_t2 {
  font-size: 0.8rem;
  width: 100%;
  text-align: center;
  margin-top: 0.8rem;
}

.products_t3 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  margin: 1.8rem auto 0 auto;
  border: 1px solid #fff;
  border-radius: 5px;
  width: 5.4rem;
  height: 1.7rem;
}
.products_t3 img {
  width: 0.65rem;
  margin-right: 0.3rem;
}

.products_t2,
.products_t3 {
  display: none;
}

.products_popup2 .products_t2 {
  display: block;
}
.products_popup2 .products_t3 {
  display: flex;
}

.products_bottom {
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
}
.products_bottom a {
  padding: 0 0.9rem;
  height: 2.3rem;
  margin: 0 0.45rem;
  min-width: 4.7rem;
  border-radius: 5px;
  border: 1px solid #aaa;
  color: #6e6e6e;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
  cursor: pointer;
}
.products_bottom a:hover {
  color: #004193;
}

.index_fuwu {
  background: url(../images/fuwu_bg.png) no-repeat;
  background-size: 1920px 100%;
  background-position: center;
  padding-bottom: 3.8rem;
  margin-top: 3.4rem;
}

.index_fuwu .ititle_hr span {
  border-color: #7f7f7f;
}
.index_fuwu .ititle_hr div {
  background: #7f7f7f;
}
.index_fuwu .ititle_txt div,
.index_fuwu .ititle_txt span {
  color: #fff;
}

.fuwu_list {
  margin-top: 1.3rem;
  display: flex;
}
.fuwu_item {
  width: 33.33%;
  display: flex;
  flex-direction: column;
  background: #fff;
}
.fuwu_item:nth-of-type(2) {
  flex-direction: column-reverse;
}
.fuwu_img {
  width: 100%;
  height: 12rem;
}
.fuwu_img img {
  width: 100%;
  height: 100%;
}
.fuwu_href {
  width: 100%;
  height: 12rem;
  padding: 1.1rem 0.7rem 0 0.7rem;
  color: #696969;
  transition: 0.2s;
}
.fuwu_href:hover {
  color: #094e98;
}
.fuwu_t1 {
  font-size: 1.2rem;
  color: #094e98;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.fuwu_t2 {
  font-size: 0.8rem;
  line-height: 1.7rem;
  height: 5.1rem;
  margin-top: 1rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.fuwu_t3 {
  font-size: 0.7rem;
  color: #094e98;
  text-align: right;
  margin-top: 0.9rem;
}

.index_news {
  padding-bottom: 3.5rem;
}

.inews_row {
  display: flex;
  justify-content: space-between;
}

.inews_left {
  width: 42.5%;
  padding-bottom: 0.4rem;
  border-bottom: 1px dashed #aaa;
}

.inews_right {
  width: 55%;
}

.inews_img {
  width: 100%;
}
.inews_img img {
  width: 100%;
  height: 11.65rem;
}

.inews_title {
  font-size: 1rem;
  color: #094e98;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 0.5rem;
  font-weight: 600;
}

.inews_text {
  font-size: 0.7rem;
  line-height: 1.4rem;
  height: 4.2rem;
  color: #565656;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 0.5rem;
}

.inews_lbottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.5rem;
}

.inews_ltime {
  display: flex;
  align-items: center;
  font-size: 0.7rem;
  color: #565656;
}
.inews_ltime img {
  width: 0.76rem;
  margin-right: 0.2rem;
}
.inews_lbottom a {
  font-size: 0.7rem;
  color: #094e98;
}

.inews_lbottom a:hover {
  text-decoration: underline;
}

.inews_list {
  display: flex;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px dashed #aaaaaa;
}
.inews_list:last-of-type {
  margin-bottom: 0;
}
.inews_rtime {
  width: 5.8rem;
  height: 5.8rem;
  border: 1px solid #aaaaaa;
  color: #565656;
  position: relative;
  margin-right: 0.5rem;
}

.inew_hr {
  height: 7.6rem;
  border-right: 1px solid #c3c3c3;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.inew_day {
  font-size: 1rem;
  position: absolute;
  left: 0.6rem;
  top: 0.5rem;
}

.inew_year {
  font-size: 1.2rem;
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
}

.inews_rtext {
  flex: 1;
  overflow: hidden;
  color: #131313;
  transition: 0.2s;
}
.inews_rtext:hover {
  color: #004193;
}
.inews_rtext div {
  font-size: 1rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 600;
}
.inews_rtext span {
  display: block;
  font-size: 0.7rem;
  color: #565656;
  line-height: 1.3rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 0.34rem;
}

.inews_more {
  font-size: 0.8rem;
  color: #6e6e6e;
  width: 7.9rem;
  height: 2.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #aaa;
  margin: 1.6rem auto 0 auto;
  border-radius: 5px;
  transition: 0.2s;
}
.inews_more:hover {
  color: #004193;
}

.footer {
  background: #020d25;
}

.footer_top {
  padding: 1.9rem 0 1.7rem 0;
  display: flex;
  justify-content: space-between;
  color: #fff;
}

.footer_left,
.footer_center,
.footer_right {
  width: 26%;
}
.footer_map {
  width: 12rem;
  min-height: 7rem;
}
.footer_map img {
  width: 100%;
}
.footer_list {
  display: flex;
  font-size: 0.7rem;
  line-height: 0.9rem;
  margin-top: 0.6rem;
}
.footer_list img {
  width: 0.9rem;
  margin-right: 0.5rem;
  margin-bottom: auto;
}
.footer_logo {
  width: 11.05rem;
  margin: 0 auto;
}
.footer_logo img {
  width: 100%;
}
.footer_href {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 1.3rem;
}
.footer_href a {
  color: #fff;
  font-size: 0.9rem;
  margin-right: 1.8rem;
  margin-bottom: 0.9rem;
  padding-bottom: 0.2rem;
  position: relative;
}
.footer_href a:nth-of-type(3n + 3) {
  margin-right: 0;
}

.footer_href .footer_hover::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  border-bottom: 1px solid #fff;

  animation: hrwidth 0.5s both;
  -webkit-animation: hrwidth 0.5s both;
}

@-webkit-keyframes hrwidth {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@keyframes hrwidth {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

.footer_right img {
  width: 9.5rem;
  margin-left: auto;
}
.footer_bottom {
  border-top: 1px solid #fdfdfd;
}
.footer_bottom {
  text-align: center;
  color: #fff;
  font-size: 0.7rem;
  padding: 0.6rem 0;
}
.footer_bottom a {
  color: #fff;
}
.footer_bottom * {
  display: inline;
}
.modal,
.nav_icon {
  display: none;
}


.products_swiper {
  width: 100%;
  height: 624px;
}

.products_swiper .swiper-slide {
  height: auto;
  padding: 1px;
}

.products_swiper .products_item {
  width: 100%; 
  margin-right: 0;
  margin-bottom: 0;
}

.products_left,
.products_right {
  outline: none;
  cursor: pointer;
}

/* #endregion */

/* #region  关于我们*/
.se_top {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  color: #787878;
  height: 3.3rem;
  border-bottom: 1px solid #e0e0e0;
}
.se_top a {
  color: #787878;
  transition: 0.2s;
}
.se_top a:hover {
  color: #004193;
}
.se_top img {
  width: 0.95rem;
  margin-right: 0.5rem;
}

.about_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 4rem;
}

.about_left {
  width: 40.8%;
}
.about_right {
  width: 56%;
  font-size: 0.8rem;
  line-height: 1.8rem;
  color: #3d3d3d;
}
.about_left img {
  width: 100%;
}

.about .index_title {
  padding: 2.4rem 0 3.8rem 0;
}
.about .ititle_hr:first-of-type {
  position: relative;
  left: 2.5rem;
}
.about .ititle_hr:last-of-type {
  position: relative;
  right: 2.5rem;
}

.about_book {
  background: url(../images/about_bg.png) no-repeat;
  background-size: 1920px 100%;
  background-position: center;
  padding: 3rem 0;
}

.about_contact {
  display: flex;
  justify-content: center;
  padding-bottom: 4.8rem;
}

.acontact_item {
  width: 33.33%;
  padding: 0 1.5rem;
  transition: 0.5;
}
.acontact_img {
  width: 8.5rem;
  height: 8.5rem;
  border-radius: 50%;
  border: 1px solid #a4a4a4;
  background: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  transition: 0.3s;
  overflow: hidden;
}

.acontact_img img {
  width: 3.8rem;
  height: 3.8rem;
}
.acontact_txt {
  font-size: 1.2rem;
  color: #323232;
  text-align: center;
  margin-top: 1.5rem;
}

.about_contactp .index_title {
  padding: 3.6rem 0 3.5rem 0;
}

.acontact_hover .acontact_img,
.acontact_item2 .acontact_img {
  background: #0f639e;
}

.acontact_hover .acontact_img img,
.acontact_item2 .acontact_img img {
  transform: translateY(-200px);
  filter: drop-shadow(#fff 0 200px);
}

.about_swiper img {
  width: 100%;
}

/* #endregion */

/* #region  产品中心*/
.products_main .index_title {
  padding: 2.3rem 0 3.3rem 0;
}
.products_main .products_list {
  margin-top: 2.7rem;
}
.se_page {
  display: flex;
  justify-content: center;
  padding-top: 1.5rem;
  margin-bottom: 6.5rem;
}
.se_page a {
  padding: 0 0.7rem;
  height: 1.7rem;
  border: 1px solid #eee;
  font-size: 0.7rem;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.45rem;
  transition: 0.3s;
}

.se_page a:hover,
.se_page .page_choose {
  background: #00afec;
  border: 1px solid #00afec;
  color: #fff;
}

/* #endregion */

/* #region  产品详情*/

.seshow_top {
  display: flex;
  justify-content: space-between;
  background: #f7f7f7;
  padding: 1rem 3% 1rem 1.67%;
  margin-top: 3rem;
}

.seshow_img {
  width: 34.38%;
  border: 1px solid #dcdcdc;
  margin-bottom: auto;
}
.seshow_img img {
  width: 100%;
}
.seshow_right {
  width: 61.43%;
}
.seshow_right table{
  width: 100%;
}

.seshow_title {
  font-size: 1.5rem;
  color: #3c3b3b;
}

.seshow_text {
  font-size: 1rem;
  color: #3c3b3b;
  margin-top: 0.8rem;
}

.seshow_text img,
.seshow_canshu img {
  width: 100%;
}
.seshow_canshu {
  margin-top: 1.2rem;
}

.seshow_js {
  font-size: 1rem;
  color: #3c3b3b;
  padding: 1.5rem 1rem;
  border-bottom: 1px solid #dfdfdf;
}

.seshow_jst {
  font-size: 0.8rem;
  color: #3c3b3b;
  line-height: 1.8rem;
  padding: 1.5rem 0 1.1rem 0;
}

.seshow_page {
  font-size: 0.8rem;
  line-height: 1.8rem;
  color: #3c3b3b;
  padding: 0.9rem;
  border-top: 1px solid #ebebeb;
}
.seshow_page .width div {
  display: flex;
}

.seshow_page .width a {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: 0.2s;
}

.seshow_page .width a:hover {
  color: #004193;
}
/* #endregion */

/* #region  服务*/

.fuwu .index_title {
  padding: 2.2rem 0 2.5rem 0;
}
.fuwu_tab {
  display: flex;
  border-bottom: 1px solid #84bce7;
}
.fuwu_tab a {
  width: 9.6rem;
  height: 2.4rem;
  background: #eee;
  margin-right: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: #424242;
  cursor: pointer;
  transition: 0.2s;
}

.fuwu_tab a:hover,
.fuwu_tab .fuwu_choose {
  background: #0387c4;
  color: #fff;
}

.fuwu_show {
  font-size: 0.8rem;
  line-height: 1.8rem;
  color: #424242;
  padding: 1.5rem 0 3.5rem 0;
  display: none;
}

.fuwu_block {
  display: block;
}

/* #endregion */

/* #region  加入 新闻 新闻详情*/
.join .index_title {
  padding: 2.1rem 0 1.8rem 0;
}
.join_text {
  padding: 0 2.67%;
  margin-bottom: 2.5rem;
  font-size: 0.8rem;
  line-height: 1.8rem;
  color: #3c3c3c;
}
.join_text img {
  max-width: 100%;
  display: inline;
}
.news {
  display: none;
}
.news_block {
  display: block;
}
.news .inews_left {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0.75rem 2.5% 0.75rem 1%;
  background: #f7f7f7;
  margin-top: 2.2rem;
  border-bottom: none;
}

.news .inews_left .inews_img {
  width: 44%;
}

.news .inews_left .news_right {
  width: 54%;
}
.news .inews_left .inews_title {
  margin-top: 0;
}
.news .inews_left .inews_ltime {
  margin-top: 0.8rem;
}
.news .inews_left .inews_text {
  margin-top: 0.6rem;
}
.news .inews_left .inews_img img {
  height: auto;
}
.news .inews_left .inews_lbottom {
  justify-content: flex-end;
  margin-top: 1.2rem;
}
.news .inews_right {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 1.6rem;
}
.news .inews_right .inews_list {
  width: 48.5%;
  margin-bottom: 1.4rem;
}
.news .se_page {
  padding-top: 1.5rem;
  margin-bottom: 3.7rem;
}

.nshow_top {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #84bce7;
}
.nshow_top .fuwu_tab {
  border-bottom: none;
}
.nshow_back {
  display: flex;
  align-items: center;
  margin-left: auto;
  font-size: 0.8rem;
  color: #424242;
  padding: 0.5rem 0.7rem;
  transition: 0.2s;
}
.nshow_back:hover {
  color: #004193;
}
.nshow_back img {
  width: 0.9rem;
  margin-right: 0.5rem;
}

.nshow_title {
  font-size: 1.2rem;
  color: #424242;
  text-align: center;
  font-weight: 600;
}

.nshow_time {
  text-align: center;
  font-size: 0.7rem;
  color: #424242;
  margin-top: 0.7rem;
}
.nshow_time span {
  margin: 0 1.35rem;
}

.news_show {
  padding-top: 2.3rem;
}

.news_show .join_text {
  margin-top: 1.5rem;

  padding: 0 1.33%;
  margin-bottom: 1.7rem;
}

/* #endregion */

/* #region  联系*/
.contact .index_title {
  padding: 2rem 0 2.5rem 0;
}
.contact_map {
  height: 24.8rem;
  margin: 2.9rem 0 4rem 0;
  border: 1px solid #999;
}
.contact_map img {
  width: 100%;
  height: 100%;
}
.contact_top {
  box-shadow: #e2e1e1 0px 0px 6px 3px;
  display: flex;
}
.contact_left {
  width: 41.5%;
  background: url(../images/contact.png) no-repeat;
  background-size: 100% 100%;
  color: #fff;
}
.contact_right {
  width: 58.5%;
}

.contact_row1 {
  font-size: 1rem;
  display: flex;
  align-items: center;
}
.contact_row1 div {
  font-size: 1.2rem;
}
.contact_row1 span {
  font-size: 1.2rem;
  margin: 0 0.2rem;
}
.contact_row2 {
  font-size: 1.1rem;
  margin-top: 1.9rem;
}
.contact_right {
  color: #16222b;
}

.contact_left,
.contact_right {
  padding: 2.5rem 1.3rem 2.5rem 1.3rem;
}

.contact_row3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 1.2rem;
}

.contact_row4 {
  display: flex;
  align-items: center;
  font-size: 0.7rem;
  color: #333333;
  margin-bottom: 1.5rem;
}
.contact_row4 input {
  margin-left: 0.6rem;
  width: 10.9rem;
  height: 2rem;
  border: 1px solid #ccc;
  font-size: 0.7rem;
  color: #333;
  padding: 0 0.7rem;
  background: #f2f2f2;
  border-radius: 3px;
  box-sizing: border-box;
}

.contact_btn {
  width: 8.1rem;
  height: 2.3rem;
  border-radius: 3px;
  cursor: pointer;
  background: #0b69c0;
  color: #fff;
  font-size: 0.9rem;
  transition: 0.3s;
  margin-left: 2.7rem;
}

.contact_btn:hover {
  opacity: 0.9;
}

.contact_row5 {
  width: 100%;
  display: flex;
  font-size: 0.7rem;
  color: #333333;
  margin-bottom: 1.5rem;
}

.contact_row5 span {
  line-height: 2rem;
}

.contact_row5 textarea {
  flex: 1;
  height: 5.2rem;
  border: 1px solid #ccc;
  color: #333;
  background: #f2f2f2;
  border-radius: 3px;
  outline: none;
  resize: none;
  padding: 0.5rem 0.7rem;
  box-sizing: border-box;
  margin-left: 0.6rem;
}

.seshow_jst img{
  max-width: 100%;
  display: inline;
}
/* #endregion */

/* #region  */

/* #endregion */

/* .textone {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.texttwo {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
} */
