@charset "utf-8";
/* CSS Document */
.p60 {
  padding: 30px 0 50px 0;
}
.swiper1 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: none;
  border: 1px solid #A5A5A5;
  opacity: 1;
  border-radius: 50%;
}
.swiper1 .swiper-pagination-bullet-active {
  background-color: #17469e;
  border: 1px solid #17469e;
}
.swiper1 .swiper-button-next {
  right: 5%;
  width: 24px;
  height: 40px;
  background: url(../images/right.png) no-repeat;
}
.swiper1 .swiper-button-prev {
  left: 5%;
  width: 24px;
  height: 40px;
  background: url(../images/left.png) no-repeat;
}
.swiper1 .swiper-button-next:after,
.swiper1 .swiper-button-prev:after {
  display: none;
}
.index-news {
  background-color: #f0f0f0;
  padding-bottom: 60px;
}
.tit-nav {
  padding: 0px 0px 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tit-nav .rtit b {
  font-size: 2rem;
  font-weight: normal;
}
.tit-nav .rtit span {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  color: #666;
  margin-left: 10px;
}
.tit-nav .rnav ul {
  display: flex;
}
.tit-nav .rnav a {
  display: inline-block;
  margin-left: 10px;
  line-height: 30px;
  padding: 0 20px;
  border: 1px solid #ddd;
  border-radius: 3px;
}
.tit-nav .rnav a:hover,
.tit-nav .rnav li.hover a {
  background-color: #17469e;
  color: white;
  border: 1px solid #17469e;
}
.aboutbut {
  margin-top: 20px;
}
.aboutbut a {
  background-color: #17469e;
  color: white;
  line-height: 30px;
  padding: 0 20px;
  display: inline-block;
}
.index-newscon {
  display: flex;
  justify-content: space-between;
}
.index-newscon .fl {
  width: 50%;
  padding-right: 20px;
  box-sizing: border-box;
}
.index-newscon .fr {
  width: 50%;
  padding-left: 20px;
  box-sizing: border-box;
}
.aboutus {
  font-size: 16px;
  line-height: 200%;
  margin: 0 auto;
}
.owl-list1 a {
  display: block;
  position: relative;
}
.owl-list1 a img {
  width: 100%;
  height: 510px;
}
.owl-list1 a h3 {
  line-height: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 16px;
  color: white;
}
.owl-list1 .owl-buttons {
  height: 24px;
  margin-top: -40px;
}
.owl-list1 .owl-buttons div {
  width: 24px;
  height: 40px;
}
.owl-list1 .owl-buttons .owl-prev {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -20px;
  background: url(../images/left.png) center center no-repeat;
}
.owl-list1 .owl-buttons .owl-prev:hover {
  background: #17469e url(../images/left.png) center center no-repeat;
}
.owl-list1 .owl-buttons .owl-next {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -20px;
  background: url(../images/right.png) center center no-repeat;
}
.owl-list1 .owl-buttons .owl-next:hover {
  background: #17469e url(../images/right.png) center center no-repeat;
}
.owl-list1 .owl-pagination {
  position: absolute;
  right: 20px;
  bottom: 0px;
}
.owl-list1 .owl-page {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  margin-right: 5px;
  *display: inline;
  *zoom: 1;
}
.owl-list1 .owl-pagination .active {
  background-color: #17469e;
}
.index-newslist ul {
  display: none;
}
.index-newslist ul.hover {
  display: block;
}
.index-newslist a {
  display: block;
  background-color: white;
  position: relative;
  margin-bottom: 10px;
}
.index-newslist a:last-child {
  margin-bottom: 0;
}
.index-newslist a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-color: #17469e;
  background-repeat: no-repeat;
  background-position: right;
  background-image: url(../images/icon10.png);
}
.index-newslist a:hover {
  background-color: #17469e;
  transition: width 2s;
}
.index-newslist a dl {
  display: flex;
  padding: 10px;
  line-height: 150%;
  align-items: center;
  height: 120px;
  box-sizing: border-box;
}
.index-newslist a dl dt {
  width: 115px;
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-right: 1px solid rgba(221, 221, 221);
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}
.index-newslist a dl dt b {
  display: block;
  font-size: 30px;
  font-weight: normal;
  color: #333;
}
.index-newslist a dl dt span {
  display: block;
  font-size: 18px;
  color: #666;
  margin-top: 10px;
}
.index-newslist a dl dd {
  width: 70%;
  padding-left: 30px;
}
.index-newslist a dl dd h3 {
  font-size: 16px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-newslist a dl dd p {
  font-size: 14px;
  color: #999;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index-newslist a:hover dl dt {
  border-right: 1px solid rgba(221, 221, 221, 0.1);
  opacity: 0.8;
}
.index-newslist a:hover dl dt b {
  color: white;
}
.index-newslist a:hover dl dt span {
  color: white;
}
.index-newslist a:hover dl dd h3 {
  color: white;
}
.index-newslist a:hover dl dd p {
  color: white;
  opacity: 0.8;
}
.index-product {
  padding: 30px 0 50px 0;
}
.index-productlist ul li {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.index-productlist a {
  width: calc(25% - 20px);
  display: block;
  border-radius: 3px;
  margin: 0 10px 20px 10px;
  padding: 5px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-bottom: 3px solid #17469e;
}
.index-productlist a .img {
  overflow: hidden;
}
.index-productlist a .img img {
  width: 100%;
  -webkit-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
.index-productlist a:hover .img img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.index-productlist a:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.index-productlist a span {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 50px;
}
.index-productlist ul {
  display: none;
}
.index-productlist ul.hover {
  display: block;
}
.index-about {
  background-color: #f0f0f0;
  padding: 30px 0 50px 0;
}
.index-aboutcon {
  display: flex;
  justify-content: space-between;
}
.aboutnav {
  width: 390px;
}
.aboutnav li {
  margin-bottom: 10px;
}
.aboutnav li:last-child {
  margin-bottom: 0;
}
.aboutnav li a {
  display: block;
  height: 120px;
  background: url(../images/bg06.jpg) no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navcon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.aboutnav li a .navcon .img {
  width: 70px;
  height: 70px;
  margin-right: 30px;
  border-radius: 50%;
  border: 2px solid #17469e;
  display: flex;
  justify-content: center;
  align-items: center;
}
.aboutnav li a .navcon i {
  font-size: 42px;
  color: #17469e;
}
.aboutnav li a .navcon h4 {
  display: block;
  width: 150px;
}
.aboutnav li a .navcon h4 b {
  display: block;
  font-size: 24px;
  font-weight: normal;
  color: #333;
}
.aboutnav li a .navcon h4 span {
  margin-top: 10px;
  display: block;
  font-size: 12px;
  color: #999;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: normal;
}
.aboutnav li a:hover {
  background: #17469e;
}
.aboutnav li a:hover .navcon .img {
  border: 2px solid #fff;
}
.aboutnav li a:hover .navcon i {
  color: #fff;
}
.aboutnav li a:hover .navcon h4 b {
  color: #fff;
}
.aboutnav li a:hover .navcon h4 span {
  color: #fff;
  opacity: 0.8;
}
.aboutnav ul li.hover a {
  background: #17469e;
}
.aboutnav li.hover a .navcon .img {
  border: 2px solid #fff;
}
.aboutnav li.hover a .navcon i {
  color: #fff;
}
.aboutnav li.hover a .navcon h4 b {
  color: #fff;
}
.aboutnav li.hover a .navcon h4 span {
  color: #fff;
  opacity: 0.8;
}
.index-aboutlist {
  flex: 1;
  margin-right: 20px;
}
.index-aboutlist ul {
  display: none;
}
.index-aboutlist ul.hover {
  display: block;
}
.index-aboutlist ul {
  height: 100%;
  padding: 60px 80px;
  box-sizing: border-box;
}
.index-aboutlist ul a {
  display: block;
  padding: 50px;
  height: 100%;
  box-sizing: border-box;
  background-color: white;
  border-bottom: 5px solid #17469e;
  width: 365px;
}
.abo {
  display: flex;
  flex-direction: column;
}
.abo h3 {
  font-size: 24px;
  color: #333;
}
.abo span {
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  color: #999;
  text-transform: uppercase;
  margin: 10px 0;
}
.abo p {
  line-height: 180%;
  font-size: 14px;
  color: #999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}
.abo .more {
  width: 105px;
  line-height: 35px;
  color: #fff;
  background-color: #17469e;
  border-radius: 3px;
  text-align: center;
  margin-top: 20px;
}
.index-aboutlist a:hover .more {
  background-color: #2c5db7;
}
.abolist {
  display: flex;
  justify-content: center;
}
.abolist li {
  margin-right: 10px;
  display: block;
  padding: 20px;
  height: 100%;
  box-sizing: border-box;
  background-color: white;
  border-bottom: 5px solid #17469e;
}
.abolist li img {
  height: 300px;
}
.index-jishu {
  padding: 30px 0 50px 0;
  height: 650px;
}
.index-jscon {
  position: relative;
}
.index-jscon .fr {
  float: right;
  width: 60%;
  right: 0;
  top: 0;
  background: url(../images/jsbg.jpg) no-repeat;
  height: 660px;
}
.index-jscon .fl {
  position: absolute;
  width: 50%;
  left: 0;
  top: 40px;
  z-index: 10;
}
.index-jscon .fl dl {
  display: flex;
  height: 130px;
  background-color: #f0f0f0;
  align-items: center;
  margin-bottom: 20px;
}
.index-jscon .fl dl dt {
  width: 140px;
  border-right: 1px solid #ddd;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-jscon .fl dl dt i {
  font-size: 80px;
  color: #17469e;
}
.index-jscon .fl dl dd {
  width: 70%;
  padding-left: 30px;
  padding-right: 30px;
}
.index-jscon .fl dl dd h4 {
  display: block;
  font-size: 18px;
  font-weight: normal;
  color: #333;
}
.index-jscon .fl dl dd p {
  font-size: 14px;
  color: #999;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index-jscon .fr {
  display: flex;
  justify-content: center;
  align-items: center;
}
.frcon {
  padding-left: 15%;
}
.index-jscon .fr h3 {
  font-size: 36px;
  display: block;
  text-align: center;
  color: white;
  margin-top: -60px;
  margin-bottom: 30px;
  opacity: 0.8;
}
.index-jscon .fr p {
  color: white;
  opacity: 0.8;
  font-size: 16px;
  text-align: center;
  line-height: 200%;
}
.index-equipment {
  background-color: #f0f0f0;
  padding: 30px 0 50px 0;
}
@media screen and (max-width: 1368px) and (min-width: 0px) {
  .index-jscon .fr img {
    width: 100%;
  }
  .index-jscon .fr h3 {
    font-size: 30px;
  }
  .frcon {
    padding-left: 0%;
  }
}
@media screen and (max-width: 768px) and (min-width: 0px) {
  .tit-nav {
    padding: 20px 0px 30px 0;
    flex-direction: column;
  }
  .tit-nav .rtit {
    margin-bottom: 20px;
  }
  .tit-nav .rnav ul {
    display: flex;
    flex-wrap: wrap;
  }
  .tit-nav .rnav a {
    margin: 0 5px ;
    margin-bottom: 10px;
    padding: 0 5px;
  }
  .index-newscon {
    flex-direction: column;
  }
  .index-newscon .fl {
    width: 100%;
    padding-right: 0px;
  }
  .index-newscon .fr {
    width: 100%;
    padding-left: 0px;
    margin-top: 10px;
  }
  .owl-list1 a img {
    height: auto;
  }
  .index-productlist ul li {
    flex-direction: column;
    margin: 0px;
    padding: 10px;
  }
  .index-productlist a {
    width: 100%;
    box-sizing: border-box;
    margin: 0px;
    margin-bottom: 20px;
  }
  .index-aboutcon {
    flex-direction: column;
  }
  .aboutnav {
    width: 100%;
    order: 1;
  }
  .index-aboutlist {
    order: 2;
    margin-right: 0;
  }
  .index-aboutlist ul {
    padding: 20px;
    box-sizing: border-box;
  }
  .index-aboutlist ul a {
    display: block;
    padding: 20px;
    box-sizing: border-box;
  }
  .index-aboutlist ul a {
    width: 100%;
  }
  .index-jishu {
    height: 100%;
  }
  .index-jscon {
    position: static;
  }
  .index-jscon .fr {
    float: none;
    width: 100%;
    height: 100%;
  }
  .index-jscon .fl {
    position: static;
    width: 100%;
  }
  .index-jscon .fl dl {
    margin-bottom: 10px;
  }
  .index-jscon .fl dl dd {
    width: 100%;
    box-sizing: border-box;
    padding-left: 30px;
  }
  .index-jscon .fr {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .frcon {
    padding-left: 0%;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .index-jscon .fr h3 {
    font-size: 32px;
    margin-top: 0px;
  }
  .index-jscon .fr p {
    font-size: 14px;
  }
  .frcon img {
    width: 100%;
  }
}
