@charset "utf-8";
/* CSS Document */
.ins-navbox {
  height: 75px;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
}
.ins-navbox .w {
  justify-content: space-between;
}
.ins-navbox .w,
.ins-navbox ul {
  display: flex;
}
.ins-navbox li {
  font-size: 14px;
  line-height: 74px;
}
.ins-navbox li a {
  display: block;
  padding: 0 18px;
}
.ins-navbox li a:hover,
.ins-navbox li a.hover {
  background-color: #034396;
  color: white;
  position: relative;
  margin-bottom: -1px;
}
.ins-navbox span {
  line-height: 75px;
  font-size: 16px;
}
.cont {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  line-height: 30px;
}
.conbg {
  background: url(../images/about-num-bg.jpg) center bottom no-repeat;
}
.right-words {
  line-height: 37px;
  margin: 0 auto;
  font-size: 16px;
  color: #666;
  overflow: hidden;
}
.right-words p {
  margin-bottom: 15px;
}
.iabout-num {
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  display: flex;
  height: 180px;
}
.iabout-num dl {
  border-right: 1px solid #ddd;
  text-align: center;
  flex: 1;
}
.iabout-num dl:last-of-type {
  border-right: 0;
}
.iabout-num dl dt {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
}
.iabout-num dl dd {
  display: flex;
  text-align: center;
  justify-content: center;
  font-size: 20px;
  color: #666;
}
.iabout-num dl dd span {
  color: #035cac;
  font-weight: bold;
  font-weight: arial;
  font-size: 40px;
}
.productlist ul {
  padding-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
}
.productlist ul li {
  width: 25%;
  padding: 10px 5px;
  box-sizing: border-box;
}
.productlist a {
  border: 1px solid #ddd;
  padding: 10px;
  display: block;
  position: relative;
  margin: 0 10px;
  overflow: hidden;
}
.productlist a .img {
  overflow: hidden;
}
.productlist a img {
  width: 100%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.productlist a span {
  width: 100%;
  display: block;
  line-height: 45px;
  padding: 0 20px;
  box-sizing: border-box;
  text-align: center;
  font-size: 16px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.productlist a:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.productlist a:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.productlist a:hover span {
  background-color: #e77918;
  color: white;
}
.productshow {
  padding: 50px 0;
}
.productshow h1 {
  font-size: 24px;
  color: #034396;
  text-align: center;
  margin: 0 auto 50px auto;
}
.procon {
  text-align: center;
}
.proabout {
  font-size: 14px;
}
.proabout strong {
  font-weight: bold;
  color: #034396;
}
.proabout h1 {
  font-weight: bold;
}
.proabout p {
  text-indent: 2em;
  font-size: 16px;
  margin-bottom: 5px;
  line-height: 200%;
}
.propic {
  width: 40%;
}
.swiper2 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #999;
  opacity: 1;
}
.swiper2 .swiper-pagination {
  display: inline-block;
}
.swiper2 .swiper-pagination-bullet-active {
  background-color: #cc0000;
  width: 20px;
  border-radius: 5px;
}
.swiper2 .swiper-button-next {
  display: none;
}
.swiper2 .swiper-button-prev {
  display: none;
}
.swiper2 .swiper-button-next:after,
.swiper1 .swiper-button-prev:after {
  display: none;
}
.proother {
  border-top: 1px solid #EAEAEA;
  margin-top: 50px;
}
.proother h3 {
  font-size: 24px;
  color: #ff8400;
  line-height: 60px;
  font-weight: bold;
}
.otherlist {
  margin-top: 20px;
  position: relative;
}
.otherlist a {
  display: block;
  position: relative;
  margin: 0 10px;
  overflow: hidden;
}
.otherlist a img {
  width: 100%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.otherlist a span {
  position: absolute;
  bottom: 0;
  background-color: #034396;
  padding: 0 20px;
  box-sizing: border-box;
  width: 100%;
  display: block;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.otherlist a:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.otherlist a:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.otherlist a:hover span {
  background-color: #e77918;
  color: white;
}
.otherlist .owl-buttons {
  height: 77px;
}
.otherlist .owl-buttons div {
  width: 77px;
  height: 77px;
}
.otherlist .owl-buttons .owl-prev {
  position: absolute;
  left: -39px;
  top: 30%;
  background: url(../images/left.png) center center no-repeat;
}
.otherlist .owl-buttons .owl-prev:hover {
  background: url(../images/left.png) center center no-repeat;
}
.otherlist .owl-buttons .owl-next {
  position: absolute;
  right: -39px;
  top: 30%;
  background: url(../images/right.png) center center no-repeat;
}
.otherlist .owl-buttons .owl-next:hover {
  background: url(../images/right.png) center center no-repeat;
}
.otherlist .owl-pagination {
  display: none;
}
.proconimg {
  margin-bottom: 20px;
}
#news-list {
  margin-top: 70px;
  padding: 12px;
  overflow: hidden;
}
#news-list ul {
  display: flex;
  flex-wrap: wrap;
}
#news-list ul li {
  width: 30.333333%;
  margin: 0 1.5% 50px 1.5%;
  overflow: hidden;
}
#news-list ul li span {
  display: block;
  width: 100%;
  overflow: hidden;
}
#news-list ul li img {
  width: 100%;
}
#news-list ul li section {
  height: auto;
  padding: 36px 30px;
  background: #f9f9f9;
  overflow: hidden;
}
#news-list ul li section h3 {
  height: 18px;
  line-height: 18px;
  font-size: 16px;
  overflow: hidden;
}
#news-list ul li section p {
  height: 56px;
  line-height: 28px;
  margin-top: 20px;
  font-size: 14px;
  color: #7f8186;
  overflow: hidden;
}
#news-list ul li section h4 {
  position: relative;
  height: 48px;
  line-height: 48px;
  font-family: Arial;
  margin-top: 18px;
  font-size: 46px;
  color: #919191;
  overflow: hidden;
}
#news-list ul li section h4 em {
  position: absolute;
  left: 40px;
  bottom: 0;
  display: block;
  height: 20px;
  line-height: 20px;
  padding: 0 4px;
  background: #f9f9f9;
  font-size: 15px;
  overflow: hidden;
}
#news-list ul li:hover {
  box-shadow: 0 0 12px #e1e1e1;
}
#news-list ul li:hover section h3 {
  color: #0957c3;
}
.news-info {
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
}
.news-info .leftwrap {
  width: 70%;
}
.news-info .rightwrap {
  width: 28%;
}
.news-info h1 {
  font-weight: normal;
  color: #034396;
  margin-bottom: 14px;
  font-size: 18px;
  line-height: 30px;
}
.news-info .entry-meta {
  padding: 8px 20px;
  background: #edf1f7;
  overflow: hidden;
  color: #505050;
  line-height: 36px;
  font-size: 14px;
}
.news-info .contwrap {
  font-size: 14px;
  padding-top: 20px;
  padding-bottom: 40px;
  color: #555;
  line-height: 27px;
}
.news-info .contwrap p {
  margin-top: 10px;
}
.news-info .contwrap img {
  margin-bottom: 10px;
}
.news-info .rightwrap h4 {
  font-weight: bold;
  padding: 12px 14px;
  line-height: 23px;
  margin-bottom: 20px;
  background: #035cac;
  font-size: 16px;
  color: #fff;
}
.news-info .rightwrap li {
  width: 100%;
  padding-bottom: 7px;
  padding-top: 3px;
  border-bottom: 1px solid #dadada;
}
.news-info .rightwrap li a {
  color: #333;
  display: inline-block;
  font-size: 14px;
  line-height: 28px;
}
.news-info .rightwrap li .post-date {
  display: block;
  line-height: 21px;
  font-size: 13px;
  color: #999;
  margin-top: 1px;
}
.paging {
  height: 48px;
  padding: 20px 0;
  width: 100%;
  border-top: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
}
.paging span {
  font-size: 14px;
  line-height: 22px;
}
.paging .return {
  display: block;
  background-color: #034396;
  color: white;
  height: 34px;
  line-height: 34px;
  margin-top: 10px;
  text-align: center;
  width: 100px;
  font-size: 14px;
}
.paging .return:hover {
  background-color: #cc0000;
}
.contact {
  margin: 50px 0;
  display: flex;
  justify-content: space-between;
}
.contact-map {
  flex: 1;
}
.contact-words {
  height: 550px;
  box-sizing: border-box;
  width: 450px;
  background-color: #034396;
  padding: 30px;
  color: white;
  font-size: 18px;
  line-height: 200%;
}
.contact-words a {
  color: white;
}
.index-tit {
  text-align: center;
  line-height: 1.1;
}
.index-tit h1,
.index-tit h2 {
  position: relative;
  display: inline-block;
  color: #FFF;
}
.index-tit h1 {
  color: #333;
  font-size: 34px;
}
.index-tit h2 {
  color: #333;
  font-size: 32px;
}
.index-tit h1::before,
.index-tit h2::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: -120px;
  width: 100px;
  height: 2px;
  background-color: #EFBD45;
}
.index-tit h1::after,
.index-tit h2::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: -120px;
  width: 100px;
  height: 2px;
  background-color: #292c36;
}
.index-mating .index-tit {
  padding: 25px 0;
  background: url(../images/index-font01.png) no-repeat center;
}
.lm-title {
  text-align: center;
  margin: 70px 0;
}
.lm-title h2 {
  height: 34px;
  line-height: 34px;
  font-size: 32px;
  text-transform: capitalize;
  overflow: hidden;
}
.lm-title h2 span {
  padding: 0 131px;
  background: url(../images/title-line-l.png) no-repeat left center, url(../images/title-line-r.jpg) no-repeat right center;
}
.lm-title h3 {
  height: 20px;
  line-height: 20px;
  margin-top: 14px;
  font-size: 17px;
  text-transform: uppercase;
  color: #8e9bab;
  overflow: hidden;
}
.lm-text {
  line-height: 37px;
  margin: 0 auto;
  font-size: 16px;
  color: #666;
  overflow: hidden;
  text-align: center;
}
.gbook {
  width: 600px;
  margin: 0 auto;
}
.jobList {
  margin-bottom: 50px;
}
.jobList .jobPageBody .jobPageListTit {
  overflow: hidden;
  background-color: #a7a7a7;
  color: #fff;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  font-weight: bold;
  padding: 0px 10px 0px 20px;
}
.jobList .jobPageBody .jobTabCol1 {
  display: block;
  width: 40%;
  float: left;
}
.jobList .jobPageBody .jobTabCol2 {
  display: block;
  width: 15%;
  float: left;
  text-align: center;
}
.jobList .jobPageBody .jobTabCol3 {
  display: block;
  width: 15%;
  float: left;
  text-align: center;
}
.jobList .jobPageBody .jobTabCol4 {
  display: block;
  width: 25%;
  float: left;
  text-align: center;
}
.jobList .jobPageBody .jobTabCol5 {
  display: block;
  width: 5%;
  float: left;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.jobList .jobPageBody .jobPageListRow {
  border-bottom: #eaeaea 1px solid;
  cursor: pointer;
}
.jobList .jobPageBody .jobPageListRow .jobPageListRowUp {
  overflow: hidden;
  height: 60px;
  line-height: 60px;
  font-size: 14px;
  padding: 0px 10px 0px 20px;
}
.jobList .jobPageBody .jobPageListRow .jobPageListRowDown {
  height: 0px;
  overflow: hidden;
}
.jobList .jobPageBody .jobPageListRow .jobPageListRowDown .jobPageListRowDetails {
  padding: 0px 20px 20px;
  line-height: 180%;
  font-size: 14px;
  opacity: 0;
  transition: all 0.3s;
}
.jobList .jobPageBody .jobPageListRow .jobPageListRowDown .jobPageListRowDetails img {
  max-width: 100%;
}
.jobList .jobPageBody .jobPageListRow .showDetails {
  height: auto;
}
.jobList .jobPageBody .jobPageListRow .showDetails .jobPageListRowDetails {
  opacity: 1;
}
@media screen and (max-width: 1024px) and (min-width: 0) {
  .ins-navbox {
    height: 100%;
  }
  .ins-navbox .w {
    flex-direction: column;
  }
  .ins-navbox .w,
  .ins-navbox ul {
    display: flex;
    flex-direction: column;
  }
  .ins-navbox li {
    line-height: 44px;
    margin-top: 10px;
  }
  .ins-navbox li a {
    background-color: #eee;
  }
  .ins-navbox span {
    line-height: 45px;
    font-size: 14px;
  }
  .lm-title {
    margin: 30px 0;
  }
  .lm-title h2 span {
    padding: 0 31px;
    background: none;
  }
  .iabout-num {
    display: block;
    height: 100%;
    overflow: hidden;
  }
  .iabout-num dl {
    border-right: 0;
    width: calc(50% - 20px);
    float: left;
    padding-top: 10px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    margin: 10px;
  }
  .iabout-num dl:last-of-type {
    border-right: 0;
  }
  .iabout-num dl dt {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
  }
  .iabout-num dl dd {
    display: flex;
    text-align: center;
    justify-content: center;
    font-size: 20px;
    color: #666;
  }
  .iabout-num dl dd span {
    color: #035cac;
    font-weight: bold;
    font-weight: arial;
    font-size: 40px;
  }
  #news-list {
    margin-top: 30px;
  }
  #news-list ul {
    flex-direction: column;
  }
  #news-list ul li {
    width: 100%;
    margin: 0;
    overflow: hidden;
  }
  .news-info {
    flex-direction: column;
  }
  .news-info .leftwrap {
    width: 100%;
  }
  .news-info .rightwrap {
    width: 100%;
  }
  .procon img {
    max-width: 100%;
  }
  .otherlist .owl-buttons {
    display: none;
  }
  .contact {
    flex-direction: column;
  }
  .contact-words {
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) and (min-width: 0px) {
  .productlist ul li {
    width: 100%;
    box-sizing: border-box;
  }
}
