@charset "utf-8";

body {
  background: #ececec;
}

td img {
  padding: 5px;
}
figure img {
    width: 100%;
    margin: 0 auto;
    display: block;
}
.inside_conter {
  background: #ececec;
  padding-bottom: 100px;
}

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

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

.inside_top {
  height: 60px;
  background: #fff;
  position: relative;
}

.inside_top>.container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.inside_nav {
  display: flex;
  flex-direction: row;
}

.inside_position a {
  line-height: 60px;
  color: #333;
  font-family: 'pingfang';
}

.inside_nav a {
  font-size: 18px;
  color: #333;
  margin: 0;
  line-height: 60px;
  padding: 0 15px;
}

.inside_nav_1 {
  display: block;
  position: relative;
}

.inside_nav_1>a {
  /* position: relative; */
  z-index: 20;
  display: block;
}

.inside_nav a:hover {
  border-bottom: 2px solid #0172c0;
}

.inside_nav_2 {
  position: absolute;
  width: 200%;
  left: -50%;
  top: 60px;
  background: #fff;
  opacity: 1;
  transition: 1s;
  height: 0;
  overflow: hidden;
  z-index: 2;
}

.inside_nav_2 a {
  display: block;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
}

.inside_nav .inside_nav_1:hover .inside_nav_2 {
  height: auto;
  box-shadow: 0 5px 6px 0px #00000040;
}

.inside_conterBox {
  margin-top: 100px;
  position: relative;
  padding: 0px 45px;
  min-height: 600px;
  background: #fff;
  width: 100%;
}

.inside_conterBox p {
  margin: 0;
}

.proInfo {
  margin-top: 60px;
}

/* 产品  ---------- */
/* 产品列表 */
.inside_proList {
  background: #ffffff;
  width: 100%;
  padding: 45px;
}

.probox {
  padding-bottom: 120px;
}

.prolist {
  display: block;
  transition: 1s;
  margin-bottom: 30px;
  border: 1px solid hsl(0deg 0% 80%);
  transition: .5s;
}

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

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

.prolist .proimg img {
  transform: scale(.9);
}

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

/* end-产品列表 */
/* 产品详情 */
.inside_proListBox_1 {
  position: relative;
  width: 45%;
  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;
}

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

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

.inside_proListBox_1 .mySwiper2 {
  height: 80%;
  width: 100%;
  position: relative;
  border: 1px solid #ccc;
}

.inside_proListBox_1 .mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 0 10px;
}

.inside_proListBox_1 .mySwiper .swiper-wrapper {
  flex-direction: column;
}

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

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

.mySwiper img {
  border: 1px solid #ccc;
}

.inside_proListBox_txt {
  position: relative;
  width: 45%;
  padding: 50px 0;
}

.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;
  padding: 30px 0;
}

.inside_proDetails_bottom {
  margin-top: 45px;
  margin-bottom: 30px;
}

.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: 40px 60px;
}

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

.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-案例 */
