@charset "utf-8";

/* 内页通用 */
@media screen and (max-width: 1920px) {
  .container {
    width: 1440px;
    max-width: 1440px;
  }
}

/* end-内页通用 */
/* 内页banner */
.insideBanner {
  width: 100%
}

.insideBanner img {
  width: 100%;
}

/* end-内页banner */
/* 内页导航 */
.inside_nav {
  border-bottom: 1px solid #ccc;
  height: 50px;
  background: #fff;
}

.inside_nav>div {
  display: flex;
  justify-content: space-between;
  height: 100%;
  align-items: center;
}

.inside_nav_left a {
  padding: 0 45px;
}

.inside_nav_left a:first-child {
  padding-left: 0;
}

.inside_nav_left a:last-child {
  padding-right: 0;
}

.inside_nav_right a {
  letter-spacing: 2px;
}

/* end-内页导航 */
/* -------------------公司简介------------------------------- */
/* 公司简介-1_数字加载 */
.about_1_box_1 {
  text-align: center;
  padding-top: 120px;
  padding-bottom: 60px;
  border-bottom: 1px solid #ccc;
}

.numCount ul {
  display: flex;
  margin: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.numCount li {
  width: 25%;
}

.numU span {
  font-style: 48px;
  color: #213043;
}

.item .numU {
  text-align: center;
}

.item .numU span {
  font-size: 48px;
  font-weight: bold;
}

.item .numU sub {
  font-size: 18px;
  color: #919191;
  top: -2px;
}

.indc {
  text-align: center;
  font-size: 18px;
}

/* end-数字加载-1 */
/* 公司简介-2_公司介绍 */
.about_gsjj {
  background: url(../images/about_bj.png) no-repeat right;
  display: flex;
}

.about_gsjj>div {
  padding: 0;
}

.about_gsjj_txt {
  padding: 0 60px;
}

.about_gsjj .txt {
  display: flex;
  align-items: center;
}

.about_gsjj_txt h1 {
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 60px;
  color: #dfdfdf;
  margin: 0;
  line-height: 50px;
}

.about_gsjj_txt h2 {
  font-size: 36px;
  color: #194189;
  font-weight: bold;
  margin-bottom: 20px;
}

.about_gsjj_txt p {
  font-size: 16px;
}

/* end-公司简介-2-公司介绍 */
/* 公司简介-3_研发技术 */
.about_yfjz {
  background: url(../images/yfjs_bj.jpg);
}

.about_yfjz h1 {
  font-size: 36px;
  color: #194189;
  font-weight: bold;
  margin-bottom: 20px;
}

.about_yfjz .about_yfjz_top {
  width: 80%;
  margin: 0 auto 45px;
}

/* end-公司简介-3_研发技术 */
/* 公司简介-4_发展历程 */
.about_fzlc {
  background: url(../images/fzlc_bj.jpg);
}

.about_fzlc .container {
  padding-top: 60px;
  padding-bottom: 30px;
  overflow: hidden;
}

.about_fzlc>h1 {
  font-size: 36px;
  color: #194189;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

.fzlc_Swiper {
  width: 100%;
  height: 100%;
  padding: 15px 15px;
}

.fzlc_Swiper .swiper-wrapper {
  align-items: flex-end;
}

.fzlc_slide {
  font-size: 18px;
  border-left: 2px solid #194189;
  padding-left: 15px;
  /* margin-left: 15px; */
}

.fzlc_slide h1 {
  text-align: left;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
  color: #194189;
}

.fzlc_slide h1:after {
  content: "";
  height: 4px;
  width: 30px;
  display: block;
  background: #777777;
  margin-top: 15px;
}

.fzlc_slide h1:before {
  content: "";
  height: 10px;
  width: 10px;
  display: block;
  background: #194189;
  border-radius: 5px;
  position: absolute;
  left: -6px;
  top: 20px;
}

.fzlc_slide p {
  text-align: left;
}

.fzlc_slide:nth-child(odd) {
  height: 300px;
}

.fzlc_slide:nth-child(even) {
  height: 200px;
}

.fzlc_aa {
  width: 25px;
  height: 25px;
  border: 5px solid #fff;
  background: #333333;
  border-radius: 13px;
  position: absolute;
  left: -14px;
  bottom: -12.5px;
}

.about_fzlc_bb {
  width: 100%;
  height: 4px;
  background: #babbbe;
  position: relative;
  bottom: 45px;
}

/* end-公司简介-4_发展历程 */
/* 公司简介-5_荣誉资质 */
.about_ryzz {
  position: relative;
}

.about_ryzz_txt {
  position: absolute;
  top: 0;
  right: 0px;
  text-align: right;
  width: 30%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.about_ryzz_txt_1 {
  margin-top: 80px;
  width: 70%;
  text-align: left;
  margin-bottom: 40px;
}
@media screen and (max-width: 1700px) and (min-width: 1200px){
  .about_ryzz_img {
    width: 50%;
  }

  .about_ryzz_img img {
    width: 100%;
  }
}


/* end-公司简介-5_荣誉资质 */
/* 公司简介-6 */
/* end-公司简介-6 */
/* -------------------end-公司简介------------------------------- */
/* -------------------产品中心------------------- */
.pro_bigbox {
  margin-top: 100px;
  margin-bottom: 80px;
}

.pro_bigbox .pro_box:nth-child(odd) {
  background: url(../images/pro1.jpg)
}

.pro_bigbox .pro_box:nth-child(even) {
  background: url(../images/pro2.jpg)
}

.pro_box {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  border: 1px solid #ccc;
}

.pro_box_txt {
  width: 33%;
  padding-top: 50px;
  padding-left: 50px;
  position: relative;
}

.pro_box_txt span {
  font-size: 16px;
  color: #828282;
}

.pro_box_txt h1 {
  font-size: 30px;
  font-weight: bold;
  color: #333;
  margin-top: 30px;
  margin-bottom: 15px;
}

.pro_box_txt p {
  font-size: 14px;
  color: #333;
}

.pro_more {
  display: block;
  width: 120px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 20px;
  color: #fff;
  background: #00529f;
  bottom: 60px;
  position: absolute;
}

.pro_more:hover {
  background: #fff;
  color: #00529f;
}

.pro_box_cp {
  height: 600px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.pro_slide {
  height: 33.3333333%;
  background: #fff;
  border: 1px solid #ccc;
  transition: .5s;
}

.pro_slide:hover {
  border: 4px solid #00529f;
  box-shadow: 0 0 10px 10px #0000001c;
}

.pro_slide img {
  height: 100%;
  padding: 0 30px;
}

.pro_box_1 h1 {
  text-align: center;
  font-size: 18px;
  color: #333;
  line-height: 50px;
}

.pro_box_1 img:hover {
  box-shadow: 0 0 10px 10px #0000001c;
}

.por_detail>.row>div {
  padding: 0;
}

.por_detail_right {
  background: url(../images/por_detail_right_bj.jpg);
  padding-top: 120px !important;
}

.por_detail_right_bottom .more {
  display: block;
  width: 180px;
  height: 50px;
  border-radius: 25px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background: #00529f;
  margin-top: 80px;
  margin-bottom: 40px;
}

.proInfo {
  display: flex;
  border: 2px solid #00529f;
  padding: 0 30px;
  line-height: 50px;
  margin: 30px 0;
}

.por_detail_right_top {
  margin-left: 120px;
  width: 65%;
  margin-bottom: 50px;
}

.por_detail_right_top h1 {
  font-size: 32px;
  font-weight: bold;
  color: #333;
  padding-bottom: 15px;
}

.por_detail_right_top h1:nth-child(2) {
  border-bottom: 4px solid #333;
}

.por_detail_right_top p {
  font-size: 18px;
  line-height: 30px;
  margin-top: 30px;
  color: #777777;
}

.mySwiper4 {
  margin-left: 120px;
  width: 65%;
}

.por_detail_right_bottom {
  margin-left: 120px;
  width: 65%;
}

/* -------------------end-产品中心------------------- */
/* -------------------新闻资讯------------------- */
.news_bigbox {
  margin-top: 100px;
  margin-bottom: 80px;
  min-height: 800px;
}

.newsBox {
  display: flex;
  border: 1px solid #194189;
  padding: 15px;
  margin-bottom: 75px;
  transition: .5s;
}

.newsBox:hover {
  box-shadow: 0px 0px 10px 5px rgb(25 65 137 / 25%);
}

.newsBox_Img {
  width: 30%;
}

.newsBox_Txt {
  width: 80%;
  padding-left: 75px;
  padding-right: 75px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.newsBox_Txt h1 {
  font-size: 24px;
  color: #333;
}

.newsBox_Txt p {
  font-size: 16px;
  margin: 0;
  line-height: 40px;
  color: #666464;
}

.newsBox_Txt_1 {
  color: #3b3a3a;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.newsBox_Txt_1 p {
  color: #3b3a3a;
  line-height: 40px;
}

.news_bigbox .container {
  background: #fff;
}

.news_bigbox_box {
  width: 80%;
  margin: 0 auto;
}

.news_title {
  padding-top: 60px;
  padding-bottom: 15px;
  border-bottom: 2px solid #333;
}

.news_title h1 {
  margin-bottom: 15px;
  font-size: 36px;
}

.news_conten {
  padding: 50px;
  min-height: 600px;
}

.news_conten p img {
  width: 100%;
}

.news_BigBox_Bottom {
  padding-top: 30px;
  padding-bottom: 30px;
}

.news_box_img {
  width:
}

/* -------------------end-新闻资讯------------------- */
/* -------------------联系我们------------------- */
.contact_bigbox {
  margin-top: 100px;
  margin-bottom: 80px;
}

.contact_bigbox .container {
  background: #fff;
}

.contact_box {
  padding: 50px;
}

.contact_box_top h1 {
  font-size: 32px;
  color: #00529f;
  font-weight: bold;
}

.contact_box_top h1:after {
  content: "";
  height: 2px;
  width: 80px;
  display: block;
  background: #00529f;
  margin-top: 30px;
}

.contact_box_left,
.contact_box_right {
  width: 50%;
}

.lxwmBoxLeft1 {
  margin-top: 50px;
}

.lxwmBoxLeft1 table tbody tr {
  height: 30px;
}

.lxwmBoxLeft1 table tbody tr:nth-child(2) {
  height: 80px;
}

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

.formbox .messlist {
  width: 50%;
  float: left;
  padding: 10px 15px;
}

.formbox .messlist input {
  width: 100%;
  background: #e7e7e7;
  padding: 10px 30px;
}

.formbox .messlist:nth-child(odd) {
  padding-left: 0;
}

.formbox .messlist:nth-child(even) {
  padding-right: 0;
}

.messtxt, .messbtn {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.formbox .messtxt input {
  width: 100%;
  background: #e7e7e7;
  padding: 10px 30px;
}

.formbox .messbtn {}

.formbox .messbtn input {
  width: 100%;
  background: #194189;
  padding: 10px 30px;
  color: #fff;
}

.contact_box_right {
  padding-left: 50px;
}

/* -------------------end-联系我们------------------- */
/* -------------------人力资源------------------- */
/* -------------------end-人力资源------------------- */
/* 人才招聘 */
.job_box h1 {
  text-align: center;
  font-weight: bold;
  color: #194189;
  margin-top: 0;
  margin-bottom: 30px;
}

.job_bigbox {
  margin-top: 120px;
  margin-bottom: 60px;
  min-height: 600px;
}

.job_box_top {
  background: #194189;
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 18px;
  padding-left: 50px;
  padding-right: 50px;
}

.job_box_mid .mb-0 {
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.job_box_mid .mb-0 .col-3 {
  color: #333;
}

.job_box_mid .card-body {
  padding-left: 30px;
  padding-right: 30px;
}

.job_box_mid .showMore {
  position: absolute;
  right: 50px;
  top: 5px;
}
