/*弹性布局*/
.flex {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
}
.main > .kg > .item-list {
  width: 100%;
  justify-content: center;
}
.main > .kg > .item-list > li {
  margin-bottom: 2.5rem;
}
.main > .kg > .item-list > li + li {
  margin-left: 1.25rem;
}
.main > .kg > .item-list > li > a {
  padding: .75rem 1.5rem;
  font-size: 1.6rem;
  display: block;
  background-color: #f1f2f6;
  -webkit-border-radius: .3rem;
  -moz-border-radius: .3rem;
  -ms-border-radius: .3rem;
  -o-border-radius: .3rem;
  border-radius: .3rem;
  text-transform: capitalize;
}
.main > .kg > .item-list > li > a:hover, .main > .kg > .item-list > li.active a {
  background: url(../images/nav_bg.png) repeat-x;
  /*  background: #005ba8;*/
  color: #fff;
}
/*.about_nr p + p {
  margin-top: 1rem
}*/
ul.product-box {
  width: 100%;
}
ul.product-box-bottom > li {
  margin-bottom: 3rem;
}
.row {
  margin: 0 -1.5rem;
}
.row > li {
  padding: 0 1.5rem;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
/*------产品列表样式--------*/
ul.product-box > li {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
ul.product-box > li > a {
  background: #fff;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  display: block;
  border-radius: .3rem;
}
ul.product-box > li h3 {
  font-weight: normal;
  font-size: 1.6rem;
  margin: 0 auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  padding: 1.5rem 0;
  text-transform: capitalize;
}
ul.product-box > li .img {
  display: flex;
  align-items: center;
  text-align: center;
  width: 100%;
  position: relative;
  overflow: hidden;
}
ul.product-box > li .img img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  -webkit-transition: transform 0.5s ease 0s;
  -moz-transition: transform 0.5s ease 0s;
  -o-transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
}
ul.product-box > li:hover img {
  -webkit-transform: scale(1.1, 1.1); /*放大1.1倍*/
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

ul.product-box .playBtn {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
ul.product-box .playBtn .btns {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  cursor: pointer;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*----------------------*/
.main > .kg .culture.flex {
  justify-content: space-between;
}
.main > .kg .culture .left {
  width: 45%;
  height: 100%;
  position: relative;
  transition: all 0.2s ease-in-out;
}
.main > .kg .culture .right {
  width: 55%;
  box-shadow: 0 1px 18px 1px rgba(54, 62, 69, 0.3);
  padding: 5rem;
  transition: all 0.2s ease-in-out;
  background: url("../images/vision.png") no-repeat right bottom;
  background-size: 225px;
}
.main > .kg .culture .left .about-pic {
  display: block;
  position: relative;
}
.main > .kg .culture .left .about-pic img {
  width: 100%;
  transition: all 0.2s ease-in-out;
}
/*------内容公共代码------*/
.main > .kg .main-body {
  line-height: 1.75;
  font-size: 1.6rem;
}
.main > .kg .main-body table td p {
  margin-bottom: 0;
}
.main > .kg .main-body p {
  margin-bottom: 1.2rem
}
.main > .kg .main-body span {
  color: #E77B19;
}
.main > .kg .main-body a {
  cursor: pointer;
}
.main > .kg .main-body a:hover {
  color: #dd2828;
  text-decoration: none;
}
.main > .kg .main-body a:hover {
  text-decoration: underline;
}
.main > .kg .main-body h2, .main > .kg .main-body h3, .main > .kg .main-body h4 {
  color: #333;
  font-weight: bold;
  margin-bottom: 1rem;
}
.main > .kg .main-body ul {
  margin-bottom: 1.5rem;
}
.main > .kg .main-body ul.culture {
  width: 100%;
}
.main > .kg .main-body ul.culture > li {
  width: 50%;
}
.main > .kg .main-body ul > li {
  list-style: disc;
  list-style-position: inside;
}
.main > .kg .main-body table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-size: inherit;
  margin: 0 auto 2rem;
}
.main > .kg .main-body table td, .main > .kg .main-body table th {
  min-width: 100px;
  position: relative;
  font-size: 1.5rem;
  padding: .75rem 1rem;
  border: 1px solid #ddd;
  vertical-align: middle;
}
.main > .kg .main-body table th {
  background-color: #333;
  color: #fff;
  /* background: linear-gradient(to bottom, #fdfdfd, #eaeaea); */
}
.main > .kg .main-body table tr:nth-of-type(even) {
  background: #f7f7f7;
}
.main > .kg .main-body table tbody tr {
  transition: all .3s;
}
.main > .kg .main-body table tbody tr:hover {
  background: #e5ebee;
}
.main > .kg .main-body img {
  max-width: 100%;
  vertical-align: middle;
}
.main > .kg .content-scroll {
  width: 100%;
  height: 340px;
}
.main > .kg .content-scroll .swiper-slide {
  height: auto;
  padding-right: 3rem;
}
/*-----分页样式-----*/
.pagination.flex {
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-bottom: -1rem;
}
.pagination li:not(:last-child) {
  margin-right: 1rem;
}
.pagination li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  margin-bottom: 1rem;
}
.pagination li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 32px;
  padding: 0 7px;
  border: 1px solid #009241;
  color: #009241;
}
.pagination li a:hover, .pagination li.active a {
  color: #fff;
  background: #009241;
  border-color: #009241;
}
.disabled {
  pointer-events: none;
}
.pagination li.active a {
  pointer-events: none;
}
nav.pagelist {
  text-align: center;
  padding: 20px 0px;
}
nav.pagelist a {
  border: #333 1px solid;
  margin-right: 6px;
  padding: 4px 7px;
  color: #333;
  -webkit-border-radius: .2rem;
  -moz-border-radius: .2rem;
  border-radius: .2rem;
}
nav.pagelist a:hover {
  color: #fff;
  background: #333;
  text-decoration: none;
}
nav.pagelist span.current {
  border: #333 1px solid;
  background-color: #333;
  margin-right: 6px;
  padding: 4px 7px;
  color: #fff;
  -webkit-border-radius: .2rem;
  -moz-border-radius: .2rem;
  border-radius: .2rem;
}
nav.pagelist span.disabled {
  border: #ccc 1px solid;
  margin-right: 6px;
  padding: 4px 7px;
  color: #3C3C3C;
}
/*-----联系我们-------*/
.main > .kg .contact .left {
  width: 40%;
  height: 100%;
  position: relative;
  transition: all 0.2s ease-in-out;
  z-index: 1;
}
.main > .kg .contact .right {
  width: 60%;
  transition: all 0.2s ease-in-out;
}
.main > .kg li.main-body {
  align-items: center;
  flex: 1 1 auto;
  padding: 0 1.5rem;
}


/*-------百度地图API-------*/
.iw_poi_title {
  font-size: 15px;
  color: #CC5522;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap
}
.iw_poi_content {
  font: 13px arial, sans-serif;
  overflow: visible;
  padding-top: 5px;
  line-height: 1.6;
  white-space: -moz-pre-wrap;
  word-wrap: break-word
}
.map {
  height: 500px;
  border: #ccc solid 1px;
}
.map img {
  max-width: none;
}
@media only screen and (min-width:1400px) and (max-width:1599px) {
  .main > .kg .culture .right {
    padding: 4.5rem;
    background-size: 200px;
  }
  .map {
    height: 450px;
  }
}
@media only screen and (min-width: 1200px) and (max-width:1399px) {
  .row {
    margin: 0 -1.25rem;
  }
  .row > li {
    padding: 0 1.25rem;
  }
  .main > .kg .culture .right {
    padding: 4rem;
    background-size: 175px;
  }
  .map {
    height: 400px;
  }
}
@media only screen and (min-width: 992px) and (max-width:1199px) {
  .row {
    margin: 0 -1rem;
  }
  .row > li {
    padding: 0 1rem;
  }
  /*-----列表-----*/
  ul.product-box-bottom > li {
    margin-bottom: 2.5rem;
  }
  ul.product-box > li h3 {
    font-size: 1.6rem;
  }
  .main > .kg > .item-list > li {
    margin-bottom: 1.75rem;
  }
  .main > .kg .culture .right {
    padding: 3.5rem;
    background-size: 150px;
  }
  .main > .kg .content-scroll {
    width: 100%;
    height: 280px;
  }
  .map {
    height: 350px;
  }
}
@media only screen and (max-width:991px) {
  .row {
    margin: 0 -.75rem;
  }
  .row > li {
    padding: 0 .75rem;
  }
  .col-3 {
    width: 33.3333333333%;
  }
  /*-----列表-----*/
  ul.product-box-bottom > li {
    margin-bottom: 2.25rem;
  }
  ul.product-box > li h3 {
    font-size: 1.5rem;
    padding: 1rem 0;
  }
  .main > .kg > .item-list > li {
    margin-bottom: 1.5rem;
  }
  /*-----公司简介-----*/
  .main > .kg .culture .left {
    width: 100%;
  }
  .main > .kg .culture .right {
    padding: 3rem;
    width: 100%;
    background-size: 125px;
  }
  .main > .kg .content-scroll {
    height: 260px;
  }
  .map {
    height: 300px;
  }
  .main > .kg .contact .left, .main > .kg .contact .right {
    width: 100%;
  }
}
@media only screen and (max-width:767px) {
  .row {
    margin: 0 -.5rem;
  }
  .row > li {
    padding: 0 .5rem;
  }
  /*-----列表-----*/
  ul.product-box-bottom > li {
    margin-bottom: 2rem;
  }
  .col-3 {
    width: 50%;
  }
  .main > .kg > .item-list > li {
    margin-bottom: 1.25rem;
  }
  .main > .kg .culture .right {
    padding: 2.5rem;
    background-size: 100px;
  }
  .main > .kg .content-scroll .swiper-slide {
    padding-right: 2rem;
  }
  .map {
    height: 250px;
  }
}
@media only screen and (max-width:575px) {
  .main > .kg .culture .right {
    padding: 2rem;
    background-size: 75px;
  }
  .map {
    height: 200px;
  }
}