/*改变浏览器滚动条*/
::-webkit-scrollbar {
  width: 8px;
  height: 6px;
}
div::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #bcbcbc;
  /*rgba(0,0,0,0.2)*/
}
::-webkit-scrollbar-thumb:window-inactive {
  background: #a8a8a8;
  /*rgba(0,0,0,0.1)*/
}
::-webkit-scrollbar-thumb:vertical:hover {
  background-color: #a8a8a8;
  /*rgba(0,0,0,0.3)*/
}
::-webkit-scrollbar-thumb:vertical:active {
  background-color: #a8a8a8;
  /*rgba(0,0,0,0.7)*/
}
::-webkit-input-placeholder {
  font-family: "Microsoft YaHei";
  /*color:rgba(255,255,255,.8);*/
}
::selection {
  background: #00aeef;
  /*color: #fff;*/
}
::-moz-selection {
  background: #00aeef;
  /* color: #fff;*/
}
:focus {
  outline: 0;
}
html,
body {
  font-size: 18px;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #60c4cb;
}
.p5 {
  padding: 5vh 0;
}
.swiper{ margin-top: 80px;}
.navbar {
  background-color: white;
  position: fixed;
  top: 0px;
  z-index: 1000;
  width: 100%;
}
.navbar .container-fluid {
  padding: 0 2vw;
}
.navbar-collapse {
  flex-grow: 0;
}
.nav-item .nav-link {
  font-size: 1rem;
  color: black;
  font-weight: bold;
}
.nav-item .nav-link:hover {
  color: #dc0000;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding: 0 1vw;
}
.navbar-nav .nav-link.active {
  color: #dc0000;
}
.navbar-fr .nav-item {
  list-style: none;
  border: 1px solid #cdcdcd;
  border-radius: 20px;
  padding: 5px 20px;
}
.navbar-fr .nav-item .nav-link {
  font-weight: normal;
  font-size: 0.8rem;
}
.top-search button {
  border: 0;
  background: none;
  margin-right: 2rem;
}
.search-box {
  display: none;
}
.search-box.active {
  display: block;
}
.inp_text {
  border: 1px solid #ddd;
  font-size: 12px;
  width: 10vw;
  line-height: 30px;
  border-radius: 20px;
  padding: 0 10px;
}
.inp_button {
  margin-left: 1px;
}
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.index-about {
  margin: 8vh auto;
}
.index-about .item-con .tit h2 {
  font-size: 3.2rem;
}
.index-about .item-con .tit h3 {
  font-size: 1.5rem;
  color: #777;
}
.index-about .item-con .tit h3 b {
  color: black;
}
.index-about .item-con .tit .bor {
  background-color: #60c4cb;
  width: 50px;
  height: 5px;
}
.index-about .item-con .tit-content {
  margin-top: 4vh;
  font-size: 1rem;
  line-height: 2;
  color: #3c3c3c;
}
.item-num li {
  border-left: 1px solid #c7c3ba;
  padding: 0 1.5vw 0 1vw;
}
.item-num li span {
  display: block;
}
.item-num li span.counter {
  font-size: 2rem;
  color: #60c4cb;
}
.item-num li span.bz {
  color: #60c4cb;
  margin-left: 10px;
}
.item-num li p {
  margin-bottom: 0;
}
.index-about .more {
  margin-top: 2vh;
}
.index-about .more a {
  text-decoration: none;
  color: #666;
  transition: all 0.4s ease-out;
  display: inline-block;
  padding: 0;
  margin: 0;
  height: 36px;
  border-radius: 18px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.index-about .more a:hover {
  background-color: #d52a19;
  color: white;
}
.index-about .more a .wz {
  padding: 0 30px;
}
.index-about .more a .img {
  background-color: #d52a19;
  border-radius: 18px;
  width: 36px;
  height: 36px;
}
.tit2 {
  text-align: center;
}
.tit2 h2 {
  font-size: 3.2rem;
}
.tit2 h3 {
  font-size: 1.5rem;
  color: #777;
}
.tit2 h3 b {
  color: black;
}
.tit2 .bor {
  background-color: #60c4cb;
  width: 50px;
  height: 5px;
  margin: 0 auto;
}
.index-product {
  margin: 8vh auto 3vh auto;
}
.index-pro {
  margin: 50px auto 0 auto;
}
.item-pro {
  background: url(../images/pbg.jpg);
  padding: 10px 0;
  background-size: 100% 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin: 2vh 1vw 2vh 2vw;
  position: relative;
}
.item-pro::after {
  position: absolute;
  content: '';
  transition: width 2s;
  -webkit-transition: width 1s;
  bottom: 0;
  left: 0;
  height: 2px;
  background-color: #60c4cb;
  width: 30%;
}
.item-pro:hover::after {
  width: 100%;
}
.prolist .img img {
  width: 100%;
}
.procon h3 {
  font-size: 1.8rem;
}
.index-pro a .more {
  display: block;
  width: 90px;
  /* Safari */
  line-height: 30px;
  height: 30px;
  background: url(../images/more1.png) center center no-repeat;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.index-pro a:hover .more {
  background: #cc0000 url(../images/more.png) center center no-repeat;
}
.item-pro p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.item-pro .tit h2 {
  display: block;
  font-size: 1rem;
  color: black;
  font-weight: bold;
}
.proclass {
  margin: 2vh 3vw;
}
.proclass a {
  margin-right: 1vw;
  text-decoration: none;
  color: #333;
}
.proclass a:hover {
  color: #60c4cb;
}
.proclass a.active {
  color: #60c4cb;
}
.index-case {
  background-color: #f3f3f3;
  padding: 10vh 0;
  margin-top: 5vh;
}
.index-case-list {
  margin-top: 5vh;
}
.index-case-list li a {
  display: block;
  position: relative;
  border-radius: 50%;
  background-color: #60c4cb;
}
.index-case-list li a .img img {
  width: 100%;
  border-radius: 50%;
}
.index-case-list li a h3 {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
  color: white;
}
.index-case-list li a .more {
  position: absolute;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
  z-index: 20;
}
.index-case-list li a:hover .img {
  opacity: 0;
}
.index-pic {
  padding: 10vh 0;
}
.index-pic-list {
  margin-top: 5vh;
}
.index-pic-list li {
  margin: 5px;
  background-color: white;
  border: 1px solid #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-pic-list li img {
  max-width: 100%;
  max-height: 100%;
}
.footer {
  text-align: center;
  background-color: #1e1e1e;
  padding: 2vh;
  color: white;
}
.footer a {
  color: white;
  text-decoration: none;
}
.thight {
  height: 9vh;
}
.sidenav {
  background-color: #f2f5f5;
  border-bottom: 1px solid #60c4cb;
}
.sidenav ul li a {
  display: block;
  padding: 3vh 3vw;
  color: #000;
  text-decoration: none;
}
.sidenav ul li a:hover {
  color: white;
  background-color: #60c4cb;
}
.sidenav ul li.active a {
  color: white;
  background-color: #60c4cb;
}
.local {
  margin-top: 20px;
}
.local a {
  color: #999;
}
.aboutus {
  background: url(../images/aboutbg.png) center bottom no-repeat;
  padding: 5vh 0;
}
.aboutus .tit2 {
  text-align: left;
}
.aboutus .tit2 .bor {
  margin: 0;
}
.aboutus .item-con {
  margin-top: 5vh;
}
.aboutus .item-con .desc p {
  color: #666;
  text-indent: 2em;
}
.video {
  position: relative;
  padding: 20px;
}
.about-num {
  background-color: #60c4cb;
  padding: 10vh 0;
  color: white;
}
.about-num .item-num li {
  border-left: 1px solid white;
  padding: 0 4vw 0 2vw;
}
.about-num .item-num li span {
  display: block;
}
.about-num .item-num li span.counter {
  font-size: 2rem;
  font-weight: bold;
  color: white;
}
.about-num .item-num li span.bz {
  color: white;
  margin-left: 10px;
}
.about-num .item-num li p {
  margin-bottom: 0;
}
.about-honor {
  background: url(../images/honorbg.jpg);
}
.tit3 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.tit3 h3 {
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0 20px;
  margin: 5vh 0;
}
.item-list {
  padding: 0 2vw;
}
.item-list .item a {
  display: block;
}
.item-list .item .img {
  border: 10px solid #cdcdcd;
  background-color: #fff;
  padding: 2rem;
  box-sizing: border-box;
}
.item-list .item .img img {
  max-width: 100%;
  max-height: 100%;
}
.item-list .item span {
  display: block;
  text-align: center;
  margin-top: 20px;
}
.about-culture {
  background: url(../images/culturebg.png) center bottom no-repeat;
  padding: 5vh 0 15vh 0;
}
.kouhao {
  font-size: 1.5rem;
  letter-spacing: 5px;
  text-align: center;
  margin-top: 5vh;
  margin-bottom: 5vh;
}
.about-culture p {
  text-indent: 2em;
  line-height: 2;
}
.item-list-2 {
  padding: 0 2vw;
  margin-top: 5vh;
}
.item-list-2 .item a {
  display: block;
}
.item-list-2 .item .img {
  border: 1px solid #cdcdcd;
  background-color: #fff;
  padding: 2rem;
  box-sizing: border-box;
}
.item-list-2 .item .img img {
  max-width: 100%;
  max-height: 30vh;
}
.item-list-2 .item span {
  display: block;
  text-align: center;
  margin-top: 20px;
}
.piclist {
  background: #60c4cb url(../images/picbg.jpg) center bottom no-repeat;
}
.piclist .tit2 h2 {
  color: white;
}
.piclist .tit2 .bor {
  background-color: white;
}
.about-map {
  background: url(../images/mapbg.jpg) center bottom no-repeat;
}
.map img {
  max-width: 100%;
}
.about-map p {
  color: #666;
  text-indent: 2em;
  line-height: 2;
}
.sidenav-pro {
  background-color: #f2f5f5;
  border-bottom: 1px solid #60c4cb;
}
.sidenav-pro ul li a {
  display: block;
  padding: 3vh 1vw;
  color: #000;
  text-decoration: none;
}
.sidenav-pro ul li a:hover {
  color: white;
  background-color: #60c4cb;
}
.sidenav-pro ul li.active a {
  color: white;
  background-color: #60c4cb;
}
.product-item-list {
  padding: 3vh 3vw;
}
.product-item-list li {
  margin-bottom: 3vh;
}
.product-item-list li a {
  display: block;
  text-align: center;
}
.product-item-list li a img {
  width: 90%;
}
.product-item-list li a span {
  display: block;
  background: linear-gradient(to right, #bdc2cc, #fff);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 2vh 0;
}
.product-item-list li a:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.pro-desc {
  background: linear-gradient(to bottom right, #bdc2cc, #e9ebee 50%, #fff);
  margin-top: 3vh;
}
.pro-desc .pro-img img {
  max-width: 100%;
}
.pro-desc .pro-content {
  padding: 3vh 3vw;
}
.pro-desc .pro-content .class {
  color: #60c4cb;
  font-size: 1rem;
}
.pro-desc .pro-content .title {
  color: #000;
  font-size: 2.3rem;
  font-weight: bold;
}
.pro-desc .pro-content .bor {
  height: 1px;
  overflow: hidden;
  background-color: #60c4cb;
}
.pro-desc .pro-content .desc {
  font-size: 1rem;
  margin-top: 3vh;
  line-height: 2;
}
.pro-info .pro-left h4 {
  font-size: 1.3rem;
  margin-bottom: 2vh;
  font-weight: bold;
  display: block;
  background: linear-gradient(to right, #81cfd5, #fff);
  padding: 0.8rem 1rem;
  color: white;
}
.pro-info .pro-left img {
  max-width: 100%;
}
.pro-info .pro-item-list {
  padding: 0;
}
.pro-info .pro-item-list h3 {
  color: #60c4cb;
  font-weight: bold;
  font-size: 1rem;
  display: block;
  margin: 2vh;
}
.pro-info .pro-item-list li {
  margin-bottom: 1vh;
}
.pro-info .pro-item-list li a {
  display: block;
  text-align: center;
}
.pro-info .pro-item-list li a img {
  width: 100%;
}
.pro-info .pro-item-list li a span {
  display: block;
  background: linear-gradient(to right, #bdc2cc, #fff);
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 2vh 0;
}
.pro-info table {
  margin: 0px auto;
  text-align: center;
  border-collapse: collapse;
}
.pro-info table td {
  border: 1px solid #ddd;
}
.pro-info table td p {
  text-indent: 0;
}
.pro-next {
  color: #999;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  font-size: 14px;
  border-top: 1px solid #ccc;
  line-height: 30px;
}
.pro-next .next-right a {
  color: #60c4cb;
  font-weight: bold;
}
.news-list {
  margin-top: 70px;
  padding: 12px;
  overflow: hidden;
}
.news-list ul li {
  margin-bottom: 20px;
  padding: 10px;
}
.news-list ul li .big {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30vh ;
  overflow: hidden;
}
.news-list ul li img {
  width: 100%;
  height: 100%;
}
.news-list ul li section {
  height: auto;
  padding: 36px 30px;
  background: #f9f9f9;
  overflow: hidden;
}
.news-list ul li section h3 {
  font-size: 1.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-list ul li section .desc {
  margin-top: 20px;
  font-size: 14px;
  color: #7f8186;
  height: 50px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  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: #60c4cb;
}
.news-info h1 {
  font-weight: bold;
  color: #60c4cb;
  margin-bottom: 14px;
  font-size: 1.5rem;
  margin-bottom: 3vh;
}
.news-info .entry-meta {
  padding: 8px 20px;
  background: #edf1f7;
  overflow: hidden;
  color: #505050;
  font-size: 14px;
}
.news-info .entry-meta p {
  margin-bottom: 0;
}
.news-info .contwrap {
  font-size: 14px;
  padding-top: 20px;
  padding-bottom: 40px;
  color: #555;
  line-height: 27px;
}
.news-info .contwrap img {
  max-width: 100%;
}
.rightwrap h4 {
  font-weight: bold;
  padding: 12px 14px;
  line-height: 23px;
  margin-bottom: 20px;
  background: #60c4cb;
  font-size: 16px;
  color: #fff;
}
.rightwrap li {
  width: 100%;
  padding-bottom: 7px;
  padding-top: 3px;
  border-bottom: 1px solid #dadada;
}
.rightwrap li a {
  color: #333;
  display: inline-block;
  font-size: 14px;
  line-height: 28px;
}
.rightwrap li .post-date {
  display: block;
  line-height: 21px;
  font-size: 13px;
  color: #999;
  margin-top: 1px;
}
.paging {
  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: #60c4cb;
  color: white;
  height: 34px;
  line-height: 34px;
  margin-top: 10px;
  text-align: center;
  width: 100px;
  font-size: 14px;
}
.paging .return:hover {
  background-color: #60c4cb;
}
.jobList {
  margin-bottom: 50px;
}
.jobtitle {
  font-size: 16px;
  font-weight: bold;
}
.jobList .jobPageBody .jobPageListTit {
  overflow: hidden;
  background-color: #60c4cb;
  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 .jobTabCol1 b {
  font-weight: bold;
}
.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 .jobPageListRowUp:hover {
  background-color: #eee;
}
.jobList .jobPageBody .jobPageListRow .jobPageListRowDown {
  height: 0px;
  overflow: hidden;
}
.jobList .jobPageBody .jobPageListRow .jobPageListRowDown .jobPageListRowDetails {
  background-color: #fafafa;
  padding: 20px;
  line-height: 200%;
  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;
}
.contact-words {
  box-sizing: border-box;
  background-color: #60c4cb;
  padding: 30px;
  color: white;
  font-size: 18px;
  line-height: 1.2;
}
.contact-words a {
  color: white;
}
@media screen and (max-width: 767px) and (min-width: 0px) {
  html,
  body {
    font-size: 14px;
  }
  .swiper{ margin-top: 100px;}
  .navbar-fr .top-search {
    display: none;
  }
  .index-pro .procon h3 {
    font-size: 1.3rem;
  }
  .index-case-list li a .more {
    top: 70%;
  }
  .index-case-list li a h3 {
    font-size: 1rem;
  }
  .kouhao {
    letter-spacing: 10px;
  }
  .about-num .item-num li p {
    margin-bottom: 0;
  }
  .sidenav-pro ul li a {
    display: block;
    padding: 1vh 1vw;
    color: #000;
    text-decoration: none;
  }
  .pro-desc {
    padding: 1rem;
  }
  .pro-desc .pro-content {
    margin-top: 2vh;
  }
}