@charset "utf-8";

body {
  background: #fff;
}

td img {
  padding: 5px;
}

figure img {
  max-width: 100%;
}

.row {
  margin-right: 0px;
  margin-left: 0px;
}

/* 通用 */
.flexCenter {
  display: flex;
  justify-content: space-between;
}

.flexLeft {
  display: flex;
  justify-content: flex-start;
}

.flexRight {
  display: flex;
  justify-content: flex-end;
}

.insideTitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 45px;
}

.insideTitle h1 {
  font-size: 32px;
  color: rgb(38, 124, 100);
  font-weight: bold;
  line-height: 1;
  margin-bottom: 15px;
}

.insideTitle span {
  display: block;
  width: 40px;
  height: 4px;
  background: #267c64;
}

/* end-通用 */
.inside_banner {
  position: relative;
  width: 100%;
}

.inside_top {
  background: #fff;
  /* box-shadow: 0px 1px 3px 3px #00000020; */
  z-index: 2;
  position: relative;
  height: 60px;
}

.inside_top_box {
  margin-top: 30px;
  margin-bottom: 30px;
  line-height: 50px;
  border: 1px solid #dcdcdc;
  border-left: 5px solid #173e77;
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
}

.inside_top_box a {
  color: #333;
  font-size: 16px;
  line-height: 60px;
}

.inside_nav a {
  margin-right: 30px;
}

.inside_nav a:last-child {
  margin-right: 0;
}

.inside_nav a:hover {
  color: #173e77;
  font-weight: bold;
}

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

.inside_conter .container {
  /* width: 1200px;
  max-width: 1200px; */
  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: #fff0;
  width: 100%;
  padding: 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.probox {
  padding-bottom: 120px;
}

.prolist {
  display: block;
  margin-bottom: 30px;
  background: #fff;
  border: 1px solid #bfbfbf;
  transition: .5s;
  position: relative;
  top: 0;
  overflow: hidden;
}

.prolist:hover {
  /* top: -15px; */
  background: #ccc;
  box-shadow: 0 0 10px 5px #ccc;
}

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

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

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

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

.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: 40%;
  position: relative;
  margin: 0;
}

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

/* .inside_proListBox_1 .mySwiper .proListBoxprev {
  top: 18%;
  z-index: 8;
  color: #fff;
  height: 100%;
  background: #173e77;
  left: 0px;
  width: 30px;
}

.inside_proListBox_1 .mySwiper .proListBoxnext {
  top: 18%;
  z-index: 8;
  color: #fff;
  height: 100%;
  background: #173e77;
  right: 0px;
  width: 30px;
} */
.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: absolute;
  width: 45%;
  padding: 0 30px;
  height: 100%;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: flex-start;
}

.inside_proListBox h1 {
  font-weight: bold;
  font-size: 48px;
  line-height: 96px;
  color: #333;
  border-bottom: 4px solid #333;
}

.inside_proListBox_txt .probq p {
  font-size: 18px;
}

.inside_proListBox_txt .probq>a {
  margin-top: 15px;
  display: flex;
  width: 180px;
  height: 40px;
  font-weight: bold;
  border-radius: 20px;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  border: 1px solid #173e77;
  color: #173e77;
}

.inside_proListBox_txt .fyoi {
  width: 100%;
}

.inside_proListBox_txt .fyoi a {
  color: #333;
  font-weight: bolder;
}

.inside_proDetails {
  margin-top: 60px;
}

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

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

.inside_proDetails_content {
  min-height: 500px;
  padding: 30px 0;
  background: hsl(0deg 0% 95%);
}

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

.inside_proDetails_bottom a {
  color: #173e77;
}

/* 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: 0;
}

.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-案例 */
/* 单页一 */
/* 单页新加 */
.danyeTop .inside_top {
  position: relative;
  z-index: 1;
  margin: 15px 0;
}

.danyeTop .inside_top .container {
  display: flex;
  justify-content: space-between;
}

.danyeTop .inside_top_box {
  display: flex;
  align-items: baseline;
}

.danyeTop .inside_top_box h1 {
  font-size: 72px;
  font-family: "ding";
  color: #173e77;
}

.danyeTop .inside_top_box p {
  font-size: 32px;
  color: #173e77;
  margin: 0;
  margin-left: 10px;
}

.danyeTop .inside_nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.danyeTop .inside_nav a {
  font-size: 18px;
  color: #333;
  margin-right: 45px;
  padding-right: 30px;
  border-bottom: 2px solid #ccc;
  line-height: 45px;
}

.danyeTop .inside_nav a:hover {
  color: #173e77;
  border-bottom: 2px solid #173e77;
  font-weight: bold;
}

/* end */
.dyTitle {
  font-size: 36px;
  color: #173e77;
  font-weight: bold;
  line-height: 1.2;
}

.ptb80 {
  padding-bottom: 80px;
}

.danyeBox {
  margin-top: 50px;
  margin-bottom: 50px;
}

.danyeBox1 .left {
  position: relative;
}

