@charset "utf-8";

body {
  background: #ececec;
}

td img {
  padding: 5px;
}

.image-style-align-center {
  text-align: center;
}

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

.inside_top {
  position: relative;
  z-index: 1;
  margin-top: -60px;
}

.inside_top_box {
  background: #fff;
  box-shadow: 0px 5px 5px 0px hsl(0deg 0% 80%);
}

.inside_position {
  display: flex;
  justify-content: space-between;
  padding: 15px 45px;
  line-height: initial;
  border-bottom: 1px solid #ccc;
}

.inside_position div {
  display: flex;
  align-items: center;
}

.inside_position a {
  color: #333;
}

.inside_nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.inside_nav a {
  font-size: 18px;
  color: #333;
  margin: 0;
  line-height: 60px;
  width: 100%;
  text-align: center;
  border-right: 1px solid #ccc;
}

.inside_nav a:last-child {
  border-right: 0px solid #ccc;
}

.inside_nav a:hover {
  color: #f39800;
}

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

.inside_conter .container {
  width: 1600px;
  max-width: 1600px;
  display: flex;
  flex-direction: column;
}

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

.proInfo {
  margin-top: 60px;
}

/* 产品  ---------- */
/* 产品列表 */
.inside_proList {
  background: #ffffff;
  width: 100%;
  padding: 45px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.probox {
  padding-bottom: 120px;
}

.prolist {
  display: block;
  transition: 1s;
  margin-bottom: 30px;
  background: #f2f2f2;
  transition: .5s;
}

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

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

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

.prolist .protxt p {
  transition: 1s;
  font-size: 18px;
  color: rgb(51, 51, 51);
  line-height: 48px;
  margin: 0;
  text-align: center;
}

/* end-产品列表 */
/* 产品详情 */
.inside_proListBox {
  width: 100%;
}

.inside_proListBox_top {
  position: relative;
}

.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_txt {
  position: relative;
  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;
  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-案例 */
/* 下载 */
.inside_downloadListBox {
  /* padding: 0; */
}

.download_title {
  line-height: 60px;
  border-bottom: 1px solid #d9d9d9;
  font-size: 18px;
  color: #333333;
  display: flex;
  justify-content: space-between;
}

.download_title .file_name {
  width: 40%;
  text-align: left;
  padding-left: 5%;
}

.download_title span {
  display: block;
  text-align: center;
  width: 30%;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.download_item {
  line-height: 50px;
  display: flex;
  justify-content: space-between;
  background: hsl(0deg 0% 95%);
}

.download_item:nth-child(2n) {
  background: hsl(0deg 0% 90%);
}

.download_item .file_name {
  width: 40%;
  text-align: left;
  padding-left: 5%;
}

.download_item span {
  display: block;
  text-align: center;
  width: 30%;
}

.download_item span a {
  color: #333333;
}

/* end-下载 */
/* 单页一 */
.inside_danyeBox {
  margin-top: 100px;
  overflow: hidden;
}

.nyTitle {
  display: flex;
  flex-direction: column;
}

.nyTitle h1 {
  font-size: 32px;
  color: rgb(51, 51, 51);
  line-height: 1.313;
  text-align: center;
}

.nyTitle span {
  width: 100px;
  height: 3px;
  background: #f39800;
  margin: 20px auto;
}

.nyTitle p {
  font-size: 20px;
  color: rgb(51, 51, 51);
  line-height: 2;
  text-align: center;
}

.ny1_topIcon {
  width: calc(100% / 9);
  overflow: hidden;
  margin: 0 30px;
}

.ny1_box {
  margin-top: 100px;
  margin-bottom: 100px;
}

.ny1_box0 {
  display: flex;
  justify-content: space-around;
  margin-top: 30px;
}

.ny1_topIcon img {
  width: 200%;
  transition: 1s
}

.ny1_topIcon p {
  line-height: 45px;
  text-align: center;
}

.ny1_topIcon:hover img {
  margin-left: -100%;
}

.ny1_box1 {
  position: relative;
}

.ny1_box1:hover .ny1_box1_txt {
  background: #00000080;
}

.ny1_box1_txt {
  z-index: 1;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: 1s;
}

.ny1_box1_txt h1 {
  font-size: 36px;
  color: #fff;
  line-height: 1.313;
  text-align: center;
}

.ny1_box1_txt span {
  width: 60px;
  height: 3px;
  background: #f39800;
  margin: 20px auto;
}

.ny1_box1_txt p {
  font-size: 24px;
  color: #fff;
  line-height: 2;
  text-align: center;
}

.ny1_box1 img {
  position: relative;
}

.ny1_box2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.ny1_box2 p {
  margin-top: 75px;
  font-size: 24px;
  color: #333;
  line-height: 2;
  text-align: center;
}

.ny1_box4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ny1_box4_txt {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.ny1_box4_txt h1 {
  font-size: 36px;
  color: #333;
  line-height: 1.313;
  text-align: center;
}

.ny1_box4_txt span {
  width: 60px;
  height: 3px;
  background: #f39800;
  margin: 20px 0;
  display: block;
}

.ny1_box4_txt p {
  font-size: 24px;
  color: #333;
  line-height: 2;
  text-align: center;
}

.ny1_box4_icon {
  display: flex;
  justify-content: space-between;
  margin-top: 75px;
}

.ny1_box4_icon span p {
  font-size: 20px;
  margin-top: 15px;
  text-align: center;
}

/* end-单页一 */
/* 单页二 */
.ny2 {
  margin-left: 80px;
  margin-right: 80px;
}

.ny2_topIcon {
  width: 100px;
  overflow: hidden;
  margin: 0 90px;
}

.ny2_box0 {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.ny2_topIcon img {
  width: 200px;
  transition: 1s
}

.ny2_topIcon p {
  line-height: 45px;
  text-align: center;
  margin: 0;
}

.ny2_topIcon:hover img {
  margin-left: -100px;
}

.ny2_box1_bottom {
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: center;
  margin-top: 15px;
  width: 100%;
}

.ny2_box1_bottom a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 380px;
  color: #333;
  font-size: 24px;
  line-height: 60px;
}

.ny2_box1_bottom span {
  font-weight: bold;
  border-bottom: 3px solid #f39800;
  margin-right: 45px;
}

.ny2_box1_top_img img {
  display: none;
}

.ny2_box2_bottom {
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: center;
  margin-top: 15px;
  width: 100%;
}

.ny2_box2_bottom a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 380px;
  color: #333;
  font-size: 24px;
  line-height: 60px;
}

.ny2_box2_bottom span {
  font-weight: bold;
  border-bottom: 3px solid #f39800;
  margin-right: 45px;
}

.ny2_box2_top_img img {
  display: none;
}

.ny2_box1_top, .ny2_box2_top {
  position: relative;
}

.ny2_box1_top_txt {
  position: absolute;
  bottom: 60px;
  background: hsl(0deg 0% 100% / 80%);
  padding: 15px 45px;
  width: 75%;
}

.ny2_box1_top_txt h1 {
  font-size: 30px;
  font-weight: bold;
}

.ny2_box1_top_txt p {
  font-size: 18px;
}

.nyCur .ny2_box1_right1 {
  display: block !important;
}

.nyCur .ny2_box1_right2 {
  display: none !important;
}

/* end-单页二 */
/* 单页三 */
.ny3_box1 {
  display: flex;
  justify-content: space-between;
}

.ny3_box1_left>span, .ny3_box2_txt>span {
  width: 60px;
  height: 3px;
  background: #f39800;
  margin: 20px 0;
  display: block;
}

.ny3_box1_left {
  background: #ebebeb;
  padding: 60px;
  margin-right: 45px;
}

.ny3_box1_left h1 {
  font-size: 30px;
}

.ny3_box1_left p {
  font-size: 18px;
  color: rgb(64, 64, 64);
  line-height: 2.667;
}

.ny3_box1_left_img {
  display: flex;
  justify-content: space-around;
}

.ny3_box1_left_img span {
  display: flex;
  flex-direction: column;
  align-items: center;
}

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

.ny3_box1_right_1 {
  display: flex;
  justify-content: space-between;
}

.ny3_box2 {
  background: #ebebeb;
}

.ny3_box2_1 {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.ny3_box2_1>div {
  width: 50%;
}

.ny3_box2_txt {
  padding: 0 100px;
}

/* end-单页三 */
