@charset "utf-8";

body {
  background: #fbfbfd;
}

figure.image img {
  width: auto;
  max-width: 100%;
}

figure.image-style-align-center img {
  display: block;
  margin: 0 auto;
}

.inside_conter {
  background: #edeef2;
  padding-bottom: 100px;
}

.inside_conter .container {
  width: 1440px;
  max-width: 1440px;
}

.inside_banner {
  position: relative;
  width: 100%;
}

/* .inside_banner::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 50%);
  position: absolute;
  left: 0;
} */
.inside_banner_txt {
  position: absolute;
  bottom: 50px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
  display: none;
}

.inside_banner_txt .container {
  width: 1440px;
}

.inside_banner_txt h1 {
  color: #fff;
  font-weight: bold;
  font-size: 36px;
  opacity: .9;
}

.inside_banner_txt p {
  color: #fff;
  opacity: .6;
}

.inside_banner_txt p a {
  color: #fff;
}

.inside_nav {
  display: flex;
  padding: 30px 0 45px;
}

.inside_conter_pro .container {
  display: flex;
}

.inside_conter_pro .inside_nav {
  display: flex;
  flex-direction: column;
}

.inside_conter_pro .inside_nav a {
  padding: 0 30px;
  margin-bottom: 15px;
  width: 270px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.inside_conter_pro .inside_conterBox {
  margin-top: 30px;
  width: calc(100% - 270px);
}

.inside_conterBox h1 {
  font-size: 28px;
}

.inside_proListBox {
  width: 100%;
}

.inside_nav a {
  font-size: 16px;
  padding: 0 45px;
  color: #333;
  background: #fff;
  margin-right: 30px;
  line-height: 50px;
  display: block;
  border-radius: 5px;
}

.inside_conterBox {
  position: relative;
  background: #FFF;
  padding: 30px 30px 100px;
  min-height: 600px;
}

/* 产品  ---------- */
/* 产品列表 */
.inside_proList {
  background: #edeef2;
  padding-top: 80px;
}

.probox {
  padding-bottom: 120px;
}

.prolist {
  display: block;
  padding: 0px;
  background: #edeef2;
  transition: 1s;
  margin: 15px 0;
  border: 1px solid #ccc;
}

.prolist:hover {
  background: #005aab
}

.prolist:hover .protxt p {
  color: #fff;
}

.prolist .proimg {
  background: #fff;
  background-size: 100% 100%;
}

.prolist .protxt {
  padding: 0 30px;
}

.prolist .protxt p {
  transition: 1s;
  font-size: 16px;
  color: rgb(51, 51, 51);
  line-height: 50px;
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

/* .prolist .protxt p:last-child {
  font-size: 36px;
} */
/* .prolist .protxt {
  display: flex;
  justify-content: space-between;
} */
/* end-产品列表 */
/* 产品详情 */
.inside_proListBox_1 {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.inside_proListBox_1 .swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.inside_proListBox_1 .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;
}

.inside_proListBox_1 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid #ccc;
}

.inside_proListBox_1 .swiper {
  width: 20%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.inside_proListBox_1 .swiper-slide {
  background-size: cover;
  background-position: center;
}

.inside_proListBox_1 .mySwiper2 {
  height: 80%;
  width: 50%;
  position: relative;
  margin: 0;
}

.inside_proListBox_1 .mySwiper {
  width: 100%;
  box-sizing: border-box;
  padding: 0;
}

.inside_proListBox_1 .mySwiper .swiper-wrapper {
  height: auto;
}

.inside_proListBox_1 .mySwiper .swiper-slide {
  width: 100%;
  height: auto;
  opacity: 0.3;
}

.inside_proListBox_1 .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.inside_proListBox_1 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inside_proListBox_top {
  position: relative;
}

.inside_proListBox_txt {
  position: absolute;
  width: 45%;
  padding: 0 30px;
  height: 100%;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.inside_proListBox_txt a {
  margin-top: 15px;
  display: flex;
  width: 180px;
  height: 40px;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  border: 1px solid #194189;
  color: #194189;
}

.inside_proDetails {
  margin-top: 60px;
}

.inside_proDetails_top {
  width: 100%;
  border-bottom: 1px solid #ccc;
}

.inside_proDetails_top p {
  background: #194189;
  display: block;
  width: 160px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  margin: 0;
}

.inside_proDetails_content {
  min-height: 500px;
}

.inside_proDetails_content img {
  width: 100%;
}

.inside_proDetails_bottom a {
  color: #194189;
}

/* end-产品详情 */
/* ----------  end-产品  ---------- */
/* 人才招聘 */
.inside_jobList {
  background: #edeef2;
  padding-top: 80px;
}

.inside_jobBox {
  padding: 80px 0px;
}

.mt-tabpage {
  width: 100%;
  margin: 0px auto;
}

.mt-tabpage-title {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  font-size: 0;
  width: 100%;
  margin: auto;
}

.mt-tabpage-title .mt-tabpage-item {
  display: flex;
  text-align: left;
  align-items: center;
  color: #333;
  background: #fff;
  margin: 0 15px;
  padding: 15px 45px;
}

.mt-tabpage-item h1 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 7px;
}

.mt-tabpage-item {
  font-size: 16px;
  margin: 0;
}

.mt-tabpage-item>span {
  margin-left: 15px;
  font-family: 'Rajdhani';
  font-weight: bold;
  font-size: 70px;
  opacity: .2;
}

.mt-tabpage-title .mt-tabpage-item:hover {
  color: #1f4395;
}

.mt-tabpage-title .mt-tabpage-item-cur {
  color: #1f4395;
}

.mt-tabpage-count {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
  margin: 0 15px;
}

.mt-tabpage-cont__wrap {
  position: absolute;
  width: 100%;
}

.mt-tabpage-count .mt-tabpage-item {
  width: 100%;
  height: 600px;
  background: #fff;
  margin-top: 30px;
  padding: 40px 60px;
  color: #333;
}

/* edn-人才招聘 */
/* 新闻--------------- */
/* 新闻列表 */
.inside_newsList {
  background: #edeef2;
  padding-top: 80px;
}

.inside_newsListBox {
  padding: 80px 60px;
  background: #fff;
}

.inside_proListBox h1 {
  font-weight: bold;
  font-size: 36px;
  color: #004098;
}

.inside_proListBox>p {
  font-family: 'Rajdhani';
  font-weight: bold;
  font-size: 24px;
  color: #004098;
  margin-bottom: 45px;
}

.inside_newsList .container {
  max-width: 1440px;
}

.newsListSlide {
  color: #333;
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
  text-align: left;
  margin: 30px 0;
}

.inside_newsList .col-12:last-child .newsListSlide {
  border-bottom: 0px;
}

.newsListSlide>img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.newsListSlide span {
  font-family: 'Rajdhani';
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 7px;
  display: block;
}

.newsListSlide h1 {
  font-size: 24px;
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.newsListSlide p {
  font-size: 16px;
  padding-left: 30px;
  border-left: 2px solid #333;
  margin: 30px 0;
}

.newsListSlide .more {
  margin-top: 15px;
  display: flex;
  width: 180px;
  height: 40px;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  border: 1px solid #333;
  color: #333;
}

/* end-新闻列表 */
.inside_newsListBox .stace>h1 {
  text-align: center;
  margin-bottom: 15px;
}

.inside_newsListBox .stace strong {
  text-align: center;
  width: 100%;
  display: block;
  margin: 15px 0;
}

.inside_newsListBox .stace strong span {
  margin: 0 15px;
}

.inside_newsListBox .cont {
  margin-top: 30px;
  min-height: 500px;
}

.inside_newsListBox .zjlj {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.inside_newsListBox .zjlj a {
  color: #333;
}

/* end 新闻---------- */
/* 案例 */
.caselist {
  padding: 0;
}

.caselist .casetxt {
  text-align: center;
  color: #333;
  font-size: 18px;
  padding-bottom: 15px;
}

.inside_caseBox_1 {
  width: 100%;
}

.inside_caseBox_1 .img {
  width: 60%;
  margin: 0 auto;
}

/* end-案例 */