.danyeBox1 .left .leftTxt {
  padding: 20%;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.danyeBox1 .left .leftTxt span {
  width: 100%;
}

.danyeBox1 .left .leftTxt span p {
  font-size: 48px;
  font-family: 'pingfang';
  font-weight: bold;
  color: #fff;
  border-bottom: 4px solid #fff;
  letter-spacing: 5px;
}

.danyeBox1 .right {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  background: #f0f1f2;
  margin-left: 50px;
  padding-left: 45px;
  padding-right: 45px;
}

.danyeBox1 .right .txt {
  min-height: 200px;
}

.numCount .numCX {
  font-size: 30px;
  color: #173e77;
  font-weight: bold;
}

.numCount .unitC {
  font-size: 18px;
  font-weight: bold;
  color: #4c4c4c;
}

.numCount .indc {
  font-size: 18px;
  font-weight: bold;
  color: #4c4c4c;
}

.danyeBox2 {
  align-items: center;
}

.danyeBox2 .txt {
  margin-top: 50px;
  color: #4c4c4c;
  font-size: 18px;
  padding-right: 180px;
}

.danyeBox3 {
  position: relative;
}

.danyeBox3_txt {
  height: 100%;
  position: absolute;
  flex-direction: column;
  justify-content: space-evenly;
}

.danyeBox3_txt .text h1 {
  font-size: 24px;
  color: #173e77;
  font-weight: bold;
}

.danyeBox3_txt .text p {
  margin-top: 30px;
  font-size: 16px;
  color: #4c4c4c;
}

.danyeBox4 {
  position: relative;
  overflow: hidden;
}

.danyeBox4 .mySwiper2 {
  position: relative;
}

.danyeBox4 .mySwiper2 .swiper-slide {
  display: flex;
  justify-content: space-evenly;
}

.danyeBox4 .mySwiper2 .swiper-slide .txtTime {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.danyeBox4 .mySwiper2 .swiper-slide .txtTime p {
  display: block;
  width: 250px;
  height: 100px;
  font-size: 60px;
  font-weight: bold;
  font-family: 'Rajdhani';
  border: 4px solid #333;
  text-align: center;
  margin: 0;
}

.danyeBox4 .mySwiper2 .swiper-slide .txtTime span {
  width: 60px;
  height: 6px;
  background: #333;
  margin-top: 30px;
  margin-bottom: 30px;
}

.danyeBox4 .mySwiper2 .swiper-slide .txtTime div {
  text-align: center;
  font-size: 24px;
  line-height: 36px;
  color: #333;
}

.danyeBox4 .mySwiper2 .danyeBox4Prev {
  background: url(../images/left_1.png) no-repeat center;
  z-index: 8;
  color: #fff0;
  background-size: 100% 100%;
  width: 40px;
  height: 40px;
}

.danyeBox4 .mySwiper2 .danyeBox4Next {
  background: url(../images/left_1.png) no-repeat center;
  z-index: 8;
  color: #fff0;
  background-size: 100% 100%;
  width: 40px;
  height: 40px;
  transform: rotateY(180deg);
}

.danyeBox4 .mySwiper {
  margin-top: 60px;
  position: relative;
}

.danyeBox4 .mySwiper::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  border: 1px #ccc dashed;
  top: 9px;
  z-index: 0;
}

.danyeBox4 .mySwiper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.danyeBox4 .mySwiper .swiper-slide span {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #333;
  border: 5px solid #fff;
  transition: 1s;
}

.danyeBox4 .mySwiper .swiper-slide p {
  font-size: 18px;
  color: #333;
  margin: 0;
  margin-top: 10px;
  transition: 1s;
}

.danyeBox4 .mySwiper .swiper-slide-thumb-active span {
  border: 2px solid #173e77;
  box-shadow: 0 0 3px 3px #173e7740;
}

.danyeBox4 .mySwiper .swiper-slide-thumb-active p {
  font-weight: bold;
}

.danyeBox5 {
  overflow: hidden;
  position: relative;
}

.danyeBox5 .HonorSwiper {
  overflow: hidden;
  width: 85%;
  height: 100%;
  padding: 45px 0;
  margin: 0 auto;
}

.danyeBox5 .honorSlide {
  z-index: 1;
}

.danyeBox5 .honorSlide img {
  width: 100%;
  height: 100%;
}

.danyeBox5 .swiper-slide-next {
  z-index: 8;
}

.danyeBox5 .swiper-slide-active {
  z-index: 9;
}

.danyeBox5 .HonorSwiper .danyeBox5Prev {
  background: url(../images/left_2.png) no-repeat center;
  z-index: 8;
  color: #fff0;
  background-size: 100% 100%;
  width: 40px;
  height: 40px;
  top: calc(50% + 60px);
}

.danyeBox5 .HonorSwiper .danyeBox5Next {
  background: url(../images/left_2.png) no-repeat center;
  z-index: 8;
  color: #fff0;
  background-size: 100% 100%;
  width: 40px;
  height: 40px;
  transform: rotateY(180deg);
  top: calc(50% + 60px);
}

/* end-单页一 */
/* 产品中心 */
.inside_products {
  background: #f0f1f2;
  padding: 80px 0 20px;
  position: relative;
}

.inside_products:nth-child(2n) {
  background: #f9f9f9;
}

.productsTitle {
  max-width: 500px;
  position: relative;
  z-index: 2;
}

.inside_products img {
  /* position: sticky; */
  bottom: 0;
  z-index: 1;
}

.productsTitle h1 {
  font-size: 36px;
  color: #173e77;
}

.productsTitle p {
  color: #333;
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 45px;
}

.productsTitle a {
  display: block;
  text-align: center;
  line-height: 36px;
  width: 180px;
  height: 40px;
  border: 2px solid #173e77;
  color: #333;
  transition: 1s;
}

.productsTitle a:hover {
  background: #173e77;
  color: #fff;
}

/* end-产品中心 */
