@charset "utf-8";
.proBox {
  background-color: #fff;
}
/*新闻列表*/
.newiBox {
  padding: 3em 0 6em;
}
.newiBox .containers {
  overflow: visible;
}
.newiBox .tit {
  border-left: 4px solid #004a49;
  color: #004A49;
  line-height: 1.4;
  padding-left: 0.5em;
}
.newiBox .tits {
  color: #999;
  margin-top: 10px;
  padding-bottom: 10px;
}
.newiBox .conN {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .newiBox .conN {
    display: block;
  }
}
.newiBox .conL {
  width: 74.5%;
}
@media (max-width: 767px) {
  .newiBox .conL {
    width: auto;
  }
}
.newiBox .conR {
  width: 23.2%;
}
@media (max-width: 767px) {
  .newiBox .conR {
    width: auto;
  }
}
.newiBox .list {
  margin-top: 30px;
}
.newiBox .list li {
  padding-bottom: 40px;
  margin-bottom: 40px;
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  border-bottom: 1px dotted #004a49;
}
@media (max-width: 767px) {
  .newiBox .list li {
    width: 100%;
    margin-right: 0;
    margin-top: 1.5rem;
  }
}
.newiBox .list li:last-child {
  margin-bottom: 0;
}
.newiBox .list li .picb {
  width: 31%;
}
.newiBox .list li .pic {
  display: block;
  cursor: pointer;
  padding-top: 75.2%;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.newiBox .list li .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s;
}
.newiBox .list li .txtb {
  margin-left: 3.6%;
  flex: 1;
}
.newiBox .list li .name {
  color: #000;
  font-weight: 600;
}
.newiBox .list li .name a {
  color: #000;
}
.newiBox .list li .name a:hover {
  color: #000;
}
.newLeft {
  margin-top: 30px;
}
.newLeft h3 {
  background-color: #004A49;
  color: #ffffff;
  line-height: 50px;
  border-radius: 5px;
  font-weight: 600;
  padding: 0 25px;
  margin: 0;
  margin-bottom: 5px;
  transition: all 0.3s linear 0s;
}
.newLeft h3:hover {
  transform: scale(1.05);
}
.newLeft ul li {
  line-height: 35px;
  padding: 0 25px;
  border-radius: 5px;
  background-color: rgba(0, 74, 73, 0.15);
  margin-bottom: 5px;
  transition: all 0.3s linear 0s;
}
.newLeft ul li:hover {
  color: #ffffff;
  background-color: #004A49;
  transform: scale(1.05);
}
.newLeft ul li a {
  color: #004A49;
  font-weight: 500;
}
.newLeft ul li a:hover {
  color: #fff;
}
.contBox {
  line-height: 1.5;
  margin-top: 30px;
  padding: 25px 25px 20px;
  border-radius: 5px;
  background-color: rgba(0, 74, 73, 0.15);
  margin-bottom: 5px;
  transition: all 0.3s linear 0s;
  background-image: url(../images/new-left1.jpg);
  background-repeat: no-repeat;
  background-size: cover, cover;
  background-position: center;
}
.contBox h4 {
  font-weight: bold;
  color: #f3f3f3;
  font-size: 22px;
  margin: 0;
  margin-bottom: 5px;
}
.contBox h5 {
  line-height: 1.8em;
  font-weight: 600;
  color: #f3f3f3;
  margin-bottom: 5px;
}
.contBox p {
  margin-bottom: 10px;
  line-height: 1.5em;
  color: #f3f3f3;
}
/*新闻详情*/
.deBox {
  margin-top: 2em;
}
.deBox .title {
  font-weight: 600;
  color: #004A49;
}
.deBox .about {
  margin-top: 1em;
  color: #999;
}
.deBox .content {
  margin-top: 2em;
  line-height: 1.5;
  overflow: hidden;
  color: #333;
}
.deBox .content img {
  max-width: 100%;
  height: auto;
}
.pageTurn {
  margin-top: 1.35rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pageTurn .btnPrev {
  padding-left: 1.6em;
  background: url(../images/arr3_left.png) 0.5em center no-repeat;
  background-size: auto 1em;
}
.pageTurn .btnNext {
  padding-right: 1.15em;
  margin-right: 0.6em;
  background: url(../images/arr3_right.png) right center no-repeat;
  background-size: auto 1em;
}
.pageTurn .line {
  width: 1.1em;
  height: 0.7em;
  border-bottom: 2px solid #000;
  border-top: 2px solid #000;
}
/*资料*/
.downBox {
  padding: 3.2em 0 3.2em;
  background-color: #f6f6f6;
}
.downBox .tit {
  border-left: 4px solid #004a49;
  color: #004A49;
  line-height: 1.4;
  padding-left: 0.5em;
}
.downBox .tits {
  color: #999;
  margin-top: 10px;
  padding-bottom: 10px;
}
.downBox .downList {
  margin-top: 1.5em;
}
.downBox .downList ul {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
.downBox .downList li {
  margin-top: 1.5%;
  width: 23.87%;
  margin-right: 1.5%;
}
.downBox .downList li:nth-child(4n) {
  margin-right: 0;
}
@media (max-width: 1260px) {
  .downBox .downList li {
    width: 32.3%;
    margin-right: 1.5%;
  }
  .downBox .downList li:nth-child(4n) {
    margin-right: 1.5%;
  }
  .downBox .downList li:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .downBox .downList li {
    width: 100%;
    margin-right: 0 ;
  }
}
.downBox .downList li .lib {
  height: 100%;
  border: 1px solid #ddd;
  padding: 1em 0.5em 0.5em 0.5em;
}
@media (max-width: 767px) {
  .downBox .downList li .lib {
    padding: 1em;
  }
}
.downBox .downList li .name {
  font-weight: bold;
  color: #000;
}
.downBox .downList li a {
  display: inline-block;
  margin-top: 0.7em;
  color: #004A49;
}
.downBox .downList li a:hover {
  color: #004A49;
  text-decoration: underline;
}
.downBox .downList li .date {
  color: #999;
  margin-top: 0.4em;
}
.downBox .downList li .about {
  margin-top: 0.6em;
  background-color: #eee;
  color: #666;
  text-align: center;
  line-height: 2.8em;
  height: 2.8em;
  padding: 0 1em;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.downBox .downList li .about span {
  display: inline-block;
  margin: 0 0.2%;
  height: 2.8em;
  overflow: hidden;
}
/*招聘*/
.taleBox {
  padding: 3.2em 0 3.2em;
  background-color: #f6f6f6;
}
.taleBox .tit {
  border-left: 4px solid #004a49;
  color: #004A49;
  line-height: 1.4;
  padding-left: 0.5em;
}
.taleBox .tits {
  color: #999;
  margin-top: 10px;
  padding-bottom: 10px;
}
.taleBox .taleList {
  margin: 0.5em auto;
  max-width: 500px;
}
.taleBox .taleList li {
  border-bottom: 1px solid #eee;
  color: #000;
}
.taleBox .taleList li .lib {
  height: 100%;
  border-bottom: 1px solid #ddd;
  padding: 1.8em 0.5em 1.5em 0.8em;
}
.taleBox .taleList li .name {
  font-weight: bold;
  color: #000;
}
.taleBox .taleList li .about {
  margin-top: 0.3em;
}
.taleBox .taleList li .intro {
  margin-top: 0.8em;
}
/*联系*/
.contaBox {
  padding: 3.2em 0 4em;
  background-color: #fff;
}
.contaBox .tit {
  border-left: 4px solid #004a49;
  color: #004A49;
  line-height: 1.4;
  padding-left: 0.5em;
}
.contaBox .tits {
  color: #999;
  margin-top: 10px;
  padding-bottom: 10px;
}
.contaBox .conT {
  margin-top: 2em;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .contaBox .conT {
    display: block;
  }
}
.contaBox .conT .picb {
  width: 58%;
  height: 27em;
}
.contaBox .conT .picb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .contaBox .conT .picb {
    width: 100%;
  }
}
.contaBox .conT .txtb {
  width: 38%;
  margin-right: 0;
}
@media (max-width: 767px) {
  .contaBox .conT .txtb {
    width: 100%;
    margin-right: auto;
    margin-top: 2em;
  }
}
.contaBox .conT .txtb .name {
  font-weight: bold;
}
.contaBox .conT .txtb .intro {
  margin-top: 0.8em;
}
/**/
.aboutIBox {
  padding: 3.2em 0 4em;
  background-color: #fff;
}
.aboutIBox .tit {
  border-left: 4px solid #004a49;
  color: #004A49;
  line-height: 1.4;
  padding-left: 0.5em;
}
.aboutIBox .tits {
  color: #999;
  margin-top: 10px;
  padding-bottom: 10px;
}
.aboutIBox .content {
  margin-top: 2em;
  line-height: 1.5;
  overflow: hidden;
  color: #333;
}
.aboutIBox .content img {
  max-width: 100%;
  height: auto;
}
.aboutIBox .histList {
  margin-top: 30px;
}
.aboutIBox .histList li {
  margin-bottom: 40px;
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .aboutIBox .histList li {
    width: 100%;
    margin-right: 0;
    margin-top: 1.5rem;
  }
}
.aboutIBox .histList li:last-child {
  margin-bottom: 0;
}
.aboutIBox .histList li .picb {
  width: 31%;
}
.aboutIBox .histList li .pic {
  display: block;
  cursor: pointer;
  padding-top: 75.2%;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.aboutIBox .histList li .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s;
}
.aboutIBox .histList li .time {
  text-align: center;
  margin: 0 1em;
}
.aboutIBox .histList li .time b {
  font-weight: bold;
  font-size: 1.4em;
  color: #005197;
}
.aboutIBox .histList li .txtb {
  flex: 1;
  color: #444;
  line-height: 1.9;
}
.aboutIBox .enviList {
  margin-top: 30px;
}
.aboutIBox .enviList ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.aboutIBox .enviList li {
  width: 23%;
  margin-right: 2.66%;
  margin-top: 2.66%;
}
.aboutIBox .enviList li:nth-child(4n) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .aboutIBox .enviList li {
    width: 48.7%;
    margin-right: 2.6%;
  }
  .aboutIBox .enviList li:nth-child(2n) {
    margin-right: 0;
  }
}
.aboutIBox .enviList li .pic {
  display: block;
  cursor: pointer;
  padding-top: 66.5%;
  border: 1px solid #004a49;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.aboutIBox .enviList li .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.proTopBox {
  margin-top: 2.5em;
  padding-bottom: 0.6em;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.proTopBox .picb {
  position: relative;
  z-index: 2;
  width: 50%;
}
.proTopBox .picd {
  display: block;
  padding-top: 66.3%;
  position: relative;
  z-index: 0;
  border: 1px solid #eee;
}
.proTopBox .picd a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}
.proTopBox .picd img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: alpha(opacity=100) !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
}
.proTopBox .pics {
  margin-top: 0.6em;
  position: relative;
  z-index: 0;
}
.swiper_pro_s {
  margin: 0 1.5em;
}
.swiper_pro_s .item {
  border: 1px solid #eee;
  margin: 0 3%;
}
.swiper_pro_s .pic {
  position: relative;
  z-index: 0;
  padding-top: 66.3%;
}
.swiper_pro_s .pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: contain;
}
.swiper_pro_s .name {
  margin-top: 0.8em;
  line-height: 1.5em;
  height: 1.5em;
  overflow: hidden;
}
.swiper_pro_s .swiper-slide {
  cursor: pointer;
  width: 20%;
}
.swiper_pro_s .swiper-slide.cur .item {
  border: 1px solid #234989;
}
.swiper_pro_s .swiper-button-disabled {
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  opacity: 0.4;
}
.proTopBox .pics .btnNext,
.proTopBox .pics .btnPrev {
  position: absolute;
  z-index: 10;
  left: auto;
  top: 50%;
  margin-top: -0.45em;
  right: 0;
  cursor: pointer;
  width: 1em;
  height: 1em;
  background: url(../images/arrow_right.svg) center center no-repeat;
  background-size: contain;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.proTopBox .pics .btnPrev {
  left: 0;
  right: auto;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.proTopBox .pics .swiper-button-disabled {
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  opacity: 0.6;
}
.proTopBox .txtb {
  width: 45.5%;
  text-align: left;
}
.proTopBox .txtb .tit {
  margin-top: 0.3em;
  font-weight: bold;
  line-height: 1.2em;
  min-height: 3.6em;
  color: #262626;
}
@media (max-width: 767px) {
  .proTopBox .txtb .tit {
    min-height: initial;
  }
}
.proTopBox .txtb .btnW {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid #eee;
}
.proTopBox .txtb .btn {
  text-align: center;
  width: 11em;
  margin-top: 1em;
  margin-right: 2px;
  line-height: 2.9;
  display: inline-block;
  color: #fff;
  background-color: #0094da;
  border: 1px solid #0094da;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.proTopBox .txtb .btn:hover {
  background-color: #fff;
  color: #0094da;
}
.proTopBox .txtb .btnw2 {
  margin-top: 1em;
}
.proTopBox .txtb .btnw2 a {
  margin-top: 1em;
  display: inline-block;
  margin-right: 1em;
}
.proTopBox .txtb .btnw2 a img {
  position: relative;
  top: -2px;
  width: 1em;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .proTopBox {
    display: block;
  }
  .proTopBox .picb {
    width: 100%;
  }
  .proTopBox .txtb {
    width: 100%;
    margin-top: 2em;
  }
}
.detailBox {
  margin: 0 auto 0;
  padding-bottom: 2em;
  text-align: left;
  line-height: 2;
}
.detailBox .tit {
  border-bottom: 1px solid #d9d9d9;
  font-weight: bold;
  text-align: left;
  line-height: 3.4em;
}
.detailBox .tit .name {
  width: 33%;
  color: #fff;
  text-align: center;
  background-color: #0094da;
  display: inline-block;
}
.detailBox .content {
  padding: 1.5em;
  line-height: 1.5;
  overflow: hidden;
  color: #333;
}
.detailBox .content img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .detailBox .content {
    padding: 1.5em 0;
  }
}
